From owner-freebsd-ports Sun May 20 0:40: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C388B37B424 for ; Sun, 20 May 2001 00:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K7e1a44469; Sun, 20 May 2001 00:40:01 -0700 (PDT) (envelope-from gnats) Received: from hrothgar.omcl.org (dsl254-009-160.sea1.dsl.speakeasy.net [216.254.9.160]) by hub.freebsd.org (Postfix) with ESMTP id C453B37B424 for ; Sun, 20 May 2001 00:34:50 -0700 (PDT) (envelope-from spcoltri@hrothgar.omcl.org) Received: (from spcoltri@localhost) by hrothgar.omcl.org (8.11.3/8.11.3) id f4K7YoU71792; Sun, 20 May 2001 00:34:50 -0700 (PDT) (envelope-from spcoltri) Message-Id: <200105200734.f4K7YoU71792@hrothgar.omcl.org> Date: Sun, 20 May 2001 00:34:50 -0700 (PDT) From: Steve Coltrin Reply-To: spcoltri@hrothgar.omcl.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27466: New port audio/gnowavcut Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27466 >Category: ports >Synopsis: New port audio/gnowavcut >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun May 20 00:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Steve Coltrin >Release: FreeBSD 4.3-STABLE i386 >Organization: Orbital Mind Control Lasers >Environment: System: FreeBSD hrothgar.omcl.org 4.3-STABLE FreeBSD 4.3-STABLE #10: Sat May 19 17:39:44 PDT 2001 spcoltri@hrothgar.omcl.org:/usr/obj/usr/src/sys/HROTHGAR i386 >Description: >How-To-Repeat: GnoWavCut splits non-compressed 16bit PCM Wave files. You can set splitting points while playing sounds. WWW: http://gnowavcut.good-day.net/ - Steve Coltrin spcoltri@omcl.org >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: # # gnowavcut # gnowavcut/Makefile # gnowavcut/distinfo # gnowavcut/pkg-plist # gnowavcut/pkg-descr # gnowavcut/pkg-comment # gnowavcut/files # gnowavcut/files/patch-Makefile.in # echo c - gnowavcut mkdir -p gnowavcut > /dev/null 2>&1 echo x - gnowavcut/Makefile sed 's/^X//' >gnowavcut/Makefile << 'END-of-gnowavcut/Makefile' X# New ports collection makefile for: gnowavcut X# Date created: 19 May 2001 X# Whom: Steve Coltrin X# X# $FreeBSD$ X# X XPORTNAME= gnowavcut XPORTVERSION= 0.0.6 XCATEGORIES= audio gnome XMASTER_SITES= http://gnowavcut.good-day.net/src/ X XMAINTAINER= spcoltri@omcl.org X XUSE_X_PREFIX= yes XGNU_CONFIGURE= yes XUSE_GNOME= yes X X.include END-of-gnowavcut/Makefile echo x - gnowavcut/distinfo sed 's/^X//' >gnowavcut/distinfo << 'END-of-gnowavcut/distinfo' XMD5 (gnowavcut-0.0.6.tar.gz) = 306b10b0659568b2414a744eb4e0643f END-of-gnowavcut/distinfo echo x - gnowavcut/pkg-plist sed 's/^X//' >gnowavcut/pkg-plist << 'END-of-gnowavcut/pkg-plist' Xbin/gnowavcut Xshare/gnome/apps/Multimedia/gnowavcut.desktop END-of-gnowavcut/pkg-plist echo x - gnowavcut/pkg-descr sed 's/^X//' >gnowavcut/pkg-descr << 'END-of-gnowavcut/pkg-descr' XGnoWavCut splits non-compressed 16bit PCM Wave files. You can set splitting Xpoints while playing sounds. X XWWW: http://gnowavcut.good-day.net/ X X- Steve Coltrin Xspcoltri@omcl.org END-of-gnowavcut/pkg-descr echo x - gnowavcut/pkg-comment sed 's/^X//' >gnowavcut/pkg-comment << 'END-of-gnowavcut/pkg-comment' XA GNOME/GTK+ based RIFF PCM Wave file splitter END-of-gnowavcut/pkg-comment echo c - gnowavcut/files mkdir -p gnowavcut/files > /dev/null 2>&1 echo x - gnowavcut/files/patch-Makefile.in sed 's/^X//' >gnowavcut/files/patch-Makefile.in << 'END-of-gnowavcut/files/patch-Makefile.in' X--- Makefile.in.orig Sun May 20 00:18:01 2001 X+++ Makefile.in Sun May 20 00:18:09 2001 X@@ -122,7 +122,7 @@ X EXTRA_DIST = autogen.sh gnowavcut.desktop gnowavcut.spec.in gnowavcut.spec X X X-Desktopdir = $(datadir)/gnome/apps/Multimedia X+Desktopdir = $(datadir)/apps/Multimedia X Desktop_DATA = gnowavcut.desktop X ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 X mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs END-of-gnowavcut/files/patch-Makefile.in 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 May 20 1:27: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0BCB437B422; Sun, 20 May 2001 01:27:05 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4K8R4P49492; Sun, 20 May 2001 01:27:04 -0700 (PDT) (envelope-from ijliao) Date: Sun, 20 May 2001 01:27:04 -0700 (PDT) From: Message-Id: <200105200827.f4K8R4P49492@freefall.freebsd.org> To: ago@mandark.attica.home.skystream.nl, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27246: New port: databases/adodb Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New port: databases/adodb State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Sun May 20 01:26:18 PDT 2001 State-Changed-Why: originator request ; he sends in newer patch : pr/27464 http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27246 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 20 3:12:16 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ringworld.nanolink.com (diskworld.nanolink.com [195.24.48.189]) by hub.freebsd.org (Postfix) with SMTP id 83CE937B422 for ; Sun, 20 May 2001 03:11:38 -0700 (PDT) (envelope-from roam@ringworld.nanolink.com) Received: (qmail 11071 invoked by uid 1000); 20 May 2001 10:10:45 -0000 Date: Sun, 20 May 2001 13:10:45 +0300 From: Peter Pentchev To: Bob K Cc: ports@freebsd.org, bastard@yip.org Subject: Re: socksified client-side identliciousness (fwd) Message-ID: <20010520131045.A459@ringworld.oblivion.bg> Mail-Followup-To: Bob K , ports@freebsd.org, bastard@yip.org 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 melange@yip.org on Thu, May 17, 2001 at 10:45:23PM -0400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, Thanks for forwarding this message. I'm trying to follow the directions for building a SOCKS5 with auth/ident support as we speak. On Thu, May 17, 2001 at 10:45:23PM -0400, Bob K wrote: > I figured this may or may not be of interest to the socks5 port > maintainer. Since the Makefile lists ports@freebsd.org, well, here. [snip, quoting from 's forwarded message] > Okay, well, socks5 does, in fact, have means of supporting retrieval of > ident info from socksified clients which connect to it, but the support is > very poorly documented and broken by default (even when explicitly > enabled). First of all, libident needs to be installed on the system > before compiling socks5, so I made and installed it. Then socks5 need to > have it's configuration script passed the "--with-ident" feature. Did > that, via the top-level port makefile, then compiled. Didn't work. The > script couldn't find ident.h, even though it was in the current path. Had > a look the goodies whut makes de script go, and it's statically coded to > look for it in /usr/include. ln -s'd it from /usr/local/include. Script > then found it, but now ld cannot pass -lident. /usr/local/lib/libident.a > is in library path, though, so I untar the socks5 distfile and have a look > at the socks5-v1.0r11/server Makefile for goodness. It's looking for the > lib statically, of course (yay dumbness, etc.). So, I symlink the real lib > to the /usr/lib dir, then try make again. It works. socks5 is now compiled > with client-retrieved ident support. I test it, and it works, with this > socks5.conf: Just as a kind of a progress report, all this can be overcome by giving an argument to the --with-ident option - the argument is the directory under which to look for include/ident.h and lib/libident. The attached patch to the SOCKS5 port accomplishes this if WITH_IDENT is defined at configure time. I'm working my way further down the directions.. G'luck, Peter -- .siht ekil ti gnidaer eb d'uoy ,werbeH ni erew ecnetnes siht fI Index: ports/net/socks5/Makefile =================================================================== RCS file: /home/ncvs/ports/net/socks5/Makefile,v retrieving revision 1.39 diff -u -r1.39 Makefile --- ports/net/socks5/Makefile 2001/05/17 07:34:47 1.39 +++ ports/net/socks5/Makefile 2001/05/20 10:06:01 @@ -36,6 +36,11 @@ MAN5= libsocks5.conf.5 socks5.conf.5 socks5.passwd.5 CONFIGURE_ENV= LIBS=-lcrypt +.if defined(WITH_IDENT) +CONFIGURE_ARGS+= --with-ident=${LOCALBASE} +BUILD_DEPENDS+= ${LOCALBASE}/lib/libident.a:${PORTSDIR}/security/libident +.endif + .if !defined(NOPORTDOCS) post-install: @${MKDIR} ${PREFIX}/share/examples/socks5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 20 4:40:38 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail.noos.fr (lafontaine.noos.net [212.198.2.72]) by hub.freebsd.org (Postfix) with ESMTP id 923E137B627 for ; Sun, 20 May 2001 04:40:29 -0700 (PDT) (envelope-from clefevre@poboxes.com) Received: (qmail 10631992 invoked by uid 0); 20 May 2001 11:40:28 -0000 Received: from d165.dhcp212-198-231.noos.fr (HELO gits.dyndns.org) ([212.198.231.165]) (envelope-sender ) by lafontaine.noos.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 20 May 2001 11:40:28 -0000 Received: (from root@localhost) by gits.dyndns.org (8.11.3/8.11.3) id f4KBeQv70275; Sun, 20 May 2001 13:40:26 +0200 (CEST) (envelope-from clefevre@poboxes.com) To: Stefan Knoblauch Cc: ports@FreeBSD.org Subject: Re: port of bochs References: X-Face: V|+c;4!|B?E%BE^{E6);aI.[<97Zd*>^#%Y5Cxv;%Y[PT-LW3;A:fRrJ8+^k"e7@+30g0YD0*^^3jgyShN7o?a]C la*Zv'5NA,=963bM%J^o]C Reply-To: Cyrille Lefevre In-Reply-To: Mail-Copies-To: never From: Cyrille Lefevre Date: 20 May 2001 13:40:20 +0200 Message-ID: Lines: 12 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Stefan Knoblauch writes: > bochs development is going on so ... > could someone update the port ? I'm trying to update the port. please, be patient. I've a low power machine :)) Cyrille. -- home: mailto:clefevre@poboxes.com UNIX is user-friendly; it's just particular work: mailto:Cyrille.Lefevre@edf.fr about who it chooses to be friends with. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 20 5:40:56 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail7.nc.rr.com (fe7.southeast.rr.com [24.93.67.54]) by hub.freebsd.org (Postfix) with ESMTP id 3BF5037B43C; Sun, 20 May 2001 05:40:50 -0700 (PDT) (envelope-from aa8vb@nc.rr.com) Received: from stealth.dummynet ([24.25.3.190]) by mail7.nc.rr.com with Microsoft SMTPSVC(5.5.1877.687.68); Sun, 20 May 2001 08:40:44 -0400 Received: (from rhh@localhost) by stealth.dummynet (8.11.1/8.11.1) id f4KCgif84686; Sun, 20 May 2001 08:42:44 -0400 (EDT) (envelope-from aa8vb@nc.rr.com) X-Authentication-Warning: stealth.dummynet: rhh set sender to aa8vb@nc.rr.com using -f Date: Sun, 20 May 2001 08:42:43 -0400 From: Randall Hopper To: will@FreeBSD.org Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/26926: (NEW PORT) osg - Open Scene Graph Message-ID: <20010520084243.A84342@nc.rr.com> References: <200105200215.f4K2FqU02283@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="zhXaljGHf11kAtnf" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200105200215.f4K2FqU02283@freefall.freebsd.org>; from will@FreeBSD.org on Sat, May 19, 2001 at 07:15:52PM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --zhXaljGHf11kAtnf Content-Type: text/plain; charset=us-ascii Content-Disposition: inline will@FreeBSD.org: |Synopsis: (NEW PORT) osg - Open Scene Graph | |State-Changed-From-To: open->analyzed |State-Changed-By: will |State-Changed-When: Sat May 19 19:15:43 PDT 2001 |State-Changed-Why: |This PR is missing pkg-plist. | |http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26926 I pulled out my old message and it does have the pkg-plist in it. The fault lies in FreeBSD's shar which apparently does not work except for text files where the very last character is an EOL. It creates a shell archive that FreeBSD's /bin/sh does not see the END-of-... marker for the file and keeps tacking text from the next file into the previous. FreeBSD's shar needs a fix, or at least a CAVEAT listed in the man page. Here is a .tgz of the exact same set of files I submitted in my PR (so you can try shar if you'd like). Sorry this didn't work the first time. From now on, I'll submit MIME-attached .tgz files rather than the shar things recommended in the porters handbook. I know they work. Randall -- Randall Hopper aa8vb@nc.rr.com --zhXaljGHf11kAtnf Content-Type: application/x-tar-gz Content-Disposition: attachment; filename="osg.tgz" Content-Transfer-Encoding: base64 H4sIAOa5BzsAA+09e3/aSJL5Fz5Fr5O5sYMBCRDYeD0/Ozb2sIMfZ5zJ3G+zxwqpASVC0krC j2T83be6WxJ6oRZZm9zMqWcMqLqq+qGuZ6sV05nWX71wQS2hI0noFSJFiH17F6jT6LQFqd1u S3Dd6XRar5D00h0jZeG4so3QK9s03Sy8+xnG+iY6tNliwv2/kD/jiabjl2pDFIR2q7Xy/jeF Nrv/DVFqS+0WQqIoNZqvkPBSHQqX/+f3/zW6xPfIMm3XQYqp61hxNdNAc29JoIlpd0tXFjbQ UMEGRue2bM3Kr9Gp7GKk2Bi+1G6p1GijY8tGDUEQofLDzJwDsHQjG6qs6+hn07KwXX4NVW/O bIzfDU+7rM26iu+wXte18RS7umbgYDHu3iGxtk84CnVhv95oInGv2+p0Gx10rwHP3oOF3gDL 8vXVze3l8UXvsARrmV792rsZ9q8uD0tCba/a3CufHN/2zq9u+r3hYWlK+q8pTvnieHjbuxkN +7cEPHNdq1uv39/f10wYrEPGSlFrpj2tq+a9oZuyWncM2XJmJvS7fNofes2++ep34Wnk2EqV XXudeCpDS/3LW/jr3RyWZHnvbnxkKDXbrinmvFz+cPPL8ObksARc4Odp/+apTmabTjad6yoM ovx+2BudXxz/Aq09Yode/ja6vumd9X9bQi56w2N2dTwYjG6Pb857t4elCcz32FHL/cvhLcCH o+HPg/47hle2TMetWrKrzLpl6MGwd/qEqhhtOUf/OzjpX54Ma2+P2A9UOUTV/puvg6uT48G7 42Hvqa4Zir5QMQX/JooR4NEW+lgueQLuczw9GxyfU5bsFwKWVw1U/QD/k2VStdwZrCgVVQeR hmB1UFDQCABYA6W/IjpvMIVPdOXUycJV8cSpwWJaPFCcn1bi+HMTHvuPzhFd/egIvXmzTeZ8 Bx39uLoxe6FjbmsMKWhONauaAXpH12HaJ5qhhmiCWTXkOfTmLSxAbfoj+h09yPbUAcSbC+jn hHT55Bp+2UnaOoDY4liCCL63BEanx7fHTyEymE7yB+JTc8wQbQReE/OxeO9q+io2Xl1eVueD 97erWHl1jNUFFZwYHiBd64spTHQwV1asmSVK/W0m9eASqJ0JCs3GqnlKogejzpqTJFkwwqzx p47emck2BqWlkFGkLhRSR0VzFVG55q/Dv8KKrRFdXZt//qlc/t72qijPW4j/p2qOqxkT86Xa 4Ph/xN33/L+m1Gw0qP8ndQr/bxPl4lRC27AIqOfC/KUaTEht+mUHzDPe38dqa2/cVprt5v6+ LLUUVW22pKa4j/fUvf1CHfzRC5F/6/O0Cs7oHBuZEvDNhSv/bV/+pYZA5R9+tQr530Q5qVRo wHE+QDToQTTqIS6ILduPJPxD4JLrVVcDb9TGhoptzZgWcv9nKb78q9hR7Bdqgyf/LSHI/4gd USD2v90o5H8j5XaGUTy9gzQHyUixTcepWrrsghKYo5CiCCsHd4bLgYLYRdbMdM0qARCfUllq DGRCXAMRLEbNUzQ3Vaw7NfTewQ6yZQOgE9ucl+80ZyHryNHmC2hWM41d5JqglzSwTNoE2FFC iLWntGIKEbJDf93PZBffYRs9mgukyEbZnWnGZ2jzL+Vydmrne8//9y6+/Fvkhr1QG9ny3xDa zUaQ/xVaNP/baUqF/G+i+Pkhsg6OdWsmny0MpRyGvtN0fWzKthqFmgtDBUF8Zz6kwofWDNs4 UnUC4mrLUdBC189kJYp3ejKMXj8a8lxTBkzrRKp6DyQzEQGdaVhXk5AbLIMiWgXvu9Az14zX 6/gS+kwyNE6iJgVqTiPX54PYZe/BBf0Dai1Kd47NIXYTIBdUWhyoxiC2ubAikP5cnkZx+oa1 iDIfXJ1Gr7XpzE1ChubCjt2ZIZ4m8Yg7GAZeQL9tTdbjQFuLrpQLPDftx2NVttzYjbmMj5MA ftUcLX6HLk0wC9EVcTX+hJXoaK4WbnwKrk3NiEP0x6lpXE0mTuxe/PdCjgLYkvlga/F+3+AJ rHlDwWoMPAXdGlu51NzGJvdfC0IcBSZWwfBec5VZBHSLH3rGXRx0jo046CI2EgC5i5iU3oId jw7rFiy0Y8lkZNEx3D5aOLqUf8VKIw5oxgGtGMAmIhGBzfF8ZLnRXth4QmFHqmaDOxKqCqOR tGiKVqBg8tG7A1ciZc1RhJSuMLiG73Fay6Q2jE10gqfmLmRDs4gXE12yFONUc8CtehzAqkhZ 1QzF1u5wFo/kGCn4TCcimUV4/r5/TPf4UmbBR1g1S7S+bwDUASFb1fcb6vOtqqULn8xosmYO Jhj8tukqUliIyuexrOtZ4/NvYvJukepyfE8jmrtP26pIpurTdiGSmfnYBgP8VMejpuqsrJvo 7so6+HSnX1ZWZ9V90ayVdZamrK4zphntySvrPlkZdNpkZd2U1Xn3LbYHE9mdqJ+aD49kj9gJ fo1gVeRCGs1lzbCIkeRiT2A5LsV+BXqMzYVmqBeyBVywo02Na9kFFkb8sgZj/TbCmTvX03u0 gkG+ZmrzubUK80JziED531l9j6Pm6K2HyuFI+5fJKMbg/cWAfNdgEafXLIj7RqtT2QJWjA6+ IQKOuMlsfKvQAr+Zg7Z0pPMhMs86G5fZIA6OLjsOjfdrCvmZA/FaNrCeB3sgQyDu8jAtK+ID crrrhQrZWBA7cBA0G0wXNHpigh0zXIeDHok9snFpPJEDhfmPuRH92IRDYE6zEcAdBD46D4mE Inwc4pVysVQeColeslF+7vdu+Bif5DvOWqdhEQeFxEnZKBA4cRCI85UDhYVWORBB3LOx/GCL iwXRVx4c08qz2NYQ20v5TpsSju8WrguKPFslXOL7dXhzlxjBOFYUbLlXnJVGMMEazvhYnnfK QySR6ZDkJDWXozdYyMrBoTFsNg4NankooSg3G5WEvdkY4TiYh+kHxjw8Eiljm83ItQ1OVj6C cFdyk/H0OY1UOCiYI59+UM/B4utTFvZn47A8ABcHLAEX54J3873UAQeJ5BI4KKHkQjYmyS1w MZpcjFY2BnuklVqvM9NmdoPTbBpJJgF54u90eMVHInnGfFh9I3BsOASmPcKyMhuBtpeNKY// dMQ02YA8pstBxe6azhVQkL7z1S4ghrKnxPW+djnrCkhy91xTTENMiWuiGI1sDEPFHAurGVrO 8RLM/L13QnMzXFgkL8RTtF6CLRvJiBtjjhwYtMfZOPn8C/jjIpxj1/PKSY4+D7qXGcpG9dKM 2UhO3oXrpKzC1HgzIFnFiiYi84ZsMeQcYduSIk/olppOzZwJRpEjBKGIXLc/wOK6/hRzLSc0 lPLlc+aqjgArU30wLK4KoWjed27ENQQlRhYRmOxlSzPhK+rSs+KZHWEkOVd7DDnHal9S5Fnt K3L2/AHEk/h8ikT6nk8Sz+fnosgtt4wgh9xSRK7cBlhcuWWYWrYXGt2P4HvRqfsXfIq11Edy C4TfQLAnkgM1tknCp0jbNeFTkd7knFCuDgywMnUgw+LqQIrmfedGXEMHxsjW0IF0f2k1SqzB 0EjTaDZ10sKkQQTZ93i5NtY6/yvR53+E4vzvZsry/tNjgFV5/PxtcJ7/lBrB+Y+WwO5/Q+oU z39upFSrVXRv2p9TTp0GR3FLt7MF+ptsoIaERKkrtruNPXbUt1KpoAgWPQTchspuq92FW0mx jo5Qtb0rCqhCP4+Oyoj8R458dhE7Y0kOs17vlKsl8kzpBGkGwE/7N8MddIBUEykqevNmckAP Zh6Qq1qNwA1crnAo/COcv/+O8IPmIjFKDt0AheugLjQNcMdWWCMUegDcfaDPh8Fp/yNnSYED GWaztduWUAW+OiIdKGFAEA8+wm/doOf7YmdU/cs4SvhkaXAN/SS/oWdej8qVcsU7WNpl/fWa qySa89DCDVaSDYaxWJPLtmDUmq09dDnjIjg1wzQcd9kYSh8eQV1eouTwvCZrwCtXs8/U5gzr FiINHmFlZqL3jjzFsFoBlwE+UprENb1bcaDfr1Q4m6Z4lYpBHBNQRceykQSa4zG2ExxMJQ7y T68n+sHOIqeBYTyfnbQK1pVKUOHLRwqIzUkSHkzLiipvZpK13uQkK1Z1yp+iFFYwS0loMFEp PfPmKr2GTVd6Hesc1Rz057foPkYZqLD1VGAaLWLHz+kJe/fRwsCmih+wgsAf/fqEPoKqK8HP 6gSNNaP+lnWeTmas+8HazDUIyuGbh5FG7XczMqWoVPYWyzdNNiP9xm6mEsP0ueZoYYD+AV2C OKx8VN/CBj9iXHMNxmP2jaNJp6bq2H/C7mp4foACbm9rM8bJHwSwYyyDmfClrOtrYM+4ViN6 7WCplwOjHF8K0JFtr2PEmVPuYBWjpEODfkfTL5qFfkKmd+D1nyp5jclW5Yf/+WH+g7r1T//o KxNTT9apc5CYppQp9vD5U5w+x+nkXj+oZlmrJ5TiP+lLGgOvN54CW6M3ORXX6t6kaq/iHOJ/ WhLxn/L8bfDO/7VFIYj/hFaHxn/N4v1PGylZ8V/iWEDpA1ZZINhCwn631ei2WstAMIl+YRos IqQvb5L2umJnGRG2mrsdVKGfJFDyy9Py52vLlqdzGZmWq821L3h7a2vXNEA5vwbLqk3K1dfa BNx8NBp5LiZcg90Fjwar2x6QRn5LmPf2qdFoJ9QMq0Yng1+2H3ZKCPjJznw0QncmOYUIdnd7 qzZ+BEMhPAiTXfhsiltgv7cOj7cQUBA/QzPIy6sQHfbIRa6mfN4Gek1FO+irD304YE0c2Nhd 2AZcPwVj+V73PyH/6vO3wZH/RksSl/IvSVT+20Ih/5soWfIPHlL9FM9NZ5kJIhJ9hsdwh5DQ 6TYbXVFcKoAV+L4G2O+KrS7c3qUG2G20QQOQT6IBiAeADpEzvSP+mWIa7HsxxmgmG9Oprqk4 yBvlc3qfO1eU4fdsIFYLx17fMdIKxVRFHPU8cVQRa/yfjzW+t6J+oZKw/y/wFlie/e8E5//B /rebzP43Cvu/icKz/4ElP7M16vojCQlStyl2W/tRy7/K5jfB8V/afGkXbnaFfoZsPqxC5O2g I+9pIkQ9CXLlnwEsTH9h+kM7dqQHJOsHKyS8Z7cTgpP1FK5DO8s6ssZidZUlv0jGke5qRFhG qsOUjGu8+s/nrhQOy5/EYUnY/8nz2xju+79Eybf/nZbQpva/Vbz/cyOF2H9ivck68PUMfeV0 abgwWK5PRGKn25C6rXbU4IdJIg9/gG/Qglh/afTBryO5PvZFn4qgp2Sc+v1Mc3HNno4/UqVS HfTfDcmKOERVXdXLlfA1qFb6CR9zgg11pUNY73X433v7wptt9tbzEXlNOHkh+w55owB6nQ9V /rP6+FklIf/T52+DI/9ixP/vePm/diH/myg8/z9I5tcUy6JSfooVuFvkQTBJ6Eo0/SdEdMIS PRoJCK1oJLC/C3q/Al/NpvdMGMuFo3od/YNog2h6n4D/ToD+i8nBM3FctTb7KQx0Hp36fC4b BLzWfgBjXwEihFKaoOAkNwoPEUSbRwjrEaLQ9kMKIXkAw/EpY3Xwp7h6wJbuGVB/w2WbDt0u OTSGVVCVwgFxkRdjHftVirUYzWdfSF1NoE+v0a2JEKG/WVFGX5NDDfeadcxFwNKxMFYPGMjR vuCRi3RsUAADwhXJ50KVOdn2CXY8Cmhhmw1qTN6xgLe35rIyA5e/5jrKaGLjf23tov/yqeAn cNtFl+8HA/a5gw7BKog7pMMlC9u2aW9vRRjG+e1s+W2TwvZgPMAT+1rOk98uqiMRtw+8dRG7 m94SoOyUGWiR8WIy+bvY2PvHAQOe9Qc99HZiAcMJeffkNtqqW7ap1IE9eeE6jHDL3kI75JYQ kdjr7LbBTAqSbya9zTDvawJRmYO3ETAkI1muA3ZTvNsvAren3FvjCf0/e34dw/X/Os3g/a+t psj8v0L/b6SE/D96+ivmA8ouS/q0ib4nT/V2Ej5ghCziBza6ggBES5W/T7zAfW9xx/wvlgWi 58h4ruAg8OSgzk8b0V/wOdUXbuEt5i4J+deevw1u/re9fP5DFDqF/7fBksP/81/TFkkF001g qhVana4gJbRCgiiWFe50W41QgLjb2AfDt9tkpwNe/8WhT2Sj4c+9weCwTp49dWZEK3j5YhDJ puqgie4iazImisOdfkHkjzzfZ2kKsowp+mThKQBl5GqTCYWQ42eV18/BJMljLfoil13ksott 7CIr/N2zwgn7/+n5bQzP/5ca0tL+i+z8X6vY/91IWcP+g91amnPyJCjJBIF7D7ZcFD0fQEjz ASKEUT+A5IpDz4SKIs0Ti16IQH1+EgAsDM9onlQq7J+OpP8cZY38UT8d/vfTJRA6nC5xBkE9 mGqIIlZVwWV94dh13VRknQFskIgZikKZNLOGAvLoP/P4x3oqPSH/n5+/jbXkv8n8f6l4/nMj ZQ35J57sKgXQbHfF9koFEKWMaQCh22wuNcAeUQB7nvwHSYLB1fFp72ZE8mne4yKp75z20wZE ZZA2vayBf5lbxvlaBnTTSiXzx5b/F1jja8m/d/5DKuz/Rsoa8k8C2JXy728Pp8p/lDLhAYRT hCLbKRYCDRBIMGGSSzQL+79GScj//Pnb4Ob/yTs/vPx/s8Oe/yz+/dfNlFD+n775KJr/D533 Ii5+oyvtJzJ9EbLYcyDSflcMp/k6VLg7WTsA9C1K6+4AFAn/ohSlKEUpSlGKUpSiFKUoRSlK UYpSlKIUpShFKUpRilKUohSFlH8DX6hJaQCgAAA= --zhXaljGHf11kAtnf-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 20 5:51:49 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail.yadt.co.uk (yadt.demon.co.uk [158.152.4.134]) by hub.freebsd.org (Postfix) with SMTP id 94E7337B424 for ; Sun, 20 May 2001 05:51:40 -0700 (PDT) (envelope-from davidt@yadt.co.uk) Received: (qmail 8440 invoked from network); 20 May 2001 12:51:37 -0000 Received: from gattaca.local.yadt.co.uk (HELO mail.gattaca.yadt.co.uk) (qmailr@10.0.0.2) by xfiles.yadt.co.uk with SMTP; 20 May 2001 12:51:37 -0000 Received: (qmail 82805 invoked by uid 1000); 20 May 2001 12:51:37 -0000 Date: Sun, 20 May 2001 13:51:37 +0100 From: David Taylor To: Randall Hopper Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/26926: (NEW PORT) osg - Open Scene Graph Message-ID: <20010520135137.B39239@gattaca.yadt.co.uk> Mail-Followup-To: Randall Hopper , freebsd-ports@FreeBSD.org References: <200105200215.f4K2FqU02283@freefall.freebsd.org> <20010520084243.A84342@nc.rr.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="G4iJoqBmSsgzjUCe" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010520084243.A84342@nc.rr.com>; from aa8vb@nc.rr.com on Sun, May 20, 2001 at 08:42:43 -0400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --G4iJoqBmSsgzjUCe Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, 20 May 2001, Randall Hopper wrote: > I pulled out my old message and it does have the pkg-plist in it. The > fault lies in FreeBSD's shar which apparently does not work except for te= xt > files where the very last character is an EOL. It creates a shell archive > that FreeBSD's /bin/sh does not see the END-of-... marker for the file and > keeps tacking text from the next file into the previous. >=20 > FreeBSD's shar needs a fix, or at least a CAVEAT listed in the man page. quote from man 1 shar: BUGS The shar command makes no provisions for special types of files or fil= es containing magic characters. The shar command cannot handle files wit= h- out a newline ('\n') as the last character. It appears to already mention that problem... --=20 David Taylor davidt@yadt.co.uk --G4iJoqBmSsgzjUCe Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7B73ZfIqKXSsJ/xERAptQAJ9sZzYSVtj5RNbhHrq6F098qhIIVQCeIYXn YKSU5i1WsaOdBx7EznC5mP4= =bQyz -----END PGP SIGNATURE----- --G4iJoqBmSsgzjUCe-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 20 5:56:21 2001 Delivered-To: freebsd-ports@freebsd.org Received: from casimir.physics.purdue.edu (casimir.physics.purdue.edu [128.210.146.111]) by hub.freebsd.org (Postfix) with ESMTP id 3A95837B43C for ; Sun, 20 May 2001 05:56:19 -0700 (PDT) (envelope-from will@physics.purdue.edu) Received: by casimir.physics.purdue.edu (Postfix, from userid 1000) id 5AA5518A47; Sun, 20 May 2001 07:51:03 -0500 (EST) Date: Sun, 20 May 2001 07:51:03 -0500 From: Will Andrews To: David Taylor Cc: Randall Hopper , freebsd-ports@FreeBSD.ORG Subject: Re: ports/26926: (NEW PORT) osg - Open Scene Graph Message-ID: <20010520075103.F1198@casimir.physics.purdue.edu> Reply-To: Will Andrews References: <200105200215.f4K2FqU02283@freefall.freebsd.org> <20010520084243.A84342@nc.rr.com> <20010520135137.B39239@gattaca.yadt.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.15i In-Reply-To: <20010520135137.B39239@gattaca.yadt.co.uk>; from davidt@yadt.co.uk on Sun, May 20, 2001 at 01:51:37PM +0100 X-Operating-System: Linux 2.2.18 sparc64 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sun, May 20, 2001 at 01:51:37PM +0100, David Taylor wrote: > The shar command makes no provisions for special types of files or files > containing magic characters. The shar command cannot handle files with- > out a newline ('\n') as the last character. > > It appears to already mention that problem... I still maintain that it's a problem with the format, not the command. You simply can't fix this kind of problem in this kind of format, no matter how good your version of the shar program is. -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 20 6: 0: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DBB2237B422 for ; Sun, 20 May 2001 06:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4KD02O81059; Sun, 20 May 2001 06:00:02 -0700 (PDT) (envelope-from gnats) Date: Sun, 20 May 2001 06:00:02 -0700 (PDT) Message-Id: <200105201300.f4KD02O81059@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Will Andrews Subject: Re: ports/26926: (NEW PORT) osg - Open Scene Graph Reply-To: Will Andrews Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/26926; it has been noted by GNATS. From: Will Andrews To: Randall Hopper Cc: FreeBSD GNATS DB Subject: Re: ports/26926: (NEW PORT) osg - Open Scene Graph Date: Sun, 20 May 2001 07:47:35 -0500 On Sun, May 20, 2001 at 08:42:43AM -0400, Randall Hopper wrote: > I pulled out my old message and it does have the pkg-plist in it. The > fault lies in FreeBSD's shar which apparently does not work except for text > files where the very last character is an EOL. It creates a shell archive > that FreeBSD's /bin/sh does not see the END-of-... marker for the file and > keeps tacking text from the next file into the previous. Ah, sorry, should have looked again. > FreeBSD's shar needs a fix, or at least a CAVEAT listed in the man page. No, I don't think there is a "fix", because if you add formatting to a file where there wasn't one before, it won't be the same as it used to be (and this CAN be important in terms of last EOL). It's a fundamental problem with the shar formatting. Regardless, I've always wondered how people end up with files that don't have an EOL on the last line... never happened to me. BTW, it's not the very last character that must be an EOL (this would be an EOF), just the last character on the last line before the EOF. > Here is a .tgz of the exact same set of files I submitted in my PR (so you > can try shar if you'd like). Sorry this didn't work the first time. From > now on, I'll submit MIME-attached .tgz files rather than the shar things > recommended in the porters handbook. I know they work. shar's actually do work. I never had trouble with them: > <1 5027-0> (7:45:33) [will@puck ~]% mkdir test > <1 5028-0> (7:45:35) [will@puck ~]% cat > test/blah > this is a test > just a test > <1 5029-0> (7:45:43) [will@puck ~]% cat > test/blah2 > another test > this file has an EOL > <1 5030-0> (7:45:50) [will@puck ~]% ls -l test > total 2 > -rw-rw-r-- 1 will will 27 May 20 07:45 blah > -rw-rw-r-- 1 will will 34 May 20 07:45 blah2 > <1 5031-0> (7:46:01) [will@puck ~]% cat test/blah;echo "--";cat test/blah2 > this is a test > just a test > -- > another test > this file has an EOL > <1 5032-0> (7:46:14) [will@puck ~]% shar `find test` > test.shar > <1 5033-0> (7:46:24) [will@puck ~]% cat test.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: > # > # test > # test/blah > # test/blah2 > # > echo c - test > mkdir -p test > /dev/null 2>&1 > echo x - test/blah > sed 's/^X//' >test/blah << 'END-of-test/blah' > Xthis is a test > Xjust a test > END-of-test/blah > echo x - test/blah2 > sed 's/^X//' >test/blah2 << 'END-of-test/blah2' > Xanother test > Xthis file has an EOL > END-of-test/blah2 > exit > > <1 5034-0> (7:46:26) [will@puck ~]% uuencoded tarballs also work, but they are less convenient except in large cases (which are fairly rare in ports), mainly because it's easier to examine how much work would be involved in getting a port in the tree when you can see the actual content in the raw text of the PR. -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 20 6:11:30 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail7.nc.rr.com (fe7.southeast.rr.com [24.93.67.54]) by hub.freebsd.org (Postfix) with ESMTP id B2A1437B42C for ; Sun, 20 May 2001 06:11:24 -0700 (PDT) (envelope-from aa8vb@nc.rr.com) Received: from stealth.dummynet ([24.25.3.190]) by mail7.nc.rr.com with Microsoft SMTPSVC(5.5.1877.687.68); Sun, 20 May 2001 09:11:18 -0400 Received: (from rhh@localhost) by stealth.dummynet (8.11.1/8.11.1) id f4KDDIh85482 for freebsd-ports@FreeBSD.org; Sun, 20 May 2001 09:13:18 -0400 (EDT) (envelope-from aa8vb@nc.rr.com) X-Authentication-Warning: stealth.dummynet: rhh set sender to aa8vb@nc.rr.com using -f Date: Sun, 20 May 2001 09:13:18 -0400 From: Randall Hopper To: freebsd-ports@FreeBSD.org Subject: Re: ports/26926: (NEW PORT) osg - Open Scene Graph Message-ID: <20010520091318.A85333@nc.rr.com> References: <200105200215.f4K2FqU02283@freefall.freebsd.org> <20010520084243.A84342@nc.rr.com> <20010520135137.B39239@gattaca.yadt.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010520135137.B39239@gattaca.yadt.co.uk>; from davidt@yadt.co.uk on Sun, May 20, 2001 at 01:51:37PM +0100 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org David Taylor: |On Sun, 20 May 2001, Randall Hopper wrote: |> I pulled out my old message and it does have the pkg-plist in it. The |> fault lies in FreeBSD's shar which apparently does not work except for text |> files where the very last character is an EOL. It creates a shell archive |> that FreeBSD's /bin/sh does not see the END-of-... marker for the file and |> keeps tacking text from the next file into the previous. |> |> FreeBSD's shar needs a fix, or at least a CAVEAT listed in the man page. | |quote from man 1 shar: | |BUGS | The shar command makes no provisions for special types of files or files | containing magic characters. The shar command cannot handle files with- | out a newline ('\n') as the last character. | |It appears to already mention that problem... Sorry. I missed seeing that. -- Randall Hopper aa8vb@nc.rr.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 20 6:29: 3 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ermis.cc.duth.gr (ermis.cc.duth.gr [192.108.114.10]) by hub.freebsd.org (Postfix) with ESMTP id 9C2AE37B422; Sun, 20 May 2001 06:28:59 -0700 (PDT) (envelope-from kkonstan@duth.gr) Received: from duth.gr (foo.duth.gr [193.92.210.14]) by ermis.cc.duth.gr (8.11.3/8.11.3) with ESMTP id f4KDSuY36376; Sun, 20 May 2001 16:28:57 +0300 (EEST) (envelope-from kkonstan@duth.gr) Message-ID: <3B07C682.299A6260@duth.gr> Date: Sun, 20 May 2001 16:28:34 +0300 From: Konstantinos Konstantinidis Organization: I've heard of it. X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en, el MIME-Version: 1.0 To: will@FreeBSD.org Cc: kkonstan@daemon.gr, freebsd-ports@FreeBSD.org Subject: Re: ports/26936: New port: libvanessa_socket-0.0.1: Library that provides a simple layer for TCP/IP socket operations References: <200105200359.f4K3xsG14475@freefall.freebsd.org> Content-Type: text/plain; charset=iso-8859-7 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org will@FreeBSD.org wrote: > > Synopsis: New port: libvanessa_socket-0.0.1: Library that provides a simple layer for TCP/IP socket operations > > State-Changed-From-To: open->closed > State-Changed-By: will > State-Changed-When: Sat May 19 20:59:49 PDT 2001 > State-Changed-Why: > Committed, thanks. > > http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26936 Hello, I just noticed that although I intended this to be under ports/net, I had CATEGORIES=devel... Forgot to change this after I moved it at ports/net I guess. Anyway, I think that net is more suitable, but if it's too much trouble to move this port to net, could someone please fix the mail/perdition port that was commited along with all that libvanessa stuff so that the dependency for libvanessa_socket points to ${PORTSDIR}/devel/ instead of ${PORTSDIR}/net? Regards, Konstantinos Konstantinidis Network Administration Centre Demokritos University of Thrace To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 20 6:30: 5 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 21DD537B422 for ; Sun, 20 May 2001 06:30:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4KDU4085512; Sun, 20 May 2001 06:30:04 -0700 (PDT) (envelope-from gnats) Date: Sun, 20 May 2001 06:30:04 -0700 (PDT) Message-Id: <200105201330.f4KDU4085512@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Randall Hopper Subject: Re: ports/26926: (NEW PORT) osg - Open Scene Graph Reply-To: Randall Hopper Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/26926; it has been noted by GNATS. From: Randall Hopper To: Will Andrews , FreeBSD GNATS DB Cc: Subject: Re: ports/26926: (NEW PORT) osg - Open Scene Graph Date: Sun, 20 May 2001 09:20:10 -0400 Will Andrews: |I've always wondered how people end up with files that don't have an EOL |on the last line... never happened to me. It's an editor-related thing. Emacs for example has no problem creating files that don't end with EOL (I edit binary files in Emacs on occasion because it doesn't insert characters that I don't tell it to). vi on the other hand seems to prefer adding EOL at EOF. Randall -- Randall Hopper aa8vb@nc.rr.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 20 6:40: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3808B37B422 for ; Sun, 20 May 2001 06:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4KDe3H05586; Sun, 20 May 2001 06:40:03 -0700 (PDT) (envelope-from gnats) Date: Sun, 20 May 2001 06:40:03 -0700 (PDT) Message-Id: <200105201340.f4KDe3H05586@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Will Andrews Subject: Re: ports/26926: (NEW PORT) osg - Open Scene Graph Reply-To: Will Andrews Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/26926; it has been noted by GNATS. From: Will Andrews To: Randall Hopper Cc: Will Andrews , FreeBSD GNATS DB Subject: Re: ports/26926: (NEW PORT) osg - Open Scene Graph Date: Sun, 20 May 2001 08:27:42 -0500 On Sun, May 20, 2001 at 09:20:10AM -0400, Randall Hopper wrote: > It's an editor-related thing. Emacs for example has no problem creating > files that don't end with EOL (I edit binary files in Emacs on occasion > because it doesn't insert characters that I don't tell it to). vi on the > other hand seems to prefer adding EOL at EOF. I've used both vi & vim, and never had problems with either in this aspect. But then again, I don't edit binary files... -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 20 7: 7:15 2001 Delivered-To: freebsd-ports@freebsd.org Received: from eken2.eken.phys.nagoya-u.ac.jp (eken2.eken.phys.nagoya-u.ac.jp [133.6.121.2]) by hub.freebsd.org (Postfix) with ESMTP id 4DFBE37B424; Sun, 20 May 2001 07:07:11 -0700 (PDT) (envelope-from yoichi@eken.phys.nagoya-u.ac.jp) Received: from e-ppp7.eken.phys.nagoya-u.ac.jp (e-ppp7.eken.phys.nagoya-u.ac.jp [133.6.121.53]) by eken2.eken.phys.nagoya-u.ac.jp (8.11.3+3.4W/3.7W-E) with ESMTP id f4KE79k28110; Sun, 20 May 2001 23:07:09 +0900 (JST) Date: Sun, 20 May 2001 23:07:42 +0900 Message-ID: <86lmnsdsgh.wl@e-ppp7.eken.phys.nagoya-u.ac.jp> From: Yoichi NAKAYAMA To: Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/27248: new port: deskutils/gemcal In-Reply-To: <200105200321.f4K3Lbg10819@freefall.freebsd.org> References: <200105200321.f4K3Lbg10819@freefall.freebsd.org> User-Agent: Wanderlust/2.5.8 (Smooth) SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (=?ISO-2022-JP?B?GyRCSCxMWkA+OH0bKEI=?=) APEL/10.3 Emacs/21.0.103 (i386-unknown-freebsd4.3) MULE/5.0 (=?ISO-2022-JP?B?GyRCOC1MWhsoQg==?=) X-Face: wLZki+KbGjgKe0,<&3g*rA|R**vj[a8L%[v]ecJh1L(Uqm|LBx;v7Nq7n%?0d.aS]F#[~C\!{m?m,C&#U5}$_pZvBR>5VmX1Ol0`P\M-U8`sUF<5Quj'z&zzW8r|Zl9#W7Wut3duYzpKrP{n+AbarKtJ!i"Al7]P;-?[=iBZa*]r=>C':0~JECx]IH+RXq=/hUX}MB9e]oQKBxsDd/ Organization: E-ken, Dept. of Physics, Nagoya University, JAPAN MIME-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, I saw the commited port: $FreeBSD: ports/deskutils/gemcal/Makefile,v 1.1 2001/05/20 03:20:21 will Exp $ By the way, I sent a report that the port runs depending on x11-toolkits/ruby-gtk in > http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27248 But it seems the change is not inluded in the commited port. If it is correct, add the dependency please. thanks. > Synopsis: new port: deskutils/gemcal > State-Changed-From-To: open->closed > State-Changed-By: will > State-Changed-When: Sat May 19 20:21:26 PDT 2001 > State-Changed-Why: > Committed, thanks. -- Yoichi Nakayama E-ken, Dept. of Physics, Nagoya University http://www.eken.phys.nagoya-u.ac.jp/~yoichi/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 20 7:13:43 2001 Delivered-To: freebsd-ports@freebsd.org Received: from bpdcwm01.bpcl.broadband.hu (bpdcwm01.bpcl.broadband.hu [195.184.181.2]) by hub.freebsd.org (Postfix) with ESMTP id 0E2AB37B422 for ; Sun, 20 May 2001 07:13:41 -0700 (PDT) (envelope-from warder@graffiti.net) Received: from anxi0us (warder@gep115-768.bp13catv.broadband.hu [213.222.165.79]) by bpdcwm01.bpcl.broadband.hu (8.11.3/8.11.3) with ESMTP id f4KEEUK09241 for ; Sun, 20 May 2001 16:14:30 +0200 (MET DST) Date: Sun, 20 May 2001 16:13:31 +0200 (CEST) From: warder X-X-Sender: To: Subject: /usr/ports/net/mudix/mudix-4.0 Message-ID: <20010520161128.M2657-100000@localhost> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi i compiled that following port on my 4.3-RELEASE system. the alt+xx keys dot work i tryed with ESC+xx too but didnt work either could you check if its a problem with the port or just my keyboard map if the keyboard map is trashed.. could you tell me what to change? thanks warder To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 20 7:49:20 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail.noos.fr (camus.noos.net [212.198.2.70]) by hub.freebsd.org (Postfix) with ESMTP id B546837B422 for ; Sun, 20 May 2001 07:49:17 -0700 (PDT) (envelope-from clefevre@poboxes.com) Received: (qmail 30321375 invoked by uid 0); 20 May 2001 14:49:15 -0000 Received: from d165.dhcp212-198-231.noos.fr (HELO gits.dyndns.org) ([212.198.231.165]) (envelope-sender ) by camus.noos.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 20 May 2001 14:49:15 -0000 Received: (from root@localhost) by gits.dyndns.org (8.11.3/8.11.3) id f4KEnDn80271; Sun, 20 May 2001 16:49:13 +0200 (CEST) (envelope-from clefevre@poboxes.com) To: "David W. Chapman Jr." Cc: , Subject: Re: PR Review References: <028901c0e011$e35a84c0$931576d8@inethouston.net> <1ypl3yn3.fsf@gits.dyndns.org> <062e01c0e09e$50a7c240$931576d8@inethouston.net> X-Face: V|+c;4!|B?E%BE^{E6);aI.[<97Zd*>^#%Y5Cxv;%Y[PT-LW3;A:fRrJ8+^k"e7@+30g0YD0*^^3jgyShN7o?a]C la*Zv'5NA,=963bM%J^o]C Reply-To: Cyrille Lefevre In-Reply-To: <062e01c0e09e$50a7c240$931576d8@inethouston.net> Mail-Copies-To: never From: Cyrille Lefevre Date: 20 May 2001 16:49:07 +0200 Message-ID: <8zjs13fg.fsf@gits.dyndns.org> Lines: 17 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org "David W. Chapman Jr." writes: > I got your follow up and I like it a lot since the manpages are a huge part > of the actual contents of /usr/ports/x11/XFree86-4. Yeah I forgot about the > links because I assumed there weren't any when it just worked without > MLINKS. I forgot to say that I didn't test my followup (which should work although) bcoz my machine is too low powered (and disk space is missing :) to make the world in XFree86-4. so, could you make the world to validate the patch ? thanks. Cyrille. -- home: mailto:clefevre@poboxes.com UNIX is user-friendly; it's just particular work: mailto:Cyrille.Lefevre@edf.fr about who it chooses to be friends with. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 20 8:16:17 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail.noos.fr (descartes.noos.net [212.198.2.74]) by hub.freebsd.org (Postfix) with ESMTP id 4090137B422 for ; Sun, 20 May 2001 08:16:14 -0700 (PDT) (envelope-from clefevre@poboxes.com) Received: (qmail 3590760 invoked by uid 0); 20 May 2001 15:16:12 -0000 Received: from d165.dhcp212-198-231.noos.fr (HELO gits.dyndns.org) ([212.198.231.165]) (envelope-sender ) by descartes.noos.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 20 May 2001 15:16:12 -0000 Received: (from root@localhost) by gits.dyndns.org (8.11.3/8.11.3) id f4KFGA581820; Sun, 20 May 2001 17:16:11 +0200 (CEST) (envelope-from clefevre@poboxes.com) To: "David W. Chapman Jr." Cc: Subject: Re: pr=26976 References: <04e401c0e06e$460486a0$931576d8@inethouston.net> X-Face: V|+c;4!|B?E%BE^{E6);aI.[<97Zd*>^#%Y5Cxv;%Y[PT-LW3;A:fRrJ8+^k"e7@+30g0YD0*^^3jgyShN7o?a]C la*Zv'5NA,=963bM%J^o]C Reply-To: Cyrille Lefevre In-Reply-To: <04e401c0e06e$460486a0$931576d8@inethouston.net> Mail-Copies-To: never From: Cyrille Lefevre Date: 20 May 2001 17:16:08 +0200 Message-ID: <3da0126f.fsf@gits.dyndns.org> Lines: 21 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org "David W. Chapman Jr." writes: > Anyone know what should be done with this. Currently linux_base can't be > fetched. The pr above fixes this but is also a major upgrade. I won't dare > suggest linue_base7 like I did samba22, but does anyone have any > reservations about this pr? about linux_base, how about just changing the following variable ? STDDIR= linux/${PORTVERSION}/en/os/${MACHINE_ARCH}/RedHat/RPMS UPDDIR= linux/updates/${PORTVERSION}/en/os/${MACHINE_ARCH} PS : I didn't check the rest. about the port naming, linux_base70 would be more appropriate, no ? does redhat 7.0 (or 7.1) are enough stable to replace redhat 6.1 ? Cyrille. -- home: mailto:clefevre@poboxes.com UNIX is user-friendly; it's just particular work: mailto:Cyrille.Lefevre@edf.fr about who it chooses to be friends with. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 20 9:10:21 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D184E37B43C for ; Sun, 20 May 2001 09:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4KGA1f04358; Sun, 20 May 2001 09:10:01 -0700 (PDT) (envelope-from gnats) Received: from mail.noos.fr (camus.noos.net [212.198.2.70]) by hub.freebsd.org (Postfix) with ESMTP id 3FD8C37B422 for ; Sun, 20 May 2001 09:03:39 -0700 (PDT) (envelope-from root@gits.dyndns.org) Received: (qmail 30342483 invoked by uid 0); 20 May 2001 16:03:37 -0000 Received: from d165.dhcp212-198-231.noos.fr (HELO gits.dyndns.org) ([212.198.231.165]) (envelope-sender ) by camus.noos.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 20 May 2001 16:03:37 -0000 Received: (from root@localhost) by gits.dyndns.org (8.11.3/8.11.3) id f4KG3ZA85102; Sun, 20 May 2001 18:03:35 +0200 (CEST) (envelope-from root) Message-Id: <200105201603.f4KG3ZA85102@gits.dyndns.org> Date: Sun, 20 May 2001 18:03:35 +0200 (CEST) From: Cyrille Lefevre Reply-To: clefevre@poboxes.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27467: Updated port: emulators/bochs (1.1.2) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27467 >Category: ports >Synopsis: Updated port: emulators/bochs (1.1.2) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun May 20 09:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Cyrille Lefevre >Release: FreeBSD 4.3-STABLE i386 >Organization: ACME >Environment: System: FreeBSD gits 4.3-STABLE FreeBSD 4.3-STABLE #21: Sun Apr 22 22:20:03 CEST 2001 root@gits:/disk2/4.x-stable/src/sys/compile/CUSTOM i386 >Description: Makefile PORTVERSION bumped to 1.1.2. PORTEPOCH added. MAINTAINER updated. MASTER_SITES updated to MASTER_SITE_SOURCEFORGE USE_X_PREFIX added. CONFIGURE_ARGS updated w/ -cpu-level=5, -cdrom and -sb16=linux. -vga, -fpu and -x11 aren't needed anymore since they are the defaults. -x86-debugger is conditionnaly added if WANT_X86_DEBUGGER is defined. PLIST_SUB added. pre-configure renamed post-patch. do-install mostly rewritten. post-install added. distinfo updated as needed. pkg-descr description and WWW changed. pkg-plist @comment $FreeBSD$ added. mostly rewritten using %%XXX_SUBDIR%% where XXX is one of DATA, FONT, SAMP and DOC. %%PORTDOCS%% added. files/patch-* $FreeBSD$ added files/patch-ac deleted files/patch-ad updated as needed. files/patch-ae patch debug/lexer.l instead of debug/lexer.c. files/patch-af files/patch-ag sb16 linux emulation (untested but should work). >How-To-Repeat: n/a >Fix: take care, the patch kit is in two parts. the first one are patches against /dev/null and the second one are a cvs diff. --- /dev/null Sun May 20 17:46:52 2001 +++ files/patch-af Sun May 20 17:48:44 2001 @@ -0,0 +1,15 @@ +$FreeBSD$ +--- /dev/null Sun May 20 17:20:49 2001 ++++ files/patch-af Sun May 20 16:54:06 2001 +@@ -0,0 +1,11 @@ ++--- iodev/soundlnx.h.orig Tue Apr 10 04:20:00 2001 +++++ iodev/soundlnx.h Sun May 20 16:53:49 2001 ++@@ -23,7 +23,7 @@ ++ // This file (SOUNDLNX.H) written and donated by Josef Drexler ++ ++ ++-#if defined(linux) +++#if (defined(linux) || defined(__FreeBSD__)) ++ ++ #include "bochs.h" ++ --- /dev/null Sun May 20 17:46:52 2001 +++ files/patch-ag Sun May 20 17:46:28 2001 @@ -0,0 +1,12 @@ +$FreeBSD$ +--- iodev/soundlnx.cc.orig Tue Apr 10 04:19:59 2001 ++++ iodev/soundlnx.cc Sun May 20 15:56:27 2001 +@@ -22,7 +22,7 @@ + + // This file (SOUNDLNX.CC) written and donated by Josef Drexler + +-#if defined(linux) ++#if (defined(linux) || defined(__FreeBSD__)) + + #include "bochs.h" + Index: Makefile =================================================================== RCS file: /home/ncvs/ports/emulators/bochs/Makefile,v retrieving revision 1.34 diff -u -r1.34 Makefile --- Makefile 2001/02/14 05:42:59 1.34 +++ Makefile 2001/05/20 15:39:17 @@ -7,46 +7,111 @@ # PORTNAME= bochs -PORTVERSION= 2000.0325 +PORTVERSION= 1.1.2 +PORTEPOCH= 1 CATEGORIES= emulators -MASTER_SITES= ftp://ftp.bochs.com/bochs/ -DISTNAME= ${PORTNAME}-${PORTVERSION:S/./_/}a +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org -VGABIOS= VGABIOS-elpin-2.20 -BIOS= BIOS-bochs-990925a +# +# Global variables +# +USE_X_PREFIX= yes USE_XLIB= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-cpu-level=4 \ - --enable-vga \ - --enable-fpu \ - --with-x11 --prefix=${PREFIX} - +CONFIGURE_ARGS= --enable-cpu-level=5 \ + --enable-cdrom \ + --enable-sb16=linux .ifdef(WANT_DEBUGGER) -CONFIGURE_ARGS+= --enable-debugger --enable-disasm +CONFIGURE_ARGS+= --enable-debugger \ + --enable-disasm +.endif +.ifdef(WANT_X86_DEBUGGER) +CONFIGURE_ARGS+= --enable-x86-debugger .endif + +PLIST_SUB= VGABIOS="${VGABIOS}" ROMBIOS="${ROMBIOS}" X11BASE="${X11BASE}" \ + SAMP_SUBDIR="${SAMP_SUBDIR}" DATA_SUBDIR="${DATA_SUBDIR}" \ + FONT_SUBDIR="${FONT_SUBDIR}" DOC_SUBDIR="${DOC_SUBDIR}" \ + +# +# Local variables +# + +VGABIOS= VGABIOS-elpin-2.40 +ROMBIOS= BIOS-bochs-990925a + +PROG_SUBDIR= bin +SAMP_SUBDIR= lib/${PKGBASE} +DATA_SUBDIR= lib/${PKGBASE}/bios +FONT_SUBDIR= lib/${PKGBASE}/font +DOC_SUBDIR= share/doc/${PKGBASE} + +PROG_FILES= bochs +SAMP_FILES= bochsrc.sample +DATA_FILES= bios/${VGABIOS} bios/${ROMBIOS} +FONT_FILES= font/vga.pcf +DOC_FILES= bios/VGABIOS-elpin-LICENSE \ + docs-html/*.html docs-html/*.gif + +MKFONTDIR?= ${X11BASE}/bin/mkfontdir + +# +# Patch +# + +post-patch: patch-boshrc + +patch-boshrc: + @${SED} \ + -e '/^vgaromimage:/s|bios|${PREFIX}/${DATA_SUBDIR}|' \ + -e '/^romimage:/s|bios|${PREFIX}/${DATA_SUBDIR}|' \ + ${WRKSRC}/.bochsrc > ${WRKSRC}/bochsrc.sample + +# +# Install +# + +do-install: install-program install-sample install-data install-font install-doc + +install-program: +.for file in ${PROG_FILES} + ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/${PROG_SUBDIR} +.endfor + +install-sample: + @${MKDIR} ${PREFIX}/${SAMP_SUBDIR} +.for file in ${SAMP_FILES} + ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/${SAMP_SUBDIR} +.endfor + +install-data: + @${MKDIR} ${PREFIX}/${DATA_SUBDIR} +.for file in ${DATA_FILES} + ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/${DATA_SUBDIR} +.endfor + +install-font: + @${MKDIR} ${PREFIX}/${FONT_SUBDIR} +.for file in ${FONT_FILES} + ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/${FONT_SUBDIR} +.endfor + ${GZIP_CMD} ${PREFIX}/${FONT_SUBDIR}/*.pcf -pre-configure: - @${PERL} -pi.fbsd \ - -e 's|^vgaromimage:\sbios/|vgaromimage: ${PREFIX}/lib/bochs/bios/| ;' \ - -e 's|^romimage:\sfile=bios/|romimage: file=${PREFIX}/lib/bochs/bios/|' \ - ${WRKSRC}/.bochsrc - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/bochs ${PREFIX}/bin - @${MKDIR} ${PREFIX}/lib/bochs - ${INSTALL_DATA} ${WRKSRC}/.bochsrc ${PREFIX}/lib/bochs/bochsrc.sample - @${MKDIR} ${PREFIX}/lib/bochs/bios - ${INSTALL_DATA} ${WRKSRC}/bios/${VGABIOS} \ - ${PREFIX}/lib/bochs/bios - ${INSTALL_DATA} ${WRKSRC}/bios/${BIOS} \ - ${PREFIX}/lib/bochs/bios +install-doc: .if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/bochs - ${INSTALL_MAN} ${WRKSRC}/docs-html/*.html ${PREFIX}/share/doc/bochs - ${INSTALL_MAN} ${WRKSRC}/docs-html/*.gif ${PREFIX}/share/doc/bochs + @${MKDIR} ${PREFIX}/${DOC_SUBDIR} +.for file in ${DOC_FILES} + ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/${DOC_SUBDIR} +.endfor .endif + +post-install: post-install-font + +post-install-font: + ${MKFONTDIR} ${PREFIX}/${FONT_SUBDIR} .include Index: distinfo =================================================================== RCS file: /home/ncvs/ports/emulators/bochs/distinfo,v retrieving revision 1.14 diff -u -r1.14 distinfo --- distinfo 2000/07/17 13:40:09 1.14 +++ distinfo 2001/05/19 20:21:42 @@ -1 +1 @@ -MD5 (bochs-2000_0325a.tar.gz) = 6a6fc6794b81c88d71037f17c918a880 +MD5 (bochs-1.1.2.tar.gz) = 3790082c1736aac66b3b25a95ba78891 Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/emulators/bochs/pkg-descr,v retrieving revision 1.4 diff -u -r1.4 pkg-descr --- pkg-descr 1999/05/02 22:06:40 1.4 +++ pkg-descr 2001/05/19 20:39:31 @@ -1,5 +1,13 @@ -Bochs is a portable x86 PC emulation software package that emulates -enough of the x86 CPU, related AT hardware, and BIOS to run DOS, -Windows '95, Minix 2.0, and other OS's, all on your workstation. +Bochs is a highly portable open source IA-32 (x86) PC emulator +written in C++, that runs on most popular platforms. It includes +emulation of the Intel x86 CPU, common I/O devices, and a custom +BIOS. Currently, bochs can be compiled to emulate a 386, 486 or +Pentium CPU. -WWW: http://www.bochs.com/ +Bochs is capable of running most Operating Systems inside the +emulation including Linux, Windows 95, DOS, and Windows NT 4. + +Bochs was written by Kevin Lawton and is currently maintained by +the Bochs project at the following URL. + +WWW: http://bochs.sourceforge.net/ Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/emulators/bochs/pkg-plist,v retrieving revision 1.14 diff -u -r1.14 pkg-plist --- pkg-plist 2000/07/17 13:40:09 1.14 +++ pkg-plist 2001/05/20 15:45:45 @@ -1,33 +1,38 @@ +@comment $FreeBSD$ bin/bochs -lib/bochs/bios/VGABIOS-elpin-2.20 -lib/bochs/bios/BIOS-bochs-990925a -lib/bochs/bochsrc.sample -share/doc/bochs/3rdparty.license.html -share/doc/bochs/DOS.html -share/doc/bochs/Linux.html -share/doc/bochs/Minix.html -share/doc/bochs/OldWindows95.html -share/doc/bochs/Windows31.html -share/doc/bochs/Windows95.html -share/doc/bochs/changelog.html -share/doc/bochs/codingguidelines.html -share/doc/bochs/configure.html -share/doc/bochs/construction.html -share/doc/bochs/cosimulation.html -share/doc/bochs/debugger.html -share/doc/bochs/developers.html -share/doc/bochs/faq.html -share/doc/bochs/features.html -share/doc/bochs/fpu.html -share/doc/bochs/guestNT.html -share/doc/bochs/index.html -share/doc/bochs/install.html -share/doc/bochs/instrumentation.html -share/doc/bochs/mtools.html -share/doc/bochs/sound.html -share/doc/bochs/undercon.gif -share/doc/bochs/whatisbochs.html -share/doc/bochs/win32.html -@dirrm lib/bochs/bios -@dirrm lib/bochs -@dirrm share/doc/bochs +%%SAMP_SUBDIR%%/bochsrc.sample +%%DATA_SUBDIR%%/%%VGABIOS%% +%%DATA_SUBDIR%%/%%ROMBIOS%% +%%FONT_SUBDIR%%/vga.pcf.gz +@exec %%X11BASE%%/mkfontdir %B +@unexec rm -f %B/fonts.dir +%%PORTDOCS%%%%DOC_SUBDIR%%/VGABIOS-elpin-LICENSE +%%PORTDOCS%%%%DOC_SUBDIR%%/3rdparty.license.html +%%PORTDOCS%%%%DOC_SUBDIR%%/Linux.html +%%PORTDOCS%%%%DOC_SUBDIR%%/Minix.html +%%PORTDOCS%%%%DOC_SUBDIR%%/OldWindows95.html +%%PORTDOCS%%%%DOC_SUBDIR%%/Windows95.html +%%PORTDOCS%%%%DOC_SUBDIR%%/changelog.html +%%PORTDOCS%%%%DOC_SUBDIR%%/codingguidelines.html +%%PORTDOCS%%%%DOC_SUBDIR%%/configure.html +%%PORTDOCS%%%%DOC_SUBDIR%%/construction.html +%%PORTDOCS%%%%DOC_SUBDIR%%/cosimulation.html +%%PORTDOCS%%%%DOC_SUBDIR%%/cvs-status.html +%%PORTDOCS%%%%DOC_SUBDIR%%/debugger.html +%%PORTDOCS%%%%DOC_SUBDIR%%/developers.html +%%PORTDOCS%%%%DOC_SUBDIR%%/faq.html +%%PORTDOCS%%%%DOC_SUBDIR%%/features.html +%%PORTDOCS%%%%DOC_SUBDIR%%/fpu.html +%%PORTDOCS%%%%DOC_SUBDIR%%/guestNT.html +%%PORTDOCS%%%%DOC_SUBDIR%%/index.html +%%PORTDOCS%%%%DOC_SUBDIR%%/install.html +%%PORTDOCS%%%%DOC_SUBDIR%%/instrumentation.html +%%PORTDOCS%%%%DOC_SUBDIR%%/mtools.html +%%PORTDOCS%%%%DOC_SUBDIR%%/sound.html +%%PORTDOCS%%%%DOC_SUBDIR%%/undercon.gif +%%PORTDOCS%%%%DOC_SUBDIR%%/whatisbochs.html +%%PORTDOCS%%%%DOC_SUBDIR%%/win32.html +@dirrm %%FONT_SUBDIR%% +@dirrm %%DATA_SUBDIR%% +@dirrm %%SAMP_SUBDIR%% +%%PORTDOCS%%@dirrm %%DOC_SUBDIR%% Index: files/patch-aa =================================================================== RCS file: /home/ncvs/ports/emulators/bochs/files/patch-aa,v retrieving revision 1.11 diff -u -r1.11 patch-aa --- files/patch-aa 1999/11/23 01:55:04 1.11 +++ files/patch-aa 2001/05/20 15:46:18 @@ -1,3 +1,4 @@ +$FreeBSD$ --- .bochsrc.orig Sun Nov 14 16:01:27 1999 +++ .bochsrc Mon Nov 22 17:44:06 1999 @@ -84,4 +84,4 @@ Index: files/patch-ad =================================================================== RCS file: /home/ncvs/ports/emulators/bochs/files/patch-ad,v retrieving revision 1.2 diff -u -r1.2 patch-ad --- files/patch-ad 2000/01/16 19:56:01 1.2 +++ files/patch-ad 2001/05/20 15:46:24 @@ -1,15 +1,16 @@ ---- iodev/cdrom.cc.orig Thu Nov 11 21:44:52 1999 -+++ iodev/cdrom.cc Sun Jan 16 10:47:05 2000 -@@ -34,7 +34,7 @@ +$FreeBSD$ +--- iodev/cdrom.cc.orig Wed May 16 08:46:26 2001 ++++ iodev/cdrom.cc Sun May 20 13:23:11 2001 +@@ -50,7 +50,7 @@ } - #endif + #endif /* __sun */ -#ifdef __OpenBSD__ +#if (defined(__OpenBSD__) || defined(__FreeBSD__)) - // Here is a diff for cdrom.cc which adds support for OpenBSD. - // - // Note that since the i386 sys/disklabel.h contains code which c++ considers -@@ -134,7 +134,7 @@ + // OpenBSD pre version 2.7 may require extern "C" { } structure around + // all the includes, because the i386 sys/disklabel.h contains code which + // c++ considers invalid. +@@ -148,7 +148,7 @@ // some ioctl() calls to really eject the CD as well. if (fd >= 0) { @@ -18,7 +19,7 @@ (void) ioctl (fd, CDIOCALLOW); if (ioctl (fd, CDIOCEJECT) < 0) fprintf(stderr, "#eject_cdrom: eject returns error.\n"); -@@ -240,7 +240,7 @@ +@@ -258,7 +258,7 @@ return true; } @@ -27,57 +28,56 @@ { struct ioc_toc_header h; struct ioc_read_toc_entry t; -@@ -366,6 +366,53 @@ - +@@ -397,6 +397,52 @@ fprintf(stderr, "#cdrom: capacity: %u\n", lp.d_secperunit); return(lp.d_secperunit); -+ } + } +#elif defined(__FreeBSD__) -+ { -+ // Read the TOC to get the data size, since disklabel doesn't appear -+ // to work, sadly. -+ // Keith Jones, 16 January 2000 ++ { ++ // Read the TOC to get the data size, since disklabel doesn't appear ++ // to work, sadly. ++ // Keith Jones, 16 January 2000 + +#define MAX_TRACKS 100 + -+ int i, num_tracks, num_sectors; -+ struct ioc_toc_header td; -+ struct ioc_read_toc_entry rte; -+ struct cd_toc_entry toc_buffer[MAX_TRACKS + 1]; -+ -+ if (fd < 0) -+ bx_panic("cdrom: capacity: file not open.\n"); -+ -+ if (ioctl(fd, CDIOREADTOCHEADER, &td) < 0) -+ bx_panic("cdrom: ioctl(CDIOREADTOCHEADER) failed\n"); -+ -+ num_tracks = (td.ending_track - td.starting_track) + 1; -+ if (num_tracks > MAX_TRACKS) -+ bx_panic("cdrom: TOC is too large\n"); -+ -+ rte.address_format = CD_LBA_FORMAT; -+ rte.starting_track = td.starting_track; -+ rte.data_len = (num_tracks + 1) * sizeof(struct cd_toc_entry); -+ rte.data = toc_buffer; -+ if (ioctl(fd, CDIOREADTOCENTRYS, &rte) < 0) -+ bx_panic("cdrom: ioctl(CDIOREADTOCENTRYS) failed\n"); -+ -+ num_sectors = -1; -+ for (i = 0; i < num_tracks; i++) { -+ if (rte.data[i].control & 4) { /* data track */ -+ num_sectors = ntohl(rte.data[i + 1].addr.lba) -+ - ntohl(rte.data[i].addr.lba); -+ fprintf(stderr, "cdrom: Data track %d, length %d\n", -+ rte.data[i].track, num_sectors); -+ break; -+ } -+ } ++ int i, num_tracks, num_sectors; ++ struct ioc_toc_header td; ++ struct ioc_read_toc_entry rte; ++ struct cd_toc_entry toc_buffer[MAX_TRACKS + 1]; ++ ++ if (fd < 0) ++ bx_panic("cdrom: capacity: file not open.\n"); ++ ++ if (ioctl(fd, CDIOREADTOCHEADER, &td) < 0) ++ bx_panic("cdrom: ioctl(CDIOREADTOCHEADER) failed\n"); ++ ++ num_tracks = (td.ending_track - td.starting_track) + 1; ++ if (num_tracks > MAX_TRACKS) ++ bx_panic("cdrom: TOC is too large\n"); ++ ++ rte.address_format = CD_LBA_FORMAT; ++ rte.starting_track = td.starting_track; ++ rte.data_len = (num_tracks + 1) * sizeof(struct cd_toc_entry); ++ rte.data = toc_buffer; ++ if (ioctl(fd, CDIOREADTOCENTRYS, &rte) < 0) ++ bx_panic("cdrom: ioctl(CDIOREADTOCENTRYS) failed\n"); ++ ++ num_sectors = -1; ++ for (i = 0; i < num_tracks; i++) { ++ if (rte.data[i].control & 4) { /* data track */ ++ num_sectors = ntohl(rte.data[i + 1].addr.lba) ++ - ntohl(rte.data[i].addr.lba); ++ fprintf(stderr, "cdrom: Data track %d, length %d\n", ++ rte.data[i].track, num_sectors); ++ break; ++ } ++ } + -+ if (num_sectors < 0) -+ bx_panic("cdrom: no data track found\n"); ++ if (num_sectors < 0) ++ bx_panic("cdrom: no data track found\n"); + -+ return(num_sectors); -+ - } ++ return(num_sectors); ++} #elif defined WIN32 { + unsigned long FileSize; Index: files/patch-ae =================================================================== RCS file: /home/ncvs/ports/emulators/bochs/files/patch-ae,v retrieving revision 1.1 diff -u -r1.1 patch-ae --- files/patch-ae 2000/02/03 16:01:13 1.1 +++ files/patch-ae 2001/05/20 15:46:27 @@ -1,11 +1,12 @@ ---- debug/lexer.c.orig Wed Feb 2 17:00:44 2000 -+++ debug/lexer.c Wed Feb 2 17:00:02 2000 -@@ -1272,7 +1272,7 @@ - case 92: - YY_RULE_SETUP - #line 108 "lexer.l" --{ bxlval.ulval = strtoull(bxtext, NULL, 10); return(BX_TOKEN_LONG_NUMERIC); } -+{ bxlval.ulval = strtouq(bxtext, NULL, 10); return(BX_TOKEN_LONG_NUMERIC); } - YY_BREAK - case 93: - YY_RULE_SETUP +$FreeBSD$ +--- debug/lexer.l.orig Tue Apr 10 03:57:02 2001 ++++ debug/lexer.l Sun May 20 13:25:29 2001 +@@ -105,7 +105,7 @@ + \/[0-9]+ { bxlval.sval = strdup(bxtext); return(BX_TOKEN_XFORMAT); } + 0x[0-9a-fA-F]+ { bxlval.uval = strtoul(bxtext+2, NULL, 16); return(BX_TOKEN_NUMERIC); } + 0[0-7]+ { bxlval.uval = strtoul(bxtext+1, NULL, 8); return(BX_TOKEN_NUMERIC); } +-[0-9]+L { bxlval.ulval = strtoull(bxtext, NULL, 10); return(BX_TOKEN_LONG_NUMERIC); } ++[0-9]+L { bxlval.ulval = strtouq(bxtext, NULL, 10); return(BX_TOKEN_LONG_NUMERIC); } + [0-9]+ { bxlval.uval = strtoul(bxtext, NULL, 10); return(BX_TOKEN_NUMERIC); } + $[a-zA-Z_][a-zA-Z0-9_]* { bxlval.sval = strdup(bxtext); return(BX_TOKEN_SYMBOLNAME); } + \n { return('\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 May 20 9:11:30 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail.noos.fr (claudel.noos.net [212.198.2.83]) by hub.freebsd.org (Postfix) with ESMTP id 9D70037B43C for ; Sun, 20 May 2001 09:11:27 -0700 (PDT) (envelope-from clefevre@poboxes.com) Received: (qmail 7102084 invoked by uid 0); 20 May 2001 16:11:26 -0000 Received: from d165.dhcp212-198-231.noos.fr (HELO gits.dyndns.org) ([212.198.231.165]) (envelope-sender ) by claudel.noos.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 20 May 2001 16:11:26 -0000 Received: (from root@localhost) by gits.dyndns.org (8.11.3/8.11.3) id f4KGBP685416; Sun, 20 May 2001 18:11:25 +0200 (CEST) (envelope-from clefevre@poboxes.com) To: Stefan Knoblauch Cc: ports@FreeBSD.org, bochs-developers@lists.sourceforge.net Subject: Re: port of bochs References: X-Face: V|+c;4!|B?E%BE^{E6);aI.[<97Zd*>^#%Y5Cxv;%Y[PT-LW3;A:fRrJ8+^k"e7@+30g0YD0*^^3jgyShN7o?a]C la*Zv'5NA,=963bM%J^o]C Reply-To: Cyrille Lefevre In-Reply-To: Mail-Copies-To: never From: Cyrille Lefevre Date: 20 May 2001 18:11:24 +0200 Message-ID: Lines: 18 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Cyrille Lefevre writes: > Stefan Knoblauch writes: > > > bochs development is going on so ... > > could someone update the port ? > > I'm trying to update the port. please, be patient. > I've a low powered machine :)) done. see http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27467 for details. CC bochs-developers@lists.sourceforge.net Cyrille. -- home: mailto:clefevre@poboxes.com UNIX is user-friendly; it's just particular work: mailto:Cyrille.Lefevre@edf.fr about who it chooses to be friends with. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 20 9:36:26 2001 Delivered-To: freebsd-ports@freebsd.org Received: from nef.ens.fr (nef.ens.fr [129.199.96.32]) by hub.freebsd.org (Postfix) with ESMTP id 594B037B422; Sun, 20 May 2001 09:36:23 -0700 (PDT) (envelope-from Rahul.Siddharthan@lpt.ens.fr) Received: from corto.lpt.ens.fr (corto.lpt.ens.fr [129.199.122.2]) by nef.ens.fr (8.10.1/1.01.28121999) with ESMTP id f4KGaMR03029 ; Sun, 20 May 2001 18:36:22 +0200 (CEST) Received: from (rsidd@localhost) by corto.lpt.ens.fr (8.9.3/jtpda-5.3.1) id SAA63688 ; Sun, 20 May 2001 18:36:50 +0200 (CEST) Date: Sun, 20 May 2001 18:36:50 +0200 From: Rahul Siddharthan To: sobomax@FreeBSD.ORG Cc: ports@FreeBSD.ORG Subject: Re: Mozilla 0.9 [corrected patch w/o sigbus on 4.3] Message-ID: <20010520183650.G52134@lpt.ens.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3B056876.1F736393@FreeBSD.org> X-Operating-System: FreeBSD 3.4-STABLE i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I'm not on the ports list, but got your patch off the archives and tried it. The patch-qt failed to apply, so the initial build process didn't go ahead at all. I went ahead anyway with touch work/.patch_done. This was a freshly synched ports tree at around 1700 GMT yesterday (May 19). Then the build stopped at some point because it couldn't find the library dist/FreeBSD4.3_x86_OPT.OBJ/lib/libnssckbi.so -- symlinking dist/FreeBSD4.3_OPT.OBJ to dist/FreeBSD4.3_x86_OPT.OBJ fixed that. Then it built and installed fine. I'm running it now. It crashed at first with a segfault, but I removed my .mozilla directory and ran it again and now it seems to be happy (no bus error coredump). Thanks, Rahul To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 20 9:40: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 00B0C37B42C for ; Sun, 20 May 2001 09:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4KGe1m06347; Sun, 20 May 2001 09:40:01 -0700 (PDT) (envelope-from gnats) Received: from al.xdsl.ne.jp (al.xdsl.ne.jp [211.15.33.145]) by hub.freebsd.org (Postfix) with ESMTP id B36BE37B422 for ; Sun, 20 May 2001 09:33:58 -0700 (PDT) (envelope-from shuna@al.xdsl.ne.jp) Received: from akia.my.domain (xdsl237144.061202.metallic.ne.jp [61.202.237.144]) by al.xdsl.ne.jp (Postfix) with ESMTP id A5A1B124003 for ; Mon, 21 May 2001 01:33:52 +0900 (JST) Received: by akia.my.domain (Postfix, from userid 1001) id 6F7CA53521; Mon, 21 May 2001 01:33:42 +0900 (JST) Message-Id: <20010520163342.6F7CA53521@akia.my.domain> Date: Mon, 21 May 2001 01:33:42 +0900 (JST) From: shuna@pop16.odn.ne.jp Reply-To: shuna@pop16.odn.ne.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27468: Update port: japanese/mutt-devel Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27468 >Category: ports >Synopsis: Update port: japanese/mutt-devel 1.3.17.j0 -> 1.3.18.j0 >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 May 20 09:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: IWASHITA Yoji >Release: FreeBSD 4.3-STABLE i386 >Organization: personal >Environment: System: FreeBSD akia.my.domain 4.3-STABLE FreeBSD 4.3-STABLE #2: Sun Apr 29 20:46:42 JST 2001 root@akia.my.domain:/usr/src/sys/compile/akia i386 >Description: Update: ja-mutt-1.3.17.j0 -> ja-mutt-1.3.18.j0 >How-To-Repeat: >Fix: diff -uNr mutt-devel.old/Makefile mutt-devel/Makefile --- mutt-devel.old/Makefile Mon Apr 9 13:55:16 2001 +++ mutt-devel/Makefile Sun May 20 23:03:10 2001 @@ -29,7 +29,7 @@ .endif RUN_DEPENDS= urlview:${PORTSDIR}/textproc/urlview -VERSION= 1.3.17 +VERSION= 1.3.18 JP_VERSION= 0 DIST_SUBDIR= mutt diff -uNr mutt-devel.old/distinfo mutt-devel/distinfo --- mutt-devel.old/distinfo Mon Apr 9 13:55:16 2001 +++ mutt-devel/distinfo Sun May 20 23:08:24 2001 @@ -1,3 +1,3 @@ -MD5 (mutt/mutt-1.3.17i.tar.gz) = 3cfdc92612b87260c1dfb2a530a2020b -MD5 (mutt/mutt-1.3.17i-ja0.tar.gz) = 9f61780f1ab8209179a94cf8d4d6c648 +MD5 (mutt/mutt-1.3.18i.tar.gz) = 5ebcd0923748dcd21b4d2af3612408b9 +MD5 (mutt/mutt-1.3.18i-ja0.tar.gz) = 66afe3787819e4b420bb9e97288d9108 MD5 (mutt/manual_ja-1.3i-0.tar.gz) = 9e0ae5dc4807add543298366fad57e6a diff -uNr mutt-devel.old/files/patch-aa mutt-devel/files/patch-aa --- mutt-devel.old/files/patch-aa Sat Mar 10 05:21:16 2001 +++ mutt-devel/files/patch-aa Sun May 20 23:10:35 2001 @@ -1,23 +1,23 @@ ---- configure.in.orig Tue Mar 6 00:03:05 2001 -+++ configure.in Tue Mar 6 00:03:19 2001 +--- configure.in.orig Thu May 3 10:31:09 2001 ++++ configure.in Thu May 3 10:34:15 2001 @@ -417,14 +417,14 @@ [ mutt_cv_func_iconv=no mutt_cv_lib_iconv=no AC_TRY_LINK([#include -#include ], +#include ], - [iconv_t cd = iconv_open("",""); iconv(cd,NULL,NULL,NULL,NULL); iconv_close(cd);], - mutt_cv_func_iconv=yes) + [iconv_t cd = iconv_open("",""); iconv(cd,NULL,NULL,NULL,NULL); iconv_close(cd);], + mutt_cv_func_iconv=yes) if test "$mutt_cv_func_iconv" = no; then - mutt_save_LIBS="$LIBS" -- LIBS="$LIBS -liconv" -+ LIBS="$LIBS -lgiconv" - AC_TRY_LINK([#include + mutt_save_LIBS="$LIBS" +- LIBS="$LIBS -liconv" ++ LIBS="$LIBS -lgiconv" + AC_TRY_LINK([#include -#include ], +#include ], - [iconv_t cd = iconv_open("",""); iconv(cd,NULL,NULL,NULL,NULL); iconv_close(cd);], - mutt_cv_lib_iconv=yes - mutt_cv_func_iconv=yes) + [iconv_t cd = iconv_open("",""); iconv(cd,NULL,NULL,NULL,NULL); iconv_close(cd);], + mutt_cv_lib_iconv=yes + mutt_cv_func_iconv=yes) @@ -435,7 +435,7 @@ AC_MSG_ERROR(Unable to find iconv library) fi @@ -28,18 +28,18 @@ AC_DEFINE(HAVE_ICONV) @@ -448,7 +448,7 @@ - mutt_save_LIBS="$LIBS" - LIBS="$LIBS $LIBICONV" - AC_TRY_RUN([ + mutt_save_LIBS="$LIBS" + LIBS="$LIBS $LIBICONV" + AC_TRY_RUN([ -#include +#include int main() { iconv_t cd; @@ -479,7 +479,7 @@ - mutt_save_LIBS="$LIBS" - LIBS="$LIBS $LIBICONV" - AC_TRY_RUN([ + mutt_save_LIBS="$LIBS" + LIBS="$LIBS $LIBICONV" + AC_TRY_RUN([ -#include +#include #include >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 20 9:50: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9CEB937B42C for ; Sun, 20 May 2001 09:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4KGo1e06854; Sun, 20 May 2001 09:50:01 -0700 (PDT) (envelope-from gnats) Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id BC43A37B632; Sun, 20 May 2001 09:49:05 -0700 (PDT) (envelope-from poseiden@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id 21A5C10F410; Sun, 20 May 2001 11:49:08 -0500 (CDT) Message-Id: <20010520164908.21A5C10F410@leviathan.inethouston.net> Date: Sun, 20 May 2001 11:49:08 -0500 (CDT) From: dwcjr@inethouston.net Reply-To: dwcjr@inethouston.net To: FreeBSD-gnats-submit@freebsd.org Cc: obrien@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27469: UPDATE devel/libg++ Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27469 >Category: ports >Synopsis: UPDATE devel/libg++ >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun May 20 09:50:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David W. Chapman Jr. >Release: FreeBSD 4.3-STABLE i386 >Organization: Raintree Network Services, Inc. >Environment: System: FreeBSD leviathan.inethouston.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Fri May 11 10:49:15 CDT 2001 poseiden@leviathan.inethouston.net:/stripe1/compile/src/sys/compile/LEVIATHAN i386 >Description: Add libs and dir to pkg-plist >How-To-Repeat: >Fix: Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/devel/libg++/pkg-plist,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 pkg-plist --- pkg-plist 2000/02/27 19:23:25 1.1.1.1 +++ pkg-plist 2001/05/20 16:47:18 @@ -1,5 +1,6 @@ @comment $FreeBSD: ports/devel/libg++/pkg-plist,v 1.1.1.1 2000/02/27 19:23:25 obrien Exp $ lib/libg++.a +lib/libg++_p.a include/libg++/ACG.h include/libg++/AVLMap.ccP include/libg++/AVLMap.hP @@ -172,3 +173,4 @@ include/libg++/sysent.h include/libg++/typemacros.h include/libg++/rx.h +@dirrm include/libg++ >Release-Note: >Audit-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 May 20 10:49: 9 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail.noos.fr (descartes.noos.net [212.198.2.74]) by hub.freebsd.org (Postfix) with ESMTP id F1E0637B422 for ; Sun, 20 May 2001 10:49:06 -0700 (PDT) (envelope-from root@gits.dyndns.org) Received: (qmail 3641294 invoked by uid 0); 20 May 2001 17:49:06 -0000 Received: from d165.dhcp212-198-231.noos.fr (HELO gits.dyndns.org) ([212.198.231.165]) (envelope-sender ) by descartes.noos.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 20 May 2001 17:49:06 -0000 Received: (from root@localhost) by gits.dyndns.org (8.11.3/8.11.3) id f4KHn4N88592; Sun, 20 May 2001 19:49:04 +0200 (CEST) (envelope-from root) Message-Id: <200105201749.f4KHn4N88592@gits.dyndns.org> Subject: Re: pr=26976 In-Reply-To: <0a1d01c0e14b$c1ab4e00$931576d8@inethouston.net> To: "David W. Chapman Jr." Date: Sun, 20 May 2001 19:49:03 +0200 (CEST) Cc: ports@freebsd.org Reply-To: clefevre@poboxes.com From: Cyrille Lefevre Organization: ACME X-Face: V|+c;4!|B?E%BE^{E6);aI.[<97Zd*>^#%Y5Cxv;%Y[PT-LW3;A:fRrJ8+^k"e7@+30g0YD0*^^3jgyShN7o?a]C la*Zv'5NA,=963bM%J^o]C X-Mailer: ELM [version 2.4ME+ PL92 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org David W. Chapman Jr. wrote: > > "David W. Chapman Jr." writes: [snip] > > about the port naming, linux_base70 would be more appropriate, no ? > > does redhat 7.0 (or 7.1) are enough stable to replace redhat 6.1 ? > > It seems to be, hopefully it will work its way into the tree soon. don't forget to update sysinstall if needed. a better solution would be to repo-copy linux_base to linux_base61 and to make linux_base a pseudo package as gnome is. CC: -ports. Cyrille. -- home: mailto:clefevre@poboxes.com UNIX is user-friendly; it's just particular work: mailto:Cyrille.Lefevre@edf.fr about who it chooses to be friends with. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 20 10:56: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 993C937B43C; Sun, 20 May 2001 10:56:04 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4KHu4s13894; Sun, 20 May 2001 10:56:04 -0700 (PDT) (envelope-from ijliao) Date: Sun, 20 May 2001 10:56:04 -0700 (PDT) From: Message-Id: <200105201756.f4KHu4s13894@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, obrien@FreeBSD.org Subject: Re: ports/27469: UPDATE devel/libg++ Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: UPDATE devel/libg++ Responsible-Changed-From-To: freebsd-ports->obrien Responsible-Changed-By: ijliao Responsible-Changed-When: Sun May 20 10:55:32 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27469 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 20 11: 0: 5 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 385D237B43C for ; Sun, 20 May 2001 11:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4KI02q14209; Sun, 20 May 2001 11:00:02 -0700 (PDT) (envelope-from gnats) Received: from bifrost.lyngbol.dk (bifrost.lyngbol.dk [62.242.84.98]) by hub.freebsd.org (Postfix) with ESMTP id BB6EE37B422 for ; Sun, 20 May 2001 10:52:05 -0700 (PDT) (envelope-from lyngbol@bifrost.lyngbol.dk) Received: (from lyngbol@localhost) by bifrost.lyngbol.dk (8.11.3/8.11.3) id f4KHq4D72715; Sun, 20 May 2001 19:52:04 +0200 (CEST) (envelope-from lyngbol) Message-Id: <200105201752.f4KHq4D72715@bifrost.lyngbol.dk> Date: Sun, 20 May 2001 19:52:04 +0200 (CEST) From: Michael Lyngbøl Reply-To: michael@lyngbol.dk To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27470: MAINTAINER update: audio/gqmpeg Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27470 >Category: ports >Synopsis: GNOME stuff is not needed >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 May 20 11:00:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Michael Lyngbøl >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD bifrost 4.3-STABLE FreeBSD 4.3-STABLE #0: Sat Apr 21 15:22:40 CEST 2001 lyngbol@bifrost:/usr/obj/usr/src/sys/BIFROST i386 >Description: GNOME Controlcenter is not needed. We only need GDK-pixbuf + GTK. Pointed out by: Daniel O'Connor >How-To-Repeat: >Fix: --- Makefile.orig Sun May 20 08:07:55 2001 +++ Makefile Sun May 20 08:12:27 2001 @@ -7,17 +7,18 @@ PORTNAME= gqmpeg PORTVERSION= 0.9.0 -PORTREVISION= 1 -CATEGORIES= audio gnome +PORTREVISION= 2 +CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= lyngbol@candid.dk +MAINTAINER= lyngbol@wheel.dk +LIB_DEPENDS= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 USE_X_PREFIX= yes -USE_GNOMECTRL= yes +USE_GTK= yes USE_LIBTOOL= yes MAN1= gqmpeg.1 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 20 11:57:39 2001 Delivered-To: freebsd-ports@freebsd.org Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id 1241337B42C for ; Sun, 20 May 2001 11:57:38 -0700 (PDT) (envelope-from dwcjr@inethouston.net) Received: from dwcjr (DWCJR.inethouston.net [216.118.21.147]) by leviathan.inethouston.net (Postfix) with ESMTP id C660E10F40F; Sun, 20 May 2001 13:57:40 -0500 (CDT) Message-ID: <0a5801c0e15e$c0b16300$931576d8@inethouston.net> From: "David W. Chapman Jr." To: Cc: References: <200105201749.f4KHn4N88592@gits.dyndns.org> Subject: Re: pr=26976 Date: Sun, 20 May 2001 13:57:44 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > a better solution would be to repo-copy linux_base to linux_base61 > and to make linux_base a pseudo package as gnome is. I don't think its going to happen, we've had to try to twist a bunch of arms for repo copying samba to 20 and samba-devel to 22 and linux_base has the same criteria that samba has from a repo standpoint, so it probably won't happen. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 20 12: 5:10 2001 Delivered-To: freebsd-ports@freebsd.org Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id 9759237B42C; Sun, 20 May 2001 12:05:07 -0700 (PDT) (envelope-from dwcjr@inethouston.net) Received: from dwcjr (DWCJR.inethouston.net [216.118.21.147]) by leviathan.inethouston.net (Postfix) with ESMTP id DE43C10F40F; Sun, 20 May 2001 14:05:10 -0500 (CDT) Message-ID: <0a9201c0e15f$ccfab8e0$931576d8@inethouston.net> From: "David W. Chapman Jr." To: "Cyrille Lefevre" Cc: , References: <028901c0e011$e35a84c0$931576d8@inethouston.net><1ypl3yn3.fsf@gits.dyndns.org><062e01c0e09e$50a7c240$931576d8@inethouston.net> <8zjs13fg.fsf@gits.dyndns.org> Subject: Re: PR Review Date: Sun, 20 May 2001 14:05:14 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org It works great. ----- Original Message ----- From: "Cyrille Lefevre" To: "David W. Chapman Jr." Cc: ; Sent: Sunday, May 20, 2001 9:49 AM Subject: Re: PR Review > "David W. Chapman Jr." writes: > > > I got your follow up and I like it a lot since the manpages are a huge part > > of the actual contents of /usr/ports/x11/XFree86-4. Yeah I forgot about the > > links because I assumed there weren't any when it just worked without > > MLINKS. > > I forgot to say that I didn't test my followup (which should work > although) bcoz my machine is too low powered (and disk space is > missing :) to make the world in XFree86-4. > > so, could you make the world to validate the patch ? thanks. > > Cyrille. > -- > home: mailto:clefevre@poboxes.com UNIX is user-friendly; it's just particular > work: mailto:Cyrille.Lefevre@edf.fr about who it chooses to be friends with. > > 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 May 20 12:20:58 2001 Delivered-To: freebsd-ports@freebsd.org Received: from logatome.francenet.fr (logatome-2.francenet.fr [193.149.96.2]) by hub.freebsd.org (Postfix) with ESMTP id 0B3D837B422; Sun, 20 May 2001 12:20:52 -0700 (PDT) (envelope-from e-masson@kisoft-services.com) Received: from notbsdems.nantes.kisoft-services.com (pppA181.francenet.fr [193.149.100.91]) by logatome.francenet.fr (8.10.1/8.11.1) with ESMTP id f4KJKmk08539; Sun, 20 May 2001 21:20:49 +0200 (CEST) Received: by notbsdems.nantes.kisoft-services.com (Postfix, from userid 1001) id 32704E6ED6; Sun, 20 May 2001 21:17:16 +0200 (CEST) To: FreeBSD-gnats-submit@freebsd.org Subject: Staroffice french version spelling fixes From: e-masson@kisoft-services.com Reply-To: e-masson@kisoft-services.com Cc: ports@freebsd.org X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20010520191716.32704E6ED6@notbsdems.nantes.kisoft-services.com> Date: Sun, 20 May 2001 21:17:16 +0200 (CEST) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Submitter-Id: current-users >Originator: Eric Masson >Organization: Kisoft Services >Confidential: no >Synopsis: Spelling fixes >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 4.3-STABLE i386 >Environment: System: FreeBSD notbsdems.nantes.kisoft-services.com 4.3-STABLE FreeBSD 4.3-STABLE #0: Wed May 16 17:24:15 CEST 2001 root@notbsdems.nantes.kisoft-services.com:/usr/obj/usr/src/sys/THINKPAD i386 >Description: N/A >How-To-Repeat: N/A >Fix: diff -u staroffice52.original/Makefile staroffice52/Makefile --- staroffice52.original/Makefile Fri Mar 2 01:50:39 2001 +++ staroffice52/Makefile Sun May 20 19:05:50 2001 @@ -9,8 +9,8 @@ PORTNAME= staroffice PORTVERSION= 5.2 CATEGORIES= french editors linux -MASTER_SITES= ftp://sunsite.cnlab-switch.ch/mirror/staroffice/francais/ \ - ftp://ftp.math.u-bordeaux.fr/pub/StarOffice/Linux-Intel/ \ +MASTER_SITES= ftp://ftp.cem2.univ-montp2.fr/pub/linux/soft/StarOffice/ \ + ftp://sunsite.cnlab-switch.ch/mirror/staroffice/francais/ \ ftp://ftp.be.embnet.org/pub/tools/StarOffice/Linux/ \ ftp://ftp.medasys-digital-systems.fr/pub1/linux/staroffice/ \ ftp://ftp.hu-berlin.de/pub/mirrors/sunsolve.sun.com/pub/patches/ \ @@ -29,7 +29,7 @@ FETCH_DEPENDS= ${LINUXBASE}/lib/libc.so.6:${PORTSDIR}/emulators/linux_base ONLY_FOR_ARCHS= i386 -NO_CDROM= 'Doit etre telecharge depuis le site web de Sun' +NO_CDROM= 'Doit être téléchargé depuis le site web de Sun' IS_INTERACTIVE= yes NO_BUILD= yes DIST_SUBDIR= staroffice52 @@ -46,9 +46,9 @@ @${ECHO} @${ECHO} OS-VERSION ${OSVERSION} @${ECHO} - @${ECHO} Staroffice depend d\'une modification du script + @${ECHO} Staroffice dépend d\'une modification du script @${ECHO} /usr/src/sys/i386/linux/linux_sysvec.c Celui-ci - @${ECHO} Doit etre au moins en revision 1.55.2.1. + @${ECHO} Doit être au moins en révision 1.55.2.1. @${ECHO} @${ECHO} Veuillez mettre à jour vers FreeBSD 4.1 SVP @${ECHO} @@ -57,7 +57,7 @@ .if defined(WITH_CDROM) .if !exists(${CD_MOUNTPT}/linux/office52/setup) @${ECHO} - @${ECHO} Montez le CDrom de Staroffice 5.2 dans le repertoire + @${ECHO} Montez le CDrom de Staroffice 5.2 dans le répertoire @${ECHO} ${CD_MOUNTPT} et relancez l\'installation @${ECHO} @${FALSE} @@ -75,7 +75,7 @@ .if !defined(DISPLAY) || ${DISPLAY} == "" @ ${ECHO} @ ${ECHO} Impossible d\'ouvrir le display X: - @ ${ECHO} Verifiez la variable DISPLAY + @ ${ECHO} Vérifiez la variable DISPLAY @ ${ECHO} @ ${FALSE} .else @@ -107,7 +107,7 @@ .if !defined(DISPLAY) || ${DISPLAY} == "" @ ${ECHO} @ ${ECHO} Impossible d\'ouvrir le display X: - @ ${ECHO} Verifiez la variable DISPLAY + @ ${ECHO} Vérifiez la variable DISPLAY @ ${ECHO} @ ${FALSE} .else @@ -119,7 +119,7 @@ @if [ -f ${PREFIX}/office52/program/setup ]; then \ ${ECHO} ; \ ${ECHO} Ignorez le message d\'erreur. StarOffice5.2 a correctement ; \ - ${ECHO} ete installe sur votre système. ; \ + ${ECHO} été installé sur votre système. ; \ ${ECHO} ; \ else \ ${ECHO} ; \ @@ -129,7 +129,7 @@ ${FALSE} ; \ fi .if ! defined(WITH_CDROM) - @${ECHO_MSG} "===> Applying sunsolve patches for ${PKGNAME}" + @${ECHO_MSG} "===> Application des correctifs sunsolve pour ${PKGNAME}" @for file in ${SUNSOLVE}/* ; do \ ${CP} -Rv $$file ${PREFIX}/office52/ ; \ done Common subdirectories: staroffice52.original/files and staroffice52/files diff -u staroffice52.original/pkg-comment staroffice52/pkg-comment --- staroffice52.original/pkg-comment Fri Sep 22 09:19:40 2000 +++ staroffice52/pkg-comment Sun May 20 19:05:50 2001 @@ -1 +1 @@ -Suite bureautique integree +Suite bureautique intégrée diff -u staroffice52.original/pkg-descr staroffice52/pkg-descr --- staroffice52.original/pkg-descr Fri Sep 22 09:19:40 2000 +++ staroffice52/pkg-descr Sun May 20 19:05:50 2001 @@ -1,4 +1,4 @@ StarOffice 5.2 est une suite bureautique contenant un traitement de -texte, un tableur, un logiciel de presentation, un editeur d'images -etc... StarOffice offre la possibilite de lire et ecrire les fichiers +texte, un tableur, un logiciel de présentation, un éditeur d'images +etc... StarOffice offre la possibilite de lire et écrire les fichiers de MS Office (97 et 2000). diff -u staroffice52.original/pkg-message staroffice52/pkg-message --- staroffice52.original/pkg-message Fri Sep 22 09:19:40 2000 +++ staroffice52/pkg-message Sun May 20 19:05:50 2001 @@ -1,11 +1,11 @@ -StarOffice 5.2 Personal Installation How-To +Guide d'installation utilisateur de StarOffice 5.2 Ecrit par : Darren Wiebe and Martin Blapp -Traducion: Eric Masson +Traduction: Eric Masson -Vous allez bientot terminer l'installation réseau de StarOffice 5.2. +Vous allez bientôt terminer l'installation réseau de StarOffice 5.2. Une fois cela terminé, sortez de X11 et lancez le à nouveau sous votre profil habituel. Lancez alors "make install-user" et faites une installation "workstation". Changez le répertoire d'installation en $HOME/office52. Ajoutez alors $HOME/office52 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 20 12:30: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 67BB437B43F for ; Sun, 20 May 2001 12:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4KJU2n25900; Sun, 20 May 2001 12:30:02 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5F54F37B42C for ; Sun, 20 May 2001 12:26:21 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4KJQLK25670; Sun, 20 May 2001 12:26:21 -0700 (PDT) (envelope-from nobody) Message-Id: <200105201926.f4KJQLK25670@freefall.freebsd.org> Date: Sun, 20 May 2001 12:26:21 -0700 (PDT) From: webmaster@ncds.org To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/27473: when I install the package XFree86-4.0.3_1.tgz my computer freezes and locks up. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27473 >Category: ports >Synopsis: when I install the package XFree86-4.0.3_1.tgz my computer freezes and locks up. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun May 20 12:30:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Dominick S >Release: 4.3 >Organization: / >Environment: >Description: After I install FreeBSD 4.3, I am looking to install the xFree86 packages, some install right, till it gets to XFree86-4.0.3_1.tgz - My computer locks up, and everything freezes. I tried to install the package from FTP & CD-Rom, both failed. >How-To-Repeat: Install FreeBSD, install XFree86 Servers. >Fix: n/a >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 20 12:30:13 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 40A3337B43C for ; Sun, 20 May 2001 12:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4KJU2525891; Sun, 20 May 2001 12:30:02 -0700 (PDT) (envelope-from gnats) Received: from logatome.francenet.fr (logatome-2.francenet.fr [193.149.96.2]) by hub.freebsd.org (Postfix) with ESMTP id 0B3D837B422; Sun, 20 May 2001 12:20:52 -0700 (PDT) (envelope-from e-masson@kisoft-services.com) Received: from notbsdems.nantes.kisoft-services.com (pppA181.francenet.fr [193.149.100.91]) by logatome.francenet.fr (8.10.1/8.11.1) with ESMTP id f4KJKmk08539; Sun, 20 May 2001 21:20:49 +0200 (CEST) Received: by notbsdems.nantes.kisoft-services.com (Postfix, from userid 1001) id 32704E6ED6; Sun, 20 May 2001 21:17:16 +0200 (CEST) Message-Id: <20010520191716.32704E6ED6@notbsdems.nantes.kisoft-services.com> Date: Sun, 20 May 2001 21:17:16 +0200 (CEST) From: e-masson@kisoft-services.com Reply-To: e-masson@kisoft-services.com To: FreeBSD-gnats-submit@freebsd.org Cc: ports@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27472: Staroffice french version spelling fixes Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27472 >Category: ports >Synopsis: Spelling fixes >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 May 20 12:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Eric Masson >Release: FreeBSD 4.3-STABLE i386 >Organization: Kisoft Services >Environment: System: FreeBSD notbsdems.nantes.kisoft-services.com 4.3-STABLE FreeBSD 4.3-STABLE #0: Wed May 16 17:24:15 CEST 2001 root@notbsdems.nantes.kisoft-services.com:/usr/obj/usr/src/sys/THINKPAD i386 >Description: N/A >How-To-Repeat: N/A >Fix: diff -u staroffice52.original/Makefile staroffice52/Makefile --- staroffice52.original/Makefile Fri Mar 2 01:50:39 2001 +++ staroffice52/Makefile Sun May 20 19:05:50 2001 @@ -9,8 +9,8 @@ PORTNAME= staroffice PORTVERSION= 5.2 CATEGORIES= french editors linux -MASTER_SITES= ftp://sunsite.cnlab-switch.ch/mirror/staroffice/francais/ \ - ftp://ftp.math.u-bordeaux.fr/pub/StarOffice/Linux-Intel/ \ +MASTER_SITES= ftp://ftp.cem2.univ-montp2.fr/pub/linux/soft/StarOffice/ \ + ftp://sunsite.cnlab-switch.ch/mirror/staroffice/francais/ \ ftp://ftp.be.embnet.org/pub/tools/StarOffice/Linux/ \ ftp://ftp.medasys-digital-systems.fr/pub1/linux/staroffice/ \ ftp://ftp.hu-berlin.de/pub/mirrors/sunsolve.sun.com/pub/patches/ \ @@ -29,7 +29,7 @@ FETCH_DEPENDS= ${LINUXBASE}/lib/libc.so.6:${PORTSDIR}/emulators/linux_base ONLY_FOR_ARCHS= i386 -NO_CDROM= 'Doit etre telecharge depuis le site web de Sun' +NO_CDROM= 'Doit être téléchargé depuis le site web de Sun' IS_INTERACTIVE= yes NO_BUILD= yes DIST_SUBDIR= staroffice52 @@ -46,9 +46,9 @@ @${ECHO} @${ECHO} OS-VERSION ${OSVERSION} @${ECHO} - @${ECHO} Staroffice depend d\'une modification du script + @${ECHO} Staroffice dépend d\'une modification du script @${ECHO} /usr/src/sys/i386/linux/linux_sysvec.c Celui-ci - @${ECHO} Doit etre au moins en revision 1.55.2.1. + @${ECHO} Doit être au moins en révision 1.55.2.1. @${ECHO} @${ECHO} Veuillez mettre à jour vers FreeBSD 4.1 SVP @${ECHO} @@ -57,7 +57,7 @@ .if defined(WITH_CDROM) .if !exists(${CD_MOUNTPT}/linux/office52/setup) @${ECHO} - @${ECHO} Montez le CDrom de Staroffice 5.2 dans le repertoire + @${ECHO} Montez le CDrom de Staroffice 5.2 dans le répertoire @${ECHO} ${CD_MOUNTPT} et relancez l\'installation @${ECHO} @${FALSE} @@ -75,7 +75,7 @@ .if !defined(DISPLAY) || ${DISPLAY} == "" @ ${ECHO} @ ${ECHO} Impossible d\'ouvrir le display X: - @ ${ECHO} Verifiez la variable DISPLAY + @ ${ECHO} Vérifiez la variable DISPLAY @ ${ECHO} @ ${FALSE} .else @@ -107,7 +107,7 @@ .if !defined(DISPLAY) || ${DISPLAY} == "" @ ${ECHO} @ ${ECHO} Impossible d\'ouvrir le display X: - @ ${ECHO} Verifiez la variable DISPLAY + @ ${ECHO} Vérifiez la variable DISPLAY @ ${ECHO} @ ${FALSE} .else @@ -119,7 +119,7 @@ @if [ -f ${PREFIX}/office52/program/setup ]; then \ ${ECHO} ; \ ${ECHO} Ignorez le message d\'erreur. StarOffice5.2 a correctement ; \ - ${ECHO} ete installe sur votre système. ; \ + ${ECHO} été installé sur votre système. ; \ ${ECHO} ; \ else \ ${ECHO} ; \ @@ -129,7 +129,7 @@ ${FALSE} ; \ fi .if ! defined(WITH_CDROM) - @${ECHO_MSG} "===> Applying sunsolve patches for ${PKGNAME}" + @${ECHO_MSG} "===> Application des correctifs sunsolve pour ${PKGNAME}" @for file in ${SUNSOLVE}/* ; do \ ${CP} -Rv $$file ${PREFIX}/office52/ ; \ done Common subdirectories: staroffice52.original/files and staroffice52/files diff -u staroffice52.original/pkg-comment staroffice52/pkg-comment --- staroffice52.original/pkg-comment Fri Sep 22 09:19:40 2000 +++ staroffice52/pkg-comment Sun May 20 19:05:50 2001 @@ -1 +1 @@ -Suite bureautique integree +Suite bureautique intégrée diff -u staroffice52.original/pkg-descr staroffice52/pkg-descr --- staroffice52.original/pkg-descr Fri Sep 22 09:19:40 2000 +++ staroffice52/pkg-descr Sun May 20 19:05:50 2001 @@ -1,4 +1,4 @@ StarOffice 5.2 est une suite bureautique contenant un traitement de -texte, un tableur, un logiciel de presentation, un editeur d'images -etc... StarOffice offre la possibilite de lire et ecrire les fichiers +texte, un tableur, un logiciel de présentation, un éditeur d'images +etc... StarOffice offre la possibilite de lire et écrire les fichiers de MS Office (97 et 2000). diff -u staroffice52.original/pkg-message staroffice52/pkg-message --- staroffice52.original/pkg-message Fri Sep 22 09:19:40 2000 +++ staroffice52/pkg-message Sun May 20 19:05:50 2001 @@ -1,11 +1,11 @@ -StarOffice 5.2 Personal Installation How-To +Guide d'installation utilisateur de StarOffice 5.2 Ecrit par : Darren Wiebe and Martin Blapp -Traducion: Eric Masson +Traduction: Eric Masson -Vous allez bientot terminer l'installation réseau de StarOffice 5.2. +Vous allez bientôt terminer l'installation réseau de StarOffice 5.2. Une fois cela terminé, sortez de X11 et lancez le à nouveau sous votre profil habituel. Lancez alors "make install-user" et faites une installation "workstation". Changez le répertoire d'installation en $HOME/office52. Ajoutez alors $HOME/office52 >Release-Note: >Audit-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 May 20 13:38:18 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 682FB37B43C; Sun, 20 May 2001 13:38:16 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4KKcGq32623; Sun, 20 May 2001 13:38:16 -0700 (PDT) (envelope-from dd) Date: Sun, 20 May 2001 13:38:16 -0700 (PDT) From: Message-Id: <200105202038.f4KKcGq32623@freefall.freebsd.org> To: dd@FreeBSD.org, freebsd-ports@FreeBSD.org, dd@FreeBSD.org Subject: Re: ports/27327: New port: a small, fast Emacs-like editor Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New port: a small, fast Emacs-like editor Responsible-Changed-From-To: freebsd-ports->dd Responsible-Changed-By: dd Responsible-Changed-When: Sun May 20 13:38:03 PDT 2001 Responsible-Changed-Why: I'll commit this later. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27327 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 20 13:49: 5 2001 Delivered-To: freebsd-ports@freebsd.org Received: from pmade.org (dsl-att1-118-93.sb.101freeway.net [12.44.118.93]) by hub.freebsd.org (Postfix) with ESMTP id B066737B43E for ; Sun, 20 May 2001 13:49:03 -0700 (PDT) (envelope-from pjones@pmade.org) Received: (from pjones@localhost) by pmade.org (8.11.1/8.11.1) id f4KKmqD39498 for ports@FreeBSD.org; Sun, 20 May 2001 13:48:52 -0700 (PDT) (envelope-from pjones) Date: Sun, 20 May 2001 13:48:52 -0700 From: Peter J Jones To: ports@FreeBSD.org Subject: Patch to ports/misc/sloccount Message-ID: <20010520134852.A39119@pmade.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This patch makes sloccount use the FreeBSD md5 command. Without this patch sloccount does not even work! --- break_filelist.orig Sun May 20 13:41:20 2001 +++ break_filelist Sun May 20 13:46:26 2001 @@ -460,7 +460,7 @@ return $cached_digest; # We did, so here's what it was. } - my $results = `md5sum "$filename"`; + my $results = `md5 -q "$filename"`; $results =~ s/^\s*//; # Not needed for GNU Textutils. $results =~ s/[^a-fA-F0-9].*//; # Strip away end. $cached_digest = $results; # Store in cache. -- ....................................................................... : Peter Jones (pjones@pmade.org) : Unix Geek - Four Wheeling : : http://pmade.org : Code Writing - Jesus Freak : :....................................:................................: :echo er|perl -0160 -pe ';$;=ord$/;s;^;"\U$/".chr($\;-11).chr$\;+4;e;': :.....................................................................: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 20 14: 4:56 2001 Delivered-To: freebsd-ports@freebsd.org Received: from heechee.tobez.org (254.adsl0.ryv.worldonline.dk [213.237.10.254]) by hub.freebsd.org (Postfix) with ESMTP id 9FEE737B42C for ; Sun, 20 May 2001 14:04:48 -0700 (PDT) (envelope-from tobez@tobez.org) Received: by heechee.tobez.org (Postfix, from userid 1001) id 7D8BF543D; Sun, 20 May 2001 23:04:33 +0200 (CEST) Date: Sun, 20 May 2001 23:04:33 +0200 From: Anton Berezin To: Dominik Brettnacher Cc: ports@freebsd.org Subject: Re: perl script to find orphaned files Message-ID: <20010520230433.B75758@heechee.tobez.org> Mail-Followup-To: Anton Berezin , Dominik Brettnacher , ports@freebsd.org 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 domi@saargate.de on Sat, May 19, 2001 at 03:29:16PM +0200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sat, May 19, 2001 at 03:29:16PM +0200, Dominik Brettnacher wrote: > I don't know if somebody already wrote something like this, but if > not, it could be useful e.g. to clean up the /usr/local and /usr/X11R6 > directories or to complete pkg-plist files. > Feedback is always welcome! There are already several ways to complete pkg-plist files, as you put it - one of them is even described in the porters handbook. I am sure that many people here have their own trade secrets for doing it. Otherwise, the idea is useful. Why don't you make a port out of this script? It will require improvements in some areas, of course, like: 1. Use -w. 2. Use use strict. 3. Have a usage screen printed somewhere. 4. Always check the return values of functions that may fail. In your case of piped open(), you even have to check for the return value of close(). 5. There are much better ways to read the lines after __END__ than open(THIS,"<$0"), which you use. Read about the DATA filehandle in the perldata manpage. 6. It is arguably better to use File::Find module instead of invoking find(1). Cheers, *Anton. -- May the tuna salad be with you. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 20 14:40:20 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4C9D337B424 for ; Sun, 20 May 2001 14:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4KLe2w40036; Sun, 20 May 2001 14:40:02 -0700 (PDT) (envelope-from gnats) Received: from earth.upton.net (d150-36-162.home.cgocable.net [24.150.36.162]) by hub.freebsd.org (Postfix) with ESMTP id 38A1337B42C for ; Sun, 20 May 2001 14:34:46 -0700 (PDT) (envelope-from paul@earth.upton.net) Received: (from root@localhost) by earth.upton.net (8.11.3/8.11.3) id f4KLY8N28098; Sun, 20 May 2001 17:34:08 -0400 (EDT) (envelope-from paul) Message-Id: <200105202134.f4KLY8N28098@earth.upton.net> Date: Sun, 20 May 2001 17:34:08 -0400 (EDT) From: pnmurphy1@home.com Reply-To: pnmurphy1@home.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27477: Portability issue with IglooFTP-0.6.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27477 >Category: ports >Synopsis: IglooFTP uses Tux in certain icons >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 May 20 14:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD earth.upton.net 4.3-STABLE FreeBSD 4.3-STABLE #3: Sun May 6 01:58:33 EDT 2001 root@earth.upton.net:/usr/obj/usr/src/sys/EARTH i386 >Description: IglooFTP-0.6.1 uses the Linux mascot for the 'Preferences' button as well as various other icons. >How-To-Repeat: Install port >Fix: cd /usr/ports/ftp/IglooFTP make extract patch < daemonvstux.patch make install --- /usr/ports/ftp/IglooFTP/work/IglooFTP-0.6.1/pixmaps/preferences.xpm Thu Apr 15 12:05:13 1999 +++ /home/paul/temp2/preferences.xpm.dae Sun May 20 11:59:52 2001 @@ -1,97 +1,442 @@ /* XPM */ -static char *preferences_xpm[] = { -/* width height num_colors chars_per_pixel */ -" 30 26 64 1", -/* colors */ -". c #000000", -"# c #000008", -"a c #080808", -"b c #080810", -"c c #101010", -"d c #181000", -"e c #181800", -"f c #211800", -"g c #211818", -"h c #212100", -"i c #212121", -"j c #212129", -"k c #292100", -"l c #312900", -"m c #393939", -"n c #423900", -"o c #4a3100", -"p c #57470b", -"q c #4a4a4a", -"r c #5a5a5a", -"s c #6b6b6b", -"t c #775a00", -"u c #877306", -"v c #ad7b10", -"w c #bd9c00", -"x c #948c7b", -"y c #94949c", -"z c #a5a59c", -"A c #b5ad9c", -"B c #adadad", -"C c #bdbdad", -"D c #b5b5b5", -"E c #c68c08", -"F c #ce9804", -"G c #dea508", -"H c #dead00", -"I c #e7b500", -"J c #e7bd00", -"K c #efbd00", -"L c #efc600", -"M c #f7ce00", -"N c #f7d600", -"O c #f7de00", -"P c #ffde00", -"Q c #f7e700", -"R c #ffe700", -"S c #ffef00", -"T c #fff700", -"U c #e7bd08", -"V c #f7d608", -"W c #efce10", -"X c #f7de10", -"Y c #f7d621", -"Z c #bdbdb5", -"0 c None", -"1 c #c6c6c6", -"2 c #cecece", -"3 c #e7dede", -"4 c #e7e7de", -"5 c #e7e7e7", -"6 c #efefef", -"7 c #f7f7f7", -"8 c #fffff7", -"9 c #ffffff", -/* pixels */ -"00000BsmjcjmsB0000000000000000", -"0000qa.......cx000000000000000", -"00yiagc........s00000000000000", -"0Bgamsj........az0000000000000", -"0m.cmrj.........q0000000000000", -"y...#cc.........cz000000000000", -"r....aa..........s000000000000", -"m...ciiia...cgaa.r0tnonnonpt00", -"j...crDzsc..cqym.rtKKJJJJKLwu0", -"a...j2325s..q33BarJOSSSSSTOKvt", -"....s2rc1BaayzmDjrQSQSSTTSTTKk", -"....zyg.sygczqcsmsQSQSQTSTTTLk", -"....yB#.svEFvl#zixQQSQSQTQTTTl", -"....m3uvWUUUHEu0#xQQQSQSSTSTMk", -"....tUVVYYYUUHEp.xQQQQSQQSSTQk", -"....uFHVXYYWUUGvfyOQQQQSSQSSQl", -".ac.tGFFUVYWUUGvdzQQQQQQSQSQRk", -"isj.qxFFEEFUUFvp.zOQOQQQQSQSRl", -"rraaz1CvEEFFFvxs.zOOQOQQQQSQRk", -"ba.m562ZAvvvvx0s.rOOOQOQQQQSRl", -"..a089730ZAAZ022aazOOOQOQQQQRk", -"..q7999752000168sajOOOOQOQQQRl", -"..099999874225896j.qOOOOQQQQRk", -".g799999998779998z..sNONOOOOPl", -".q7799999998899984i.#yIIIIIILn", -".x3356677775578772m..bhhehhel." -}; +static char * preferences_xpm[] = { +"30 26 413 2", +" c None", +". c #EDEDED", +"+ c #FFFFFF", +"@ c #E6E2E2", +"# c #DBDBDB", +"$ c #F9F9F9", +"% c #CCBDC0", +"& c #B77780", +"* c #A05058", +"= c #9B4851", +"- c #874246", +"; c #744246", +"> c #6B4E57", +", c #7F7076", +"' c #A3969A", +") c #D0BBBE", +"! c #903C44", +"~ c #A5313A", +"{ c #A53942", +"] c #5E323A", +"^ c #56323A", +"/ c #60474F", +"( c #949092", +"_ c #AEA5AD", +": c #F8EAEA", +"< c #AC7176", +"[ c #993A43", +"} c #973C43", +"| c #68363F", +"1 c #553139", +"2 c #453845", +"3 c #C5BEC2", +"4 c #F3F3F3", +"5 c #AB9DA3", +"6 c #7A5056", +"7 c #985B63", +"8 c #94494D", +"9 c #9B3841", +"0 c #99464E", +"a c #51353D", +"b c #C3BCBF", +"c c #DED1D1", +"d c #C7BABC", +"e c #A07A7B", +"f c #CAA8AC", +"g c #D7C5CB", +"h c #DACCCF", +"i c #C9A8AE", +"j c #AF6E76", +"k c #833841", +"l c #6A363E", +"m c #AB8486", +"n c #DECFCE", +"o c #C6B0B2", +"p c #AF8183", +"q c #946E6E", +"r c #6B5B60", +"s c #979298", +"t c #CED0D6", +"u c #FEFCF8", +"v c #FCF6F6", +"w c #D1BAC1", +"x c #AB7175", +"y c #9C454D", +"z c #87363E", +"A c #82353D", +"B c #7E5E64", +"C c #B8AEAE", +"D c #FBF9F9", +"E c #9D7375", +"F c #942C34", +"G c #A52B33", +"H c #913440", +"I c #3D364D", +"J c #2F4A6A", +"K c #648BA4", +"L c #DBE3E3", +"M c #E9D5D6", +"N c #C6B6B7", +"O c #AB7C82", +"P c #B98C91", +"Q c #B16A71", +"R c #95444D", +"S c #81363F", +"T c #603139", +"U c #6C555D", +"V c #CEC8CA", +"W c #C7AFAF", +"X c #922E35", +"Y c #A3262E", +"Z c #982F38", +"` c #7B2B37", +" . c #4F323E", +".. c #413945", +"+. c #7A7278", +"@. c #B0ABAF", +"#. c #A99DA4", +"$. c #DDD3D4", +"%. c #F5F0F0", +"&. c #FBFAF9", +"*. c #F3F1F1", +"=. c #BB797E", +"-. c #94363E", +";. c #543139", +">. c #562F37", +",. c #7E7278", +"'. c #7C5B5D", +"). c #952B33", +"!. c #9B2A32", +"~. c #95232B", +"{. c #98242C", +"]. c #6F323A", +"^. c #5C323B", +"/. c #553F43", +"(. c #6B747E", +"_. c #BFC9D0", +":. c #FEFEFA", +"<. c #FCFCFC", +"[. c #BAA3A8", +"}. c #93434B", +"|. c #572B33", +"1. c #522931", +"2. c #57393C", +"3. c #9A9898", +"4. c #947B84", +"5. c #6C2C38", +"6. c #7C3038", +"7. c #9C272F", +"8. c #9D222A", +"9. c #883740", +"0. c #5A3946", +"a. c #2E3E5B", +"b. c #49657E", +"c. c #789CB0", +"d. c #FCFDFC", +"e. c #E7DBDC", +"f. c #AD646B", +"g. c #723038", +"h. c #592C34", +"i. c #4B2D31", +"j. c #9C8C90", +"k. c #E7E3E4", +"l. c #573139", +"m. c #7E303B", +"n. c #642942", +"o. c #80333B", +"p. c #6E3841", +"q. c #4B3947", +"r. c #353D55", +"s. c #535E76", +"t. c #E6EFEA", +"u. c #F9F1F1", +"v. c #C8ABAC", +"w. c #642A3F", +"x. c #5E293D", +"y. c #5F2F37", +"z. c #745C62", +"A. c #C9B3B7", +"B. c #E1E0E0", +"C. c #6A4B52", +"D. c #853139", +"E. c #7A2E3C", +"F. c #522A32", +"G. c #522D35", +"H. c #604553", +"I. c #A1A3AC", +"J. c #D1DBDC", +"K. c #E9E9E9", +"L. c #CBA9AB", +"M. c #9D363F", +"N. c #83313A", +"O. c #642A40", +"P. c #542A32", +"Q. c #542D35", +"R. c #755D61", +"S. c #CDB1B5", +"T. c #A27A7E", +"U. c #7E686D", +"V. c #6B2B40", +"W. c #8C3139", +"X. c #702931", +"Y. c #662F37", +"Z. c #8C4750", +"`. c #E4CECF", +" + c #FFFFFA", +".+ c #E0E0DC", +"++ c #B59C9C", +"@+ c #A33841", +"#+ c #783139", +"$+ c #6B3139", +"%+ c #552934", +"&+ c #632F3B", +"*+ c #76545C", +"=+ c #E0CDCD", +"-+ c #9E676F", +";+ c #967070", +">+ c #998288", +",+ c #753740", +"'+ c #95343D", +")+ c #8F3038", +"!+ c #A22A32", +"~+ c #9D353C", +"{+ c #8D464E", +"]+ c #C9B9B6", +"^+ c #B9BEC1", +"/+ c #9E787E", +"(+ c #A32C34", +"_+ c #88343E", +":+ c #702939", +"<+ c #672E3D", +"[+ c #663139", +"}+ c #6D2E3C", +"|+ c #873139", +"1+ c #973840", +"2+ c #AC7B7D", +"3+ c #E3CED0", +"4+ c #B99293", +"5+ c #8A353D", +"6+ c #82686A", +"7+ c #CEBEBF", +"8+ c #56313A", +"9+ c #8D3139", +"0+ c #A02A32", +"a+ c #A2272F", +"b+ c #9A222A", +"c+ c #674145", +"d+ c #8C3941", +"e+ c #892B33", +"f+ c #8E323A", +"g+ c #8A3038", +"h+ c #803139", +"i+ c #5D2C35", +"j+ c #532932", +"k+ c #532F37", +"l+ c #57313A", +"m+ c #7C3139", +"n+ c #9F1F28", +"o+ c #A7363E", +"p+ c #A2676E", +"q+ c #894043", +"r+ c #683139", +"s+ c #A39696", +"t+ c #667D8E", +"u+ c #AAA7AA", +"v+ c #D3CDD0", +"w+ c #5A2F37", +"x+ c #5D353D", +"y+ c #743139", +"z+ c #842734", +"A+ c #932830", +"B+ c #A41922", +"C+ c #852731", +"D+ c #7A2E39", +"E+ c #79323E", +"F+ c #7A3139", +"G+ c #632F37", +"H+ c #5C2E36", +"I+ c #562E36", +"J+ c #512F37", +"K+ c #4F3038", +"L+ c #612D3D", +"M+ c #792E3C", +"N+ c #842635", +"O+ c #812734", +"P+ c #763139", +"Q+ c #562F3F", +"R+ c #4B3442", +"S+ c #B8AEB3", +"T+ c #E1D5D8", +"U+ c #9A93A2", +"V+ c #F9ECEC", +"W+ c #552F3A", +"X+ c #602F3B", +"Y+ c #533139", +"Z+ c #55303A", +"`+ c #5F3038", +" @ c #7F2730", +".@ c #9B2129", +"+@ c #592932", +"@@ c #67343D", +"#@ c #643139", +"$@ c #5B3038", +"%@ c #512931", +"&@ c #4D2C31", +"*@ c #473A47", +"=@ c #52303C", +"-@ c #542E37", +";@ c #522C34", +">@ c #593F41", +",@ c #BDBABF", +"'@ c #979799", +")@ c #DDD5D6", +"!@ c #502B32", +"~@ c #523139", +"{@ c #522F37", +"]@ c #5C3139", +"^@ c #722631", +"/@ c #5F2931", +"(@ c #543039", +"_@ c #472F37", +":@ c #4C2C31", +"<@ c #483033", +"[@ c #523038", +"}@ c #572936", +"|@ c #5D464E", +"1@ c #B5B3B4", +"2@ c #8D93A0", +"3@ c #A6A0AF", +"4@ c #AFAAB1", +"5@ c #74575C", +"6@ c #522B33", +"7@ c #473134", +"8@ c #4C2934", +"9@ c #462F37", +"0@ c #482A32", +"a@ c #462937", +"b@ c #4C2C34", +"c@ c #572F37", +"d@ c #705155", +"e@ c #66575A", +"f@ c #52424A", +"g@ c #553B40", +"h@ c #473D46", +"i@ c #583A44", +"j@ c #826975", +"k@ c #DFE1E4", +"l@ c #525273", +"m@ c #443D48", +"n@ c #EAEAEA", +"o@ c #DFD8DA", +"p@ c #F6F0F0", +"q@ c #83535A", +"r@ c #5A3139", +"s@ c #422E36", +"t@ c #482931", +"u@ c #412F38", +"v@ c #3D2931", +"w@ c #4A2C34", +"x@ c #5D373F", +"y@ c #B3A8AD", +"z@ c #F4F2F2", +"A@ c #F1EDED", +"B@ c #FAEFEF", +"C@ c #645966", +"D@ c #565B6C", +"E@ c #937B85", +"F@ c #952C35", +"G@ c #DCB7BA", +"H@ c #F4EDEE", +"I@ c #7F4D54", +"J@ c #422D35", +"K@ c #422F37", +"L@ c #442932", +"M@ c #442F37", +"N@ c #5C3F41", +"O@ c #C7B7B9", +"P@ c #DCDCDC", +"Q@ c #7E8492", +"R@ c #50323B", +"S@ c #9D1C25", +"T@ c #682730", +"U@ c #706970", +"V@ c #A2888E", +"W@ c #5C333C", +"X@ c #5A2A32", +"Y@ c #502F33", +"Z@ c #59323A", +"`@ c #622F37", +" # c #583038", +".# c #4E2E36", +"+# c #725B47", +"@# c #CBB9BA", +"## c #6F2F38", +"$# c #6A293B", +"%# c #4E2930", +"&# c #7B666F", +"*# c #8C6970", +"=# c #862E36", +"-# c #982B33", +";# c #8E2931", +"># c #89333C", +",# c #8D2830", +"'# c #952931", +")# c #5A3E43", +"!# c #DAD8DA", +"~# c #6E3F47", +"{# c #A52931", +"]# c #782933", +"^# c #572937", +"/# c #53333B", +"(# c #67323B", +"_# c #89242D", +":# c #932A32", +"<# c #893139", +"[# c #7E313A", +"}# c #6E3139", +"|# c #52333B", +"1# c #B8B5B8", +"2# c #654149", +"3# c #882931", +"4# c #632932", +"5# c #502B34", +"6# c #522E36", +"7# c #492D31", +"8# c #812D37", +"9# c #962A32", +"0# c #922029", +"a# c #692E36", +"b# c #5E2D35", +"c# c #5E2F37", +"d# c #723139", +"e# c #6F353D", +"f# c #8E8588", +" . + @ # ", +" $ % & * = - ; > , ' ", +" ) ! ~ { ] ^ / ( _ ", +" : < [ } | 1 2 3 ", +" 4 5 6 7 8 9 0 a b ", +" + c d e f g h i j k l m n ", +" o p q r s t u + v w x y z A B C ", +" D E F G H I J K L M N O P Q R S T U V ", +" W X Y Z ` ...+.@.#.$.%.&.*.=.-.;.>.,. ", +" '.).!.~.{.].^./.(._.:.+ + <.[.}.|.1.2.3. ", +" 4.5.6.7.8.9.0.a.b.c.d.+ + e.f.g.h.1.i.j. ", +" k.l.m.n.o.p.q.r.s.t.+ + u.v.{ w.x.y.1.z. A.", +" B.C.D.E.F.G.H.I.J.+ + K.L.{ M.N.O.P.Q.R. S.T.", +" U.V.W.X.Y.Z.`. ++ .+++{ @+#+$+$+%+&+*+ =+-+;+", +" >+,+'+)+!+~+{+]+^+/+{ (+_+:+<+[+}+|+1+2+3+ 4+5+6+", +" 7+8+$+9+0+a+b+c+d+e+f+g+h+i+j+k+l+m+n+8.o+p+q+r+s+", +"t+u+ v+w+x+y+z+A+B+C+D+E+F+G+H+I+J+K+;.L+M+N+O+P+Q+R+S+", +"T+U+V+ W+X+Y+Z+`+ @.@+@@@#@$@%@&@1.1.F.P.*@=@-@F.;@>@ ", +" ,@'@ + )@!@~@G.{@]@^@/@(@_@:@<@1.1.1.1.G.F.[@G.}@|@1@ ", +"2@3@4@ 5@6@6@;@7@8@9@0@a@b@6@1.c@d@e@f@g@h@i@j@k@ ", +"l@m@n@ o@p@ q@r@;@~@s@t@u@v@w@1.x@y@z@ A@,@n@B@ ", +"l@C@D@E@F@G@ H@I@;@~@J@K@L@M@M@N@O@ ", +"P@ Q@R@S@T@U@ V@W@X@Y@Z@`@ #.#+# ", +" @###$#%#&# *#=#-#;#>#,#'#$+)#!# ", +" ~#{#]#^#~@~@/#(#_#.@:#<#[#!+}#|#1# ", +" 2#3#4#5#6#~@7#8#9#0#a#b#c#d#e#r@f# "}; >Release-Note: >Audit-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 May 20 15:40: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3C3D837B42C for ; Sun, 20 May 2001 15:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4KMe1s76662; Sun, 20 May 2001 15:40:01 -0700 (PDT) (envelope-from gnats) Received: from mail.noos.fr (verlaine.noos.net [212.198.2.73]) by hub.freebsd.org (Postfix) with ESMTP id 1EEB737B422 for ; Sun, 20 May 2001 15:30:40 -0700 (PDT) (envelope-from root@gits.dyndns.org) Received: (qmail 34934291 invoked by uid 0); 20 May 2001 22:30:38 -0000 Received: from d165.dhcp212-198-231.noos.fr (HELO gits.dyndns.org) ([212.198.231.165]) (envelope-sender ) by verlaine.noos.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 20 May 2001 22:30:38 -0000 Received: (from root@localhost) by gits.dyndns.org (8.11.3/8.11.3) id f4KMUbu99572; Mon, 21 May 2001 00:30:37 +0200 (CEST) (envelope-from root) Message-Id: <200105202230.f4KMUbu99572@gits.dyndns.org> Date: Mon, 21 May 2001 00:30:37 +0200 (CEST) From: Cyrille Lefevre Reply-To: clefevre@poboxes.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27478: Updated port: net/isc-dhcp3 (3.0.r7) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27478 >Category: ports >Synopsis: Updated port: net/isc-dhcp3 (3.0.r7) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun May 20 15:40:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Cyrille Lefevre >Release: FreeBSD 4.3-STABLE i386 >Organization: ACME >Environment: FreeBSD gits 4.3-STABLE FreeBSD 4.3-STABLE #21: Sun Apr 22 22:20:03 CEST 2001 root@gits:/disk2/4.x-stable/src/sys/compile/CUSTOM i386 >Description: Makefile PORTVERSION bumped to 3.0.r7 patch-man-pages is a temporary hack to avoid an unneeded patch file for a typo. distinfo updated >How-To-Repeat: n/a >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/isc-dhcp3/Makefile,v retrieving revision 1.62 diff -u -r1.62 Makefile --- Makefile 2001/05/14 00:17:11 1.62 +++ Makefile 2001/05/20 22:28:43 @@ -7,7 +7,7 @@ # PORTNAME= dhcp -PORTVERSION= 3.0.r4 +PORTVERSION= 3.0.r7 CATEGORIES= net MASTER_SITES= ftp://ftp.isc.org/isc/%SUBDIR%/ \ ${US_MASTER_SITES} ${JAPAN_MASTER_SITES} \ @@ -116,7 +116,8 @@ # Post-patch # -post-patch: patch-scripts patch-makefile-conf patch-makefiles-dist +post-patch: patch-scripts patch-makefile-conf patch-makefiles-dist \ + patch-man-pages patch-scripts: @${PERL} -pi.fbsd -e 's.!!PREFIX!!.${PREFIX}.g' \ @@ -131,6 +132,11 @@ @${PERL} -pi.fbsd -e 's|^CFLAGS[ ]*=|CFLAGS +=|g' \ ${WRKSRC}/${subdir}/Makefile.dist .endfor + +# temporary hack - no patch file needed for this typo. +# grrr! don't know how to delete lines in perl :( +patch-man-pages: + @${PERL} -pi.fbsd -e 's/^\.Fd$$//' ${WRKSRC}/dhcpctl/dhcpctl.3 # # Post-install Index: distinfo =================================================================== RCS file: /home/ncvs/ports/net/isc-dhcp3/distinfo,v retrieving revision 1.30 diff -u -r1.30 distinfo --- distinfo 2001/05/14 00:17:11 1.30 +++ distinfo 2001/05/20 22:00:07 @@ -1 +1 @@ -MD5 (dhcp-3.0rc4.tar.gz) = 3f270f45836027b107ffc79eecf0b76e +MD5 (dhcp-3.0rc7.tar.gz) = 835be51c217c629d46fbcb422b1c91a9 >Release-Note: >Audit-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 May 20 16: 0: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3D3EA37B422 for ; Sun, 20 May 2001 16:00:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4KN04Z88741; Sun, 20 May 2001 16:00:04 -0700 (PDT) (envelope-from gnats) Date: Sun, 20 May 2001 16:00:04 -0700 (PDT) Message-Id: <200105202300.f4KN04Z88741@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Cyrille Lefevre Subject: Re: ports/27478: Updated port: net/isc-dhcp3 (3.0.r7) Reply-To: Cyrille Lefevre Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/27478; it has been noted by GNATS. From: Cyrille Lefevre To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/27478: Updated port: net/isc-dhcp3 (3.0.r7) Date: Mon, 21 May 2001 00:58:33 +0200 (CEST) I've just seen a typo in the strip-binary-files target. .if exists({BIN_DIR}/${file}) ^ $ is missing. should be : .if exists(${BIN_DIR}/${file}) Cyrille. -- home: mailto:clefevre@poboxes.com UNIX is user-friendly; it's just particular work: mailto:Cyrille.Lefevre@edf.fr about who it chooses to be friends with. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 20 16:30:15 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 446CB37B42C for ; Sun, 20 May 2001 16:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4KNU3n93642; Sun, 20 May 2001 16:30:03 -0700 (PDT) (envelope-from gnats) Date: Sun, 20 May 2001 16:30:03 -0700 (PDT) Message-Id: <200105202330.f4KNU3n93642@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Cyrille Lefevre Subject: Re: ports/27478: Updated port: net/isc-dhcp3 (3.0.r7) Reply-To: Cyrille Lefevre Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/27478; it has been noted by GNATS. From: Cyrille Lefevre To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/27478: Updated port: net/isc-dhcp3 (3.0.r7) Date: Mon, 21 May 2001 01:23:42 +0200 (CEST) ok, forgive the previous patch. STRIP is broken too. so, I completly rewrote the Makefile and the PLIST file using some rules I've applyed to some other ports. Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/isc-dhcp3/Makefile,v retrieving revision 1.62 diff -u -r1.62 Makefile --- Makefile 2001/05/14 00:17:11 1.62 +++ Makefile 2001/05/20 23:09:17 @@ -7,7 +7,7 @@ # PORTNAME= dhcp -PORTVERSION= 3.0.r4 +PORTVERSION= 3.0.r7 CATEGORIES= net MASTER_SITES= ftp://ftp.isc.org/isc/%SUBDIR%/ \ ${US_MASTER_SITES} ${JAPAN_MASTER_SITES} \ @@ -32,7 +32,11 @@ HAS_CONFIGURE= yes -PLIST_SUB= PKGBASE="${PKGBASE}" +PLIST_SUB= DATA_DIR="${DATA_DIR}" RCD_SUBDIR="${RCD_SUBDIR}" \ + CONF_SUBDIR="${CONF_SUBDIR}" SAMP_SUBDIR="${SAMP_SUBDIR}" \ + BIN_SUBDIR="${BIN_SUBDIR}" INC_SUBDIR="${INC_SUBDIR}" \ + LIB_SUBDIR="${LIB_SUBDIR}" DOC_SUBDIR="${DOC_SUBDIR}" \ + SAMP_SUFFIX="${SAMP_SUFFIX}" MAN3= dhcpctl.3 omapi.3 MAN5= dhclient.conf.5 dhclient.leases.5 dhcp-contrib.5 \ @@ -96,27 +100,32 @@ PATCH_SUBDIRS= common minires dst omapip server client relay dhcpctl +SAMP_SUFFIX= .sample + BIN_FILES= dhclient dhcpd dhcrelay +CONF_FILES= dhclient.conf SAMP_FILES= client/dhclient.conf server/dhcpd.conf -RCD_FILES= isc-dhcpd.sh.sample +RCD_FILES= isc-dhcpd.sh${SAMP_SUFFIX} DOC_FILES= CHANGES COPYRIGHT README RELNOTES DATA_FILES= dhclient.leases dhcpd.leases -CONF_FILES= dhclient.conf -BIN_DIR= ${PREFIX}/sbin -ETC_DIR= ${PREFIX}/etc -RCD_DIR= ${PREFIX}/etc/rc.d -DOC_DIR= ${PREFIX}/share/doc/${PKGBASE} -VARDB_DIR= /var/db -VARRUN_DIR= /var/run +BIN_SUBDIR= sbin +CONF_SUBDIR= etc +SAMP_SUBDIR= ${CONF_SUBDIR} +RCD_SUBDIR= etc/rc.d +INC_SUBDIR= include +LIB_SUBDIR= lib +DOC_SUBDIR= share/doc/${PKGBASE} +DATA_DIR= /var/db -STRIP?= strip +STRIP_CMD?= strip # # Post-patch # -post-patch: patch-scripts patch-makefile-conf patch-makefiles-dist +post-patch: patch-scripts patch-makefile-conf patch-makefiles-dist \ + patch-man-pages patch-scripts: @${PERL} -pi.fbsd -e 's.!!PREFIX!!.${PREFIX}.g' \ @@ -132,6 +141,11 @@ ${WRKSRC}/${subdir}/Makefile.dist .endfor +# temporary hack - no patch file needed for this typo. +# grrr! don't know how to delete lines in perl :( +patch-man-pages: + @${PERL} -pi.fbsd -e 's/^\.Fd$$//' ${WRKSRC}/dhcpctl/dhcpctl.3 + # # Post-install # @@ -142,40 +156,41 @@ strip-binary-files: .for file in ${BIN_FILES} -.if exists({BIN_DIR}/${file}) - @${STRIP} ${BIN_DIR}/${file} +.if exists(${PREFIX}/${BIN_SUBDIR}/${file}) + @${STRIP_CMD} ${PREFIX}/${BIN_SUBDIR}/${file} .endif .endfor install-startup-files: .for file in ${RCD_FILES} - @${INSTALL_SCRIPT} ${FILESDIR}/${file} ${RCD_DIR}/${file} + @${INSTALL_SCRIPT} ${FILESDIR}/${file} ${PREFIX}/${RCD_SUBDIR} .endfor install-doc-files: .if !defined(NOPORTDOCS) - @${MKDIR} ${DOC_DIR} + @${MKDIR} ${PREFIX}/${DOC_SUBDIR} .for file in ${DOC_FILES} - @${INSTALL_DATA} ${WRKSRC}/${file} ${DOC_DIR}/${file} + @${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/${DOC_SUBDIR} .endfor .endif install-sample-files: .for file in ${SAMP_FILES} - @${INSTALL_DATA} ${WRKSRC}/${file} ${ETC_DIR}/${file:T}.sample + @${INSTALL_DATA} ${WRKSRC}/${file} \ + ${PREFIX}/${SAMP_SUBDIR}/${file:T}${SAMP_SUFFIX} .endfor create-data-files: .for file in ${DATA_FILES} -.if !exists(${VARDB_DIR}/${file}) - @${TOUCH} ${VARDB_DIR}/${file} +.if !exists(${DATA_DIR}/${file}) + @${TOUCH} ${DATA_DIR}/${file} .endif .endfor create-conf-files: .for file in ${CONF_FILES} -.if !exists(${ETC_DIR}/${file}) - @${TOUCH} ${ETC_DIR}/${file} +.if !exists(${PREFIX}/${CONF_SUBDIR}/${file}) + @${TOUCH} ${PREFIX}/${CONF_SUBDIR}/${file} .endif .endfor Index: distinfo =================================================================== RCS file: /home/ncvs/ports/net/isc-dhcp3/distinfo,v retrieving revision 1.30 diff -u -r1.30 distinfo --- distinfo 2001/05/14 00:17:11 1.30 +++ distinfo 2001/05/20 22:00:07 @@ -1 +1 @@ -MD5 (dhcp-3.0rc4.tar.gz) = 3f270f45836027b107ffc79eecf0b76e +MD5 (dhcp-3.0rc7.tar.gz) = 835be51c217c629d46fbcb422b1c91a9 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/net/isc-dhcp3/pkg-plist,v retrieving revision 1.16 diff -u -r1.16 pkg-plist --- pkg-plist 2001/04/25 12:13:34 1.16 +++ pkg-plist 2001/05/20 23:17:22 @@ -1,34 +1,35 @@ @comment $FreeBSD: ports/net/isc-dhcp3/pkg-plist,v 1.16 2001/04/25 12:13:34 roam Exp $ -etc/dhclient.conf.sample -etc/dhcpd.conf.sample -etc/rc.d/isc-dhcpd.sh.sample -include/dhcpctl.h -include/isc/boolean.h -include/isc/dst.h -include/isc/int.h -include/isc/lang.h -include/isc/list.h -include/isc/result.h -include/isc/types.h -include/omapip/alloc.h -include/omapip/buffer.h -include/omapip/omapip.h -lib/libdhcpctl.a -lib/libomapi.a -sbin/dhclient -sbin/dhclient-script -sbin/dhcpd -sbin/dhcrelay -%%PORTDOCS%%share/doc/%%PKGBASE%%/CHANGES -%%PORTDOCS%%share/doc/%%PKGBASE%%/COPYRIGHT -%%PORTDOCS%%share/doc/%%PKGBASE%%/README -%%PORTDOCS%%share/doc/%%PKGBASE%%/RELNOTES -@dirrm include/isc -@dirrm include/omapip -%%PORTDOCS%%@dirrm share/doc/%%PKGBASE%% -@exec [ -f /var/db/dhclient.leases ] || touch /var/db/dhclient.leases -@unexec [ -s /var/db/dhclient.leases ] || rm -f /var/db/dhclient.leases -@exec [ -f /var/db/dhcpd.leases ] || touch /var/db/dhcpd.leases -@unexec [ -s /var/db/dhcpd.leases ] || rm -f /var/db/dhcpd.leases -@exec [ -f %D/etc/dhclient.conf ] || touch %D/etc/dhclient.conf -@unexec [ -L %D/etc/dhclient.conf -o -s %D/etc/dhclient.conf ] || rm -f %D/etc/dhclient.conf +%%SAMP_SUBDIR%%/dhclient.conf%%SAMP_SUFFIX%% +%%SAMP_SUBDIR%%/dhcpd.conf%%SAMP_SUFFIX%% +%%RCD_SUBDIR%%/isc-dhcpd.sh%%SAMP_SUFFIX%% +%%INC_SUBDIR%%/dhcpctl.h +%%INC_SUBDIR%%/isc/boolean.h +%%INC_SUBDIR%%/isc/dst.h +%%INC_SUBDIR%%/isc/int.h +%%INC_SUBDIR%%/isc/lang.h +%%INC_SUBDIR%%/isc/list.h +%%INC_SUBDIR%%/isc/result.h +%%INC_SUBDIR%%/isc/types.h +%%INC_SUBDIR%%/omapip/alloc.h +%%INC_SUBDIR%%/omapip/buffer.h +%%INC_SUBDIR%%/omapip/omapip.h +%%LIB_SUBDIR%%/libdhcpctl.a +%%LIB_SUBDIR%%/libomapi.a +%%BIN_SUBDIR%%/dhclient +%%BIN_SUBDIR%%/dhclient-script +%%BIN_SUBDIR%%/dhcpd +%%BIN_SUBDIR%%/dhcrelay +%%PORTDOCS%%%%DOC_SUBDIR%%/CHANGES +%%PORTDOCS%%%%DOC_SUBDIR%%/COPYRIGHT +%%PORTDOCS%%%%DOC_SUBDIR%%/README +%%PORTDOCS%%%%DOC_SUBDIR%%/RELNOTES +@dirrm %%INC_SUBDIR%%/isc +@dirrm %%INC_SUBDIR%%/omapip +%%PORTDOCS%%@dirrm %%DOC_SUBDIR%% +@unexec rm -f %%RCD_SUBDIR%%/isc-dhcpd.sh +@exec [ -f %%DATA_DIR%%/dhclient.leases ] || touch %%DATA_DIR%%/dhclient.leases +@unexec [ -s %%DATA_DIR%%/dhclient.leases ] || rm -f %%DATA_DIR%%/dhclient.leases +@exec [ -f %%DATA_DIR%%/dhcpd.leases ] || touch %%DATA_DIR%%/dhcpd.leases +@unexec [ -s %%DATA_DIR%%/dhcpd.leases ] || rm -f %%DATA_DIR%%/dhcpd.leases +@exec [ -f %D/%%CONF_SUBDIR%%/dhclient.conf ] || touch %D/%%CONF_SUBDIR%%/dhclient.conf +@unexec [ -L %D/%%CONF_SUBDIR%%/dhclient.conf -o -s %D/%%CONF_SUBDIR%%/dhclient.conf ] || rm -f %D/%%CONF_SUBDIR%%/dhclient.conf Cyrille. -- home: mailto:clefevre@poboxes.com UNIX is user-friendly; it's just particular work: mailto:Cyrille.Lefevre@edf.fr about who it chooses to be friends with. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 20 16:40:14 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 83ADD37B424 for ; Sun, 20 May 2001 16:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4KNe2994211; Sun, 20 May 2001 16:40:02 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 21AAD37B42C for ; Sun, 20 May 2001 16:38:24 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4KNcOJ94108; Sun, 20 May 2001 16:38:24 -0700 (PDT) (envelope-from nobody) Message-Id: <200105202338.f4KNcOJ94108@freefall.freebsd.org> Date: Sun, 20 May 2001 16:38:24 -0700 (PDT) From: perky@python.or.kr To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/27479: Update port: misc/xosd (maintainer) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27479 >Category: ports >Synopsis: Update port: misc/xosd (maintainer) >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 May 20 16:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Chang, Hye-Shik >Release: FreeBSD 4.3 >Organization: Yonsei University >Environment: FreeBSD 4.3 stable >Description: . dependency was not complete. added gtk12 and glib12 . couldnot build WITHOUT_XMMS=yes without xmms library . gtk12, glib12, xmms path corrected . installs header file . xmms-config & gtk12-config path corrected. thank you, Will :) >How-To-Repeat: >Fix: diff -ruN xosd.orig/Makefile xosd/Makefile --- xosd.orig/Makefile Sun May 20 12:01:54 2001 +++ xosd/Makefile Mon May 21 08:31:21 2001 @@ -7,13 +7,16 @@ PORTNAME= xosd PORTVERSION= 0.7.0 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= http://www.ignavus.net/ \ http://www3.kr.freebsd.org/~perky/distfiles/ MAINTAINER= perky@python.or.kr -LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt +LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \ + glib12.3:${PORTSDIR}/devel/glib12 \ + gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 .if defined(WITH_XMMS) LIB_DEPENDS+= xmms.1:${PORTSDIR}/audio/xmms .endif @@ -21,7 +24,8 @@ USE_X_PREFIX= yes USE_GMAKE= yes INSTALLS_SHLIB= yes -MAKE_ENV= CFLAGS='${CFLAGS}' PREFIX='${PREFIX}' +MAKE_ENV= CFLAGS='${CFLAGS}' PREFIX='${PREFIX}' \ + X11BASE='${X11BASE}' LOCALBASE='${LOCALBASE}' MAN1= osd_cat.1 MAN3= xosd.3 diff -ruN xosd.orig/files/patch-aa xosd/files/patch-aa --- xosd.orig/files/patch-aa Sun May 20 12:01:55 2001 +++ xosd/files/patch-aa Mon May 21 08:24:53 2001 @@ -1,11 +1,12 @@ -diff -ruN Makefile.orig Makefile --- Makefile.orig Fri Mar 23 09:11:14 2001 -+++ Makefile Wed May 2 05:30:30 2001 -@@ -5,20 +5,18 @@ ++++ Makefile Mon May 21 08:24:41 2001 +@@ -5,20 +5,20 @@ LIBRARY_VERSION=0 VERSION=0.7.0 -PREFIX=/usr/local ++LOCALBASE?=/usr/local ++X11BASE?=/usr/X11R6 EXEC_PREFIX=$(PREFIX) BINDIR=$(EXEC_PREFIX)/bin LIBDIR=$(EXEC_PREFIX)/lib @@ -19,12 +20,29 @@ -CFLAGS=-O2 -Wall -pipe -I. -DXOSD_VERSION=\"$(VERSION)\" -I/usr/X11R6/include -LDFLAGS=-L. -L/usr/X11R6/lib -lX11 -lXext -lpthread -lXt -+CFLAGS+=-I. -DXOSD_VERSION=\"$(VERSION)\" -I/usr/X11R6/include -I/usr/local/include ++CFLAGS+=-I. -DXOSD_VERSION=\"$(VERSION)\" -I/usr/X11R6/include -I/usr/local/include -I$(X11BASE)/include/gtk12 -I$(LOCALBASE)/include/glib12 +LDFLAGS=-lc_r -L. -L/usr/X11R6/lib -L/usr/local/lib -lX11 -lXext -pthread -lXt -lgnugetopt XOSDLIBS=-lxosd -@@ -66,9 +64,11 @@ +@@ -44,10 +44,14 @@ + ranlib libxosd.a + + xmms_osd.o: xmms_osd.c +- $(CC) -c -o $@ xmms_osd.c `xmms-config --cflags` -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 $(CFLAGS) ++ if [ "$(XMMS_PLUGINDIR)" ]; then \ ++ $(CC) $(CFLAGS) `$(X11BASE)/bin/xmms-config --cflags` -c -o $@ xmms_osd.c; \ ++ fi + + libxmms_osd.so: xmms_osd.o +- $(CC) -shared -o $@ $+ $(LDFLAGS) `gtk-config --libs` $(XOSDLIBS) ++ if [ "$(XMMS_PLUGINDIR)" ]; then \ ++ $(CC) `$(X11BASE)/bin/gtk12-config --libs` -shared -o $@ $+ $(LDFLAGS) $(XOSDLIBS); \ ++ fi + + testprog: testprog.o libxosd.so + $(CC) -o $@ testprog.o $(LDFLAGS) $(XOSDLIBS) +@@ -66,10 +70,13 @@ $(INSTALL) libxosd.so $(LIBDIR)/libxosd.so.$(LIBRARY_VERSION) rm -f $(PREFIX)/lib/libxosd.so ln -s $(PREFIX)/lib/libxosd.so.$(LIBRARY_VERSION) $(PREFIX)/lib/libxosd.so @@ -37,11 +55,12 @@ + cp -pf libxmms_osd.so $(XMMS_PLUGINDIR)/General; \ + fi $(INSTALL) osd_cat $(BINDIR) ++ $(INSTALL_DATA) xosd.h $(INCLUDEDIR)/ mkdir -p $(MANDIR)/man1 $(MANDIR)/man3 $(INSTALL_DATA) osd_cat.1 $(MANDIR)/man1/ -diff -ruN xosd.c.orig xosd.c + $(INSTALL_DATA) xosd.3 $(MANDIR)/man3/ --- xosd.c.orig Fri Mar 23 08:55:45 2001 -+++ xosd.c Wed May 2 04:34:44 2001 ++++ xosd.c Mon May 21 08:21:44 2001 @@ -270,7 +270,7 @@ if (!XCheckWindowEvent (osd->display, osd->window, ExposureMask, &report)) { diff -ruN xosd.orig/pkg-plist xosd/pkg-plist --- xosd.orig/pkg-plist Sun May 20 12:01:54 2001 +++ xosd/pkg-plist Mon May 21 08:07:17 2001 @@ -1,4 +1,5 @@ bin/osd_cat +include/xosd.h lib/libxosd.so lib/libxosd.so.0 %%WITH_XMMS%%lib/xmms/General/libxmms_osd.so >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 20 16:41:22 2001 Delivered-To: freebsd-ports@freebsd.org Received: from server.sarfata.sarf (APuteaux-101-1-3-171.abo.wanadoo.fr [193.251.71.171]) by hub.freebsd.org (Postfix) with ESMTP id EC2B037B422; Sun, 20 May 2001 16:41:18 -0700 (PDT) (envelope-from sarfata@altern.org) Received: from altern.org (thomas@localhost [127.0.0.1]) by server.sarfata.sarf (8.12.0.Beta7/8.12.0.Beta7/Sarfatas cf - 21 Nov 1999') with ESMTP id f4KNcnE2008961; Mon, 21 May 2001 01:38:49 +0200 Message-ID: <3B085589.92A59A0E@altern.org> Date: Mon, 21 May 2001 01:38:49 +0200 From: Thomas Sarlandie X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.4.1 i686) X-Accept-Language: en MIME-Version: 1.0 To: lioux@FreeBSD.org Cc: ports@FreeBSD.org Subject: FreeBSD Port: qmail-1.03_1 / Missing path Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, I just wanted to report to you that in latest qmail port (CVS of last wednesday), in file /var/qmail/boot/maildir, @PREFIX@ was not replaced by /var/, as it was done in all other files in /var/qmail/boot diff boot/maildir rc 8c8 < exec env - PATH="@PREFIX@/qmail/bin:$PATH" \ --- > exec env - PATH="/var/qmail/bin:$PATH" \ Hope this helps Thanx for the great job you are doing. Installing this port was really easy. Maybe a little bit more explaination about tcpserver could have been useful BTW. thomas sarlandie To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 20 17:10: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 365EF37B424 for ; Sun, 20 May 2001 17:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4L0A3K98108; Sun, 20 May 2001 17:10:03 -0700 (PDT) (envelope-from gnats) Date: Sun, 20 May 2001 17:10:03 -0700 (PDT) Message-Id: <200105210010.f4L0A3K98108@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Hye-Shik Chang Subject: Re: ports/27479: Update port: misc/xosd (maintainer) Reply-To: Hye-Shik Chang Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/27479; it has been noted by GNATS. From: Hye-Shik Chang To: freebsd-gnats-submit@FreeBSD.org, petef@databits.net Cc: Subject: Re: ports/27479: Update port: misc/xosd (maintainer) Date: Mon, 21 May 2001 09:01:21 +0900 (KST) >++ 20/05/01 16:38 -0700 - perky@python.or.kr: >| >| -LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt >| +LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \ >| + glib12.3:${PORTSDIR}/devel/glib12 \ >| + gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 > >I think this is better accomplished with USE_GTK= Yes (a hook from >bsd.gnome.mk). > >-pete > >-- >Pete Fritchman >Databits Network Services, Inc. >finger petef@databits.net for PGP key > new patch. thank you pete diff -ruN xosd.orig/Makefile xosd/Makefile --- xosd.orig/Makefile Sun May 20 12:01:54 2001 +++ xosd/Makefile Mon May 21 08:52:50 2001 @@ -7,6 +7,7 @@ PORTNAME= xosd PORTVERSION= 0.7.0 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= http://www.ignavus.net/ \ http://www3.kr.freebsd.org/~perky/distfiles/ @@ -20,8 +21,12 @@ USE_X_PREFIX= yes USE_GMAKE= yes +USE_GTK= yes +USE_GLIB= yes INSTALLS_SHLIB= yes -MAKE_ENV= CFLAGS='${CFLAGS}' PREFIX='${PREFIX}' +MAKE_ENV= CFLAGS='${CFLAGS}' PREFIX='${PREFIX}' \ + X11BASE='${X11BASE}' LOCALBASE='${LOCALBASE}' \ + GTK_CONFIG='${GTK_CONFIG}' MAN1= osd_cat.1 MAN3= xosd.3 diff -ruN xosd.orig/files/patch-aa xosd/files/patch-aa --- xosd.orig/files/patch-aa Sun May 20 12:01:55 2001 +++ xosd/files/patch-aa Mon May 21 08:54:57 2001 @@ -1,11 +1,12 @@ -diff -ruN Makefile.orig Makefile --- Makefile.orig Fri Mar 23 09:11:14 2001 -+++ Makefile Wed May 2 05:30:30 2001 -@@ -5,20 +5,18 @@ ++++ Makefile Mon May 21 08:54:15 2001 +@@ -5,20 +5,20 @@ LIBRARY_VERSION=0 VERSION=0.7.0 -PREFIX=/usr/local ++LOCALBASE?=/usr/local ++X11BASE?=/usr/X11R6 EXEC_PREFIX=$(PREFIX) BINDIR=$(EXEC_PREFIX)/bin LIBDIR=$(EXEC_PREFIX)/lib @@ -19,12 +20,29 @@ -CFLAGS=-O2 -Wall -pipe -I. -DXOSD_VERSION=\"$(VERSION)\" -I/usr/X11R6/include -LDFLAGS=-L. -L/usr/X11R6/lib -lX11 -lXext -lpthread -lXt -+CFLAGS+=-I. -DXOSD_VERSION=\"$(VERSION)\" -I/usr/X11R6/include -I/usr/local/include ++CFLAGS+=-I. -DXOSD_VERSION=\"$(VERSION)\" -I/usr/X11R6/include -I/usr/local/include -I$(X11BASE)/include/gtk12 -I$(LOCALBASE)/include/glib12 +LDFLAGS=-lc_r -L. -L/usr/X11R6/lib -L/usr/local/lib -lX11 -lXext -pthread -lXt -lgnugetopt XOSDLIBS=-lxosd -@@ -66,9 +64,11 @@ +@@ -44,10 +44,14 @@ + ranlib libxosd.a + + xmms_osd.o: xmms_osd.c +- $(CC) -c -o $@ xmms_osd.c `xmms-config --cflags` -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 $(CFLAGS) ++ if [ "$(XMMS_PLUGINDIR)" ]; then \ ++ $(CC) $(CFLAGS) `$(X11BASE)/bin/xmms-config --cflags` -c -o $@ xmms_osd.c; \ ++ fi + + libxmms_osd.so: xmms_osd.o +- $(CC) -shared -o $@ $+ $(LDFLAGS) `gtk-config --libs` $(XOSDLIBS) ++ if [ "$(XMMS_PLUGINDIR)" ]; then \ ++ $(CC) `$(GTK_CONFIG) --libs` -shared -o $@ $+ $(LDFLAGS) $(XOSDLIBS); \ ++ fi + + testprog: testprog.o libxosd.so + $(CC) -o $@ testprog.o $(LDFLAGS) $(XOSDLIBS) +@@ -66,10 +70,13 @@ $(INSTALL) libxosd.so $(LIBDIR)/libxosd.so.$(LIBRARY_VERSION) rm -f $(PREFIX)/lib/libxosd.so ln -s $(PREFIX)/lib/libxosd.so.$(LIBRARY_VERSION) $(PREFIX)/lib/libxosd.so @@ -37,11 +55,12 @@ + cp -pf libxmms_osd.so $(XMMS_PLUGINDIR)/General; \ + fi $(INSTALL) osd_cat $(BINDIR) ++ $(INSTALL_DATA) xosd.h $(INCLUDEDIR)/ mkdir -p $(MANDIR)/man1 $(MANDIR)/man3 $(INSTALL_DATA) osd_cat.1 $(MANDIR)/man1/ -diff -ruN xosd.c.orig xosd.c + $(INSTALL_DATA) xosd.3 $(MANDIR)/man3/ --- xosd.c.orig Fri Mar 23 08:55:45 2001 -+++ xosd.c Wed May 2 04:34:44 2001 ++++ xosd.c Mon May 21 08:41:45 2001 @@ -270,7 +270,7 @@ if (!XCheckWindowEvent (osd->display, osd->window, ExposureMask, &report)) { diff -ruN xosd.orig/pkg-plist xosd/pkg-plist --- xosd.orig/pkg-plist Sun May 20 12:01:54 2001 +++ xosd/pkg-plist Mon May 21 08:07:17 2001 @@ -1,4 +1,5 @@ bin/osd_cat +include/xosd.h lib/libxosd.so lib/libxosd.so.0 %%WITH_XMMS%%lib/xmms/General/libxmms_osd.so -------------------------------- Hye-Shik Chang, a.k.a. "Perky" Mechatronics, Yonsei University, Korea Public Key: http://openlook.org/pgp.txt PGP Fingerprint : 115C CF2F D90D 8AFE F45B 0356 21DA 398B 6474 11EA ------------------------------------------------- DreamWiz Free Mail @ http://www.dreamwiz.com/ DreamSearch Click the world!!! http://search.dreamwiz.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 20 17:20:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B9E8D37B422 for ; Sun, 20 May 2001 17:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4L0K3Q98641; Sun, 20 May 2001 17:20:03 -0700 (PDT) (envelope-from gnats) Date: Sun, 20 May 2001 17:20:03 -0700 (PDT) Message-Id: <200105210020.f4L0K3Q98641@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Will Andrews Subject: Re: ports/27479: Update port: misc/xosd (maintainer) Reply-To: Will Andrews Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/27479; it has been noted by GNATS. From: Will Andrews To: FreeBSD GNATS DB Cc: Subject: Re: ports/27479: Update port: misc/xosd (maintainer) Date: Sun, 20 May 2001 19:07:11 -0500 patch sent in, forwarding to gnats audit-trail ----- Forwarded message from Hye-Shik Chang ----- Date: Sun, 20 May 2001 17:10:03 -0700 (PDT) Reply-To: Hye-Shik Chang From: Hye-Shik Chang To: freebsd-ports@FreeBSD.ORG Subject: Re: ports/27479: Update port: misc/xosd (maintainer) Sender: owner-freebsd-ports@FreeBSD.ORG The following reply was made to PR ports/27479; it has been noted by GNATS. From: Hye-Shik Chang To: freebsd-gnats-submit@FreeBSD.org, petef@databits.net Cc: Subject: Re: ports/27479: Update port: misc/xosd (maintainer) Date: Mon, 21 May 2001 09:01:21 +0900 (KST) >++ 20/05/01 16:38 -0700 - perky@python.or.kr: >| >| -LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt >| +LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \ >| + glib12.3:${PORTSDIR}/devel/glib12 \ >| + gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 > >I think this is better accomplished with USE_GTK= Yes (a hook from >bsd.gnome.mk). > >-pete > >-- >Pete Fritchman >Databits Network Services, Inc. >finger petef@databits.net for PGP key > new patch. thank you pete diff -ruN xosd.orig/Makefile xosd/Makefile --- xosd.orig/Makefile Sun May 20 12:01:54 2001 +++ xosd/Makefile Mon May 21 08:52:50 2001 @@ -7,6 +7,7 @@ PORTNAME= xosd PORTVERSION= 0.7.0 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= http://www.ignavus.net/ \ http://www3.kr.freebsd.org/~perky/distfiles/ @@ -20,8 +21,12 @@ USE_X_PREFIX= yes USE_GMAKE= yes +USE_GTK= yes +USE_GLIB= yes INSTALLS_SHLIB= yes -MAKE_ENV= CFLAGS='${CFLAGS}' PREFIX='${PREFIX}' +MAKE_ENV= CFLAGS='${CFLAGS}' PREFIX='${PREFIX}' \ + X11BASE='${X11BASE}' LOCALBASE='${LOCALBASE}' \ + GTK_CONFIG='${GTK_CONFIG}' MAN1= osd_cat.1 MAN3= xosd.3 diff -ruN xosd.orig/files/patch-aa xosd/files/patch-aa --- xosd.orig/files/patch-aa Sun May 20 12:01:55 2001 +++ xosd/files/patch-aa Mon May 21 08:54:57 2001 @@ -1,11 +1,12 @@ -diff -ruN Makefile.orig Makefile --- Makefile.orig Fri Mar 23 09:11:14 2001 -+++ Makefile Wed May 2 05:30:30 2001 -@@ -5,20 +5,18 @@ ++++ Makefile Mon May 21 08:54:15 2001 +@@ -5,20 +5,20 @@ LIBRARY_VERSION=0 VERSION=0.7.0 -PREFIX=/usr/local ++LOCALBASE?=/usr/local ++X11BASE?=/usr/X11R6 EXEC_PREFIX=$(PREFIX) BINDIR=$(EXEC_PREFIX)/bin LIBDIR=$(EXEC_PREFIX)/lib @@ -19,12 +20,29 @@ -CFLAGS=-O2 -Wall -pipe -I. -DXOSD_VERSION=\"$(VERSION)\" -I/usr/X11R6/include -LDFLAGS=-L. -L/usr/X11R6/lib -lX11 -lXext -lpthread -lXt -+CFLAGS+=-I. -DXOSD_VERSION=\"$(VERSION)\" -I/usr/X11R6/include -I/usr/local/include ++CFLAGS+=-I. -DXOSD_VERSION=\"$(VERSION)\" -I/usr/X11R6/include -I/usr/local/include -I$(X11BASE)/include/gtk12 -I$(LOCALBASE)/include/glib12 +LDFLAGS=-lc_r -L. -L/usr/X11R6/lib -L/usr/local/lib -lX11 -lXext -pthread -lXt -lgnugetopt XOSDLIBS=-lxosd -@@ -66,9 +64,11 @@ +@@ -44,10 +44,14 @@ + ranlib libxosd.a + + xmms_osd.o: xmms_osd.c +- $(CC) -c -o $@ xmms_osd.c `xmms-config --cflags` -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 $(CFLAGS) ++ if [ "$(XMMS_PLUGINDIR)" ]; then \ ++ $(CC) $(CFLAGS) `$(X11BASE)/bin/xmms-config --cflags` -c -o $@ xmms_osd.c; \ ++ fi + + libxmms_osd.so: xmms_osd.o +- $(CC) -shared -o $@ $+ $(LDFLAGS) `gtk-config --libs` $(XOSDLIBS) ++ if [ "$(XMMS_PLUGINDIR)" ]; then \ ++ $(CC) `$(GTK_CONFIG) --libs` -shared -o $@ $+ $(LDFLAGS) $(XOSDLIBS); \ ++ fi + + testprog: testprog.o libxosd.so + $(CC) -o $@ testprog.o $(LDFLAGS) $(XOSDLIBS) +@@ -66,10 +70,13 @@ $(INSTALL) libxosd.so $(LIBDIR)/libxosd.so.$(LIBRARY_VERSION) rm -f $(PREFIX)/lib/libxosd.so ln -s $(PREFIX)/lib/libxosd.so.$(LIBRARY_VERSION) $(PREFIX)/lib/libxosd.so @@ -37,11 +55,12 @@ + cp -pf libxmms_osd.so $(XMMS_PLUGINDIR)/General; \ + fi $(INSTALL) osd_cat $(BINDIR) ++ $(INSTALL_DATA) xosd.h $(INCLUDEDIR)/ mkdir -p $(MANDIR)/man1 $(MANDIR)/man3 $(INSTALL_DATA) osd_cat.1 $(MANDIR)/man1/ -diff -ruN xosd.c.orig xosd.c + $(INSTALL_DATA) xosd.3 $(MANDIR)/man3/ --- xosd.c.orig Fri Mar 23 08:55:45 2001 -+++ xosd.c Wed May 2 04:34:44 2001 ++++ xosd.c Mon May 21 08:41:45 2001 @@ -270,7 +270,7 @@ if (!XCheckWindowEvent (osd->display, osd->window, ExposureMask, &report)) { diff -ruN xosd.orig/pkg-plist xosd/pkg-plist --- xosd.orig/pkg-plist Sun May 20 12:01:54 2001 +++ xosd/pkg-plist Mon May 21 08:07:17 2001 @@ -1,4 +1,5 @@ bin/osd_cat +include/xosd.h lib/libxosd.so lib/libxosd.so.0 %%WITH_XMMS%%lib/xmms/General/libxmms_osd.so -------------------------------- Hye-Shik Chang, a.k.a. "Perky" Mechatronics, Yonsei University, Korea Public Key: http://openlook.org/pgp.txt PGP Fingerprint : 115C CF2F D90D 8AFE F45B 0356 21DA 398B 6474 11EA ------------------------------------------------- DreamWiz Free Mail @ http://www.dreamwiz.com/ DreamSearch Click the world!!! http://search.dreamwiz.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message ----- End forwarded message ----- -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 20 18:18:41 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail.noos.fr (lafontaine.noos.net [212.198.2.72]) by hub.freebsd.org (Postfix) with ESMTP id 25F0737B422 for ; Sun, 20 May 2001 18:18:38 -0700 (PDT) (envelope-from root@gits.dyndns.org) Received: (qmail 10866275 invoked by uid 0); 21 May 2001 01:18:36 -0000 Received: from d165.dhcp212-198-231.noos.fr (HELO gits.dyndns.org) ([212.198.231.165]) (envelope-sender ) by lafontaine.noos.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 21 May 2001 01:18:36 -0000 Received: (from root@localhost) by gits.dyndns.org (8.11.3/8.11.3) id f4L1IZD10845; Mon, 21 May 2001 03:18:35 +0200 (CEST) (envelope-from root) Message-Id: <200105210118.f4L1IZD10845@gits.dyndns.org> Subject: Re: PR Review In-Reply-To: <0a9201c0e15f$ccfab8e0$931576d8@inethouston.net> To: "David W. Chapman Jr." Date: Mon, 21 May 2001 03:18:34 +0200 (CEST) Cc: ports@FreeBSD.org Reply-To: clefevre@poboxes.com From: Cyrille Lefevre Organization: ACME X-Face: V|+c;4!|B?E%BE^{E6);aI.[<97Zd*>^#%Y5Cxv;%Y[PT-LW3;A:fRrJ8+^k"e7@+30g0YD0*^^3jgyShN7o?a]C la*Zv'5NA,=963bM%J^o]C X-Mailer: ELM [version 2.4ME+ PL92 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org David W. Chapman Jr. wrote: > It works great. woaou :) here is the sequence of commands I used to generate the Makefile.man. cd /usr/ports/x11/XFree86-4 # manual pages lists for i in 1 2 3 4 5 6 7 8 9; do grep man/man$i pkg-plist > /tmp/p$i done cd /usr/X11R6 # plain manual pages for i in 1 2 3 4 5 6 7 8 9; do xargs ls -ld < /tmp/p$i | awk '!/->/{print $NF}' | sed 's,man/man'$i'/,,;s/\.gz//g' >| /tmp/m$i done # symlinked manual pages for i in 1 2 3 4 5 6 7 8 9; do xargs ls -ld < /tmp/p$i | awk '/->/{print $NF, $(NF-2)}' | sed 's,man/man'$i'/,,;s/\.gz//g' >| /tmp/l$i done cd /tmp # combine them as needed for i in 1 2 3 4 5 6 7 8 9; do [ -s m$i ] || continue print -n "MAN$i=" sed 's/^/ /;$! s/$/ \\/' m$i done > m print -n "MLINKS=" >> m sed 's/^/ /;$! s/$/ \\/' l[1-9] >> m Cyrille. -- Cyrille Lefevre - 12, Rue de Bizerte 75017 Paris tel/fax: +33 (0)1 45 22 83 85 home: mailto:clefevre@poboxes.com UNIX is user-friendly; it's just particular work: mailto:Cyrille.Lefevre@edf.fr about who it chooses to be friends with. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 20 18:22:54 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ptavv.es.net (ptavv.es.net [198.128.4.29]) by hub.freebsd.org (Postfix) with ESMTP id 16E2F37B422; Sun, 20 May 2001 18:22:53 -0700 (PDT) (envelope-from oberman@ptavv.es.net) Received: from ptavv.es.net (localhost [127.0.0.1]) by ptavv.es.net (8.10.1/8.10.1) with ESMTP id f4L1Mqc17857; Sun, 20 May 2001 18:22:52 -0700 (PDT) Message-Id: <200105210122.f4L1Mqc17857@ptavv.es.net> To: will@FreeBSD.org Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/27064: New port of ThinkPad mWave ACP WinModem support In-reply-to: Your message of "Sat, 19 May 2001 21:34:27 PDT." <200105200434.f4K4YRN18995@freefall.freebsd.org> Date: Sun, 20 May 2001 18:22:52 -0700 From: "Kevin Oberman" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Will, Thanks! My first attempt at a port and I had discovered several problems myself, even though it passed portlint and all of the handbook tests. But I kind-a forgot a few details. I'll try pulling it down and seeing exactly what you have done. The author has a new version coming out soon and I'd like to get it right the first time. Thanks again! By the way, did you have an actual mWave APC to use to test this on? R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 20 19: 2:36 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E909237B422; Sun, 20 May 2001 19:02:34 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4L22Yl11225; Sun, 20 May 2001 19:02:34 -0700 (PDT) (envelope-from ijliao) Date: Sun, 20 May 2001 19:02:34 -0700 (PDT) From: Message-Id: <200105210202.f4L22Yl11225@freefall.freebsd.org> To: michael@lyngbol.dk, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27470: GNOME stuff is not needed Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: GNOME stuff is not needed State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Sun May 20 19:01:41 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27470 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 20 19: 5:11 2001 Delivered-To: freebsd-ports@freebsd.org Received: from casimir.physics.purdue.edu (casimir.physics.purdue.edu [128.210.146.111]) by hub.freebsd.org (Postfix) with ESMTP id 21C6B37B424; Sun, 20 May 2001 19:05:09 -0700 (PDT) (envelope-from will@physics.purdue.edu) Received: by casimir.physics.purdue.edu (Postfix, from userid 1000) id 5E79218A47; Sun, 20 May 2001 20:59:48 -0500 (EST) Date: Sun, 20 May 2001 20:59:48 -0500 From: Will Andrews To: Kevin Oberman Cc: will@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27064: New port of ThinkPad mWave ACP WinModem support Message-ID: <20010520205948.K1198@casimir.physics.purdue.edu> Reply-To: Will Andrews References: <200105200434.f4K4YRN18995@freefall.freebsd.org> <200105210122.f4L1Mqc17857@ptavv.es.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.15i In-Reply-To: <200105210122.f4L1Mqc17857@ptavv.es.net>; from oberman@es.net on Sun, May 20, 2001 at 06:22:52PM -0700 X-Operating-System: Linux 2.2.18 sparc64 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sun, May 20, 2001 at 06:22:52PM -0700, Kevin Oberman wrote: > By the way, did you have an actual mWave APC to use to test this on? Nope. My rule is: if it can package properly, I assume the submitter knows it works. :-) In some cases I'll care personally whether it works or not, but 99% of what I commit to ports I don't personally test for functionality. That's the responsibility of the maintainer. -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 20 19:14:37 2001 Delivered-To: freebsd-ports@freebsd.org Received: from casimir.physics.purdue.edu (casimir.physics.purdue.edu [128.210.146.111]) by hub.freebsd.org (Postfix) with ESMTP id 2D69B37B422 for ; Sun, 20 May 2001 19:14:36 -0700 (PDT) (envelope-from will@physics.purdue.edu) Received: by casimir.physics.purdue.edu (Postfix, from userid 1000) id 7762F18A47; Sun, 20 May 2001 21:09:15 -0500 (EST) Date: Sun, 20 May 2001 21:09:15 -0500 From: Will Andrews To: Will Andrews Cc: freebsd-ports@FreeBSD.ORG Subject: Re: ports/27479: Update port: misc/xosd (maintainer) Message-ID: <20010520210915.L1198@casimir.physics.purdue.edu> Reply-To: Will Andrews References: <200105210020.f4L0K3Q98641@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.15i In-Reply-To: <200105210020.f4L0K3Q98641@freefall.freebsd.org>; from will@physics.purdue.edu on Sun, May 20, 2001 at 05:20:03PM -0700 X-Operating-System: Linux 2.2.18 sparc64 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sun, May 20, 2001 at 05:20:03PM -0700, Will Andrews wrote: > patch sent in, forwarding to gnats audit-trail Erm, yes.. I just rubbed my eyes again and noticed that it WAS already sent to FreeBSD-gnats-submit... :-P -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 20 20: 0:14 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 32D7C37B43C for ; Sun, 20 May 2001 20:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4L302a18204; Sun, 20 May 2001 20:00:02 -0700 (PDT) (envelope-from gnats) Received: from electron.databits.net (electron.databits.net [207.29.204.16]) by hub.freebsd.org (Postfix) with ESMTP id 624BB37B43C for ; Sun, 20 May 2001 19:54:55 -0700 (PDT) (envelope-from petef@electron.databits.net) Received: (from petef@localhost) by electron.databits.net (8.11.3/8.11.3) id f4L2sGE00620; Sun, 20 May 2001 22:54:16 -0400 (EDT) (envelope-from petef) Message-Id: <200105210254.f4L2sGE00620@electron.databits.net> Date: Sun, 20 May 2001 22:54:16 -0400 (EDT) From: petef@databits.net Reply-To: petef@databits.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27484: New port: net/p5-File-Rsync Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27484 >Category: ports >Synopsis: New port: net/p5-File-Rsync >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 May 20 20:00:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Pete Fritchman >Release: FreeBSD 4.3-STABLE i386 >Organization: Databits Network Services, Inc. >Environment: System: FreeBSD electron.databits.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Sun Apr 22 21:17:37 EDT 2001 root@electron.databits.net:/usr/obj/usr/src/sys/ELECTRON i386 >Description: Perl convenience wrapper for the rsync(1) program >How-To-Repeat: N/A >Fix: (http://hex.databits.net/~petef/freebsd/p5-File-Rsync.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: # # p5-File-Rsync # p5-File-Rsync/Makefile # p5-File-Rsync/distinfo # p5-File-Rsync/pkg-comment # p5-File-Rsync/pkg-descr # p5-File-Rsync/pkg-plist # p5-File-Rsync/files # p5-File-Rsync/files/patch-Makefile.PL # p5-File-Rsync/files/patch-makepm.PL # echo c - p5-File-Rsync mkdir -p p5-File-Rsync > /dev/null 2>&1 echo x - p5-File-Rsync/Makefile sed 's/^X//' >p5-File-Rsync/Makefile << 'END-of-p5-File-Rsync/Makefile' X# New ports collection makefile for: p5-File-Rsync X# Date created: 20 May 2001 X# Whom: petef@databits.net X# X# $FreeBSD$ X# X XPORTNAME= File-Rsync XPORTVERSION= 0.19 XCATEGORIES= net perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= File XPKGNAMEPREFIX= p5- X XMAINTAINER= petef@databits.net X XRUN_DEPENDS= rsync:${PORTSDIR}/net/rsync X XPERL_CONFIGURE= yes XMAN3= File::Rsync.3 XMANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} X X.include END-of-p5-File-Rsync/Makefile echo x - p5-File-Rsync/distinfo sed 's/^X//' >p5-File-Rsync/distinfo << 'END-of-p5-File-Rsync/distinfo' XMD5 (File-Rsync-0.19.tar.gz) = 7cbbc1388c2704d6d7041241b3f98917 END-of-p5-File-Rsync/distinfo echo x - p5-File-Rsync/pkg-comment sed 's/^X//' >p5-File-Rsync/pkg-comment << 'END-of-p5-File-Rsync/pkg-comment' XPerl convenience wrapper for the rsync(1) program END-of-p5-File-Rsync/pkg-comment echo x - p5-File-Rsync/pkg-descr sed 's/^X//' >p5-File-Rsync/pkg-descr << 'END-of-p5-File-Rsync/pkg-descr' XThe File::Rsync Perl module is a convenience wrapper to the rsync(1) Xcommand. It has wrappers for almost all the rsync commands and features, Xas well as detecting errors. X XFor more details, type 'perldoc File::Rsync' or see the CPAN homepage: X XWWW: http://search.cpan.org/search?dist=File-Rsync X X- Pete Xpetef@databits.net END-of-p5-File-Rsync/pkg-descr echo x - p5-File-Rsync/pkg-plist sed 's/^X//' >p5-File-Rsync/pkg-plist << 'END-of-p5-File-Rsync/pkg-plist' Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/File/Rsync/.packlist Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/File/Rsync.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/File/Rsync/Config.pm X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/File/Rsync X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/File 2>/dev/null || true X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/File/Rsync X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/File 2>/dev/null || true END-of-p5-File-Rsync/pkg-plist echo c - p5-File-Rsync/files mkdir -p p5-File-Rsync/files > /dev/null 2>&1 echo x - p5-File-Rsync/files/patch-Makefile.PL sed 's/^X//' >p5-File-Rsync/files/patch-Makefile.PL << 'END-of-p5-File-Rsync/files/patch-Makefile.PL' X--- Makefile.PL.orig Sun May 20 10:30:46 2001 X+++ Makefile.PL Sun May 20 10:33:25 2001 X@@ -16,7 +16,7 @@ X DISTNAME => $DISTNAME, X AUTHOR => $AUTHOR, X ABSTRACT => $ABSTRACT, X- PL_FILES => { 'makepm.PL' => 'Config.pm' }, X+ PL_FILES => { 'makepm.PL ${LOCALBASE}' => 'Config.pm' }, X PM => { 'Rsync.pm' => '$(INST_LIB)/File/Rsync.pm', X 'Config.pm' => '$(INST_ARCHLIB)/File/Rsync/Config.pm' }, X dist => { COMPRESS => 'gzip', SUFFIX => 'gz' }, END-of-p5-File-Rsync/files/patch-Makefile.PL echo x - p5-File-Rsync/files/patch-makepm.PL sed 's/^X//' >p5-File-Rsync/files/patch-makepm.PL << 'END-of-p5-File-Rsync/files/patch-makepm.PL' X--- makepm.PL.orig Sun May 20 10:23:34 2001 X+++ makepm.PL Sun May 20 10:30:05 2001 X@@ -1,32 +1,8 @@ X # makepm.PL -- Builds Rsync.pm from Rsync.in. -*- perl -*- X-sub find_rsync { X- my @dirs = map { s/^$/./; $_ } split (':', $ENV{PATH}); X- push (@dirs, qw(/usr/local/bin /usr/bin /opt/bin)); X- for my $dir (@dirs) { X- next unless -d $dir; X- next unless -x "$dir/rsync"; X- return "$dir/rsync"; X- } X-} X $|=1; X-$RSYNC=&find_rsync; X-print <<'EOT'; X- X-File::Rsync needs to know the path to the rsync binary. This path is encoded X-in the installed module as the default path to rsync (it can be overridden X-at runtime). Please enter the full path to the rsync program or just hit X-Enter if the guess is correct. (If you always want the module to depend on X-the $PATH environment variable at runtime, just set the path to 'rsync' X-(this is not recommended)). X- X-EOT X-$RSYNC||='/usr/local/bin/rsync'; X-print "Path to rsync [$RSYNC]: "; X-my $ans=; X-chomp $ans; X-$RSYNC=$ans || $RSYNC; X-$RSYNC=~s/\\/\\\\/g; X-$RSYNC=~s/\'/\\\'/g; X+$PREFIX=@ARGV[0]; X+$RSYNC=$PREFIX . "/rsync"; X+print "Path to rsync [$RSYNC]"; X open IN,'Config.in' or die "Cannot read Config.in: $!\n"; X open OUT,'>Config.pm' or die "Cannot write Config.pm: $!\n"; X while () { END-of-p5-File-Rsync/files/patch-makepm.PL 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 May 20 20:16:28 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ct980320-b.blmngtn1.in.home.com (ct980320-b.blmngtn1.in.home.com [65.8.207.32]) by hub.freebsd.org (Postfix) with ESMTP id 55DE337B422 for ; Sun, 20 May 2001 20:16:23 -0700 (PDT) (envelope-from mikes@ct980320-b.blmngtn1.in.home.com) Received: (from mikes@localhost) by ct980320-b.blmngtn1.in.home.com (8.11.3/8.11.3) id f4L3GJl38932 for freebsd-ports@freebsd.org; Sun, 20 May 2001 22:16:19 -0500 (EST) (envelope-from mikes) From: Mike Squires Message-Id: <200105210316.f4L3GJl38932@ct980320-b.blmngtn1.in.home.com> Subject: minor problem in smbfs 1.4.1/FreeBSD 4.3-STABLE To: freebsd-ports@freebsd.org Date: Sun, 20 May 2001 22:16:18 -0500 (EST) X-Mailer: ELM [version 2.4ME+ PL88 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I tried to make smbfs in /usr/ports/net/smbfs with a 4.3-STABLE machine which was updated via cvsup last night, 5/20. make fails in lib/smb since mchain.h is not in /usr/src/sys/ where it is expected, but in /usr/src/sys/sys. This occurs in three files (mbuf.c, rap.c, rq.c). Question: is the compilation supposed to use the version in /usr/ports/net/smbfs/work/kernel/sys5/sys or the one in or the one in /usr/src/sys/sys? The version of mchain.h which comes with 1.4.1 is the same as the version in 4.3-STABLE, except for the header, according to diff. After editing these three files "make install" completes. MLS To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 20 20:29:36 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A2B4237B440; Sun, 20 May 2001 20:29:34 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4L3TYk22833; Sun, 20 May 2001 20:29:34 -0700 (PDT) (envelope-from will) Date: Sun, 20 May 2001 20:29:34 -0700 (PDT) From: Message-Id: <200105210329.f4L3TYk22833@freefall.freebsd.org> To: perky@python.or.kr, will@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27479: Update port: misc/xosd (maintainer) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: misc/xosd (maintainer) State-Changed-From-To: open->closed State-Changed-By: will State-Changed-When: Sun May 20 20:27:50 PDT 2001 State-Changed-Why: Committed, thanks. I made further changes that allow the patch-aa file to be submitted back to the authors. Specifically, it now respects CC as well as PTHREAD_[CFLAGS,LIBS] and GLIB_CONFIG. I added a new variable called XMMS_CONFIG that further allows environmental control of the build. Overall, the entire thing looks a lot cleaner now. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27479 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 20 20:33:38 2001 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 5D98437B42C for ; Sun, 20 May 2001 20:33:36 -0700 (PDT) (envelope-from ishmael@home.com) Received: (from ishmael@localhost) by babylon.merseine.nu (8.11.3/8.11.3) id f4L3ZJn43024 for ports@FreeBSD.org; Sun, 20 May 2001 22:35:19 -0500 (CDT) (envelope-from ishmael) Date: Sun, 20 May 2001 22:35:19 -0500 From: Jeremy Norris To: ports@FreeBSD.org Subject: Need ftw.h for a port + license questions Message-ID: <20010520223519.A43002@babylon.merseine.nu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org A port I maintain, graphics/gliv, started using functions from an ftw.h. This appears to be some sort of XPG/4 stuff, and it is in glibc. Searching around for awhile, I found that wu-ftpd implements an ftw.[ch] for platforms that lack it. Pulling that implementation and adding it to my updated gliv appears to make it function. Reading the source license for wu-ftpd, I believe it is ok for me to do this and add it the FreeBSD port (gliv is GPL'd); however, before submitting this, I wanted to ask for further opinions on the matter; am I correct believing this? and/or is there another ftw.h implementation out there? Jeremy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 20 20:50: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5C0A737B424 for ; Sun, 20 May 2001 20:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4L3o2r23854; Sun, 20 May 2001 20:50:02 -0700 (PDT) (envelope-from gnats) Received: from electron.databits.net (electron.databits.net [207.29.204.16]) by hub.freebsd.org (Postfix) with ESMTP id 0050337B424 for ; Sun, 20 May 2001 20:49:18 -0700 (PDT) (envelope-from petef@electron.databits.net) Received: (from petef@localhost) by electron.databits.net (8.11.3/8.11.3) id f4L3meE01882; Sun, 20 May 2001 23:48:40 -0400 (EDT) (envelope-from petef) Message-Id: <200105210348.f4L3meE01882@electron.databits.net> Date: Sun, 20 May 2001 23:48:40 -0400 (EDT) From: petef@databits.net Reply-To: petef@databits.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27487: New port: math/p5-Set-Scalar Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27487 >Category: ports >Synopsis: New port: math/p5-Set-Scalar >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 May 20 20:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Pete Fritchman >Release: FreeBSD 4.3-STABLE i386 >Organization: Databits Network Services, Inc. >Environment: System: FreeBSD electron.databits.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Sun Apr 22 21:17:37 EDT 2001 root@electron.databits.net:/usr/obj/usr/src/sys/ELECTRON i386 >Description: Perl interface to basic set operations >How-To-Repeat: N/A >Fix: (http://hex.databits.net/~petef/freebsd/p5-Set-Scalar.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: # # p5-Set-Scalar # p5-Set-Scalar/distinfo # p5-Set-Scalar/Makefile # p5-Set-Scalar/pkg-comment # p5-Set-Scalar/pkg-descr # p5-Set-Scalar/pkg-plist # echo c - p5-Set-Scalar mkdir -p p5-Set-Scalar > /dev/null 2>&1 echo x - p5-Set-Scalar/distinfo sed 's/^X//' >p5-Set-Scalar/distinfo << 'END-of-p5-Set-Scalar/distinfo' XMD5 (Set-Scalar-1.09.tar.gz) = b4be684826808f459f05e7edea7c80ee END-of-p5-Set-Scalar/distinfo echo x - p5-Set-Scalar/Makefile sed 's/^X//' >p5-Set-Scalar/Makefile << 'END-of-p5-Set-Scalar/Makefile' X# New ports collection makefile for: p5-Set-Scalar X# Date created: 20 May 2001 X# Whom: petef@databits.net X# X# $FreeBSD$ X# X XPORTNAME= Set-Scalar XPORTVERSION= 1.09 XCATEGORIES= math perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Set XPKGNAMEPREFIX= p5- X XMAINTAINER= petef@databits.net X XPERL_CONFIGURE= yes XMAN3= Set::Scalar.3 Set::Scalar::Base.3 Set::Scalar::Null.3 \ X Set::Scalar::Real.3 Set::Scalar::Universe.3 \ X Set::Scalar::Valued.3 Set::Scalar::ValuedUniverse.3 \ X Set::Scalar::Virtual.3 XMANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} X X.include END-of-p5-Set-Scalar/Makefile echo x - p5-Set-Scalar/pkg-comment sed 's/^X//' >p5-Set-Scalar/pkg-comment << 'END-of-p5-Set-Scalar/pkg-comment' XPerl interface to basic set operations END-of-p5-Set-Scalar/pkg-comment echo x - p5-Set-Scalar/pkg-descr sed 's/^X//' >p5-Set-Scalar/pkg-descr << 'END-of-p5-Set-Scalar/pkg-descr' XSet::Scalar provides an interface to basic set operations (utilities to Xderive and compare sets). X XFor more details, type 'perldoc Set::Scalar' or see the CPAN homepage: X XWWW: http://search.cpan.org/search?dist=Set-Scalar X X- Pete Xpetef@databits.net END-of-p5-Set-Scalar/pkg-descr echo x - p5-Set-Scalar/pkg-plist sed 's/^X//' >p5-Set-Scalar/pkg-plist << 'END-of-p5-Set-Scalar/pkg-plist' Xlib/perl5/site_perl/%%PERL_VER%%/Set/Scalar.pm Xlib/perl5/site_perl/%%PERL_VER%%/Set/Scalar/Base.pm Xlib/perl5/site_perl/%%PERL_VER%%/Set/Scalar/Null.pm Xlib/perl5/site_perl/%%PERL_VER%%/Set/Scalar/Real.pm Xlib/perl5/site_perl/%%PERL_VER%%/Set/Scalar/Universe.pm Xlib/perl5/site_perl/%%PERL_VER%%/Set/Scalar/Valued.pm Xlib/perl5/site_perl/%%PERL_VER%%/Set/Scalar/ValuedUniverse.pm Xlib/perl5/site_perl/%%PERL_VER%%/Set/Scalar/Virtual.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Set/Scalar/.packlist X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Set/Scalar X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Set 2>/dev/null || true X@dirrm lib/perl5/site_perl/%%PERL_VER%%/Set/Scalar X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Set 2>/dev/null || true END-of-p5-Set-Scalar/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 May 20 21: 2:20 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mx-s0.dreamwiz.com (mx-s0.dreamwiz.com [211.174.54.135]) by hub.freebsd.org (Postfix) with ESMTP id 1EDEF37B440; Sun, 20 May 2001 21:02:16 -0700 (PDT) (envelope-from perky@python.or.kr) Received: from mail24.dreamwiz.com (mail24.dreamwiz.com [211.174.54.44]) by mx-s0.dreamwiz.com (8.11.3/8.11.3) with ESMTP id f4L42EY91649; Mon, 21 May 2001 13:02:14 +0900 (KST) Received: from localhost (localhost [127.0.0.1]) by mail24.dreamwiz.com (8.11.3/8.11.3) with ESMTP id f4L41ig83615; Mon, 21 May 2001 13:01:44 +0900 (KST) Message-Id: <200105210401.f4L41ig83615@mail24.dreamwiz.com> Date: Mon, 21 May 2001 13:01:44 +0900 (KST) From: Hye-Shik Chang Reply-To: perky@python.or.kr Subject: Re: ports/27479: Update port: misc/xosd (maintainer) To: will@FreeBSD.org, freebsd-ports@FreeBSD.org Organization: Yonsei University X-Sender-IP: 210.216.29.213 X-Sender-ID: rasperky@dreamwiz.com X-Priority: 3 X-Mailer: DreamWiz Web-Mailer V1.31 X-DreamWiz-Data: receive_check=0;save=mail24.dreamwiz.com:perky:Sent:56; MIME-Version: 1.0 Content-Type: TEXT/PLAIN; CHARSET=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Synopsis: Update port: misc/xosd (maintainer) > >State-Changed-From-To: open->closed >State-Changed-By: will >State-Changed-When: Sun May 20 20:27:50 PDT 2001 >State-Changed-Why: >Committed, thanks. I made further changes that allow the patch-aa file >to be submitted back to the authors. Specifically, it now respects CC as >well as PTHREAD_[CFLAGS,LIBS] and GLIB_CONFIG. I added a new variable called >XMMS_CONFIG that further allows environmental control of the build. Overall, >the entire thing looks a lot cleaner now. > >http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27479 > Thanks, Will. but, you did 1 a little mistake. originally patch-aa contains patch for 2 files(Makefile, xosd.c) but, there's only for Makefile in cvs now. plz resurrect patch for xosd.c (without that patch, xosd will wait very eagerly Result: 100% CPU Load :< ) Have a happy week~! -------------------------------- Hye-Shik Chang, a.k.a. "Perky" Mechatronics, Yonsei University, Korea Public Key: http://openlook.org/pgp.txt PGP Fingerprint : 115C CF2F D90D 8AFE F45B 0356 21DA 398B 6474 11EA ------------------------------------------------- DreamWiz Free Mail @ http://www.dreamwiz.com/ DreamSearch Click the world!!! http://search.dreamwiz.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 20 21: 7:53 2001 Delivered-To: freebsd-ports@freebsd.org Received: from casimir.physics.purdue.edu (casimir.physics.purdue.edu [128.210.146.111]) by hub.freebsd.org (Postfix) with ESMTP id E21FD37B43C; Sun, 20 May 2001 21:07:49 -0700 (PDT) (envelope-from will@physics.purdue.edu) Received: by casimir.physics.purdue.edu (Postfix, from userid 1000) id 6564618A47; Sun, 20 May 2001 23:02:28 -0500 (EST) Date: Sun, 20 May 2001 23:02:28 -0500 From: Will Andrews To: Hye-Shik Chang Cc: will@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27479: Update port: misc/xosd (maintainer) Message-ID: <20010520230228.P1198@casimir.physics.purdue.edu> Reply-To: Will Andrews References: <200105210401.f4L41ig83615@mail24.dreamwiz.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.15i In-Reply-To: <200105210401.f4L41ig83615@mail24.dreamwiz.com>; from perky@python.or.kr on Mon, May 21, 2001 at 01:01:44PM +0900 X-Operating-System: Linux 2.2.18 sparc64 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Mon, May 21, 2001 at 01:01:44PM +0900, Hye-Shik Chang wrote: > Thanks, Will. > but, you did 1 a little mistake. > originally patch-aa contains patch for 2 files(Makefile, xosd.c) > but, there's only for Makefile in cvs now. > plz resurrect patch for xosd.c > (without that patch, xosd will wait very eagerly > Result: 100% CPU Load :< ) Ah, I see. Your patch was broken then; the rule is very clear in the Porter's Handbook: One file per patch. Period. I'll resurrect the patch as files/patch-xosd.c. -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 20 22:30:12 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9891637B43E for ; Sun, 20 May 2001 22:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4L5U1A39053; Sun, 20 May 2001 22:30:01 -0700 (PDT) (envelope-from gnats) Received: from rumba.clave.gr.jp (rumba.clave.gr.jp [202.248.115.186]) by hub.freebsd.org (Postfix) with ESMTP id 1035737B424 for ; Sun, 20 May 2001 22:24:23 -0700 (PDT) (envelope-from mac@clave.gr.jp) Received: (from mac@localhost) by rumba.clave.gr.jp (8.9.3+3.2W/3.7W) id OAA31729; Mon, 21 May 2001 14:24:22 +0900 (JST) Message-Id: <200105210524.OAA31729@rumba.clave.gr.jp> Date: Mon, 21 May 2001 14:24:22 +0900 (JST) From: mac@clave.gr.jp Reply-To: mac@clave.gr.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27488: windowmaker-i18n update to 0.65.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27488 >Category: ports >Synopsis: windowmaker-i18n update to 0.65.0 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun May 20 22:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Masahide -mac- NODA >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD berlog 4.3-STABLE FreeBSD 4.3-STABLE #0: Tue May 15 09:12:29 GMT 2001 mac@berlog:/usr/src/sys/compile/BERLOG i386 >Description: update windowmaker-i18n ports : - Window Maker 0.65.0 - japanese po files now store in ja ( not ja_JP.EUC ) - Hermes support enable - wsetfont script running with /bin/sh >How-To-Repeat: >Fix: attach this patch and remove follwo size 0 files: files/patch-ad files/patch-bc files/patch-bf Index: Makefile =================================================================== RCS file: /home/ncvs/ports/x11-wm/windowmaker-i18n/Makefile,v retrieving revision 1.82 diff -u -r1.82 Makefile --- Makefile 2001/02/27 04:59:21 1.82 +++ Makefile 2001/05/21 03:23:14 @@ -6,7 +6,7 @@ # PORTNAME= windowmaker-i18n -PORTVERSION= 0.64.0 +PORTVERSION= 0.65.0 # PORTREVISION= CATEGORIES= x11-wm windowmaker MASTER_SITES= ${MASTER_SITE_WINDOWMAKER} @@ -19,6 +19,7 @@ jpeg.9:${PORTSDIR}/graphics/jpeg \ png.4:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff \ + Hermes.1:${PORTSDIR}/graphics/Hermes \ PropList.2:${PORTSDIR}/devel/libPropList \ intl.1:${PORTSDIR}/devel/gettext BUILD_DEPENDS= nkf:${PORTSDIR}/japanese/nkf @@ -33,12 +34,13 @@ INSTALLS_SHLIB= yes CONFIGURE_ENV= X11BASE=${X11BASE} LOCALBASE=${LOCALBASE} \ CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib" \ - LINGUAS="cs de es fr gl it ja_JP.EUC ko nl no pt ru sv tr fi hr el pl ro da zh_TW.Big5 zh_CN sk bg hu" + LINGUAS="cs de es et fr gl it ja ko nl no pt ru sv tr fi hr el pl ro da zh_TW.Big5 zh_CN sk bg hu" CONFIGURE_ARGS= --with-pixmapdir=${PREFIX}/include/X11/pixmaps \ --with-nlsdir=${PREFIX}/share/locale \ --with-libs-from="-L${LOCALBASE}/lib" \ --with-incs-from="-I${LOCALBASE}/include" \ --with-appspath="${PREFIX}/GNUstep/Apps" \ + --enable-hermes \ --disable-debug MAN1= geticonset.1x getstyle.1x seticons.1x setstyle.1x \ Index: distinfo =================================================================== RCS file: /home/ncvs/ports/x11-wm/windowmaker-i18n/distinfo,v retrieving revision 1.35 diff -u -r1.35 distinfo --- distinfo 2001/02/27 04:59:21 1.35 +++ distinfo 2001/05/10 23:44:28 @@ -1 +1 @@ -MD5 (WindowMaker-0.64.0.tar.bz2) = f03a6e99eb62c6edc2b452b7d6c54edb +MD5 (WindowMaker-0.65.0.tar.bz2) = d17f6b206db4c4157248e36422fc9cbb Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/x11-wm/windowmaker-i18n/pkg-plist,v retrieving revision 1.33 diff -u -r1.33 pkg-plist --- pkg-plist 2001/02/27 04:59:21 1.33 +++ pkg-plist 2001/05/19 08:33:08 @@ -103,7 +103,7 @@ lib/libWUtil.a lib/libwraster.a lib/libwraster.so -lib/libwraster.so.3 +lib/libwraster.so.4 share/WINGs/Images.tiff share/WINGs/Images.xpm share/WINGs/defaultIcon.tiff @@ -275,6 +275,7 @@ share/locale/el/LC_MESSAGES/WindowMaker.mo share/locale/es/LC_MESSAGES/WPrefs.mo share/locale/es/LC_MESSAGES/WindowMaker.mo +share/locale/et/LC_MESSAGES/WindowMaker.mo share/locale/fi/LC_MESSAGES/WPrefs.mo share/locale/fi/LC_MESSAGES/WindowMaker.mo share/locale/fr/LC_MESSAGES/WPrefs.mo @@ -286,8 +287,8 @@ share/locale/hu/LC_MESSAGES/WindowMaker.mo share/locale/it/LC_MESSAGES/WPrefs.mo share/locale/it/LC_MESSAGES/WindowMaker.mo -share/locale/ja_JP.EUC/LC_MESSAGES/WPrefs.mo -share/locale/ja_JP.EUC/LC_MESSAGES/WindowMaker.mo +share/locale/ja/LC_MESSAGES/WPrefs.mo +share/locale/ja/LC_MESSAGES/WindowMaker.mo share/locale/ko/LC_MESSAGES/WPrefs.mo share/locale/ko/LC_MESSAGES/WindowMaker.mo share/locale/nl/LC_MESSAGES/WindowMaker.mo ? files/patch-wsetfont Index: files/patch-ad =================================================================== RCS file: /home/ncvs/ports/x11-wm/windowmaker-i18n/files/patch-ad,v retrieving revision 1.23 diff -u -r1.23 patch-ad --- files/patch-ad 2001/02/27 04:59:25 1.23 +++ files/patch-ad 2001/05/21 05:14:12 @@ -1,13 +0,0 @@ ---- configure.orig Sun Feb 11 04:46:34 2001 -+++ configure Sun Feb 11 16:35:26 2001 -@@ -3083,8 +3083,8 @@ - - - --supported_locales="cs de es fr gl it ja ko nl no pt ru sv tr fi hr el pl ro da zh_TW.Big5 zh_CN sk bg hu" --supported_wprefs_locales="pt hr fr ko ja cs zh_TW.Big5 es zh_CN fi it ru de bg hu sk" -+supported_locales="cs de es fr gl it ja_JP.EUC ko nl no pt ru sv tr fi hr el pl ro da zh_TW.Big5 zh_CN sk bg hu" -+supported_wprefs_locales="pt hr fr ko ja_JP.EUC cs zh_TW.Big5 es zh_CN fi it ru de bg hu sk" - - for lang in $LINGUAS; do - ok=0 Index: files/patch-ak =================================================================== RCS file: /home/ncvs/ports/x11-wm/windowmaker-i18n/files/patch-ak,v retrieving revision 1.4 diff -u -r1.4 patch-ak --- files/patch-ak 1999/02/11 07:23:10 1.4 +++ files/patch-ak 2001/05/21 05:14:12 @@ -1,11 +1,7 @@ ---- po/Makefile.in.orig Thu Jan 21 00:00:00 1999 -+++ po/Makefile.in Fri Jan 29 10:23:01 1999 -@@ -206,12 +206,14 @@ - mostlyclean-generic distclean-generic clean-generic \ - maintainer-clean-generic clean mostlyclean distclean maintainer-clean +--- po/Makefile.in.orig Mon Apr 30 07:17:51 2001 ++++ po/Makefile.in Fri May 11 10:23:26 2001 +@@ -212,10 +212,10 @@ -+ja_JP.EUC.po: ja.po -+ nkf -e ja.po > ja_JP.EUC.po .po.mo: - msgfmt -o $@ $< Index: files/patch-al =================================================================== RCS file: /home/ncvs/ports/x11-wm/windowmaker-i18n/files/patch-al,v retrieving revision 1.4 diff -u -r1.4 patch-al --- files/patch-al 1999/02/11 07:23:10 1.4 +++ files/patch-al 2001/05/21 05:14:12 @@ -1,11 +1,7 @@ ---- WPrefs.app/po/Makefile.in.orig Fri Jan 29 01:38:16 1999 -+++ WPrefs.app/po/Makefile.in Fri Jan 29 10:23:34 1999 -@@ -205,12 +205,14 @@ - mostlyclean-generic distclean-generic clean-generic \ - maintainer-clean-generic clean mostlyclean distclean maintainer-clean +--- WPrefs.app/po/Makefile.in.orig Mon Apr 30 07:17:57 2001 ++++ WPrefs.app/po/Makefile.in Fri May 11 10:23:45 2001 +@@ -212,10 +212,10 @@ -+ja_JP.EUC.po: ja.po -+ nkf -e ja.po > ja_JP.EUC.po .po.mo: - msgfmt -o $@ $< Index: files/patch-bc =================================================================== RCS file: /home/ncvs/ports/x11-wm/windowmaker-i18n/files/patch-bc,v retrieving revision 1.4 diff -u -r1.4 patch-bc --- files/patch-bc 2001/02/27 04:59:25 1.4 +++ files/patch-bc 2001/05/21 05:14:12 @@ -1,65 +0,0 @@ ---- util/wsetfont.orig Fri Feb 9 07:43:01 2001 -+++ util/wsetfont Sun Feb 11 16:41:09 2001 -@@ -76,6 +76,9 @@ - exit - fi - -+# set default value -+MultiByteText="NO" -+ - case $1 in - default) - SystemFont=\"-*-helvetica-medium-r-normal-*-%d-*-*-*-*-*-*-*\" -@@ -175,6 +178,7 @@ - ClipTitleFont=\"-*-helvetica-bold-r-normal-*-10-*-*-*-*-*-*-*,-*-*-medium-r-normal-*-12-*,-*-*-medium-r-normal-*-*-*\" - DisplayFont=\"-*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*,-*-*-medium-r-normal-*-14-*,-*-*-medium-r-normal-*-*-*\" - LargeDisplayFont=\"-*-helvetica-bold-r-normal-*-24-*-*-*-*-*-*-*,-*-*-medium-r-normal-*-24-*,-*-*-medium-r-normal-*-*-*\" -+ MultiByteText=\"YES\"; - ;; - korean) - SystemFont=\"-*-helvetica-medium-r-normal-*-%d-*-*-*-*-*-*-*,-*-kodig-medium-r-normal--%d-*-*-*-*-*-*-*,*-*-medium-r-normal-*-%d-*-*-*-*-*-*-*,*-*-*-*-*--%d-*-*-*-*-*-*-*,*\" -@@ -186,6 +190,7 @@ - ClipTitleFont=\"-*-helvetica-bold-r-normal-*-10-*-*-*-*-*-*-*,-*-kodig-medium-r-normal--10-*-*-*-*-*-*-*,*-*-medium-r-normal--10-*-*-*-*-*-*-*,*-*-medium-r-normal--*-*-*-*-*-*-*-*,*-*-*-r-normal--*-*-*-*-*-*-*-*,*\" - DisplayFont=\"-*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*,-*-kodig-medium-r-normal--12-*-*-*-*-*-*-*,*-*-medium-r-normal--12-*-*-*-*-*-*-*,*-*-medium-r-normal--*-*-*-*-*-*-*-*,*-*-*-r-normal--*-*-*-*-*-*-*-*,*\" - LargeDisplayFont=\"-*-helvetica-bold-r-normal-*-24-*-*-*-*-*-*-*,-*-kodig-bold-r-normal--24-*-*-*-*-*-*-*,-*-*-medium-r-normal--24-*-*-*-*-*-*-*,*-*-bold-r-normal-*-24-*-*-*-*-*-*-*,*-*-*-*-*--24-*-*-*-*-*-*-*,*\" -+ MultiByteText=\"YES\"; - ;; - korean2) - SystemFont=\"-*-helvetica-medium-r-normal-*-%d-*-*-*-*-*-*-*,-*-medium-r-normal-*-%d-*,-*-medium-r-normal-*\" -@@ -197,6 +202,7 @@ - ClipTitleFont=\"-*-helvetica-bold-r-normal-*-10-*-*-*-*-*-*-*,-*-gothic-medium-r-normal-*-12-*-*-*-*-*-ksc5601.1987-*\" - DisplayFont=\"-*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*,-*-gothic-medium-r-normal-*-16-*-*-*-*-*-ksc5601.1987-*\" - LargeDisplayFont=\"-*-helvetica-bold-r-normal-*-24-*-*-*-*-*-*-*,-*-medium-r-normal-*-24-*,-*-medium-r-normal-*\" -+ MultiByteText=\"YES\"; - ;; - *) - echo "NOTICE:" -@@ -221,10 +227,13 @@ - - $WDWRITE WMGLOBAL SystemFont "$SystemFont" - $WDWRITE WMGLOBAL BoldSystemFont "$BoldSystemFont" -+$WDWRITE WMGLOBAL MultiByteText "$MultiByteText" -+ - - echo - echo " SystemFont=$SystemFont" - echo " BoldSystemFont=$BoldSystemFont" -+echo " MultiByteText=$MultiByteText" - echo - echo "Setting up ~/GNUstep/Defaults/WindowMaker..." - -@@ -235,6 +244,7 @@ - $WDWRITE WindowMaker ClipTitleFont "$ClipTitleFont" - $WDWRITE WindowMaker DisplayFont "$DisplayFont" - $WDWRITE WindowMaker LargeDisplayFont "$LargeDisplayFont" -+$WDWRITE WindowMaker MultiByteText "$MultiByteText" - - echo - echo "WindowTitleFont=$WindowTitleFont" -@@ -244,5 +254,6 @@ - echo "ClipTitleFont=$ClipTitleFont" - echo "DisplayFont=$DisplayFont" - echo "LargeDisplayFont=$LargeDisplayFont" -+echo "MultiByteText=$MultiByteText" - echo - echo "Done." Index: files/patch-bf =================================================================== RCS file: /home/ncvs/ports/x11-wm/windowmaker-i18n/files/patch-bf,v retrieving revision 1.2 diff -u -r1.2 patch-bf --- files/patch-bf 2001/01/11 00:18:30 1.2 +++ files/patch-bf 2001/05/21 05:14:12 @@ -1,11 +0,0 @@ ---- wrlib/Makefile.in.orig Fri Mar 31 19:46:32 2000 -+++ wrlib/Makefile.in Fri Mar 31 19:46:42 2000 -@@ -96,7 +96,7 @@ - - lib_LTLIBRARIES = libwraster.la - --libwraster_la_LDFLAGS = -version-info 2:1:0 -+libwraster_la_LDFLAGS = -version-info 3:0:0 - - bin_SCRIPTS = get-wraster-flags - >Release-Note: >Audit-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 May 20 22:43:24 2001 Delivered-To: freebsd-ports@freebsd.org Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id 1484737B422 for ; Sun, 20 May 2001 22:43:23 -0700 (PDT) (envelope-from dwcjr@inethouston.net) Received: from dwcjr (DWCJR.inethouston.net [216.118.21.147]) by leviathan.inethouston.net (Postfix) with ESMTP id 6F32810F40F for ; Mon, 21 May 2001 00:43:29 -0500 (CDT) Message-ID: <0be401c0e1b8$f75be240$931576d8@inethouston.net> From: "David W. Chapman Jr." To: Subject: linux_base7 upgrade Date: Mon, 21 May 2001 00:43:30 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I have linux_base upgraded to 7, but I need to upgrade and test all the ports that depend on it. Can anyone help in this process so we can get linux_base7 in the ports tree? If most of the maintainers would check their ports with http://www.freebsd.org/cgi/query-pr.cgi?pr=26976 this would make it a lot easier on me. Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 20 23:57:45 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0F79C37B43C; Sun, 20 May 2001 23:57:44 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4L6vhm57574; Sun, 20 May 2001 23:57:43 -0700 (PDT) (envelope-from kuriyama) Date: Sun, 20 May 2001 23:57:43 -0700 (PDT) From: Message-Id: <200105210657.f4L6vhm57574@freefall.freebsd.org> To: jason-dated-990840946.7cac68@mastaler.com, kuriyama@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27420: typo in pkg-comment Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: typo in pkg-comment State-Changed-From-To: open->closed State-Changed-By: kuriyama State-Changed-When: Sun May 20 23:57:22 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27420 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun May 20 23:58: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BEEBF37B42C; Sun, 20 May 2001 23:58:03 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4L6w3u57663; Sun, 20 May 2001 23:58:03 -0700 (PDT) (envelope-from kuriyama) Date: Sun, 20 May 2001 23:58:03 -0700 (PDT) From: Message-Id: <200105210658.f4L6w3u57663@freefall.freebsd.org> To: blaz@amis.net, kuriyama@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27098: [MAINTAINER UPDATE] postfix port update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: [MAINTAINER UPDATE] postfix port update State-Changed-From-To: open->closed State-Changed-By: kuriyama State-Changed-When: Sun May 20 23:57:48 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27098 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 0: 5:59 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D8D4837B424; Mon, 21 May 2001 00:05:57 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4L75vp61079; Mon, 21 May 2001 00:05:57 -0700 (PDT) (envelope-from kuriyama) Date: Mon, 21 May 2001 00:05:57 -0700 (PDT) From: Message-Id: <200105210705.f4L75vp61079@freefall.freebsd.org> To: dwcjr@inethouston.net, kuriyama@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27341: UPDATE www/p5-Unicode-Map8 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: UPDATE www/p5-Unicode-Map8 State-Changed-From-To: open->closed State-Changed-By: kuriyama State-Changed-When: Mon May 21 00:05:21 PDT 2001 State-Changed-Why: Committed, thanks! # But this port is converters/p5-Unicode-Map8, not www/. :-) http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27341 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 0:10: 4 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 50F5A37B424; Mon, 21 May 2001 00:10:01 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4L7A1J61352; Mon, 21 May 2001 00:10:01 -0700 (PDT) (envelope-from kuriyama) Date: Mon, 21 May 2001 00:10:01 -0700 (PDT) From: Message-Id: <200105210710.f4L7A1J61352@freefall.freebsd.org> To: dwcjr@inethouston.net, kuriyama@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27363: UPDATE ftp/ftptool Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: UPDATE ftp/ftptool State-Changed-From-To: open->closed State-Changed-By: kuriyama State-Changed-When: Mon May 21 00:09:49 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27363 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 0:11:41 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3DF5B37B422; Mon, 21 May 2001 00:11:40 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4L7BeF61603; Mon, 21 May 2001 00:11:40 -0700 (PDT) (envelope-from kuriyama) Date: Mon, 21 May 2001 00:11:40 -0700 (PDT) From: Message-Id: <200105210711.f4L7BeF61603@freefall.freebsd.org> To: dwcjr@inethouston.net, kuriyama@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27356: UPDATE news/krn Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: UPDATE news/krn State-Changed-From-To: open->closed State-Changed-By: kuriyama State-Changed-When: Mon May 21 00:11:29 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27356 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 0:13:23 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6D6A237B43C; Mon, 21 May 2001 00:13:20 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4L7DKh61814; Mon, 21 May 2001 00:13:20 -0700 (PDT) (envelope-from kuriyama) Date: Mon, 21 May 2001 00:13:20 -0700 (PDT) From: Message-Id: <200105210713.f4L7DKh61814@freefall.freebsd.org> To: dwcjr@inethouston.net, kuriyama@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27338: UPDATE devel/fam missing file from pkg-plist Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: UPDATE devel/fam missing file from pkg-plist State-Changed-From-To: open->closed State-Changed-By: kuriyama State-Changed-When: Mon May 21 00:13:08 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27338 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 0:15:25 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C75F237B422; Mon, 21 May 2001 00:15:21 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4L7FLO61985; Mon, 21 May 2001 00:15:21 -0700 (PDT) (envelope-from kuriyama) Date: Mon, 21 May 2001 00:15:21 -0700 (PDT) From: Message-Id: <200105210715.f4L7FLO61985@freefall.freebsd.org> To: kuriyama@FreeBSD.org, freebsd-ports@FreeBSD.org, jdp@FreeBSD.org Subject: Re: ports/27449: UPDATE lang/modula-3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: UPDATE lang/modula-3 Responsible-Changed-From-To: freebsd-ports->jdp Responsible-Changed-By: kuriyama Responsible-Changed-When: Mon May 21 00:15:03 PDT 2001 Responsible-Changed-Why: Over to maintainer. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27449 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 0:17: 5 2001 Delivered-To: freebsd-ports@freebsd.org Received: from dns.cs.tsinghua.edu.cn (dns.cs.tsinghua.edu.cn [166.111.68.2]) by hub.freebsd.org (Postfix) with ESMTP id 0B15A37B424; Mon, 21 May 2001 00:17:02 -0700 (PDT) (envelope-from songjun@cs.tsinghua.edu.cn) Received: from songjun (net2.cs.tsinghua.edu.cn [166.111.68.4]) by dns.cs.tsinghua.edu.cn (8.11.1/8.9.3) with SMTP id f4L7GNu05717; Mon, 21 May 2001 15:16:24 +0800 (CST) (envelope-from songjun@cs.tsinghua.edu.cn) Message-ID: <00d401c0e1c5$c3b686e0$04446fa6@cs.tsinghua.edu.cn> Reply-To: "songjun" From: "songjun" To: Cc: Subject: FreeBSD Port: ucd-snmp-3.5.3 Date: Mon, 21 May 2001 15:15:06 +0800 Organization: Tsinghua University MIME-Version: 1.0 Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: 7bit X-Priority: 1 X-MSMail-Priority: High 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Dear Madam or Sir, I am seeking a SNMP implementation on pSOS or VxWorks. Modifying the source code of SNMP on FreeBSD is a smart idea, however, it really takes much time. Will you please tell me where I can find SNMP implementation for any of these two real-time OS? Thank you. Songjun To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 1:13:42 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9CE3837B422; Mon, 21 May 2001 01:13:40 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4L8Def69201; Mon, 21 May 2001 01:13:40 -0700 (PDT) (envelope-from sobomax) Date: Mon, 21 May 2001 01:13:40 -0700 (PDT) From: Message-Id: <200105210813.f4L8Def69201@freefall.freebsd.org> To: sobomax@FreeBSD.org, freebsd-ports@FreeBSD.org, sobomax@FreeBSD.org Subject: Re: ports/27467: Updated port: emulators/bochs (1.1.2) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Updated port: emulators/bochs (1.1.2) Responsible-Changed-From-To: freebsd-ports->sobomax Responsible-Changed-By: sobomax Responsible-Changed-When: Mon May 21 01:12:48 PDT 2001 Responsible-Changed-Why: I'll take this. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27467 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 2:18:46 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 20E1C37B422; Mon, 21 May 2001 02:18:45 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4L9Iid76648; Mon, 21 May 2001 02:18:44 -0700 (PDT) (envelope-from sada) Date: Mon, 21 May 2001 02:18:44 -0700 (PDT) From: Message-Id: <200105210918.f4L9Iid76648@freefall.freebsd.org> To: sada@FreeBSD.org, hosokawa@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/17293: samba port installs man-pages twice, fails to link with KRB5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: samba port installs man-pages twice, fails to link with KRB5 Responsible-Changed-From-To: hosokawa->freebsd-ports Responsible-Changed-By: sada Responsible-Changed-When: Mon May 21 02:17:18 PDT 2001 Responsible-Changed-Why: Maintainer has been changed. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=17293 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 2:23: 1 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7330337B422; Mon, 21 May 2001 02:22:59 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4L9MxH76976; Mon, 21 May 2001 02:22:59 -0700 (PDT) (envelope-from sada) Date: Mon, 21 May 2001 02:22:59 -0700 (PDT) From: Message-Id: <200105210922.f4L9MxH76976@freefall.freebsd.org> To: sada@FreeBSD.org, sada@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18911: New port - plptools Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New port - plptools Responsible-Changed-From-To: sada->freebsd-ports Responsible-Changed-By: sada Responsible-Changed-When: Mon May 21 02:21:54 PDT 2001 Responsible-Changed-Why: No response from originator. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=18911 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 2:28:39 2001 Delivered-To: freebsd-ports@freebsd.org Received: from rapier.smartspace.co.za (rapier.smartspace.co.za [66.8.25.34]) by hub.freebsd.org (Postfix) with SMTP id 52DEF37B424 for ; Mon, 21 May 2001 02:28:34 -0700 (PDT) (envelope-from nbm@rapier.smartspace.co.za) Received: (qmail 54461 invoked by uid 1001); 21 May 2001 09:28:08 -0000 Date: Mon, 21 May 2001 11:28:08 +0200 From: Neil Blakey-Milner To: Dominik Brettnacher Cc: ports@freebsd.org Subject: Re: perl script to find orphaned files Message-ID: <20010521112808.A49635@rapier.smartspace.co.za> 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 domi@saargate.de on Sat, May 19, 2001 at 03:29:16PM +0200 Organization: Building Intelligence X-Operating-System: FreeBSD 4.2-RELEASE i386 X-URL: http://rucus.ru.ac.za/~nbm/ Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sat 2001-05-19 (15:29), Dominik Brettnacher wrote: > Hi, > > I don't know if somebody already wrote something like this, but if not, it > could be useful e.g. to clean up the /usr/local and /usr/X11R6 directories > or to complete pkg-plist files. > > Feedback is always welcome! Yours might be quite a bit cleaner than my attempt (/usr/ports/Tools/scripts/consistency-check), but mine does attempt to compare md5 sums too. Perhaps you can check mine out, and see how I did things, and incorporate it into yours, and see which one is cleaner/faster/whatever? Cheers, Neil -- Neil Blakey-Milner nbm@mithrandr.moria.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 2:40: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6921837B424 for ; Mon, 21 May 2001 02:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4L9e1j79186; Mon, 21 May 2001 02:40:01 -0700 (PDT) (envelope-from gnats) Received: from ada.eu.org (marvin.enst.fr [137.194.161.2]) by hub.freebsd.org (Postfix) with ESMTP id 6C73937B424 for ; Mon, 21 May 2001 02:31:26 -0700 (PDT) (envelope-from sam@trillian.rfc1149.net) Received: by ada.eu.org (Postfix, from userid 10) id 0A97119078; Mon, 21 May 2001 11:31:24 +0200 (CEST) Received: by trillian.rfc1149.net (Postfix, from userid 1000) id 5925DBE8B; Mon, 21 May 2001 11:31:09 +0200 (CEST) Message-Id: <20010521093109.5925DBE8B@trillian.rfc1149.net> Date: Mon, 21 May 2001 11:31:09 +0200 (CEST) From: sam@inf.enst.fr Reply-To: sam@inf.enst.fr To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27493: Maintainer update: devel/gpasm Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27493 >Category: ports >Synopsis: Maintainer update: devel/gpasm >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon May 21 02:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Samuel Tardieu >Release: FreeBSD 5.0-CURRENT i386 >Organization: TELECOM Paris >Environment: System: FreeBSD trillian.enst.fr 5.0-CURRENT FreeBSD 5.0-CURRENT #2: Sun Apr 8 15:36:35 CEST 2001 root@trillian.enst.fr:/usr/obj/usr/src/sys/TRILLIAN i386 >Description: >How-To-Repeat: >Fix: --- Makefile.orig Mon May 21 11:06:56 2001 +++ Makefile Mon May 21 11:27:15 2001 @@ -6,14 +6,18 @@ # PORTNAME= gpasm -PORTVERSION= 0.8.10 +PORTVERSION= 0.9.5 CATEGORIES= devel -MASTER_SITES= http://gpasm.sourceforge.net/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= sam@inf.enst.fr +LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt + GNU_CONFIGURE= yes -MAKE_ARGS= DATADIR=${PREFIX}/share/gpasm +CONFIGURE_ENV= CC="cc -I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib -lgnugetopt" .if !defined(NOPORTDOCS) post-install: --- distinfo.orig Mon May 21 11:07:14 2001 +++ distinfo Mon May 21 11:10:52 2001 @@ -1 +1 @@ -MD5 (gpasm-0.8.10.tar.gz) = 740efd9cbedc0bf28a61d1c887a77146 +MD5 (gpasm-0.9.5.tar.gz) = 89f6482c77df197c6d18a9f5092e2cb2 --- pkg-plist.orig Mon May 21 11:25:26 2001 +++ pkg-plist Mon May 21 11:28:53 2001 @@ -1,5 +1,123 @@ bin/gpasm -share/gpasm/special.inc +bin/gpdasm +bin/gpvc +share/gpasm/header/memory.inc +share/gpasm/header/p12c508.inc +share/gpasm/header/p12c508a.inc +share/gpasm/header/p12c509.inc +share/gpasm/header/p12c509a.inc +share/gpasm/header/p12c671.inc +share/gpasm/header/p12c672.inc +share/gpasm/header/p12ce518.inc +share/gpasm/header/p12ce519.inc +share/gpasm/header/p12ce673.inc +share/gpasm/header/p12ce674.inc +share/gpasm/header/p14000.inc +share/gpasm/header/p16c432.inc +share/gpasm/header/p16c433.inc +share/gpasm/header/p16c461.inc +share/gpasm/header/p16c505.inc +share/gpasm/header/p16c554.inc +share/gpasm/header/p16c558.inc +share/gpasm/header/p16c5x.inc +share/gpasm/header/p16c61.inc +share/gpasm/header/p16c62.inc +share/gpasm/header/p16c620.inc +share/gpasm/header/p16c620a.inc +share/gpasm/header/p16c621.inc +share/gpasm/header/p16c621a.inc +share/gpasm/header/p16c622.inc +share/gpasm/header/p16c622a.inc +share/gpasm/header/p16c62a.inc +share/gpasm/header/p16c62b.inc +share/gpasm/header/p16c63.inc +share/gpasm/header/p16c63a.inc +share/gpasm/header/p16c64.inc +share/gpasm/header/p16c641.inc +share/gpasm/header/p16c642.inc +share/gpasm/header/p16c64a.inc +share/gpasm/header/p16c65.inc +share/gpasm/header/p16c65a.inc +share/gpasm/header/p16c65b.inc +share/gpasm/header/p16c66.inc +share/gpasm/header/p16c661.inc +share/gpasm/header/p16c662.inc +share/gpasm/header/p16c67.inc +share/gpasm/header/p16c70.inc +share/gpasm/header/p16c71.inc +share/gpasm/header/p16c710.inc +share/gpasm/header/p16c711.inc +share/gpasm/header/p16c712.inc +share/gpasm/header/p16c715.inc +share/gpasm/header/p16c716.inc +share/gpasm/header/p16c717.inc +share/gpasm/header/p16c71a.inc +share/gpasm/header/p16c72.inc +share/gpasm/header/p16c72a.inc +share/gpasm/header/p16c73.inc +share/gpasm/header/p16c73a.inc +share/gpasm/header/p16c73b.inc +share/gpasm/header/p16c74.inc +share/gpasm/header/p16c745.inc +share/gpasm/header/p16c74a.inc +share/gpasm/header/p16c74b.inc +share/gpasm/header/p16c76.inc +share/gpasm/header/p16c765.inc +share/gpasm/header/p16c77.inc +share/gpasm/header/p16c770.inc +share/gpasm/header/p16c771.inc +share/gpasm/header/p16c773.inc +share/gpasm/header/p16c774.inc +share/gpasm/header/p16c84.inc +share/gpasm/header/p16c923.inc +share/gpasm/header/p16c924.inc +share/gpasm/header/p16c925.inc +share/gpasm/header/p16c926.inc +share/gpasm/header/p16ce623.inc +share/gpasm/header/p16ce624.inc +share/gpasm/header/p16ce625.inc +share/gpasm/header/p16cr62.inc +share/gpasm/header/p16cr63.inc +share/gpasm/header/p16cr64.inc +share/gpasm/header/p16cr65.inc +share/gpasm/header/p16cr72.inc +share/gpasm/header/p16cr83.inc +share/gpasm/header/p16cr84.inc +share/gpasm/header/p16f627.inc +share/gpasm/header/p16f628.inc +share/gpasm/header/p16f73.inc +share/gpasm/header/p16f74.inc +share/gpasm/header/p16f76.inc +share/gpasm/header/p16f77.inc +share/gpasm/header/p16f83.inc +share/gpasm/header/p16f84.inc +share/gpasm/header/p16f84a.inc +share/gpasm/header/p16f870.inc +share/gpasm/header/p16f871.inc +share/gpasm/header/p16f872.inc +share/gpasm/header/p16f873.inc +share/gpasm/header/p16f874.inc +share/gpasm/header/p16f876.inc +share/gpasm/header/p16f877.inc +share/gpasm/header/p16hv540.inc +share/gpasm/header/p17c42.inc +share/gpasm/header/p17c42a.inc +share/gpasm/header/p17c43.inc +share/gpasm/header/p17c44.inc +share/gpasm/header/p17c752.inc +share/gpasm/header/p17c756.inc +share/gpasm/header/p17c756a.inc +share/gpasm/header/p17c762.inc +share/gpasm/header/p17c766.inc +share/gpasm/header/p17cr42.inc +share/gpasm/header/p17cr43.inc +share/gpasm/header/p18c242.inc +share/gpasm/header/p18c252.inc +share/gpasm/header/p18c442.inc +share/gpasm/header/p18c452.inc +share/gpasm/header/p18c658.inc +share/gpasm/header/p18c858.inc share/doc/gpasm/gpasm.ps -@dirrm share/gpasm @dirrm share/doc/gpasm +@dirrm share/gpasm/header +@dirrm share/gpasm >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 3: 0: 4 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 322D337B43E for ; Mon, 21 May 2001 03:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4LA02u81883; Mon, 21 May 2001 03:00:02 -0700 (PDT) (envelope-from gnats) Received: from user4.net011.fl.sprint-hsd.net (user4.net011.fl.sprint-hsd.net [207.30.203.4]) by hub.freebsd.org (Postfix) with ESMTP id C395737B43C for ; Mon, 21 May 2001 02:57:24 -0700 (PDT) (envelope-from root@user4.net011.fl.sprint-hsd.net) Received: (qmail 55085 invoked by uid 0); 21 May 2001 09:57:22 -0000 Message-Id: <20010521095722.55084.qmail@user4.net011.fl.sprint-hsd.net> Date: 21 May 2001 09:57:22 -0000 From: scorpio@drkshdw.org Reply-To: scorpio@drkshdw.org To: FreeBSD-gnats-submit@freebsd.org Cc: guy@rucus.ru.za.za X-Send-Pr-Version: 3.113 Subject: ports/27494: elmlm-web cannot get distfile Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27494 >Category: ports >Synopsis: mail/ezmlm-web cannot retrieve distfiles >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon May 21 03:00:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Jeff Palmer >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD jeff.isni.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Wed May 16 12:55:48 EDT 2001 root@jeff.isni.net:/usr/obj/usr/src/sys/FreeBSD i386 >Description: cd /usr/ports/mail/ezmlm-web It can't retrieve the files >How-To-Repeat: >Fix: Update the port, or delete it please. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 3: 9:26 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mailhost.ebi.be (mailhost.pepco.be [194.7.125.80]) by hub.freebsd.org (Postfix) with SMTP id A0E2A37B440 for ; Mon, 21 May 2001 03:09:23 -0700 (PDT) (envelope-from m.vermeirssen@ebi.be) Received: from ebi.be by mailhost.ebi.be (Unoverica 3.00f) id 00000288; Mon, 21 May 2001 12:08:04 +0200 Message-ID: <3B08E8FE.2A77F801@ebi.be> Date: Mon, 21 May 2001 12:07:58 +0200 From: Vermeirssen Marc Organization: Elsevier business information Belgium NV X-Mailer: Mozilla 4.76 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: ports@FreeBSD.org Subject: mysql and php Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Dear Sir, Can you give me the instructions to install phpnuke on Freebsd. Is it necessary to install Mysql and PHP before I install phpnuke ? I installed Freebsd on a second harddisk. How can I see my first disc and thirth disc. The first is with four partitions (Windows). The thirth is Linux. How do I mount the floppy and cdrom. Can you help me ? Kind Regards, Marc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 3:23:50 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E5F1237B424; Mon, 21 May 2001 03:23:47 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4LANla88224; Mon, 21 May 2001 03:23:47 -0700 (PDT) (envelope-from ijliao) Date: Mon, 21 May 2001 03:23:47 -0700 (PDT) From: Message-Id: <200105211023.f4LANla88224@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: misc/27490: heimdal-0.3e_1 port build broken Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: heimdal-0.3e_1 port build broken Responsible-Changed-From-To: freebsd-bugs->freebsd-ports Responsible-Changed-By: ijliao Responsible-Changed-When: Mon May 21 03:22:42 PDT 2001 Responsible-Changed-Why: misfiled http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27490 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 3:26: 5 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2599A37B443; Mon, 21 May 2001 03:26:03 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4LAQ2q88510; Mon, 21 May 2001 03:26:02 -0700 (PDT) (envelope-from ijliao) Date: Mon, 21 May 2001 03:26:02 -0700 (PDT) From: Message-Id: <200105211026.f4LAQ2q88510@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, nectar@FreeBSD.org Subject: Re: misc/27490: heimdal-0.3e_1 port build broken Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: heimdal-0.3e_1 port build broken Responsible-Changed-From-To: freebsd-ports->nectar Responsible-Changed-By: ijliao Responsible-Changed-When: Mon May 21 03:25:19 PDT 2001 Responsible-Changed-Why: oops... over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27490 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 3:40:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1064737B424 for ; Mon, 21 May 2001 03:40:08 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4LAe8V89911; Mon, 21 May 2001 03:40:08 -0700 (PDT) (envelope-from gnats) Received: from user4.net011.fl.sprint-hsd.net (user4.net011.fl.sprint-hsd.net [207.30.203.4]) by hub.freebsd.org (Postfix) with ESMTP id 7EEB937B424 for ; Mon, 21 May 2001 03:35:00 -0700 (PDT) (envelope-from scorpio@user4.net011.fl.sprint-hsd.net) Received: (qmail 56789 invoked by uid 1002); 21 May 2001 10:34:59 -0000 Message-Id: <20010521103459.56788.qmail@user4.net011.fl.sprint-hsd.net> Date: 21 May 2001 10:34:59 -0000 From: scorpio@drkshdw.org Reply-To: scorpio@drkshdw.org To: FreeBSD-gnats-submit@freebsd.org Cc: nbm@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27496: update for qmailanalog port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27496 >Category: ports >Synopsis: update for qmailanalog port >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon May 21 03:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Jeff Palmer >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD jeff.isni.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Wed May 16 12:55:48 EDT 2001 root@jeff.isni.net:/usr/obj/usr/src/sys/FreeBSD i386 >Description: qmailanalog cannot retrieve distfiles >How-To-Repeat: cd /usr/ports/mail/qmailanalog && make >Fix: --- Makefile Tue Jan 16 12:31:24 2001 +++ Makefile.new Mon May 21 06:29:35 2001 @@ -8,7 +8,7 @@ PORTNAME= qmailanalog PORTVERSION= 0.70 CATEGORIES= mail -MASTER_SITES= ftp://ftp.qmail.org/pub/software/ +MASTER_SITES= http://cr.yp.to/software/ MAINTAINER= nbm@FreeBSD.org >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 3:45:50 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D0D2D37B422; Mon, 21 May 2001 03:45:48 -0700 (PDT) (envelope-from okazaki@FreeBSD.org) Received: (from okazaki@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4LAjmr90616; Mon, 21 May 2001 03:45:48 -0700 (PDT) (envelope-from okazaki) Date: Mon, 21 May 2001 03:45:48 -0700 (PDT) From: Message-Id: <200105211045.f4LAjmr90616@freefall.freebsd.org> To: okazaki@FreeBSD.org, freebsd-ports@FreeBSD.org, jhb@FreeBSD.org Subject: Re: ports/27419: E-FancyLauncer clones itself over and over again Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: E-FancyLauncer clones itself over and over again Responsible-Changed-From-To: freebsd-ports->jhb Responsible-Changed-By: okazaki Responsible-Changed-When: Mon May 21 03:44:26 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27419 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 3:56:24 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 66F6137B42C; Mon, 21 May 2001 03:56:23 -0700 (PDT) (envelope-from okazaki@FreeBSD.org) Received: (from okazaki@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4LAuNP91683; Mon, 21 May 2001 03:56:23 -0700 (PDT) (envelope-from okazaki) Date: Mon, 21 May 2001 03:56:23 -0700 (PDT) From: Message-Id: <200105211056.f4LAuNP91683@freefall.freebsd.org> To: okazaki@FreeBSD.org, freebsd-ports@FreeBSD.org, obrien@FreeBSD.org Subject: Re: ports/26814: STLport is broken (libstdc++ probably as well) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: STLport is broken (libstdc++ probably as well) Responsible-Changed-From-To: freebsd-ports->obrien Responsible-Changed-By: okazaki Responsible-Changed-When: Mon May 21 03:55:54 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26814 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 4: 0:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D62D837B43C for ; Mon, 21 May 2001 04:00:09 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4LB09692265; Mon, 21 May 2001 04:00:09 -0700 (PDT) (envelope-from gnats) Date: Mon, 21 May 2001 04:00:09 -0700 (PDT) Message-Id: <200105211100.f4LB09692265@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Anton Berezin Subject: Re: ports/27487: New port: math/p5-Set-Scalar Reply-To: Anton Berezin Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/27487; it has been noted by GNATS. From: Anton Berezin To: petef@databits.net Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/27487: New port: math/p5-Set-Scalar Date: Mon, 21 May 2001 12:52:18 +0200 Please see devel/p5-Set-Scalar On Sun, May 20, 2001 at 11:48:40PM -0400, petef@databits.net wrote: > > >Number: 27487 > >Category: ports > >Synopsis: New port: math/p5-Set-Scalar -- May the tuna salad be with you. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 4: 2:25 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ACD5937B43E; Mon, 21 May 2001 04:02:23 -0700 (PDT) (envelope-from okazaki@FreeBSD.org) Received: (from okazaki@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4LB2Nf98409; Mon, 21 May 2001 04:02:23 -0700 (PDT) (envelope-from okazaki) Date: Mon, 21 May 2001 04:02:23 -0700 (PDT) From: Message-Id: <200105211102.f4LB2Nf98409@freefall.freebsd.org> To: okazaki@FreeBSD.org, freebsd-ports@FreeBSD.org, will@FreeBSD.org Subject: Re: ports/26802: can't make new directories in kde Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: can't make new directories in kde Responsible-Changed-From-To: freebsd-ports->will Responsible-Changed-By: okazaki Responsible-Changed-When: Mon May 21 04:00:07 PDT 2001 Responsible-Changed-Why: over to maintainer (x11/kdebase2) http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26802 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 4:11:39 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5BEFC37B424; Mon, 21 May 2001 04:11:37 -0700 (PDT) (envelope-from okazaki@FreeBSD.org) Received: (from okazaki@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4LBBbL02876; Mon, 21 May 2001 04:11:37 -0700 (PDT) (envelope-from okazaki) Date: Mon, 21 May 2001 04:11:37 -0700 (PDT) From: Message-Id: <200105211111.f4LBBbL02876@freefall.freebsd.org> To: okazaki@FreeBSD.org, freebsd-ports@FreeBSD.org, will@FreeBSD.org Subject: Re: ports/26882: KDE should use ca-roots port for SSL cert list Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: KDE should use ca-roots port for SSL cert list Responsible-Changed-From-To: freebsd-ports->will Responsible-Changed-By: okazaki Responsible-Changed-When: Mon May 21 04:10:39 PDT 2001 Responsible-Changed-Why: over to maintainer (x11/kdelibs2) http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26882 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 4:56:58 2001 Delivered-To: freebsd-ports@freebsd.org Received: from gw.nectar.com (gw.nectar.com [208.42.49.153]) by hub.freebsd.org (Postfix) with ESMTP id 5EFDF37B424 for ; Mon, 21 May 2001 04:56:56 -0700 (PDT) (envelope-from nectar@nectar.com) Received: by gw.nectar.com (Postfix, from userid 1001) id 9375918C97; Mon, 21 May 2001 06:56:55 -0500 (CDT) Date: Mon, 21 May 2001 06:56:55 -0500 From: "Jacques A. Vidrine" To: niederacher@fh-vorarlberg.ac.at Cc: freebsd-ports@FreeBSD.org Subject: Re: misc/27490: heimdal-0.3e_1 port build broken Message-ID: <20010521065655.A30452@spawn.nectar.com> Mail-Followup-To: "Jacques A. Vidrine" , niederacher@fh-vorarlberg.ac.at, freebsd-ports@FreeBSD.org References: <200105211026.f4LAQ2q88510@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: <200105211026.f4LAQ2q88510@freefall.freebsd.org>; from ijliao@FreeBSD.org on Mon, May 21, 2001 at 03:26:02AM -0700 X-Url: http://www.nectar.com/ Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Mon, May 21, 2001 at 03:26:02AM -0700, ijliao@FreeBSD.org wrote: > Synopsis: heimdal-0.3e_1 port build broken > > Responsible-Changed-From-To: freebsd-ports->nectar > Responsible-Changed-By: ijliao > Responsible-Changed-When: Mon May 21 03:25:19 PDT 2001 > Responsible-Changed-Why: > oops... over to maintainer > > http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27490 Please send the output of: # cd /usr/ports/security/heimdal # make along with the resulting config.log file that will be found in the work directory. I cannot reproduce the problem here. Cheers, -- Jacques Vidrine / n@nectar.com / jvidrine@verio.net / nectar@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 5: 0:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A3B9F37B424 for ; Mon, 21 May 2001 05:00:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4LC04Z09039; Mon, 21 May 2001 05:00:04 -0700 (PDT) (envelope-from gnats) Received: from sbtx.tmn.ru (sbtx.tmn.ru [212.76.160.49]) by hub.freebsd.org (Postfix) with ESMTP id 3074037B422; Mon, 21 May 2001 04:51:18 -0700 (PDT) (envelope-from serg@sbtx.tmn.ru) Received: from sv.tech.sibitex.tmn.ru (sv.tech.sibitex.tmn.ru [212.76.160.59]) by sbtx.tmn.ru (8.11.1/8.11.1) with ESMTP id f4LBpGT08957; Mon, 21 May 2001 17:51:16 +0600 (YEKST) (envelope-from serg@sbtx.tmn.ru) Received: (from serg@localhost) by sv.tech.sibitex.tmn.ru (8.11.3/8.11.3) id f4LBpG936109; Mon, 21 May 2001 17:51:16 +0600 (YEKST) (envelope-from serg) Message-Id: <200105211151.f4LBpG936109@sv.tech.sibitex.tmn.ru> Date: Mon, 21 May 2001 17:51:16 +0600 (YEKST) From: serg@tmn.ru Reply-To: serg@tmn.ru To: FreeBSD-gnats-submit@freebsd.org Cc: ijliao@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27497: ports/www/phpnuke - RUN_DEPEND broken Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27497 >Category: ports >Synopsis: ports/www/phpnuke - RUN_DEPENDS broken >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon May 21 05:00:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Sergey N. Voronkov >Release: FreeBSD 4.3-RELEASE i386 >Organization: Sibitex >Environment: System: FreeBSD sv.tech.sibitex.tmn.ru 4.3-RELEASE FreeBSD 4.3-RELEASE #14: Mon Apr 23 13:05:46 YEKST 2001 serg@sv.tech.sibitex.tmn.ru:/usr/obj/usr/src/sys/SV i386 >Description: Mixed "{}" and "()" was applied while last commit was build... >How-To-Repeat: #cd /usr/ports;make index >Fix: diff -ruN phpnuke.old/Makefile phpnuke/Makefile --- phpnuke.old/Makefile Mon May 21 16:48:50 2001 +++ phpnuke/Makefile Mon May 21 17:45:36 2001 @@ -16,9 +16,9 @@ LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client .if defined(WITH_PHP4) -RUN_DEPENDS+= $(LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4 +RUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4 .else -RUN_DEPENDS+= $(LOCALBASE}/libexec/apache/libphp3.so:${PORTSDIR}/www/mod_php3 +RUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libphp3.so:${PORTSDIR}/www/mod_php3 .endif NO_BUILD= yes >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 5: 4:40 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3570137B42C; Mon, 21 May 2001 05:04:39 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4LC4ds09797; Mon, 21 May 2001 05:04:39 -0700 (PDT) (envelope-from ijliao) Date: Mon, 21 May 2001 05:04:39 -0700 (PDT) From: Message-Id: <200105211204.f4LC4ds09797@freefall.freebsd.org> To: serg@tmn.ru, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27497: ports/www/phpnuke - RUN_DEPENDS broken Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: ports/www/phpnuke - RUN_DEPENDS broken State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Mon May 21 05:04:15 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27497 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 5:16:12 2001 Delivered-To: freebsd-ports@freebsd.org Received: from gw.nectar.com (gw.nectar.com [208.42.49.153]) by hub.freebsd.org (Postfix) with ESMTP id 6D2F937B422 for ; Mon, 21 May 2001 05:16:09 -0700 (PDT) (envelope-from nectar@nectar.com) Received: from shade.nectar.com (gw.nectar.com [208.42.49.153]) by gw.nectar.com (Postfix) with ESMTP id 269A518C97; Mon, 21 May 2001 07:16:08 -0500 (CDT) Received: (from nectar@localhost) by shade.nectar.com (8.11.3/8.11.3) id f4LCFvl62513; Mon, 21 May 2001 07:15:57 -0500 (CDT) (envelope-from nectar) Date: Mon, 21 May 2001 07:15:57 -0500 From: "Jacques A. Vidrine" To: Toni Heinonen Cc: freebsd-ports@freebsd.org Subject: Re: Heimdal port / base install Message-ID: <20010521071549.A62315@shade.nectar.com> Mail-Followup-To: "Jacques A. Vidrine" , Toni Heinonen , freebsd-ports@freebsd.org References: <20E5886B5437D511A2AC005004992A7105F4B6@twnt0.teleware.fi> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20E5886B5437D511A2AC005004992A7105F4B6@twnt0.teleware.fi>; from Toni.Heinonen@teleware.fi on Sat, May 12, 2001 at 07:09:34PM +0300 X-Url: http://www.nectar.com/ Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org [Note: If you have a problem with a port, please either CC: the maintainer on the problem, or better yet open a PR. I would never have seen your message if it hadn't been mentioned in some other PR. I had to go look it up in the archives.] On Sat, May 12, 2001 at 07:09:34PM +0300, Toni Heinonen wrote: > The pam_krb5 port says that the base install heimdal package is broken. > Why isn't this mentioned in the install phase? I don't understand what you are asking here. What exactly does the pam_krb5 port `say'? > Why isn't there a man page for krb5.conf, kadmind, etc in the base > package? What do you mean by `base package'? Both the base system and both Kerberos ports (MIT & Heimdal) install man pages for Kerberos. > The heimdal _port_ itself seems to be broken too on vanilla 4.3 too: I just built it here on a freshly-installed 4.3-RELEASE. > root@lumi [/root] $ cd /usr/ports/security/heimdal/ > root@lumi [heimdal] $ make > ===> Building for heimdal-0.3e_1 > Making all in include [ ... snip ... ] > libtool: link: only absolute run-paths are allowed > *** Error code 1 Perhaps you could forward the complete output (including that from the configure stage)? Additionally, the config.log file that is generated in the working directory will be useful. I notice that you and the submitter of PR ports/27490 (which reports the same problem) are outside of the US. Could it be that you do not have OpenSSL installed (as part of the base system)? Perhaps the port's logic for using the included libdes vs OpenSSL was broken somewhere along the way. Cheers, -- Jacques Vidrine / n@nectar.com / jvidrine@verio.net / nectar@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 5:19:41 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mydomain.com (t3o103p98.telia.com [194.255.247.98]) by hub.freebsd.org (Postfix) with ESMTP id 375DD37B422; Mon, 21 May 2001 05:19:31 -0700 (PDT) (envelope-from megaweb@pinoymail.com) Date: Mon, 21 May 2001 14:23:43 +0100 From: MEGAWEB-TV To: MEGAWEB-TV@FreeBSD.ORG Subject: AMAZING 3 GIGS OF MEGA ... Message-Id: <20010521121931.375DD37B422@hub.freebsd.org> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Ladies & Gentlemen, Are you ready to the experience of a lifetime ? As affiliates of the CIL group, we offer you to PLUGIN to the largest SEX-SERVER on the WEB, in order to get more than 3000 MegaBytes of the best and most sensational SEX on the entire Web! Why on earth do you think that thousands of people from 13 countries daily choose to visit 2 particular WebSites ? Very EASY answer! - The largest and most incredible content of LIVE SEX is offered! - State-of-the-art LIVE SHOWS with the wildest and most horny amateurs and pornstars in the world! - Hardcore LIVE SEX that hasn´t crossed your imagination! - Incredible & amazing themes from soft sex to the most bizarre sex! - Beautiful Girls & wild studs from almost every country, allowing you to watch, see & chat with awsome amateurs & pornstars who are blond, who are black, who are Scandinavian, who are Asian, who have BIG tits, who are shaved, who are pregnant who are .... you just name it ! - The best ever made SPY-CAMS, WATCH-CAMS, POOL-CAMS, SHOWER-CAMS, AMATEUR-CAMS ... etc! - Several high quality Interactive Cams & LIVE SEX Chat, where you are in controle ! - Much much more ... too much to mention ! EVERYTHING is offered 100% ANONOMOUSLY & you don´t need to sign-up or have a creditcard ... How simple is that ? PLUGIN now to our MEGA SEX-SERVER through any of the 2 AwardWinning Sites listed below, and get instantly access to more than 3000 MegaBytes of State-of-the-art WebSex! RIGHT HERE AT: http://siam.to/affiliate93 Or this one, if you just love true LESBIAN SEX, CHAT and MORE from Sunny Ibiza in Spain: http://siam.to/affiliate69 Enjoy your trip to paradise! Yours sincerely, MEGAWEB-TV World Affiliates of CIL Group To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 5:30: 5 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 15CCD37B422 for ; Mon, 21 May 2001 05:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4LCU3S15566; Mon, 21 May 2001 05:30:03 -0700 (PDT) (envelope-from gnats) Date: Mon, 21 May 2001 05:30:03 -0700 (PDT) Message-Id: <200105211230.f4LCU3S15566@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Pete Fritchman Subject: Re: ports/27487: New port: math/p5-Set-Scalar Reply-To: Pete Fritchman Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/27487; it has been noted by GNATS. From: Pete Fritchman To: Anton Berezin , FreeBSD-gnats-submit@freebsd.org Cc: Subject: Re: ports/27487: New port: math/p5-Set-Scalar Date: Mon, 21 May 2001 08:24:00 -0400 Ack, I don't know how in the world I missed this. Musta fudged my make search :-) This PR can be closed, obviously.. ++ 21/05/01 12:52 +0200 - Anton Berezin: | Please see | devel/p5-Set-Scalar | | On Sun, May 20, 2001 at 11:48:40PM -0400, petef@databits.net wrote: | > | > >Number: 27487 | > >Category: ports | > >Synopsis: New port: math/p5-Set-Scalar | | -- | May the tuna salad be with you. -- Pete Fritchman Databits Network Services, Inc. finger petef@databits.net for PGP key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 6: 0: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B9C3237B42C for ; Mon, 21 May 2001 06:00:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4LD05F19917; Mon, 21 May 2001 06:00:05 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2AF3937B43E for ; Mon, 21 May 2001 05:55:20 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4LCtKu19396; Mon, 21 May 2001 05:55:20 -0700 (PDT) (envelope-from nobody) Message-Id: <200105211255.f4LCtKu19396@freefall.freebsd.org> Date: Mon, 21 May 2001 05:55:20 -0700 (PDT) From: ats@first.gmd.de To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/27499: ports/japanese/zipcodes has a checksum error Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27499 >Category: ports >Synopsis: ports/japanese/zipcodes has a checksum error >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon May 21 06:00:05 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Andreas Schulz >Release: 4.3-RELEASE >Organization: GMD-FIRST >Environment: FreeBSD freebsd.first.gmd.de 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Thu May 3 20:2 8:30 CEST 2001 root@freebsd.first.gmd.de:/usr/src/sys/compile/FREEBSD i386 >Description: ports/japanese/zipcodes gives a checksum error. The fetched file: ken_all.lzh is newer than the distinfo file. Looks like it need a new "make makesum" :-). >How-To-Repeat: Try to fetch it and do a make checksum. >Fix: a new make makesum and the new distinfo file into CVS ? :-). >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 6:20: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2099837B424 for ; Mon, 21 May 2001 06:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4LDK1s25234; Mon, 21 May 2001 06:20:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ED51037B422 for ; Mon, 21 May 2001 06:17:29 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4LDHTu24730; Mon, 21 May 2001 06:17:29 -0700 (PDT) (envelope-from nobody) Message-Id: <200105211317.f4LDHTu24730@freefall.freebsd.org> Date: Mon, 21 May 2001 06:17:29 -0700 (PDT) From: flynn@energyhq.org To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/27500: New port: archivers/xpk (The eXternal PacKer (XPK) library system) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27500 >Category: ports >Synopsis: New port: archivers/xpk (The eXternal PacKer (XPK) library system) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon May 21 06:20:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Miguel Mendez >Release: FreeBSD 4.3-RELEASE i386 >Organization: >Environment: >Description: This the unix port of the Amiga XPK library. The XPK system consists of a master library (libxpkmaster.so) and several (un)packer sublibraries (libxpkXXXX.so). Application programs only use the master library directly: the master library takes care of loading and using the sublibraries. Each sublibrary implements one type of compression. There are different libraries for different types of data. When unpacking the applications do not need to know which library was used to pack the data - the appropriate library needs to be installed. WWW: http://www.jormas.com/~vesuri/xpk/ - Miguel Mendez flynn@energyhq.org >How-To-Repeat: >Fix: begin 644 xpk.shar M(R!4:&ES(&ES(&$@2!Y;W4@86YD"B,@:&%V92!D969A=6QT('!E M'!K M"B,)>'!K+TUA:V5F:6QE"B,)>'!K+W!K9RUP;&ES=`HC"7AP:R]D:7-T:6YF M;PHC"7AP:R]P:V'!K(#X@+V1E=B]N=6QL(#(^)C$*96-H;R!X("T@ M>'!K+TUA:V5F:6QE"G-E9"`G6"\O)R`^>'!K+TUA:V5F:6QE(#P\("=% M3D0M;V8M>'!K+TUA:V5F:6QE)PI8(R!.97<@<&]R=',@8V]L;&5C=&EO;B!M M86ME9FEL92!F;W(Z("`@('AP:PI8(R!$871E(&-R96%T960Z("`@("`@("`@ M,C$@36%Y(#(P,#$*6",@5VAO;3H@("`@("`@("`@("`@("`@($UI9W5E;"!- M96YD97H@/&9L>6YN0&5N97)G>6AQ+F]R9SX*6",*6",@)$9R965"4T0D"E@C M"E@*6%!/4E1.04U%/0EX<&L*6%!/4E1615)324]./0DP+C$N-`I80T%414=/ M4DE%4ST)87)C:&EV97)S"EA-05-415)?4TE415,]"6AT='`Z+R]W=W6AQ M+F]R9R]F:6QE65S"E@*6"YI;F-L=61E(#QB6"\O)R`^>'!K+W!K9RUP;&ES="`\/"`G14Y$+6]F+7AP M:R]P:V%1Y<&4*6&)I;B]X4$L*6&)I;B]X475E'!K+6-O;F9I9PI8:6YC;'5D92]X M<&LO86UI9V%L:6)S+F@*6&EN8VQU9&4O>'!K+WAP:RYH"EAI;F-L=61E+WAP M:R]X<&M,:6(N:`I8:6YC;'5D92]X<&LO>'!K<')E9G,N:`I8:6YC;'5D92]X M<&LO>'!K'!K3D].12YS;RXQ"EAL:6(O;&EB>'!K3D].12YS M;PI8;&EB+VQI8GAP:TY/3D4N;&$*6&QI8B]L:6)X<&M.3TY%+F$*6&QI8B]L M:6)X<&M23$5.+G-O+C$*6&QI8B]L:6)X<&M23$5.+G-O"EAL:6(O;&EB>'!K M4DQ%3BYL80I8;&EB+VQI8GAP:U),14XN80I8;&EB+VQI8GAP:U-14T@N'!K4U%32"YA"EAL:6(O;&EB>'!K1UI)4"YS;RXQ"EAL:6(O;&EB>'!K M1UI)4"YS;PI8;&EB+VQI8GAP:T=:25`N;&$*6&QI8B]L:6)X<&M'6DE0+F$* M6'-H87)E+V%C;&]C86PO>'!K+FTT"EA`9&ER'!K+V1I6"\O)R`^>'!K+V1I'!K+V1I'!K+W!K9RUC;VUM96YT"G-E9"`G6"\O)R`^>'!K+W!K9RUC;VUM96YT M(#P\("=%3D0M;V8M>'!K+W!K9RUC;VUM96YT)PI85&AE(&58=&5R;F%L(%!A M8TME'!K+W!K9RUC;VUM M96YT"F5C:&\@>"`M('AP:R]P:V'!K+W!K9RUD97-C2!U2!D:7)E8W1L>3H@=&AE(&UA2!W87,@=7-E9"!T;R!P86-K('1H92!D871A M("T@"EAT:&4@87!P2!N965D'!K+PI8"E@M($UI9W5E;"!-96YD97H*6&9L>6YN0&5N97)G>6AQ+F]R9PI% :3D0M;V8M>'!K+W!K9RUD97-C<@IE>&ET"@IL ` end >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 6:50: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0791D37B424 for ; Mon, 21 May 2001 06:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4LDo1k78422; Mon, 21 May 2001 06:50:01 -0700 (PDT) (envelope-from gnats) Received: from heinz.jollem.com (c104187.upc-c.chello.nl [212.187.104.187]) by hub.freebsd.org (Postfix) with ESMTP id 40C1837B422 for ; Mon, 21 May 2001 06:49:35 -0700 (PDT) (envelope-from ernst@heinz.jollem.com) Received: (from ernst@localhost) by heinz.jollem.com (8.11.3/8.11.3) id f4LDlog07178; Mon, 21 May 2001 15:47:50 +0200 (CEST) (envelope-from ernst) Message-Id: <200105211347.f4LDlog07178@heinz.jollem.com> Date: Mon, 21 May 2001 15:47:50 +0200 (CEST) From: ernst@jollem.com Reply-To: ernst@heinz.jollem.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27501: Update port: java/orion Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27501 >Category: ports >Synopsis: Update port: java/orion >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon May 21 06:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Ernst de Haan >Release: FreeBSD 4.3-RELEASE i386 >Organization: Jollem Information Technology >Environment: System: FreeBSD heinz.jollem.com 4.3-RELEASE FreeBSD 4.3-RELEASE #5: Mon May 14 16:08:56 CEST 2001 root@heinz.jollem.com:/usr/src/sys/compile/HEINZ i386 >Description: The previous version of this port contains a bug in the orionctl script. I didn't properly test it. This time I extensively tested it. It has also been improved to detect more possible error conditions and exit gracefully in such cases. >How-To-Repeat: >Fix: diff -ruN --exclude=CVS /usr/ports/java/orion/Makefile /home/ernst/freebsd-ports/java/orion/Makefile --- /usr/ports/java/orion/Makefile Fri May 18 18:24:32 2001 +++ /home/ernst/freebsd-ports/java/orion/Makefile Mon May 21 15:38:48 2001 @@ -7,13 +7,12 @@ PORTNAME= orion PORTVERSION= 1.4.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= java www MASTER_SITES= ftp://ftp.sunet.se/pub/database/utils/orionserver/ \ http://www.jollem.com/ \ http://www.sebster.com/~elvis/ DISTNAME= ${PORTNAME}${PORTVERSION} -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= ernst@jollem.com @@ -24,7 +23,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME} ORION_DESTDIR= ${PREFIX}/${DISTNAME} -ORION_LINKDIR= ${PREFIX}/${PORTNAME} PORTTITLE= Orion Server ORIONCTL_NAME= orionctl ORIONCTL_DEST= ${PREFIX}/bin/${ORIONCTL_NAME} @@ -43,6 +41,7 @@ @${CP} ${FILESDIR}/${ORIONCTL_NAME} ${ORIONCTL_DEST} @${CHMOD} 755 ${ORIONCTL_DEST} @${LN} -s ${ORIONCTL_DEST} ${RC_SCRIPT} + @${MKDIR} ${ORION_DESTDIR}/application-deployments post-install: @echo "${PORTTITLE} ${PORTVERSION} has been installed in ${ORION_DESTDIR}." diff -ruN --exclude=CVS /usr/ports/java/orion/files/orionctl /home/ernst/freebsd-ports/java/orion/files/orionctl --- /usr/ports/java/orion/files/orionctl Thu May 17 15:42:10 2001 +++ /home/ernst/freebsd-ports/java/orion/files/orionctl Fri May 18 16:36:31 2001 @@ -4,23 +4,59 @@ LOCALBASE=/usr/local fi -JAVA_HOME=${LOCALBASE}/linux-jdk1.2.2 -ORION_HOME=${LOCALBASE}/orion +NAME=orion +ORION_HOME=${LOCALBASE}/orion1.4.5 LOG=${ORION_HOME}/log/orion.log PID_FILE=/var/run/orion.pid +JAR_FILE=${ORION_HOME}/orion.jar + +if [ "${JAVA_HOME}a" = "a" ]; then + JAVA_HOME=${LOCALBASE}/linux-jdk1.3.0 +fi +JAVA_CMD=${JAVA_HOME}/bin/java + +# TODO: Check if we are being run at boot time right now + case "$1" in start) - if [ -r ${ORION_HOME}/orion.jar ]; then - rm -rf ${PID_FILE} - touch ${PID_FILE} - chown root:wheel ${PID_FILE} - chmod 600 ${PID_FILE} - echo -n ' orion' - ( cd ${ORION_HOME} && ${JAVA_HOME}/bin/java -jar orion.jar & echo $! > ${PID_FILE} ) > ${LOG} 2>&1 + # Make sure the Orion directory does exist + if [ ! -d ${ORION_HOME} ]; then + echo "" + echo "${NAME}: ERROR: Unable to find Orion home directory at ${ORION_HOME}." + exit 64 fi + + # Make sure the Orion JAR file exists + if [ ! -r ${JAR_FILE} ]; then + echo "" + echo "${NAME}: ERROR: Unable to find Orion JAR file at ${JAR_FILE}." + exit 64 + fi + + # Make sure the Java VM can be found + if [ ! -x ${JAVA_CMD} ]; then + echo "" + echo "${NAME}: ERROR: Unable to find Java VM at ${JAVA_HOME}." + exit 64 + fi + + # Create the process ID file + rm -rf ${PID_FILE} + touch ${PID_FILE} + chown root:wheel ${PID_FILE} + chmod 600 ${PID_FILE} + + echo -n ' orion' + ( cd ${ORION_HOME} && ${JAVA_CMD} -jar orion.jar & echo $! > ${PID_FILE} ) > ${LOG} 2>&1 ;; stop) + if [ ! -e ${PID_FILE} ]; then + echo "" + echo "${NAME}: ERROR: Unable to find Orion PID file at ${PID_FILE}." + exit 64 + fi + /bin/kill `cat ${PID_FILE}` echo -n ' orion' ;; diff -ruN --exclude=CVS /usr/ports/java/orion/pkg-plist /home/ernst/freebsd-ports/java/orion/pkg-plist --- /usr/ports/java/orion/pkg-plist Thu May 17 15:42:08 2001 +++ /home/ernst/freebsd-ports/java/orion/pkg-plist Mon May 21 15:29:45 2001 @@ -316,6 +316,7 @@ orion1.4.5/orionconsole.jar orion1.4.5/orion.jar orion1.4.5/mail.jar +@dirrm orion1.4.5/application-deployments @dirrm orion1.4.5/config/database-schemas @dirrm orion1.4.5/config @dirrm orion1.4.5/default-web-app/examples/cal >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 8:10: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 54FD037B42C for ; Mon, 21 May 2001 08:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4LFA3d40142; Mon, 21 May 2001 08:10:03 -0700 (PDT) (envelope-from gnats) Received: from pcwin002.win.tue.nl (pcwin002.win.tue.nl [131.155.71.72]) by hub.freebsd.org (Postfix) with ESMTP id DE1F637B422 for ; Mon, 21 May 2001 08:07:49 -0700 (PDT) (envelope-from stijn@pcwin002.win.tue.nl) Received: (from stijn@localhost) by pcwin002.win.tue.nl (8.11.3/8.11.3) id f4LF7Ua63458; Mon, 21 May 2001 17:07:30 +0200 (CEST) (envelope-from stijn) Message-Id: <200105211507.f4LF7Ua63458@pcwin002.win.tue.nl> Date: Mon, 21 May 2001 17:07:30 +0200 (CEST) From: stijn@win.tue.nl Reply-To: stijn@win.tue.nl To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27502: [MAINTAINER UPDATE]: emulators/zsnes Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27502 >Category: ports >Synopsis: [MAINTAINER UPDATE]: emulators/zsnes >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon May 21 08:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Stijn Hoop >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD 4.3-STABLE #0: Wed May 16 04:41:06 CEST 2001 >Description: - Update to v1.26 - 16bit color problems fixed - (preliminary) sound support >How-To-Repeat: N/A >Fix: - Remove the following files: files/patch-src::linux::protect.c files/patch-src::linux::zfilew.c files/patch-src::linux::ztcp.c pkg-message - Apply the following diff: diff -urN /usr/ports/emulators/zsnes/Makefile zsnes/Makefile --- /usr/ports/emulators/zsnes/Makefile Sun May 20 04:48:11 2001 +++ zsnes/Makefile Mon May 21 16:43:02 2001 @@ -6,7 +6,7 @@ # PORTNAME= zsnes -PORTVERSION= 1.20 +PORTVERSION= 1.26 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -34,13 +34,8 @@ MAKEFILE= makefile.linux ALL_TARGET= ALL -.include - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/zsnes ${PREFIX}/bin/zsnes ${INSTALL_MAN} ${WRKSRC}/src/linux/zsnes.man ${PREFIX}/man/man1/zsnes.1 -post-install: - @${CAT} ${PKGMESSAGE} - -.include +.include diff -urN /usr/ports/emulators/zsnes/distinfo zsnes/distinfo --- /usr/ports/emulators/zsnes/distinfo Sun May 20 04:48:11 2001 +++ zsnes/distinfo Mon May 21 16:39:11 2001 @@ -1 +1 @@ -MD5 (zsnesv1.20src.tar.gz) = f8a101cd7504cf620c154d181db6036c +MD5 (zsnesv1.26src.tar.gz) = 9182334164ce3e221600922136bf6327 diff -urN /usr/ports/emulators/zsnes/files/patch-src::makefile.linux zsnes/files/patch-src::makefile.linux --- /usr/ports/emulators/zsnes/files/patch-src::makefile.linux Sun May 20 04:48:11 2001 +++ zsnes/files/patch-src::makefile.linux Mon May 21 17:03:20 2001 @@ -1,5 +1,5 @@ ---- src/makefile.linux.orig Tue May 1 21:33:15 2001 -+++ src/makefile.linux Fri May 4 13:21:00 2001 +--- src/makefile.linux.orig Wed May 16 22:38:21 2001 ++++ src/makefile.linux Mon May 21 17:02:43 2001 @@ -23,7 +23,7 @@ WINDIR=linux OBJDIR=obj @@ -9,7 +9,7 @@ CHIPSOBJ=${CHIPDIR}/sfxproc.o ${CHIPDIR}/fxemu2.o ${CHIPDIR}/dsp1proc.o\ ${CHIPDIR}/fxemu2b.o ${CHIPDIR}/fxemu2c.o ${CHIPDIR}/fxtable.o\ -@@ -58,8 +58,8 @@ +@@ -58,12 +58,12 @@ MAINOBJ=cfgload.o endmem.o fixsin.o init.o ui.o vcache.o water.o OBJS=${CHIPSOBJ} ${CPUOBJ} ${WINOBJ} ${WINDOSOBJ} ${GUIOBJ} ${VIDEOBJ} ${ZIPOBJ} ${MAINOBJ} @@ -17,6 +17,11 @@ -SDLCFLAGS := $(shell sdl-config --cflags) +SDLLIBS := $(shell $(SDL_CONFIG) --libs) +SDLCFLAGS := $(shell $(SDL_CONFIG) --cflags) - LIBS=${SDLLIBS} -lz - CFLAGS=-g -Wall -D__LINUX__ ${SDLCFLAGS} + #LIBS=-static -pg ${SDLLIBS} -lz + LIBS=${SDLLIBS} -lz -lpng + #CFLAGS=-pg -g -Wall -D__LINUX__ ${SDLCFLAGS} +-CFLAGS=-g -Wall -O2 -mcpu=pentium -finline-functions -funroll-loops -D__LINUX__ ${SDLCFLAGS} ++CFLAGS:=-g -Wall -O2 -finline-functions -funroll-loops -D__LINUX__ ${CFLAGS} ${SDLCFLAGS} ASM=nasm + ASMFLAGS=-f elf -D__LINUX__ -g -w-orphan-labels + CC=gcc >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 8:20:36 2001 Delivered-To: freebsd-ports@freebsd.org Received: from hermes.isi.com (hermes.isi.com [192.73.222.27]) by hub.freebsd.org (Postfix) with ESMTP id D61C037B422 for ; Mon, 21 May 2001 08:20:33 -0700 (PDT) (envelope-from tadayuki.okada@windriver.com) Received: from windriver.com (beastie [128.224.195.173]) by hermes.isi.com (Pro-8.9.3/Pro-8.9.3/Hermes 991202 TroyC) with ESMTP id IAA27350; Mon, 21 May 2001 08:20:57 -0700 (PDT) Message-ID: <3B09323F.E6A28068@windriver.com> Date: Mon, 21 May 2001 11:20:31 -0400 From: Tadayuki OKADA Organization: Wind River X-Mailer: Mozilla 4.77C-ja [ja_JP.EUC] (X11; U; Linux 2.2.12 i386) X-Accept-Language: ja, en MIME-Version: 1.0 To: ports@freebsd.org Subject: cvs repository inconsistent? Content-Type: text/plain; charset=iso-2022-jp Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I did cvsup this morning and got this: Connected to cvsup11.FreeBSD.org Updating collection ports-all/cvs Edit ports/security/heimdal/files/patch-cb Edit ports/security/heimdal/files/patch-cc Delete ports/www/jakarta-tomcat/files Updater failed: Cannot delete "/usr/ports/www/jakarta-tomcat/files": Directory not empty Is anyone having same problem? -- Tadayuki OKADA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 8:30: 1 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D19FA37B424; Mon, 21 May 2001 08:29:58 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4LFTw342189; Mon, 21 May 2001 08:29:58 -0700 (PDT) (envelope-from kevlo) Date: Mon, 21 May 2001 08:29:58 -0700 (PDT) From: Message-Id: <200105211529.f4LFTw342189@freefall.freebsd.org> To: sam@inf.enst.fr, kevlo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27493: Maintainer update: devel/gpasm Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Maintainer update: devel/gpasm State-Changed-From-To: open->closed State-Changed-By: kevlo State-Changed-When: Mon May 21 08:29:37 PDT 2001 State-Changed-Why: Committed, thanks. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27493 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 8:31:57 2001 Delivered-To: freebsd-ports@freebsd.org Received: from natan.teuto.de (natan.teuto.de [212.8.199.33]) by hub.freebsd.org (Postfix) with ESMTP id C9F4937B422 for ; Mon, 21 May 2001 08:31:53 -0700 (PDT) (envelope-from andy@andy.de) Received: from ag.intra (ag.intra [10.0.0.10]) by natan.teuto.de (Postfix) with ESMTP id 5CD5F44329 for ; Mon, 21 May 2001 17:31:47 +0200 (CEST) Date: Mon, 21 May 2001 17:31:31 +0200 From: Andreas Gerstenberg To: freebsd-ports@freebsd.org Subject: generic problem in ports? Message-ID: <23900000.990459091@ag.intra> X-Mailer: Mulberry/2.0.8 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, while trying to do a cvsup of the ports: Parsing supfile "/usr/local/etc/cvs-ports.conf" Connecting to cvsup.freebsd.org Connected to cvsup.freebsd.org Server software version: REL_16_1 Negotiating file attribute support Exchanging collection information Establishing multiplexed-mode data connection Running Updating collection ports-all/cvs Checkout ports/www/jakarta-tomcat/files/patch-aa Checkout ports/www/jakarta-tomcat/files/patch-ab Checkout ports/www/jakarta-tomcat/files/tomcat.sh Delete ports/www/jakarta-tomcat/files Updater failed: Cannot delete "/usr/ports/www/jakarta-tomcat/files": Directory not empty content of /usr/local/etc/cvs-ports.conf: *default host=cvsup4.FreeBSD.org (this was overrided using -h) *default base=/usr *default prefix=/usr *default release=cvs tag=. *default delete use-rel-suffix ports-all doc-all -- Andreas Gerstenberg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 8:34:15 2001 Delivered-To: freebsd-ports@freebsd.org Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id 47E8637B443; Mon, 21 May 2001 08:34:09 -0700 (PDT) (envelope-from dwcjr@inethouston.net) Received: from dwcjr (DWCJR.inethouston.net [216.118.21.147]) by leviathan.inethouston.net (Postfix) with ESMTP id 3DBDD10F40F; Mon, 21 May 2001 10:34:11 -0500 (CDT) Message-ID: <004f01c0e20b$7a99eec0$931576d8@inethouston.net> From: "David W. Chapman Jr." To: "Andreas Gerstenberg" , Cc: References: <23900000.990459091@ag.intra> Subject: Re: generic problem in ports? Date: Mon, 21 May 2001 10:34:09 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I'm getting this too, and only recently. I tried manually deleting the port, but I still get this on every cvsup > while trying to do a cvsup of the ports: > > Parsing supfile "/usr/local/etc/cvs-ports.conf" > Connecting to cvsup.freebsd.org > Connected to cvsup.freebsd.org > Server software version: REL_16_1 > Negotiating file attribute support > Exchanging collection information > Establishing multiplexed-mode data connection > Running > Updating collection ports-all/cvs > Checkout ports/www/jakarta-tomcat/files/patch-aa > Checkout ports/www/jakarta-tomcat/files/patch-ab > Checkout ports/www/jakarta-tomcat/files/tomcat.sh > Delete ports/www/jakarta-tomcat/files > Updater failed: Cannot delete "/usr/ports/www/jakarta-tomcat/files": > Directory not empty To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 8:34:32 2001 Delivered-To: freebsd-ports@freebsd.org Received: from venus.virtual-earth.de (venus.virtual-earth.de [212.89.109.102]) by hub.freebsd.org (Postfix) with ESMTP id BEC6637B422 for ; Mon, 21 May 2001 08:34:25 -0700 (PDT) (envelope-from mathiasp@virtual-earth.de) Received: from virtual-earth.de (venus.virtual-earth.de [212.89.109.102]) by venus.virtual-earth.de (8.11.3/8.11.3) with ESMTP id f4LFY2j89277; Mon, 21 May 2001 17:34:04 +0200 (CEST) (envelope-from mathiasp@virtual-earth.de) Message-Id: <200105211534.f4LFY2j89277@venus.virtual-earth.de> Date: Mon, 21 May 2001 17:33:56 +0200 (CEST) From: Mathias.Picker@virtual-earth.de Subject: Re: generic problem in ports? To: andy@andy.de Cc: freebsd-ports@freebsd.org In-Reply-To: <23900000.990459091@ag.intra> MIME-Version: 1.0 Content-Type: MULTIPART/signed; micalg=pgp-md5; protocol="application/pgp-signature"; BOUNDARY="0-1804289383-990459252=:89274" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --0-1804289383-990459252=:89274 Content-Type: TEXT/plain; charset=iso-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Just delete jakarta and cvsup again, it will fix itself it seems. On 21 May, Andreas Gerstenberg wrote: > Hi, >=20 > while trying to do a cvsup of the ports: > [...] > Delete ports/www/jakarta-tomcat/files > Updater failed: Cannot delete "/usr/ports/www/jakarta-tomcat/files":=20 > Directory not empty >=20 > [...] --=20 virtual earth Mathias Picker Gesch=E4ftsf=FChrer Gesellschaft f=FCr Wissens re/pr=E4 sentation mbH Mathias.Picker@virtual-earth.de=20 =09=09=09 Fon +49 89 / 540 7425-1 Fax +49 89 / 540 7425-9 --0-1804289383-990459252=:89274 Content-Type: APPLICATION/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: Weitere Infos: siehe http://www.gnupg.org iEYEABECAAYFAjsJNWcACgkQEIK15sgYy1OIuQCfZah1vRicQjr0zc31C4wRUkvR IQkAniMpPpupld8qc0EIJDNUNxwUbxWO =0Nqp -----END PGP SIGNATURE----- --0-1804289383-990459252=:89274-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 8:39:21 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ringworld.nanolink.com (ringworld.nanolink.com [195.24.48.13]) by hub.freebsd.org (Postfix) with SMTP id 69E0F37B422 for ; Mon, 21 May 2001 08:39:18 -0700 (PDT) (envelope-from roam@orbitel.bg) Received: (qmail 15586 invoked by uid 1000); 21 May 2001 15:38:29 -0000 Date: Mon, 21 May 2001 18:38:29 +0300 From: Peter Pentchev To: "David W. Chapman Jr." Cc: Andreas Gerstenberg , freebsd-ports@freebsd.org, jdp@FreeBSD.org Subject: Re: generic problem in ports? Message-ID: <20010521183829.T2781@ringworld.oblivion.bg> Mail-Followup-To: "David W. Chapman Jr." , Andreas Gerstenberg , freebsd-ports@freebsd.org, jdp@FreeBSD.org References: <23900000.990459091@ag.intra> <004f01c0e20b$7a99eec0$931576d8@inethouston.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <004f01c0e20b$7a99eec0$931576d8@inethouston.net>; from dwcjr@inethouston.net on Mon, May 21, 2001 at 10:34:09AM -0500 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Look at http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27495 A quick workaround is to remove your checkouts file (usually /usr/sup/ports-all/checkouts:.) and recvsup. I am currently checking if this problem also shows up when using the newest cvsup beta version (the net/cvsup-devel port). Removing the checkouts file always works, although it makes the next cvsup much slower. This is only once though, after the checkouts file is rebuilt, everything proceeds normally. G'luck, Peter -- Nostalgia ain't what it used to be. On Mon, May 21, 2001 at 10:34:09AM -0500, David W. Chapman Jr. wrote: > I'm getting this too, and only recently. I tried manually deleting the > port, but I still get this on every cvsup > > > while trying to do a cvsup of the ports: > > > > Parsing supfile "/usr/local/etc/cvs-ports.conf" > > Connecting to cvsup.freebsd.org > > Connected to cvsup.freebsd.org > > Server software version: REL_16_1 > > Negotiating file attribute support > > Exchanging collection information > > Establishing multiplexed-mode data connection > > Running > > Updating collection ports-all/cvs > > Checkout ports/www/jakarta-tomcat/files/patch-aa > > Checkout ports/www/jakarta-tomcat/files/patch-ab > > Checkout ports/www/jakarta-tomcat/files/tomcat.sh > > Delete ports/www/jakarta-tomcat/files > > Updater failed: Cannot delete "/usr/ports/www/jakarta-tomcat/files": > > Directory not empty To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 8:45:55 2001 Delivered-To: freebsd-ports@freebsd.org Received: from kawoserv.kawo2.rwth-aachen.de (kawoserv.kawo2.RWTH-Aachen.DE [134.130.180.1]) by hub.freebsd.org (Postfix) with ESMTP id 2624537B422 for ; Mon, 21 May 2001 08:45:52 -0700 (PDT) (envelope-from alex@big.endian.de) Received: from zerogravity.kawo2.rwth-aachen.de (zerogravity.kawo2.rwth-aachen.de [134.130.181.28]) by kawoserv.kawo2.rwth-aachen.de (8.9.3/8.6.9) with ESMTP id RAA19682; Mon, 21 May 2001 17:45:51 +0200 Received: by zerogravity.kawo2.rwth-aachen.de (Postfix, from userid 1001) id 9FB7D14AF8; Mon, 21 May 2001 17:45:51 +0200 (CEST) Date: Mon, 21 May 2001 17:45:51 +0200 From: Alexander Langer To: Tadayuki OKADA Cc: ports@FreeBSD.ORG Subject: Re: cvs repository inconsistent? Message-ID: <20010521174551.B9129@zerogravity.kawo2.rwth-aachen.d> Mail-Followup-To: Alexander Langer , Tadayuki OKADA , ports@FreeBSD.ORG References: <3B09323F.E6A28068@windriver.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3B09323F.E6A28068@windriver.com>; from tadayuki.okada@windriver.com on Mon, May 21, 2001 at 11:20:31AM -0400 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Thus spake Tadayuki OKADA (tadayuki.okada@windriver.com): > Is anyone having same problem? Yes. Alex -- cat: /home/alex/.sig: No such file or directory To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 8:48:48 2001 Delivered-To: freebsd-ports@freebsd.org Received: from wall.polstra.com (rtrwan160.accessone.com [206.213.115.74]) by hub.freebsd.org (Postfix) with ESMTP id B74B337B424; Mon, 21 May 2001 08:48:43 -0700 (PDT) (envelope-from jdp@polstra.com) Received: from vashon.polstra.com (vashon.polstra.com [206.213.73.13]) by wall.polstra.com (8.11.3/8.11.1) with ESMTP id f4LFmd038365; Mon, 21 May 2001 08:48:39 -0700 (PDT) (envelope-from jdp@polstra.com) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <004f01c0e20b$7a99eec0$931576d8@inethouston.net> Date: Mon, 21 May 2001 08:48:39 -0700 (PDT) Organization: Polstra & Co., Inc. From: John Polstra To: "David W. Chapman Jr." Subject: Re: generic problem in ports? Cc: jdp@freebsd.org, freebsd-ports@freebsd.org, Andreas Gerstenberg Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org David W. Chapman Jr. wrote: > I'm getting this too, and only recently. I tried manually deleting the > port, but I still get this on every cvsup > >> while trying to do a cvsup of the ports: >> >> Parsing supfile "/usr/local/etc/cvs-ports.conf" >> Connecting to cvsup.freebsd.org >> Connected to cvsup.freebsd.org >> Server software version: REL_16_1 >> Negotiating file attribute support >> Exchanging collection information >> Establishing multiplexed-mode data connection >> Running >> Updating collection ports-all/cvs >> Checkout ports/www/jakarta-tomcat/files/patch-aa >> Checkout ports/www/jakarta-tomcat/files/patch-ab >> Checkout ports/www/jakarta-tomcat/files/tomcat.sh >> Delete ports/www/jakarta-tomcat/files >> Updater failed: Cannot delete "/usr/ports/www/jakarta-tomcat/files": >> Directory not empty OK, but what is in that directory? It is in fact supposed to be empty. It sounds like maybe you adopted an old existing ports tree with CVSup at some point. (See the CVSup FAQ for the gory details.) This particular problem, by the way, is related to some repository surgery I had to perform over the weekend. It should have worked for you, though, because that directory should be empty. As a work-around, just delete the whole ports/www/jakarta-tomcat subtree and run CVSup again. Make sure you're not using cvsup's "-s" option during that run. John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 8:50: 7 2001 Delivered-To: freebsd-ports@freebsd.org Received: from wall.polstra.com (rtrwan160.accessone.com [206.213.115.74]) by hub.freebsd.org (Postfix) with ESMTP id 7CF2337B422; Mon, 21 May 2001 08:50:05 -0700 (PDT) (envelope-from jdp@polstra.com) Received: from vashon.polstra.com (vashon.polstra.com [206.213.73.13]) by wall.polstra.com (8.11.3/8.11.1) with ESMTP id f4LFo2038391; Mon, 21 May 2001 08:50:02 -0700 (PDT) (envelope-from jdp@polstra.com) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20010521183829.T2781@ringworld.oblivion.bg> Date: Mon, 21 May 2001 08:50:02 -0700 (PDT) Organization: Polstra & Co., Inc. From: John Polstra To: Peter Pentchev Subject: Re: generic problem in ports? Cc: jdp@freebsd.org, freebsd-ports@freebsd.org, Andreas Gerstenberg , "David W. Chapman Jr." Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Peter Pentchev wrote: > Look at http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27495 > A quick workaround is to remove your checkouts file (usually > /usr/sup/ports-all/checkouts:.) and recvsup. It's much better to remove just ports/www/jakarta-tomcat and then CVSup again. Make sure you don't use the "-s" option. John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 8:58: 6 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ringworld.nanolink.com (ringworld.nanolink.com [195.24.48.13]) by hub.freebsd.org (Postfix) with SMTP id EBA0C37B42C for ; Mon, 21 May 2001 08:58:02 -0700 (PDT) (envelope-from roam@orbitel.bg) Received: (qmail 15723 invoked by uid 1000); 21 May 2001 15:57:13 -0000 Date: Mon, 21 May 2001 18:57:13 +0300 From: Peter Pentchev To: John Polstra Cc: jdp@freebsd.org, freebsd-ports@freebsd.org, Andreas Gerstenberg , "David W. Chapman Jr." Subject: Re: generic problem in ports? Message-ID: <20010521185713.U2781@ringworld.oblivion.bg> Mail-Followup-To: John Polstra , jdp@freebsd.org, freebsd-ports@freebsd.org, Andreas Gerstenberg , "David W. Chapman Jr." References: <20010521183829.T2781@ringworld.oblivion.bg> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from jdp@polstra.com on Mon, May 21, 2001 at 08:50:02AM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Mon, May 21, 2001 at 08:50:02AM -0700, John Polstra wrote: > Peter Pentchev wrote: > > Look at http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27495 > > A quick workaround is to remove your checkouts file (usually > > /usr/sup/ports-all/checkouts:.) and recvsup. > > It's much better to remove just ports/www/jakarta-tomcat and then > CVSup again. Make sure you don't use the "-s" option. Oh, ok, I just saw your other message about this, and I tried. Yes, removing the jakarta-tomcat directory works. I'd tried removing the files/ subdir, this failed, then I tried removing the files/ subdir again and touching a 'files' file, and it failed, but yes, removing the whole directory works. G'luck, Peter -- I am jealous of the first word in this sentence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 9: 0:22 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 877A237B422 for ; Mon, 21 May 2001 09:00:11 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4LG0BN45534; Mon, 21 May 2001 09:00:11 -0700 (PDT) (envelope-from gnats) Received: from rooster.cisco.com (rooster.cisco.com [64.102.19.200]) by hub.freebsd.org (Postfix) with ESMTP id 2E5FE37B424 for ; Mon, 21 May 2001 08:50:07 -0700 (PDT) (envelope-from marcus@nms-server2.cisco.com) Received: from nms-server2.cisco.com (nms-server2.cisco.com [172.18.124.33]) by rooster.cisco.com (8.8.8+Sun/8.8.8) with ESMTP id LAA29017 for ; Mon, 21 May 2001 11:50:03 -0400 (EDT) Received: (from marcus@localhost) by nms-server2.cisco.com (8.11.3/8.11.3) id f4LFo2273997; Mon, 21 May 2001 11:50:02 -0400 (EDT) (envelope-from marcus) Message-Id: <200105211550.f4LFo2273997@nms-server2.cisco.com> Date: Mon, 21 May 2001 11:50:02 -0400 (EDT) From: marcus@marcuscom.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27503: Upgrade ethereal to 0.8.18 and add optional SNMP support Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27503 >Category: ports >Synopsis: Upgrade ethereal to 0.8.18 and add optional SNMP support >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon May 21 09:00:10 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Joe Marcus Clarke >Release: FreeBSD 4.3-RELEASE i386 >Organization: MarcusCom >Environment: System: FreeBSD nms-server2.cisco.com 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Sun Apr 22 01:05:06 EDT 2001 marcus@nms-server2.cisco.com:/usr/src/sys/compile/NMS-SERVER2 i386 >Description: These patches will upgrade ethereal to 0.8.18, and also add the ability to turn on net-snmp support. >How-To-Repeat: >Fix: --- Makefile.orig Mon May 21 11:47:11 2001 +++ Makefile Mon May 21 11:47:20 2001 @@ -6,7 +6,7 @@ # PORTNAME= ethereal -PORTVERSION= 0.8.16 +PORTVERSION= 0.8.18 CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.ethereal.com/pub/ethereal/ \ ftp://gd.tuwien.ac.at/infosys/security/ethereal/ \ @@ -15,11 +15,22 @@ MAINTAINER= billf@FreeBSD.org +.if defined(WITH_SNMP) +LIB_DEPENDS= snmp.4:${PORTSDIR}/net/net-snmp +.endif + USE_X_PREFIX= yes USE_GTK= yes USE_LIBTOOL= yes LIBTOOLFILES= configure epan/configure wiretap/configure +.if defined(WITH_SNMP) +CONFIGURE_ARGS+= --enable-snmp=yes +.if exists(/usr/include/openssl/crypto.h) +CONFIGURE_ARGS+= --with-ssl=/usr +.endif +.else CONFIGURE_ARGS+= --enable-snmp=no +.endif PLIST_SUB= PORTVERSION=${PORTVERSION} MAN1= ethereal.1 tethereal.1 editcap.1 --- distinfo.orig Mon May 21 11:47:15 2001 +++ distinfo Mon May 21 11:47:22 2001 @@ -1 +1 @@ -MD5 (ethereal-0.8.16.tar.gz) = b5779e57d0cb325e98ccad56be91b1db +MD5 (ethereal-0.8.18.tar.gz) = bbc51343dd353c49702a87ca9585c82a >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 9:10:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4A9BA37B43C for ; Mon, 21 May 2001 09:10:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4LGA4C49162; Mon, 21 May 2001 09:10:04 -0700 (PDT) (envelope-from gnats) Received: from shumai.marcuscom.com (rdu26-228-058.nc.rr.com [66.26.228.58]) by hub.freebsd.org (Postfix) with ESMTP id EDCC437B422 for ; Mon, 21 May 2001 09:01:15 -0700 (PDT) (envelope-from marcus@shumai.marcuscom.com) Received: (from marcus@localhost) by shumai.marcuscom.com (8.11.3/8.11.3) id f4LG1E679297; Mon, 21 May 2001 12:01:14 -0400 (EDT) (envelope-from marcus) Message-Id: <200105211601.f4LG1E679297@shumai.marcuscom.com> Date: Mon, 21 May 2001 12:01:14 -0400 (EDT) From: marcusmarcuscom.com@shumai.marcuscom.com Reply-To: marcus@marcuscom.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27505: Change my email address on two of my ports Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27505 >Category: ports >Synopsis: Change my email address on two of my ports >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon May 21 09:10:04 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Joe Marcus Clarke >Release: FreeBSD 4.3-RELEASE i386 >Organization: MarcusCom >Environment: System: FreeBSD shumai.marcuscom.com 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Sun May 6 01:46:59 EDT 2001 root@shumai.marcuscom.com:/usr/src/sys/compile/SHUMAI i386 >Description: Please change my email address on misc/gone and games/xbomber to marcus@marcuscom.com. >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 Mon May 21 9:13:37 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CDD9437B43C; Mon, 21 May 2001 09:13:35 -0700 (PDT) (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4LGDZB49642; Mon, 21 May 2001 09:13:35 -0700 (PDT) (envelope-from olgeni) Date: Mon, 21 May 2001 09:13:35 -0700 (PDT) From: Message-Id: <200105211613.f4LGDZB49642@freefall.freebsd.org> To: olgeni@FreeBSD.org, freebsd-ports@FreeBSD.org, billf@FreeBSD.org Subject: Re: ports/27503: Upgrade ethereal to 0.8.18 and add optional SNMP support Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Upgrade ethereal to 0.8.18 and add optional SNMP support Responsible-Changed-From-To: freebsd-ports->billf Responsible-Changed-By: olgeni Responsible-Changed-When: Mon May 21 09:12:58 PDT 2001 Responsible-Changed-Why: Over to maintainer. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27503 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 9:21:38 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7D32037B422; Mon, 21 May 2001 09:21:36 -0700 (PDT) (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4LGLas50513; Mon, 21 May 2001 09:21:36 -0700 (PDT) (envelope-from olgeni) Date: Mon, 21 May 2001 09:21:36 -0700 (PDT) From: Message-Id: <200105211621.f4LGLas50513@freefall.freebsd.org> To: stijn@win.tue.nl, olgeni@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27502: [MAINTAINER UPDATE]: emulators/zsnes Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: [MAINTAINER UPDATE]: emulators/zsnes State-Changed-From-To: open->closed State-Changed-By: olgeni State-Changed-When: Mon May 21 09:21:08 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27502 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 9:35:43 2001 Delivered-To: freebsd-ports@freebsd.org Received: from infomail.es (nie1.infomail.es [194.224.53.136]) by hub.freebsd.org (Postfix) with ESMTP id 89A0537B422 for ; Mon, 21 May 2001 09:35:40 -0700 (PDT) (envelope-from SANTIAGO.GAMERO@grupobbva.com) Received: from gwsmtp.grupobbva.com ([192.168.121.251]) by infomail.es (Tid InfoMail Exchanger v2.20) with SMTP id #990462826.135470001; Mon, 21 May 2001 18:33:46 +0200 Received: from smtpbbv.grupobbva.com by gwsmtp.grupobbva.com (8.9.1b+Sun/) id SAA15010; Mon, 21 May 2001 18:36:02 GMT Received: from amml0007.igrupobbv by smtpbbv.grupobbva.com (8.9.1b+Sun/argentariavida.es) id SAA17587; Mon, 21 May 2001 18:36:18 GMT Received: by amml0007.igrupobbv with Internet Mail Service (5.5.2448.0) id ; Mon, 21 May 2001 18:30:04 +0200 Message-ID: <01940EA96DA9D211A697006094E3DBA006A03BD7@amml0007.igrupobbv> From: "GAMERO BARBELLIDO, SANTIAGO" To: "'ports@FreeBSD.org'" Date: Mon, 21 May 2001 18:30:03 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Infomail-Id: 990462826.34EB010A811068.42826 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Santiago Gamero BBVA - Mercados Globales V=EDa de los Poblados, s/n tel. 91 382 6193 / 91 374 5114 E-Mail: santiago.gamero@grupobbva.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 9:41:22 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ralf.artlogix.com (sense-mcglk-240.oz.net [216.39.168.240]) by hub.freebsd.org (Postfix) with ESMTP id B61C437B422 for ; Mon, 21 May 2001 09:41:18 -0700 (PDT) (envelope-from mcglk@artlogix.com) Received: by ralf.artlogix.com (Postfix, from userid 1000) id BB9601B9C62; Mon, 21 May 2001 09:41:17 -0700 (PDT) To: Tadayuki OKADA Cc: ports@freebsd.org Subject: Re: cvs repository inconsistent? References: <3B09323F.E6A28068@windriver.com> From: Ken McGlothlen Date: 21 May 2001 09:41:17 -0700 In-Reply-To: Tadayuki OKADA's message of "Mon, 21 May 2001 11:20:31 -0400" Message-ID: <871ypiac42.fsf@ralf.artlogix.com> Lines: 11 X-Mailer: Gnus v5.7/Emacs 20.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Tadayuki OKADA writes: | Updating collection ports-all/cvs | [...] | Delete ports/www/jakarta-tomcat/files | Updater failed: Cannot delete "/usr/ports/www/jakarta-tomcat/files": | Directory not empty | | Is anyone having same problem? Got that myself last night. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 9:45:42 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A9C7A37B422; Mon, 21 May 2001 09:45:40 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4LGjeQ52841; Mon, 21 May 2001 09:45:40 -0700 (PDT) (envelope-from ijliao) Date: Mon, 21 May 2001 09:45:40 -0700 (PDT) From: Message-Id: <200105211645.f4LGjeQ52841@freefall.freebsd.org> To: marcus@marcuscom.com, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27505: Change my email address on two of my ports Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Change my email address on two of my ports State-Changed-From-To: open->feedback State-Changed-By: ijliao State-Changed-When: Mon May 21 09:42:31 PDT 2001 State-Changed-Why: I've modify misc/gone but I dont think u r the current maintainer of games/xbomber http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27505 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 9:47:21 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ringworld.nanolink.com (ringworld.nanolink.com [195.24.48.13]) by hub.freebsd.org (Postfix) with SMTP id C14CB37B42C for ; Mon, 21 May 2001 09:47:17 -0700 (PDT) (envelope-from roam@orbitel.bg) Received: (qmail 18335 invoked by uid 1000); 21 May 2001 16:46:28 -0000 Date: Mon, 21 May 2001 19:46:28 +0300 From: Peter Pentchev To: Ken McGlothlen Cc: Tadayuki OKADA , ports@freebsd.org Subject: Re: cvs repository inconsistent? Message-ID: <20010521194628.W2781@ringworld.oblivion.bg> Mail-Followup-To: Ken McGlothlen , Tadayuki OKADA , ports@freebsd.org References: <3B09323F.E6A28068@windriver.com> <871ypiac42.fsf@ralf.artlogix.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <871ypiac42.fsf@ralf.artlogix.com>; from mcglk@artlogix.com on Mon, May 21, 2001 at 09:41:17AM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Mon, May 21, 2001 at 09:41:17AM -0700, Ken McGlothlen wrote: > Tadayuki OKADA writes: > > | Updating collection ports-all/cvs > | [...] > | Delete ports/www/jakarta-tomcat/files > | Updater failed: Cannot delete "/usr/ports/www/jakarta-tomcat/files": > | Directory not empty > | > | Is anyone having same problem? > > Got that myself last night. PR 27495 has an analysis and a fix: remove the jakarta-tomcat directory and re-cvsup. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27495 G'luck, Peter -- Nostalgia ain't what it used to be. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 9:53:22 2001 Delivered-To: freebsd-ports@freebsd.org Received: from natan.teuto.de (natan.teuto.de [212.8.199.33]) by hub.freebsd.org (Postfix) with ESMTP id 9690C37B422 for ; Mon, 21 May 2001 09:53:20 -0700 (PDT) (envelope-from andy@andy.de) Received: from ag.intra (ag.intra [10.0.0.10]) by natan.teuto.de (Postfix) with ESMTP id 44EDD13D45 for ; Mon, 21 May 2001 18:53:19 +0200 (CEST) Date: Mon, 21 May 2001 18:53:02 +0200 From: Andreas Gerstenberg To: freebsd-ports@freebsd.org Subject: Re: generic problem in ports? Message-ID: <30830000.990463982@ag.intra> In-Reply-To: X-Mailer: Mulberry/2.0.8 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org -- John Polstra wrote: [...] >>> Updater failed: Cannot delete "/usr/ports/www/jakarta-tomcat/files": >>> Directory not empty [...] > As a work-around, just delete the whole ports/www/jakarta-tomcat > subtree and run CVSup again. Make sure you're not using cvsup's > "-s" option during that run. Yes, deleting the ports/www/jakarta-tomcat subdir works. Thanks for your fast help. regards, Andy -- Andreas Gerstenberg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 9:53:54 2001 Delivered-To: freebsd-ports@freebsd.org Received: from shumai.marcuscom.com (rdu26-228-058.nc.rr.com [66.26.228.58]) by hub.freebsd.org (Postfix) with ESMTP id 095C037B422; Mon, 21 May 2001 09:53:52 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from localhost (marcus@localhost) by shumai.marcuscom.com (8.11.3/8.11.3) with ESMTP id f4LGrpY92517; Mon, 21 May 2001 12:53:51 -0400 (EDT) (envelope-from marcus@marcuscom.com) X-Authentication-Warning: shumai.marcuscom.com: marcus owned process doing -bs Date: Mon, 21 May 2001 12:53:51 -0400 (EDT) From: Joe Clarke To: Cc: Subject: Re: ports/27505: Change my email address on two of my ports In-Reply-To: <200105211645.f4LGjeQ52841@freefall.freebsd.org> Message-ID: <20010521125312.G92515-100000@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I am jclarke@cisco.com. I have many addresses, and I want to consolidate them. Thanks. I'll send a jclarke@cisco.com response to prove it. Thanks. Joe Clarke On Mon, 21 May 2001 ijliao@FreeBSD.org wrote: > Synopsis: Change my email address on two of my ports > > State-Changed-From-To: open->feedback > State-Changed-By: ijliao > State-Changed-When: Mon May 21 09:42:31 PDT 2001 > State-Changed-Why: > I've modify misc/gone > but I dont think u r the current maintainer of games/xbomber > > http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27505 > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 10: 0:21 2001 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 9DF9C37B496 for ; Mon, 21 May 2001 10:00:19 -0700 (PDT) (envelope-from fenner@FreeBSD.org) Received: (from fenner@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4LH0Jg54881 for ports@freebsd.org; Mon, 21 May 2001 10:00:19 -0700 (PDT) (envelope-from fenner) Date: Mon, 21 May 2001 10:00:19 -0700 (PDT) From: Message-Id: <200105211700.f4LH0Jg54881@freefall.freebsd.org> To: ports@freebsd.org Subject: Unfetchable distfiles reminder Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Dear porters, This is just a reminder to please periodically check the list of unfetchable distfiles at http://people.freebsd.org/~fenner/portsurvey/ . In particular, the list of ports with no MAINTAINER with distfile problems is http://people.freebsd.org/~fenner/portsurvey/ports@freebsd.org.html Since no one is responsible for these ports, the problem won't get fixed unless someone on this list takes the initiative. In addition, the list of all ports with any unfetchable distfile is http://people.freebsd.org/~fenner/portsurvey/bad.html if you don't mind coordinating your fixes with the port MAINTAINER. Thanks for your help! Bill "distfiles" Fenner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 10: 3:26 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9945837B424; Mon, 21 May 2001 10:03:24 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4LH3OE55167; Mon, 21 May 2001 10:03:24 -0700 (PDT) (envelope-from ijliao) Date: Mon, 21 May 2001 10:03:24 -0700 (PDT) From: Message-Id: <200105211703.f4LH3OE55167@freefall.freebsd.org> To: marcus@marcuscom.com, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27505: Change my email address on two of my ports Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Change my email address on two of my ports State-Changed-From-To: feedback->closed State-Changed-By: ijliao State-Changed-When: Mon May 21 10:02:58 PDT 2001 State-Changed-Why: all ok now http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27505 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 10:16:19 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ringworld.nanolink.com (ringworld.nanolink.com [195.24.48.13]) by hub.freebsd.org (Postfix) with SMTP id CC4BE37B422 for ; Mon, 21 May 2001 10:16:15 -0700 (PDT) (envelope-from roam@ringworld.nanolink.com) Received: (qmail 22881 invoked by uid 1000); 21 May 2001 17:15:27 -0000 Date: Mon, 21 May 2001 20:15:27 +0300 From: Peter Pentchev To: John Polstra Cc: freebsd-ports@FreeBSD.org, Andreas Gerstenberg , "David W. Chapman Jr." Subject: Re: generic problem in ports? Message-ID: <20010521201527.X2781@ringworld.oblivion.bg> Mail-Followup-To: John Polstra , freebsd-ports@FreeBSD.org, Andreas Gerstenberg , "David W. Chapman Jr." References: <20010521183829.T2781@ringworld.oblivion.bg> <20010521185713.U2781@ringworld.oblivion.bg> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010521185713.U2781@ringworld.oblivion.bg>; from roam@orbitel.bg on Mon, May 21, 2001 at 06:57:13PM +0300 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Mon, May 21, 2001 at 06:57:13PM +0300, Peter Pentchev wrote: > On Mon, May 21, 2001 at 08:50:02AM -0700, John Polstra wrote: > > Peter Pentchev wrote: > > > Look at http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27495 > > > A quick workaround is to remove your checkouts file (usually > > > /usr/sup/ports-all/checkouts:.) and recvsup. > > > > It's much better to remove just ports/www/jakarta-tomcat and then > > CVSup again. Make sure you don't use the "-s" option. > > Oh, ok, I just saw your other message about this, and I tried. > Yes, removing the jakarta-tomcat directory works. I'd tried > removing the files/ subdir, this failed, then I tried removing > the files/ subdir again and touching a 'files' file, and it failed, > but yes, removing the whole directory works. ..or did I speak too soon? Have you tried a second cvsup, without -s, and without removing the checkouts file, after removing the www/jakarta-tomcat directory? The first cvsup passes ok, recreates the directory properly. The second one, though, barfs with the same error message: Updating collection ports-all/cvs Delete ports/www/jakarta-tomcat/files Updater failed: Cannot delete "/usr/ports/www/jakarta-tomcat/files": Directory not empty [root@east:p0 ~/cvsup]# All subsequent attempts produce the same result, until the checkouts file is removed. G'luck, Peter -- If you think this sentence is confusing, then change one pig. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 10:40: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9B2B537B43F for ; Mon, 21 May 2001 10:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4LHe1K61020; Mon, 21 May 2001 10:40:01 -0700 (PDT) (envelope-from gnats) Received: from sclp3.sclp.com (sclp3.sclp.com [209.196.61.66]) by hub.freebsd.org (Postfix) with SMTP id B045A37B422 for ; Mon, 21 May 2001 10:39:40 -0700 (PDT) (envelope-from jason@mastaler.com) Received: (qmail 12301 invoked from network); 21 May 2001 17:39:40 -0000 Received: from localhost (HELO nightshade.la.mastaler.com) (jason@127.0.0.1) by localhost with SMTP; 21 May 2001 17:39:40 -0000 Received: (qmail 15518 invoked by uid 666); 21 May 2001 17:39:32 -0000 Message-Id: <20010521173932.15517.qmail@nightshade.la.mastaler.com> Date: 21 May 2001 17:39:32 -0000 From: jason-dated-991157500.d9dd23@mastaler.com Reply-To: jason-dated-991157500.d9dd23@mastaler.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27507: Update port: security/py-amkCrypto - change e-mail address in Makefile Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27507 >Category: ports >Synopsis: update e-mail address in Makefile >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon May 21 10:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Jason R. Mastaler >Release: FreeBSD 4.3-RELEASE i386 >Organization: >Environment: System: FreeBSD nightshade.la.mastaler.com 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Sat Apr 21 10:54:49 GMT 2001 jkh@narf.osd.bsdi.com:/usr/src/sys/compile/GENERIC i386 >Description: is getting spammed, so I need to remove this address from circulation. >How-To-Repeat: >Fix: diff -ruN /usr/ports/audio/mad/Makefile /tmp/mad/Makefile --- /usr/ports/audio/mad/Makefile Thu Apr 12 10:24:23 2001 +++ /tmp/mad/Makefile Mon May 21 11:29:36 2001 @@ -1,6 +1,6 @@ # New ports collection makefile for: mad # Date created: 18 November 2000 -# Whom: Jason R. Mastaler et al. +# Whom: Jason R. Mastaler # # $FreeBSD: ports/audio/mad/Makefile,v 1.3 2001/04/12 16:24:23 sobomax Exp $ # @@ -12,7 +12,7 @@ ftp://ftp.mars.org/pub/mpeg/ MASTER_SITE_SUBDIR= mad -MAINTAINER= jason-freebsd@mastaler.com +MAINTAINER= jason@mastaler.com LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 10:50:34 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail.inka.de (quechua.inka.de [212.227.14.2]) by hub.freebsd.org (Postfix) with ESMTP id 0DBA837B42C for ; Mon, 21 May 2001 10:50:32 -0700 (PDT) (envelope-from daemon@mips.inka.de) Received: from kemoauc.mips.inka.de (uucp@) by mail.inka.de with local-bsmtp id 151tp8-0000lZ-00; Mon, 21 May 2001 19:50:30 +0200 Received: (from daemon@localhost) by kemoauc.mips.inka.de (8.11.3/8.11.1) id f4LHkP448270 for freebsd-ports@freebsd.org; Mon, 21 May 2001 19:46:25 +0200 (CEST) (envelope-from daemon) From: naddy@mips.inka.de (Christian Weisgerber) Subject: Re: cvs repository inconsistent? Date: Mon, 21 May 2001 17:46:24 +0000 (UTC) Message-ID: <9ebk9g$1en9$1@kemoauc.mips.inka.de> References: <3B09323F.E6A28068@windriver.com> <871ypiac42.fsf@ralf.artlogix.com> <20010521194628.W2781@ringworld.oblivion.bg> Originator: naddy@mips.inka.de (Christian Weisgerber) To: freebsd-ports@freebsd.org Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Peter Pentchev wrote: > PR 27495 has an analysis and a fix: remove the jakarta-tomcat directory > and re-cvsup. This is insufficient. After removing the jakarta-tomcat directory, the next cvsup run will work, but the one after that will fail again. -- Christian "naddy" Weisgerber naddy@mips.inka.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 10:51:45 2001 Delivered-To: freebsd-ports@freebsd.org Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id D2E6037B422 for ; Mon, 21 May 2001 10:51:42 -0700 (PDT) (envelope-from dwcjr@inethouston.net) Received: from dwcjr (DWCJR.inethouston.net [216.118.21.147]) by leviathan.inethouston.net (Postfix) with ESMTP id 93ECD10F40F; Mon, 21 May 2001 12:51:45 -0500 (CDT) Message-ID: <022101c0e21e$b2522cc0$931576d8@inethouston.net> From: "David W. Chapman Jr." To: "Christian Weisgerber" , References: <3B09323F.E6A28068@windriver.com> <871ypiac42.fsf@ralf.artlogix.com> <20010521194628.W2781@ringworld.oblivion.bg> <9ebk9g$1en9$1@kemoauc.mips.inka.de> Subject: Re: cvs repository inconsistent? Date: Mon, 21 May 2001 12:51:43 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org ----- Original Message ----- From: "Christian Weisgerber" To: Sent: Monday, May 21, 2001 12:46 PM Subject: Re: cvs repository inconsistent? > Peter Pentchev wrote: > > > PR 27495 has an analysis and a fix: remove the jakarta-tomcat directory > > and re-cvsup. > > This is insufficient. After removing the jakarta-tomcat directory, > the next cvsup run will work, but the one after that will fail > again. > If you read the pr it tells you to delete something other than the jakarta-tomcat directory. This other file listed in that pr does fix the problem once deleted. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 10:51:56 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ringworld.nanolink.com (ringworld.nanolink.com [195.24.48.13]) by hub.freebsd.org (Postfix) with SMTP id C7AD937B422 for ; Mon, 21 May 2001 10:51:53 -0700 (PDT) (envelope-from roam@orbitel.bg) Received: (qmail 26360 invoked by uid 1000); 21 May 2001 17:51:05 -0000 Date: Mon, 21 May 2001 20:51:05 +0300 From: Peter Pentchev To: Christian Weisgerber Cc: freebsd-ports@freebsd.org Subject: Re: cvs repository inconsistent? Message-ID: <20010521205105.Z2781@ringworld.oblivion.bg> Mail-Followup-To: Christian Weisgerber , freebsd-ports@freebsd.org References: <3B09323F.E6A28068@windriver.com> <871ypiac42.fsf@ralf.artlogix.com> <20010521194628.W2781@ringworld.oblivion.bg> <9ebk9g$1en9$1@kemoauc.mips.inka.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <9ebk9g$1en9$1@kemoauc.mips.inka.de>; from naddy@mips.inka.de on Mon, May 21, 2001 at 05:46:24PM +0000 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Mon, May 21, 2001 at 05:46:24PM +0000, Christian Weisgerber wrote: > Peter Pentchev wrote: > > > PR 27495 has an analysis and a fix: remove the jakarta-tomcat directory > > and re-cvsup. > > This is insufficient. After removing the jakarta-tomcat directory, > the next cvsup run will work, but the one after that will fail > again. Yes, confirmed here. Removing the checkouts file still works, though. G'luck, Peter -- This sentence every third, but it still comprehensible. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 11: 0:56 2001 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 6C9CD37B43F for ; Mon, 21 May 2001 11:00:27 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4LI0PB63541 for freebsd-ports@freebsd.org; Mon, 21 May 2001 11:00:25 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 21 May 2001 11:00:25 -0700 (PDT) Message-Id: <200105211800.f4LI0PB63541@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: FreeBSD ports list Subject: Current unassigned ports problem reports Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Current FreeBSD problem reports The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. Bugs can be in one of several states: o - open A problem report has been submitted, no sanity checking performed. a - analyzed The report has been examined by a team member and evaluated. f - feedback The problem has been solved, and the originator has been given a patch or a fix has been committed. The PR remains in this state pending a response from the originator. s - suspended The problem is not being worked on. This is a prime candidate for somebody who is looking for a project to do. If the problem cannot be solved at all, it will be closed, rather than suspended. c - closed A problem report is closed when any changes have been integrated, documented, and tested. Critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2001/02/19] ports/25224 ports pth-1.3.7 hides /usr/include/pthread.h f [2001/04/26] ports/26888 ports tk-8.2.3 port will not build, package ino o [2001/05/02] ports/27036 ports All Ports using Mesa3 are required with - o [2001/05/07] ports/27186 ports Firebird's gbak failed at make install o [2001/05/18] ports/27427 ports mozilla-fonts can't get its distfile 5 problems total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1999/11/11] ports/14826 ports security/fwtk smapd calls sendmail with w o [2000/08/24] ports/20819 ports XFMail 1.4.0 dumps core w/signal 6 when c f [2000/09/08] ports/21126 ports httpd warnings regarding attempts to free a [2000/10/30] ports/22421 ports New port: Enhydra 3.1 beta 1 o [2000/11/08] ports/22695 ports MAKEDEV has no entry for cfs0, the device o [2000/11/20] ports/22977 ports kmp3 has a problem o [2000/11/26] ports/23125 ports Successful emulation of StarOffice depend o [2000/12/07] ports/23357 ports New port: java/jakarta-regexp o [2000/12/07] ports/23358 ports New port: java/jakarta-oro o [2000/12/09] ports/23401 ports NetHack 3.3.1 with GNOME support o [2000/12/11] ports/23487 ports Rel. 4.1.1 w/ an IPFW NAT implementation o [2000/12/12] ports/23513 ports openldap-1.2.11_1 defaults its data direc o [2000/12/15] ports/23564 ports games/omega and print/teTeX both install o [2000/12/20] ports/23701 ports XpostitPlus fails when height or width is f [2000/12/26] ports/23878 ports New port: IO - various IO modules o [2001/01/01] ports/23992 ports infinite recursion in rtelnet, setupterm( a [2001/01/09] ports/24190 ports [NEW PORT] kde-18n polish internationaliz o [2001/01/19] ports/24459 ports New port: package for the solution of PDE o [2001/01/31] ports/24753 ports Pipsecd may get a tun device with the IFH f [2001/02/02] ports/24800 ports When i trying to compile mysql323-server a [2001/02/08] ports/24948 ports New port: Orchard - innovative, lightweig o [2001/02/14] ports/25102 ports depends on 'wrong' openldap s [2001/02/16] ports/25155 ports `ASSERTION FAILED' errors with security/p o [2001/02/25] ports/25374 ports A new port math/atlas highly optimized BL o [2001/03/02] ports/25492 ports patche of CLISP f [2001/03/11] ports/25718 ports Missing xmkmf in XFree86-4.0.1,fix this b o [2001/03/29] ports/26207 ports Selecting KDE in sysinstall as GUI env do o [2001/03/31] ports/26262 ports jgnat is broken o [2001/04/09] ports/26464 ports Citrix client no longer reads files in lo f [2001/04/21] ports/26751 ports gnucash from FreeBSD package doesn't seem o [2001/04/24] ports/26815 ports fix a fetch problem o [2001/04/27] ports/26891 ports Star Office 5.2 doesn't run after install o [2001/04/27] ports/26894 ports omniORB 3.0.3 servers die when using Free o [2001/05/04] ports/27073 ports devel/jakarta-ant doesn't work out of the o [2001/05/04] ports/27086 ports OpenSSH does not set X11 forwarding a [2001/05/05] ports/27102 ports lzo-1.07 port broken o [2001/05/06] ports/27157 ports New-port: A dockable clock applet for Win a [2001/05/06] ports/27162 ports =09New port: WMaker dockapp which display o [2001/05/08] ports/27202 ports mail/pine sucks rocks when saving over NF o [2001/05/08] ports/27203 ports mail/cclient sucks rocks when saving over o [2001/05/08] ports/27204 ports rplayd complains about pcm mixer device o o [2001/05/15] ports/27358 ports Naming scheme for JDK ports (java) o [2001/05/15] ports/27367 ports pgp4pine has a wrong named file o [2001/05/17] ports/27417 ports ports/net/etherboot port looks broken o [2001/05/21] ports/27496 ports update for qmailanalog port o [2001/05/21] ports/27501 ports Update port: java/orion 46 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1999/04/09] ports/11048 ports variable not initialized in fwtk-lib lead o [2000/03/09] ports/17293 ports samba port installs man-pages twice, fail o [2000/03/19] ports/17489 ports Zephyr port is broken with Kerberos enabl a [2000/05/30] ports/18911 ports New port - plptools o [2000/07/09] ports/19806 ports error message w/xcdplayer: ioctl (cdromr a [2000/08/10] ports/20520 ports New port: lang/mercury o [2000/08/14] ports/20601 ports DESTDIR and /etc/shells a [2000/08/14] ports/20610 ports New port of cgoban2 o [2000/08/16] ports/20644 ports Installation of port DAP requires compat3 f [2000/09/02] ports/21003 ports New Port, modification of tcopy a [2000/09/04] ports/21021 ports graphics/quickpics bogus colorspace error f [2000/09/10] ports/21179 ports New port: math/gul-vdog-qt f [2000/09/16] ports/21313 ports vmwarIPv6 and vmware2 panic: Fatal trap 1 f [2000/09/18] ports/21346 ports ports/biology/platon a [2000/09/18] ports/21356 ports New port: mbone/rat30 (rat-3.0.35), the s o [2000/09/24] ports/21516 ports New FreeBSD port for Fuzz o [2000/10/12] ports/21941 ports MPI programs compiled with NAG F95 die wi f [2000/10/17] ports/22047 ports New port: lang/t3x-680 o [2000/10/19] ports/22107 ports New port: japanese/emacs20-emcws f [2000/10/21] ports/22205 ports /ports/misc/moviedb core dumps when Title o [2000/10/25] ports/22288 ports mod_perl dependancy missing from p5-HTML- a [2000/10/25] ports/22295 ports lua 4.0 beta port f [2000/10/28] ports/22379 ports New port: libudbc f [2000/10/28] ports/22381 ports New port: misc/mango o [2000/11/04] ports/22605 ports xmcd port depends on mailx port f [2000/11/07] ports/22683 ports New port net/dnip-update o [2000/11/08] ports/22704 ports cyrus and cyrus-sasl both install pwcheck f [2000/11/08] ports/22706 ports Update driver f [2000/11/15] ports/22878 ports piewm doesn't build f [2000/11/20] ports/22970 ports New Port : textproc/py2html f [2000/11/28] ports/23151 ports NEW PORT : sysutils/wake-on-lan a [2000/12/02] ports/23232 ports gettext/xview port collision o [2000/12/05] ports/23298 ports New port: lame-devel 3.87 a [2000/12/12] ports/23499 ports [NEW PORT]: Two LaTeX macro package ports o [2000/12/18] ports/23634 ports QuakeForge --with-svga= not works o [2000/12/20] ports/23685 ports Fxtv always starts with apectlock true f [2000/12/22] ports/23753 ports [PATCH] audio/mxv has unfetchable distfil o [2000/12/22] ports/23770 ports There is not an IPv6 + SSL lynx a [2000/12/22] ports/23780 ports New port (audio/ecawave): Simple graphica f [2001/01/02] ports/24021 ports New port: textproc/p5-Sort-PolySort (Gene o [2001/01/10] ports/24216 ports new port: kde-i18n-pl a [2001/01/10] ports/24237 ports new port: kde-i18n-pl a [2001/01/11] ports/24262 ports new port: slrn-pl, slrn with polish langu o [2001/01/12] ports/24299 ports Configure the synaptics touchpad. f [2001/01/16] ports/24395 ports Date object is not deserialized correct o [2001/01/17] ports/24417 ports skin support not working without unzip o [2001/01/23] ports/24580 ports cfengine giving errors when invoked a [2001/01/26] ports/24660 ports New port: Xerces-C 1.3.0 o [2001/01/27] misc/24687 ports QUAKE FORGE & SVGALIB o [2001/01/28] ports/24692 ports setquota port is broken on 4.2 STABLE a [2001/01/29] ports/24713 ports New port: xmotd - message-of-the-day brow a [2001/01/30] ports/24736 ports New port: SGI's open inventor (graphics/i o [2001/01/30] ports/24747 ports new port: MicroEmacs 4.0/PK-TOY f [2001/02/05] ports/24885 ports Update Port: audio/icecast o [2001/02/08] ports/24951 ports New port: devel/omniORB-Notify o [2001/02/09] ports/24976 ports gemdropx port is missing a dependency on o [2001/02/10] ports/24987 ports New port: Courier mail server. o [2001/02/10] ports/24991 ports New port: eudc-emacs20 a [2001/02/13] ports/25087 ports new port: net/icq-transport a [2001/02/13] ports/25091 ports new port: net/yahoo-transport a [2001/02/16] ports/25139 ports [MAINTAINER UPDATE] audio/lopster 0.9.7_1 o [2001/02/16] ports/25154 ports atmel AVR microcontroller in-circuit prog a [2001/02/17] ports/25177 ports New port: java/jdbcpool-current f [2001/02/19] ports/25219 ports New port: plist-builder o [2001/02/24] ports/25342 ports saint: user authentication fails in remot o [2001/02/25] ports/25351 ports x11/colorsel fails to build o [2001/02/27] ports/25419 ports Difficulties installing print/teTeX port o [2001/02/28] ports/25448 ports mpmf20 fails to correctly display the dir a [2001/03/05] ports/25560 ports New port: ftp/kbear: An ftp client for KD f [2001/03/05] ports/25562 ports [UPDATE] net/radiusd-cistron o [2001/03/09] ports/25643 ports "incompatible pointer" in RgbSink.c for x a [2001/03/11] ports/25698 ports [PATCH] Update lopster port to 0.9.8 a [2001/03/11] ports/25704 ports www/webstone - change maintainer o [2001/03/11] ports/25708 ports pine4 port hard-code /usr/local/include o [2001/03/11] ports/25710 ports New port: news/slrn-pl, slrn with polish o [2001/03/11] ports/25717 ports Update to xforms port o [2001/03/13] ports/25773 ports omniORB-Notify update to 3.0.3 o [2001/03/18] ports/25911 ports flash plugin for freebsd netscape 4.7 cra a [2001/03/21] ports/25983 ports New port: databases/py-bsddb3 o [2001/03/22] ports/25993 ports New port editors/gnuserv-emacs20 o [2001/03/23] ports/26039 ports The port of tidy dumped core o [2001/03/26] ports/26092 ports ksh93 port not installing properly o [2001/03/27] ports/26154 ports databases/firebird doesn't compile o [2001/03/28] ports/26192 ports apel appeared both in xemacs/site-package o [2001/03/29] ports/26200 ports Update port: devel/py-coro a [2001/04/01] ports/26274 ports New port: Perl/TK Jabber client a [2001/04/02] ports/26292 ports New port: Version 3 of Squeak, the Smallt a [2001/04/02] ports/26297 ports New port: devel/florist a [2001/04/03] ports/26313 ports New Port: german/eagle: A tool for design o [2001/04/04] ports/26353 ports Update port: devel/py-htmlkit o [2001/04/05] ports/26372 ports ImageMagick 5.3.0 Port doesn't build when o [2001/04/06] ports/26387 ports numerous fixes and improvements to micq-0 a [2001/04/08] ports/26447 ports New Port: net/py-xmlrpc o [2001/04/09] ports/26455 ports New port: games/conquest: A multiplayer c f [2001/04/10] ports/26472 ports Update of the jed port to a newer version o [2001/04/12] ports/26511 ports New port: mail/emh-emacs20,emh-xemacs21-m a [2001/04/13] ports/26530 ports New port: editors/ted: An easy to use ric o [2001/04/13] ports/26542 ports kscd - part of KDE2.1.1 as package for 4. f [2001/04/13] ports/26544 ports Update of AucTeX port a [2001/04/16] ports/26628 ports New port: audio/qtecasound, well done o [2001/04/17] ports/26642 ports (Corrected) New port: russian/tac+ia o [2001/04/18] ports/26670 ports ports/biology/molden has a checksum error o [2001/04/18] ports/26671 ports New Port :mail/isoqlog Qmail Log anaylzer o [2001/04/18] ports/26675 ports postfix-current does not load at startup o [2001/04/18] ports/26676 ports Update port: audio/libshout to 1.0.5 o [2001/04/18] ports/26677 ports New port: Shout - Perl glue for libshout f [2001/04/19] ports/26700 ports icecast gobbling up 80% of the CPU o [2001/04/20] ports/26730 ports Fix port: sysutils/wmavgload o [2001/04/21] ports/26759 ports databases/pgaccess port superfluous o [2001/04/22] ports/26769 ports New port: net/py-xmlrpc o [2001/04/22] ports/26773 ports Update editors/joe to version 2.9.6 o [2001/04/22] ports/26776 ports new port o [2001/04/22] ports/26782 ports new port - pronto, a mail client o [2001/04/23] ports/26790 ports PATCH o [2001/04/23] ports/26793 ports New port: java/ibm-jdk o [2001/04/23] ports/26801 ports cyrus port should add periodic file to pr o [2001/04/23] ports/26807 ports The mozilla 0.8.1 ports build fails under o [2001/04/23] ports/26811 ports librep/gtkhtml instal o [2001/04/24] ports/26820 ports devel/jakarta-ant dependence on crimson p o [2001/04/24] ports/26823 ports New port: irc/py-irclib o [2001/04/24] ports/26824 ports grep works wrong in apsfilter's SETUP o [2001/04/24] ports/26825 ports port xmms-avi won't compile libavixmms.so o [2001/04/24] ports/26828 ports Feature request for x11-related ports var o [2001/04/25] ports/26865 ports kpilot requires kdecore3 lib even when kd o [2001/04/25] ports/26867 ports New port: textproc/p5-HTML-Format o [2001/04/25] ports/26868 ports New port: mail/demime o [2001/04/26] ports/26884 ports new port for visualworks 5i.3 o [2001/04/26] ports/26889 ports New port: pam_ldap by padl.com for authen o [2001/04/27] ports/26904 ports New port(?): net/everybuddy-i18n (i18n pa o [2001/04/27] ports/26908 ports New Port: mpqc a quantum chemistry progra o [2001/04/28] ports/26911 ports New Port - System Maintenance scripts in a [2001/04/28] ports/26926 ports (NEW PORT) osg - Open Scene Graph o [2001/04/28] ports/26927 ports (NEW PORT) gctpc - USGS General Cartograp o [2001/04/28] ports/26928 ports (NEW PORT) ProjectionLib - C++ wrapper fo o [2001/04/28] ports/26930 ports (NEW PORT) Virtual Terrain SDK o [2001/04/28] ports/26931 ports (NEW PORT) Virtual Terrain Applications o [2001/04/29] ports/26957 ports [NEW PORT] security/pam_mount o [2001/04/29] ports/26967 ports [PATCH] deskutils/xwrits is outdated/brok o [2001/04/29] ports/26968 ports New port: devel/p5-Cache-Cache (Cache::Ca o [2001/04/30] ports/26983 ports can't compile libwww o [2001/04/30] ports/26986 ports New port: japanese/pycodec o [2001/04/30] ports/26987 ports Port update: graphics/avifile to CVS vers o [2001/04/30] ports/26988 ports New port: korean/pycodec o [2001/04/30] ports/26991 ports New port: deskutils/jlj o [2001/04/30] ports/26997 ports Update/New port: math/scilab 2.6 o [2001/05/01] ports/27022 ports NEW PORT: System maintenance package in P o [2001/05/02] ports/27032 ports [mnt port update] www/p5-HTML-Embperl o [2001/05/02] ports/27038 ports Postfix ports don't install the rmail scr o [2001/05/02] ports/27049 ports ports/net/rinetd not correctly became a d o [2001/05/03] ports/27065 ports databases/db3 shared libraries & symbolic a [2001/05/03] ports/27071 ports New Port: uf-view (GTK app for viewing on o [2001/05/04] ports/27075 ports Port java/javavmwrapper installs no man p o [2001/05/04] ports/27079 ports Improvements for javavmwrapper? o [2001/05/06] ports/27160 ports [PATCH] Add maildir support to pine port o [2001/05/06] ports/27165 ports ETHOberonV4 directory specification for f o [2001/05/06] ports/27166 ports pcnfsd.tar.Z doesn't exist o [2001/05/06] ports/27167 ports ETHOberonV4 won't run o [2001/05/06] ports/27168 ports ETHLinuxOberon.tgz isn't available o [2001/05/06] ports/27171 ports [MAINTAINER UPDATE] mail/postfix-current o [2001/05/07] ports/27184 ports Incorrect md5 sum for linux-realplayer po o [2001/05/07] ports/27187 ports add linux ioctl handler to dri xf86-403 c o [2001/05/07] ports/27189 ports ports/comms/hylafax completely broken a [2001/05/08] ports/27199 ports xbuffy version up o [2001/05/08] ports/27206 ports ports/astro/xtide missing harmonics.gz f o [2001/05/08] ports/27207 ports New Port: sysutils/userlist o [2001/05/08] ports/27212 ports update port: security/saint o [2001/05/08] ports/27221 ports graphics/s10sh port needs update [MAINTAI o [2001/05/09] ports/27226 ports 10 fingers blind keyboard practicer. o [2001/05/09] ports/27228 ports Update cdrdao to 1.1.5. From maintainer. o [2001/05/09] ports/27233 ports [MAINTAINER UPDATE] games/gnomekiss port o [2001/05/09] ports/27239 ports Update ports: mbone/vic 2.8ucl-1.1.3 o [2001/05/09] ports/27241 ports ports/games/pysol-cardsets - port correct o [2001/05/10] ports/27249 ports [MAINTAINER UPDATE] deskutils/mhc-emacs20 o [2001/05/10] ports/27255 ports update www/oops from 1.5.17 to 1.5.18 o [2001/05/10] ports/27256 ports mod_php4 doesn't include pspell support i o [2001/05/11] ports/27267 ports New port: www/zope-zwiki a [2001/05/11] ports/27272 ports New Port: John McCalpin's STREAM Benchmar o [2001/05/11] ports/27273 ports Update port by maintainer: biology/nab o [2001/05/12] ports/27291 ports Bluefish port doesn't build mo files o [2001/05/12] ports/27295 ports New port xkbset o [2001/05/13] ports/27300 ports ImageMagick-5.3.1 doesn't build on 4.2 o [2001/05/13] ports/27302 ports Update port: devel/viewcvs - new version, o [2001/05/13] ports/27305 ports problem with drop downs in linux-netscape o [2001/05/13] ports/27307 ports patch for mail/rblcheck ignores quiet fla o [2001/05/13] ports/27309 ports Bad pod2man command in the rlytest port o [2001/05/13] ports/27310 ports Updated port: mail/elm+ME - 2.4ME+92 o [2001/05/14] ports/27313 ports New port to ports collection: Geheimnis-2 o [2001/05/14] ports/27322 ports update o [2001/05/14] pending/27324ports Port out of date o [2001/05/14] ports/27328 ports new port: stone - Simple TCP/UDP Packet R o [2001/05/14] ports/27329 ports New ports: mbone/relate o [2001/05/15] ports/27332 ports New port: swedish/staroffice52 o [2001/05/15] ports/27335 ports New port: The module provides a simple i o [2001/05/15] ports/27337 ports UPDATE www/tcphttpd missing man page o [2001/05/15] ports/27366 ports Small bug in dvipdfm o [2001/05/16] ports/27376 ports NEW PORT: emulators/zsnes o [2001/05/16] ports/27378 ports ports/audio/id3ren MASTERSITE directories o [2001/05/16] ports/27381 ports Update port: editors/nano o [2001/05/16] ports/27394 ports [MAINTAINER UPDATE] games/gnomekiss port o [2001/05/16] ports/27396 ports New port based on Espen Skoglund's 200 o [2001/05/19] ports/27455 ports New port of everybuddy 0.2.1beta3 o [2001/05/19] ports/27461 ports UPDATE misc/dnetc o [2001/05/19] ports/27462 ports New port net/iperf o [2001/05/20] ports/27464 ports New Port: databases/adodb o [2001/05/20] ports/27465 ports Update port: security/pgpdump o [2001/05/20] ports/27466 ports New port audio/gnowavcut o [2001/05/20] ports/27468 ports Update port: japanese/mutt-devel 1.3.17.j o [2001/05/20] ports/27472 ports Spelling fixes o [2001/05/20] ports/27473 ports when I install the package XFree86-4.0.3_ o [2001/05/20] ports/27477 ports IglooFTP uses Tux in certain icons o [2001/05/20] ports/27478 ports Updated port: net/isc-dhcp3 (3.0.r7) o [2001/05/20] ports/27484 ports New port: net/p5-File-Rsync o [2001/05/20] ports/27487 ports New port: math/p5-Set-Scalar o [2001/05/20] ports/27488 ports windowmaker-i18n update to 0.65.0 o [2001/05/21] ports/27494 ports mail/ezmlm-web cannot retrieve distfiles o [2001/05/21] ports/27499 ports ports/japanese/zipcodes has a checksum er o [2001/05/21] ports/27500 ports New port: archivers/xpk (The eXternal Pac o [2001/05/21] ports/27507 ports update e-mail address in Makefile 232 problems total. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 11:20: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A6B4B37B43C for ; Mon, 21 May 2001 11:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4LIK2i69917; Mon, 21 May 2001 11:20:02 -0700 (PDT) (envelope-from gnats) Received: from yertle.kciLink.com (yertle.kcilink.com [216.194.193.105]) by hub.freebsd.org (Postfix) with ESMTP id 054A437B43E for ; Mon, 21 May 2001 11:11:32 -0700 (PDT) (envelope-from khera@kciLink.com) Received: from onceler.kciLink.com (onceler.kciLink.com [216.194.193.106]) by yertle.kciLink.com (Postfix) with ESMTP id AA84B2E460 for ; Mon, 21 May 2001 14:11:28 -0400 (EDT) Received: (from khera@localhost) by onceler.kciLink.com (8.11.3/8.11.3) id f4LIBSe94809; Mon, 21 May 2001 14:11:28 -0400 (EDT) (envelope-from khera) Message-Id: <200105211811.f4LIBSe94809@onceler.kciLink.com> Date: Mon, 21 May 2001 14:11:28 -0400 (EDT) From: Reply-To: khera@kciLink.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27508: tomcat port tries to delete itself after checkout Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27508 >Category: ports >Synopsis: cvsup of ports is broken with tomcat >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon May 21 11:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Vivek Khera >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD onceler.kciLink.com 4.3-STABLE FreeBSD 4.3-STABLE #3: Wed May 2 13:09:53 EDT 2001 khera@yertle.kciLink.com:/u/yertle2/usr.obj/amd/onceler/u/onceler1/usr/src/sys/ONCELER i386 >Description: ports cvsup dies at tomcat. >How-To-Repeat: run cvsup on ports-all: Updating collection ports-all/cvs Edit ports/games/xbomber/Makefile Add delta 1.7 2001.05.21.17.02.49 ijliao Checkout ports/www/jakarta-tomcat/files/patch-aa Checkout ports/www/jakarta-tomcat/files/patch-ab Checkout ports/www/jakarta-tomcat/files/tomcat.sh Delete ports/www/jakarta-tomcat/files Updater failed: Cannot delete "/u/onceler1/usr/ports/www/jakarta-tomcat/files": Directory not empty then cvsup dies. >Fix: fix the respository?!?!? don't know >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 11:30: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0AE4037B43C for ; Mon, 21 May 2001 11:30:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4LIU3V71159; Mon, 21 May 2001 11:30:03 -0700 (PDT) (envelope-from gnats) Date: Mon, 21 May 2001 11:30:03 -0700 (PDT) Message-Id: <200105211830.f4LIU3V71159@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "David W. Chapman Jr." Subject: Re: ports/27508: tomcat port tries to delete itself after checkout Reply-To: "David W. Chapman Jr." Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/27508; it has been noted by GNATS. From: "David W. Chapman Jr." To: , Cc: Subject: Re: ports/27508: tomcat port tries to delete itself after checkout Date: Mon, 21 May 2001 13:22:06 -0500 There's already a pr open for this with a fix at the bottom, see http://www.freebsd.org/cgi/query-pr.cgi?pr=27495 ----- Original Message ----- From: To: Sent: Monday, May 21, 2001 1:11 PM Subject: ports/27508: tomcat port tries to delete itself after checkout > > >Number: 27508 > >Category: ports > >Synopsis: cvsup of ports is broken with tomcat > >Confidential: no > >Severity: critical > >Priority: high > >Responsible: freebsd-ports > >State: open > >Quarter: > >Keywords: > >Date-Required: > >Class: sw-bug > >Submitter-Id: current-users > >Arrival-Date: Mon May 21 11:20:01 PDT 2001 > >Closed-Date: > >Last-Modified: > >Originator: Vivek Khera > >Release: FreeBSD 4.3-STABLE i386 > >Organization: > >Environment: > System: FreeBSD onceler.kciLink.com 4.3-STABLE FreeBSD 4.3-STABLE #3: Wed May 2 13:09:53 EDT 2001 khera@yertle.kciLink.com:/u/yertle2/usr.obj/amd/onceler/u/onceler1/usr/src/s ys/ONCELER i386 > > > > >Description: > > ports cvsup dies at tomcat. > > >How-To-Repeat: > > run cvsup on ports-all: > > Updating collection ports-all/cvs > Edit ports/games/xbomber/Makefile > Add delta 1.7 2001.05.21.17.02.49 ijliao > Checkout ports/www/jakarta-tomcat/files/patch-aa > Checkout ports/www/jakarta-tomcat/files/patch-ab > Checkout ports/www/jakarta-tomcat/files/tomcat.sh > Delete ports/www/jakarta-tomcat/files > Updater failed: Cannot delete "/u/onceler1/usr/ports/www/jakarta-tomcat/files": Directory not empty > > then cvsup dies. > > >Fix: > > fix the respository?!?!? don't know > >Release-Note: > >Audit-Trail: > >Unformatted: > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 11:30:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 553EA37B43E; Mon, 21 May 2001 11:30:06 -0700 (PDT) (envelope-from greid@FreeBSD.org) Received: (from greid@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4LIU6271174; Mon, 21 May 2001 11:30:06 -0700 (PDT) (envelope-from greid) Date: Mon, 21 May 2001 11:30:06 -0700 (PDT) From: Message-Id: <200105211830.f4LIU6271174@freefall.freebsd.org> To: alexs@snark.rinet.ru, greid@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27391: /usr/ports/INDEX does not reflects last ports updates Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: /usr/ports/INDEX does not reflects last ports updates State-Changed-From-To: open->closed State-Changed-By: greid State-Changed-When: Mon May 21 11:26:38 PDT 2001 State-Changed-Why: ports/INDEX is updated weekly. If this isn't frequent enough for you, you can do it on your local machine (cd /usr/ports; make index). It takes quite a while, however. Responsible-Changed-From-To: gnats-admin->freebsd-ports Responsible-Changed-By: greid Responsible-Changed-When: Mon May 21 11:26:38 PDT 2001 Responsible-Changed-Why: Misfiled http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27391 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 11:31:52 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1A7A937B43E; Mon, 21 May 2001 11:31:51 -0700 (PDT) (envelope-from greid@FreeBSD.org) Received: (from greid@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4LIVp771485; Mon, 21 May 2001 11:31:51 -0700 (PDT) (envelope-from greid) Date: Mon, 21 May 2001 11:31:51 -0700 (PDT) From: Message-Id: <200105211831.f4LIVp771485@freefall.freebsd.org> To: greid@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27377: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Responsible-Changed-From-To: gnats-admin->freebsd-ports Responsible-Changed-By: greid Responsible-Changed-When: Mon May 21 11:31:20 PDT 2001 Responsible-Changed-Why: Misfiled http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27377 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 11:35: 0 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CB06C37B43C; Mon, 21 May 2001 11:34:58 -0700 (PDT) (envelope-from ade@FreeBSD.org) Received: (from ade@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4LIYwL72007; Mon, 21 May 2001 11:34:58 -0700 (PDT) (envelope-from ade) Date: Mon, 21 May 2001 11:34:58 -0700 (PDT) From: Message-Id: <200105211834.f4LIYwL72007@freefall.freebsd.org> To: khera@kciLink.com, ade@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27508: cvsup of ports is broken with tomcat Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: cvsup of ports is broken with tomcat State-Changed-From-To: open->closed State-Changed-By: ade State-Changed-When: Mon May 21 11:34:35 PDT 2001 State-Changed-Why: Duplicate of PR 27495. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27508 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 11:37:32 2001 Delivered-To: freebsd-ports@freebsd.org Received: from casimir.physics.purdue.edu (casimir.physics.purdue.edu [128.210.146.111]) by hub.freebsd.org (Postfix) with ESMTP id 1CC6237B424; Mon, 21 May 2001 11:37:28 -0700 (PDT) (envelope-from will@physics.purdue.edu) Received: by casimir.physics.purdue.edu (Postfix, from userid 1000) id 610DF18A4F; Mon, 21 May 2001 13:32:01 -0500 (EST) Date: Mon, 21 May 2001 13:32:01 -0500 From: Will Andrews To: greid@FreeBSD.ORG Cc: alexs@snark.rinet.ru, gnats-admin@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/27391: /usr/ports/INDEX does not reflects last ports updates Message-ID: <20010521133201.B19376@casimir.physics.purdue.edu> Reply-To: Will Andrews References: <200105211830.f4LIU6271174@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.15i In-Reply-To: <200105211830.f4LIU6271174@freefall.freebsd.org>; from greid@FreeBSD.ORG on Mon, May 21, 2001 at 11:30:06AM -0700 X-Operating-System: Linux 2.2.18 sparc64 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Mon, May 21, 2001 at 11:30:06AM -0700, greid@FreeBSD.ORG wrote: > State-Changed-From-To: open->closed > State-Changed-By: greid > State-Changed-When: Mon May 21 11:26:38 PDT 2001 > State-Changed-Why: > ports/INDEX is updated weekly. If this isn't frequent enough for you, you can > do it on your local machine (cd /usr/ports; make index). It takes quite a > while, however. Not really weekly -- more often "whenever Satoshi feels like it." ;-) The last INDEX sync was 17 days ago... Anyway, this isn't a simple problem to solve, as much as people would like to believe... :) -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 11:40:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 92B8E37B625 for ; Mon, 21 May 2001 11:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4LIe1b72574; Mon, 21 May 2001 11:40:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1F73C37B422 for ; Mon, 21 May 2001 11:32:54 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4LIWsA71649; Mon, 21 May 2001 11:32:54 -0700 (PDT) (envelope-from nobody) Message-Id: <200105211832.f4LIWsA71649@freefall.freebsd.org> Date: Mon, 21 May 2001 11:32:54 -0700 (PDT) From: andrews@powersurfr.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/27509: Update apache13 port to 1.3.20 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27509 >Category: ports >Synopsis: Update apache13 port to 1.3.20 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon May 21 11:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Paul Andrews >Release: 4.3-RELEASE >Organization: N/A >Environment: FreeBSD hexadecimal.extorted.ca 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Sat Apr 21 10:54:49 GMT 2001 jkh@narf.osd.bsdi.com:/usr/src/sys/compile/GENERIC i386 >Description: Update the current port from 1.3.19 to 1.3.20 >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 Mon May 21 11:42:52 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AA1A937B422; Mon, 21 May 2001 11:42:50 -0700 (PDT) (envelope-from ade@FreeBSD.org) Received: (from ade@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4LIgo072952; Mon, 21 May 2001 11:42:50 -0700 (PDT) (envelope-from ade) Date: Mon, 21 May 2001 11:42:50 -0700 (PDT) From: Message-Id: <200105211842.f4LIgo072952@freefall.freebsd.org> To: andrews@powersurfr.com, ade@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27509: Update apache13 port to 1.3.20 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update apache13 port to 1.3.20 State-Changed-From-To: open->closed State-Changed-By: ade State-Changed-When: Mon May 21 11:42:06 PDT 2001 State-Changed-Why: Content-free PR. Patches good, Empty space bad. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27509 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 12:11:12 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mta06-svc.ntlworld.com (mta06-svc.ntlworld.com [62.253.162.46]) by hub.freebsd.org (Postfix) with ESMTP id 1D85E37B424; Mon, 21 May 2001 12:11:10 -0700 (PDT) (envelope-from greid@FreeBSD.org) Received: from sobek.openirc.co.uk ([62.252.12.194]) by mta06-svc.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP id <20010521191108.TNUT285.mta06-svc.ntlworld.com@sobek.openirc.co.uk>; Mon, 21 May 2001 20:11:08 +0100 Date: Mon, 21 May 2001 20:11:06 +0100 (BST) From: George Reid X-Sender: greid@sobek.openirc.co.uk To: Will Andrews Cc: alexs@snark.rinet.ru, gnats-admin@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/27391: /usr/ports/INDEX does not reflects last ports updates In-Reply-To: <20010521133201.B19376@casimir.physics.purdue.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Mon, 21 May 2001, Will Andrews wrote: > Not really weekly -- more often "whenever Satoshi feels like it." ;-) > The last INDEX sync was 17 days ago... OK, for large values of "week", then :) greid To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 12:23:17 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3415D37B424; Mon, 21 May 2001 12:23:16 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4LJNF590790; Mon, 21 May 2001 12:23:15 -0700 (PDT) (envelope-from alex) Date: Mon, 21 May 2001 12:23:15 -0700 (PDT) From: Message-Id: <200105211923.f4LJNF590790@freefall.freebsd.org> To: ernst@heinz.jollem.com, alex@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27501: Update port: java/orion Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: java/orion State-Changed-From-To: open->closed State-Changed-By: alex State-Changed-When: Mon May 21 12:22:01 PDT 2001 State-Changed-Why: Commited, thansk http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27501 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 12:24:43 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F055437B424; Mon, 21 May 2001 12:24:41 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4LJOfc92090; Mon, 21 May 2001 12:24:41 -0700 (PDT) (envelope-from alex) Date: Mon, 21 May 2001 12:24:41 -0700 (PDT) From: Message-Id: <200105211924.f4LJOfc92090@freefall.freebsd.org> To: stijn@win.tue.nl, alex@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27376: NEW PORT: emulators/zsnes Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: NEW PORT: emulators/zsnes State-Changed-From-To: open->closed State-Changed-By: alex State-Changed-When: Mon May 21 12:24:25 PDT 2001 State-Changed-Why: Obsolted PR http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27376 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 12:27: 0 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5D1C037B424; Mon, 21 May 2001 12:26:59 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4LJQub94171; Mon, 21 May 2001 12:26:56 -0700 (PDT) (envelope-from alex) Date: Mon, 21 May 2001 12:26:56 -0700 (PDT) From: Message-Id: <200105211926.f4LJQub94171@freefall.freebsd.org> To: umeno@rr.iij4u.or.jp, alex@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27394: [MAINTAINER UPDATE] games/gnomekiss port update (gnomekiss-0.8) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: [MAINTAINER UPDATE] games/gnomekiss port update (gnomekiss-0.8) State-Changed-From-To: open->closed State-Changed-By: alex State-Changed-When: Mon May 21 12:26:45 PDT 2001 State-Changed-Why: Committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27394 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 12:30:44 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail.inka.de (quechua.inka.de [212.227.14.2]) by hub.freebsd.org (Postfix) with ESMTP id DED6437B618 for ; Mon, 21 May 2001 12:30:38 -0700 (PDT) (envelope-from daemon@mips.inka.de) Received: from kemoauc.mips.inka.de (uucp@) by mail.inka.de with local-bsmtp id 151vO1-0005he-02; Mon, 21 May 2001 21:30:37 +0200 Received: (from daemon@localhost) by kemoauc.mips.inka.de (8.11.3/8.11.1) id f4LIqpn51263 for freebsd-ports@freebsd.org; Mon, 21 May 2001 20:52:51 +0200 (CEST) (envelope-from daemon) From: naddy@mips.inka.de (Christian Weisgerber) Subject: Re: cvs repository inconsistent? Date: Mon, 21 May 2001 18:52:49 +0000 (UTC) Message-ID: <9ebo61$1i0g$1@kemoauc.mips.inka.de> References: <3B09323F.E6A28068@windriver.com> <20010521194628.W2781@ringworld.oblivion.bg> <9ebk9g$1en9$1@kemoauc.mips.inka.de> <20010521205105.Z2781@ringworld.oblivion.bg> Originator: naddy@mips.inka.de (Christian Weisgerber) To: freebsd-ports@freebsd.org Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Peter Pentchev wrote: > Removing the checkouts file still works, though. Removing this line from the checkouts file is sufficient: c ports/www/jakarta-tomcat/files,v [...] -- Christian "naddy" Weisgerber naddy@mips.inka.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 12:30:59 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A7D4A37B424; Mon, 21 May 2001 12:30:54 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4LJUsP95514; Mon, 21 May 2001 12:30:54 -0700 (PDT) (envelope-from alex) Date: Mon, 21 May 2001 12:30:54 -0700 (PDT) From: Message-Id: <200105211930.f4LJUsP95514@freefall.freebsd.org> To: clefevre@poboxes.com, alex@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27478: Updated port: net/isc-dhcp3 (3.0.r7) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Updated port: net/isc-dhcp3 (3.0.r7) State-Changed-From-To: open->closed State-Changed-By: alex State-Changed-When: Mon May 21 12:30:35 PDT 2001 State-Changed-Why: Commited, thanks! I already wanted to update it myself, but then I saw your PR :) http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27478 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 12:41:31 2001 Delivered-To: freebsd-ports@freebsd.org Received: from heinz.jollem.com (c104187.upc-c.chello.nl [212.187.104.187]) by hub.freebsd.org (Postfix) with ESMTP id 9CBB637B422; Mon, 21 May 2001 12:41:25 -0700 (PDT) (envelope-from ernst@heinz.jollem.com) Received: (from ernst@localhost) by heinz.jollem.com (8.11.3/8.11.3) id f4LJdjR08680; Mon, 21 May 2001 21:39:45 +0200 (CEST) (envelope-from ernst) Date: Mon, 21 May 2001 21:39:45 +0200 From: Ernst de Haan To: alex@FreeBSD.ORG, sobomax@FreeBSD.ORG Cc: freebsd-ports@FreeBSD.ORG Subject: Re: ports/27501: Update port: java/orion Message-ID: <20010521213944.A8663@c187104187.telekabel.chello.nl> References: <200105211923.f4LJNF590790@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: <200105211923.f4LJNF590790@freefall.freebsd.org>; from alex@FreeBSD.ORG on Mon, May 21, 2001 at 12:23:15PM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Thanks Alex, And my apologies for the previous port update. Won't happen again (sorry Maxim)... :-) /Ernst (who gets more and more active in the FreeBSD/Java world) alex@FreeBSD.ORG wrote: > Synopsis: Update port: java/orion > > State-Changed-From-To: open->closed > State-Changed-By: alex > State-Changed-When: Mon May 21 12:22:01 PDT 2001 > State-Changed-Why: > Commited, thansk > > http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27501 > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message > -- Ernst de Haan Java Architect Jollem Information Technology "Come to me all who are weary and burdened and I will give you rest" -- Jesus Christ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 12:44: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3C8DF37B422; Mon, 21 May 2001 12:44:07 -0700 (PDT) (envelope-from sf@FreeBSD.org) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4LJi7e06778; Mon, 21 May 2001 12:44:07 -0700 (PDT) (envelope-from sf) Date: Mon, 21 May 2001 12:44:07 -0700 (PDT) From: Message-Id: <200105211944.f4LJi7e06778@freefall.freebsd.org> To: ats@first.gmd.de, sf@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27499: ports/japanese/zipcodes has a checksum error Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: ports/japanese/zipcodes has a checksum error State-Changed-From-To: open->suspended State-Changed-By: sf State-Changed-When: Mon May 21 12:43:31 PDT 2001 State-Changed-Why: I'm aware of that. Please wait for the next release. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27499 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 12:44:33 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E36C537B422; Mon, 21 May 2001 12:44:29 -0700 (PDT) (envelope-from sf@FreeBSD.org) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4LJiTR07179; Mon, 21 May 2001 12:44:29 -0700 (PDT) (envelope-from sf) Date: Mon, 21 May 2001 12:44:29 -0700 (PDT) From: Message-Id: <200105211944.f4LJiTR07179@freefall.freebsd.org> To: sf@FreeBSD.org, freebsd-ports@FreeBSD.org, sf@FreeBSD.org Subject: Re: ports/27499: ports/japanese/zipcodes has a checksum error Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: ports/japanese/zipcodes has a checksum error Responsible-Changed-From-To: freebsd-ports->sf Responsible-Changed-By: sf Responsible-Changed-When: Mon May 21 12:44:14 PDT 2001 Responsible-Changed-Why: I'll handle this. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27499 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 12:45:39 2001 Delivered-To: freebsd-ports@freebsd.org Received: from kawoserv.kawo2.rwth-aachen.de (kawoserv.kawo2.RWTH-Aachen.DE [134.130.180.1]) by hub.freebsd.org (Postfix) with ESMTP id A0B0C37B42C; Mon, 21 May 2001 12:45:36 -0700 (PDT) (envelope-from alex@big.endian.de) Received: from zerogravity.kawo2.rwth-aachen.de (zerogravity.kawo2.rwth-aachen.de [134.130.181.28]) by kawoserv.kawo2.rwth-aachen.de (8.9.3/8.6.9) with ESMTP id VAA31948; Mon, 21 May 2001 21:45:35 +0200 Received: by zerogravity.kawo2.rwth-aachen.de (Postfix, from userid 1001) id 6D1FD14BE7; Mon, 21 May 2001 21:45:37 +0200 (CEST) Date: Mon, 21 May 2001 21:45:37 +0200 From: Alexander Langer To: Ernst de Haan Cc: sobomax@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/27501: Update port: java/orion Message-ID: <20010521214537.B48053@zerogravity.kawo2.rwth-aachen.d> Mail-Followup-To: Alexander Langer , Ernst de Haan , sobomax@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG References: <200105211923.f4LJNF590790@freefall.freebsd.org> <20010521213944.A8663@c187104187.telekabel.chello.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010521213944.A8663@c187104187.telekabel.chello.nl>; from ernst@jollem.com on Mon, May 21, 2001 at 09:39:45PM +0200 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Thus spake Ernst de Haan (ernst@jollem.com): > And my apologies for the previous port update. Won't happen again (sorry > Maxim)... No problem, we are all just humans :-) Alex, knowing of what he's saying. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 12:48:21 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8842D37B424; Mon, 21 May 2001 12:48:18 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4LJmI310452; Mon, 21 May 2001 12:48:18 -0700 (PDT) (envelope-from alex) Date: Mon, 21 May 2001 12:48:18 -0700 (PDT) From: Message-Id: <200105211948.f4LJmI310452@freefall.freebsd.org> To: spcoltri@hrothgar.omcl.org, alex@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27466: New port audio/gnowavcut Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New port audio/gnowavcut State-Changed-From-To: open->closed State-Changed-By: alex State-Changed-When: Mon May 21 12:47:54 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27466 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 12:50: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B6FB237B446; Mon, 21 May 2001 12:50:04 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4LJo3q11908; Mon, 21 May 2001 12:50:03 -0700 (PDT) (envelope-from alex) Date: Mon, 21 May 2001 12:50:03 -0700 (PDT) From: Message-Id: <200105211950.f4LJo3q11908@freefall.freebsd.org> To: kaoru@kaisei.org, alex@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27465: Update port: security/pgpdump Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: security/pgpdump State-Changed-From-To: open->closed State-Changed-By: alex State-Changed-When: Mon May 21 12:49:53 PDT 2001 State-Changed-Why: Commited, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27465 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 12:54:31 2001 Delivered-To: freebsd-ports@freebsd.org Received: from casimir.physics.purdue.edu (casimir.physics.purdue.edu [128.210.146.111]) by hub.freebsd.org (Postfix) with ESMTP id 5537237B42C; Mon, 21 May 2001 12:54:21 -0700 (PDT) (envelope-from will@physics.purdue.edu) Received: by casimir.physics.purdue.edu (Postfix, from userid 1000) id EADD318A50; Mon, 21 May 2001 14:48:53 -0500 (EST) Date: Mon, 21 May 2001 14:48:53 -0500 From: Will Andrews To: The Unicorn Cc: cvs-committers@FreeBSD.org, ports@FreeBSD.org Subject: Re: cvsup trouble Message-ID: <20010521144853.E19376@casimir.physics.purdue.edu> Reply-To: Will Andrews Mail-Followup-To: Will Andrews , The Unicorn , cvs-committers@FreeBSD.org, ports@FreeBSD.org References: <20010521214919.A31941@unicorn.blackhats.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.15i In-Reply-To: <20010521214919.A31941@unicorn.blackhats.org>; from unicorn@blackhats.org on Mon, May 21, 2001 at 09:49:19PM +0200 X-Operating-System: Linux 2.2.18 sparc64 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Mon, May 21, 2001 at 09:49:19PM +0200, The Unicorn wrote: > Delete ports/www/jakarta-tomcat/files > Updater failed: Cannot delete "/usr/ports/www/jakarta-tomcat/files": Directory not empty As posted before: rm -rf /usr/ports/www/jakarta-tomcat re-cvsup -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 12:54:50 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EF85737B637; Mon, 21 May 2001 12:54:42 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4LJsg116405; Mon, 21 May 2001 12:54:42 -0700 (PDT) (envelope-from alex) Date: Mon, 21 May 2001 12:54:42 -0700 (PDT) From: Message-Id: <200105211954.f4LJsg116405@freefall.freebsd.org> To: roman@xpert.com, alex@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27451: [MAINTAINER UPDATE] audio/musicbrainz 1.0.0pre6->1.0.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: [MAINTAINER UPDATE] audio/musicbrainz 1.0.0pre6->1.0.0 State-Changed-From-To: open->closed State-Changed-By: alex State-Changed-When: Mon May 21 12:54:31 PDT 2001 State-Changed-Why: Committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27451 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 12:58:41 2001 Delivered-To: freebsd-ports@freebsd.org Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id 4A46037B424; Mon, 21 May 2001 12:58:30 -0700 (PDT) (envelope-from dwcjr@inethouston.net) Received: from dwcjr (DWCJR.inethouston.net [216.118.21.147]) by leviathan.inethouston.net (Postfix) with ESMTP id C6C0D10F40F; Mon, 21 May 2001 14:58:33 -0500 (CDT) Message-ID: <038701c0e230$68eacda0$931576d8@inethouston.net> From: "David W. Chapman Jr." To: "Will Andrews" , "The Unicorn" Cc: , References: <20010521214919.A31941@unicorn.blackhats.org> <20010521144853.E19376@casimir.physics.purdue.edu> Subject: Re: cvsup trouble Date: Mon, 21 May 2001 14:58:31 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org As posted before, that does not work, try doing that and then cvsupping twice in a row. you have to delete your checkouts file to fix it. ----- Original Message ----- From: "Will Andrews" To: "The Unicorn" Cc: ; Sent: Monday, May 21, 2001 2:48 PM Subject: Re: cvsup trouble > On Mon, May 21, 2001 at 09:49:19PM +0200, The Unicorn wrote: > > Delete ports/www/jakarta-tomcat/files > > Updater failed: Cannot delete "/usr/ports/www/jakarta-tomcat/files": Directory not empty > > As posted before: > > rm -rf /usr/ports/www/jakarta-tomcat > re-cvsup > > -- > wca > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" 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 Mon May 21 13: 1:27 2001 Delivered-To: freebsd-ports@freebsd.org Received: from damgwp01.corp.sprint.com (parker2.sprint.com [199.14.91.106]) by hub.freebsd.org (Postfix) with ESMTP id 62BF637B422 for ; Mon, 21 May 2001 13:01:22 -0700 (PDT) (envelope-from tony.marques@mail.sprint.com) Received: from damgwp02.corp.sprint.com (damgwp02 [10.184.140.69]) by damgwp01.corp.sprint.com (Switch-2.0.2/Switch-2.0.2) with ESMTP id f4LKCNF21093; Mon, 21 May 2001 15:12:25 -0500 (CDT) Received: from reopmp01.corp.sprint.com (reopmp01m.corp.sprint.com [144.224.249.75]) by damgwp02.corp.sprint.com (Switch-2.0.2/Switch-2.0.2) with ESMTP id f4LK0rA08441; Mon, 21 May 2001 15:00:53 -0500 (CDT) Received: from localhost (root@localhost) by reopmp01.corp.sprint.com (8.8.6 (PHNE_17190)/8.8.6) with ESMTP id QAA18940; Mon, 21 May 2001 16:00:52 -0400 (EDT) From: Tony.Marques@mail.sprint.com Disposition-Notification-To: tony.marques@openmail.mail.sprint.com X-OpenMail-Hops: 1 Date: Mon, 21 May 2001 16:00:52 -0400 Message-Id: Subject: Aapache_fp??? MIME-Version: 1.0 To: hetzels@westbend.net Cc: ports@FreeBSD.org Content-Type: multipart/mixed; boundary="openmail-part-27d7f117-00000001" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --openmail-part-27d7f117-00000001 Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: inline ;Creation-Date="Mon, 21 May 2001 16:00:52 -0400" Content-Transfer-Encoding: 8bit To Whom It May Concern: I have two questions that I'm hoping I can get some help with. The first is (oh yeah, I'm very, very new to all this also): I have loaded FreeBSD and the Apache-FP port. I know that the web server is working fine, because I can HTTP to the IP address of the machine that I installed FreeBSD and Apache-FP on. I have created several web pages with Microsoft FrontPage 98 and would now like to publish it to the web server. This is where I am running into a problem and would like some assistance. Here is my dilemma and I hope someone can help me out. When I attempt to publish to the web server via it's IP Address it asks for the following: [PICTURE] When I put in the Name and Password that I set-up it comes right back with the same screen. What am I doing wrong? I ended up copying all my files over via FTP (which was rather tedious to say the least), but would like to know what I am doing wrong. My second issue, is that all of my scripts, redirects and so forth are working fine, except for the hit counter I created on the main page. It works fine on my lap top, but it will not off of the Apache web server. In fact, I noticed that www.westbend.net has a hit counter and compared it to mine and it is identical. What could possibly be wrong there that is causing the hit counter to stay at 1 and not increment up per every "new" user? Regards, Tony Marques Systems Engineer Voice: (860)291-1016 Fax: (860)291-1069 EMAIL: Tony.Marques@Mail.Sprint.Com® --openmail-part-27d7f117-00000001-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 13: 2:50 2001 Delivered-To: freebsd-ports@freebsd.org Received: from casimir.physics.purdue.edu (casimir.physics.purdue.edu [128.210.146.111]) by hub.freebsd.org (Postfix) with ESMTP id 97C1937B422; Mon, 21 May 2001 13:02:45 -0700 (PDT) (envelope-from will@physics.purdue.edu) Received: by casimir.physics.purdue.edu (Postfix, from userid 1000) id 6839118A4F; Mon, 21 May 2001 14:57:18 -0500 (EST) Date: Mon, 21 May 2001 14:57:18 -0500 From: Will Andrews To: "David W. Chapman Jr." Cc: Will Andrews , The Unicorn , cvs-committers@FreeBSD.org, ports@FreeBSD.org Subject: Re: cvsup trouble Message-ID: <20010521145718.F19376@casimir.physics.purdue.edu> Reply-To: Will Andrews Mail-Followup-To: Will Andrews , "David W. Chapman Jr." , The Unicorn , cvs-committers@FreeBSD.org, ports@FreeBSD.org References: <20010521214919.A31941@unicorn.blackhats.org> <20010521144853.E19376@casimir.physics.purdue.edu> <038701c0e230$68eacda0$931576d8@inethouston.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.15i In-Reply-To: <038701c0e230$68eacda0$931576d8@inethouston.net>; from dwcjr@inethouston.net on Mon, May 21, 2001 at 02:58:31PM -0500 X-Operating-System: Linux 2.2.18 sparc64 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Mon, May 21, 2001 at 02:58:31PM -0500, David W. Chapman Jr. wrote: > As posted before, that does not work, try doing that and then cvsupping > twice in a row. you have to delete your checkouts file to fix it. Someone mentioned that just removing the "files" line in the checkouts file would fix it.. of course, I don't use cvsup anymore. :-) -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 13:20:18 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9F7D537B42C for ; Mon, 21 May 2001 13:20:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4LKK4Q39116; Mon, 21 May 2001 13:20:04 -0700 (PDT) (envelope-from gnats) Received: from cr222190-a.crdva1.bc.wave.home.com (cr222190-a.crdva1.bc.wave.home.com [24.113.51.240]) by hub.freebsd.org (Postfix) with ESMTP id 8E9F837B422 for ; Mon, 21 May 2001 13:19:25 -0700 (PDT) (envelope-from jh@cr222190-a.crdva1.bc.wave.home.com) Received: (from jh@localhost) by cr222190-a.crdva1.bc.wave.home.com (8.11.3/8.11.3) id f4LKJNm23231; Mon, 21 May 2001 13:19:23 -0700 (PDT) (envelope-from jh) Message-Id: <200105212019.f4LKJNm23231@cr222190-a.crdva1.bc.wave.home.com> Date: Mon, 21 May 2001 13:19:23 -0700 (PDT) From: Jonathan Hanna Reply-To: pangolin@home.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27512: ports/edict unfetchable fix Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27512 >Category: ports >Synopsis: ports/edict unfetchable fix >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon May 21 13:20:03 PDT 2001 >Closed-Date: >Last-Modified: >Originator: >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD roller.pangolin-systems.com 5.0-CURRENT FreeBSD 5.0-CURRENT #5: Sun May 6 19:07:26 PDT 2001 jh@roller.pangolin-systems.com:/home/obj/home/src/sys/ROLLER i386 >Description: aviation.doc unfetchable. >How-To-Repeat: >Fix: diff -u -r edict.orig/Makefile edict/Makefile --- edict.orig/Makefile Mon Sep 4 18:49:21 2000 +++ edict/Makefile Mon May 21 12:51:16 2001 @@ -32,7 +32,7 @@ DOCFILES= edict_doc.txt edict_doc.html edicth.doc \ enamdict_doc.txt enamdict_doc.html jddict.doc \ j_places.inf kanjidic.doc kanjd212.doc ediclsd3.rme \ - lawgldoc.new lingdic.txt geodic.doc aviation.doc \ + lawgldoc.new lingdic.txt geodic.doc aviation.txt \ findic.doc mktdic.doc compverb.doc 4jwords.doc \ concrete.doc diff -u -r edict.orig/distinfo edict/distinfo --- edict.orig/distinfo Mon Sep 4 18:49:29 2000 +++ edict/distinfo Mon May 21 12:55:33 2001 @@ -31,7 +31,7 @@ MD5 (edict/lawgldoc.new) = IGNORE MD5 (edict/lingdic.txt) = IGNORE MD5 (edict/geodic.doc) = IGNORE -MD5 (edict/aviation.doc) = IGNORE +MD5 (edict/aviation.txt) = IGNORE MD5 (edict/findic.doc) = IGNORE MD5 (edict/mktdic.doc) = IGNORE MD5 (edict/compverb.doc) = IGNORE diff -u -r edict.orig/pkg-plist edict/pkg-plist --- edict.orig/pkg-plist Mon Sep 4 18:49:30 2000 +++ edict/pkg-plist Mon May 21 12:51:35 2001 @@ -50,7 +50,7 @@ share/dict/edict/.xjdicrc @dirrm share/dict/edict share/doc/xjdic/4jwords.doc -share/doc/xjdic/aviation.doc +share/doc/xjdic/aviation.txt share/doc/xjdic/compverb.doc share/doc/xjdic/concrete.doc share/doc/xjdic/ediclsd3.rme >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 13:25:47 2001 Delivered-To: freebsd-ports@freebsd.org Received: from kawoserv.kawo2.rwth-aachen.de (kawoserv.kawo2.RWTH-Aachen.DE [134.130.180.1]) by hub.freebsd.org (Postfix) with ESMTP id A721B37B422; Mon, 21 May 2001 13:25:40 -0700 (PDT) (envelope-from alex@big.endian.de) Received: from zerogravity.kawo2.rwth-aachen.de (zerogravity.kawo2.rwth-aachen.de [134.130.181.28]) by kawoserv.kawo2.rwth-aachen.de (8.9.3/8.6.9) with ESMTP id WAA01045; Mon, 21 May 2001 22:12:30 +0200 Received: by zerogravity.kawo2.rwth-aachen.de (Postfix, from userid 1001) id 952E514BE6; Mon, 21 May 2001 22:12:30 +0200 (CEST) Date: Mon, 21 May 2001 22:12:30 +0200 From: Alexander Langer To: Will Andrews Cc: "David W. Chapman Jr." , The Unicorn , cvs-committers@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: cvsup trouble Message-ID: <20010521221230.A54225@zerogravity.kawo2.rwth-aachen.d> Mail-Followup-To: Alexander Langer , Will Andrews , "David W. Chapman Jr." , The Unicorn , cvs-committers@FreeBSD.ORG, ports@FreeBSD.ORG References: <20010521214919.A31941@unicorn.blackhats.org> <20010521144853.E19376@casimir.physics.purdue.edu> <038701c0e230$68eacda0$931576d8@inethouston.net> <20010521145718.F19376@casimir.physics.purdue.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010521145718.F19376@casimir.physics.purdue.edu>; from will@physics.purdue.edu on Mon, May 21, 2001 at 02:57:18PM -0500 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Thus spake Will Andrews (will@physics.purdue.edu): > Someone mentioned that just removing the "files" line in the checkouts > file would fix it.. of course, I don't use cvsup anymore. :-) You know, you should. Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 13:40: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9414037B42C for ; Mon, 21 May 2001 13:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4LKe1u50562; Mon, 21 May 2001 13:40:01 -0700 (PDT) (envelope-from gnats) Received: from wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id 9B17A37B424 for ; Mon, 21 May 2001 13:30:35 -0700 (PDT) (envelope-from pat@wlgrv1.pa.home.com) Received: (from root@localhost) by wlgrv1.pa.home.com (8.11.3/8.11.3) id f4LKUVx29901; Mon, 21 May 2001 16:30:31 -0400 (EDT) (envelope-from pat) Message-Id: <200105212030.f4LKUVx29901@wlgrv1.pa.home.com> Date: Mon, 21 May 2001 16:30:31 -0400 (EDT) From: pat@databits.net Reply-To: pat@databits.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27513: Update Port sysutils/wmmemmon to 0.2.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27513 >Category: ports >Synopsis: Update Port sysutils/wmmemmon to 0.2.0 (I am maintainer) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon May 21 13:40:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.3-STABLE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.3-STABLE FreeBSD 4.3-STABLE #0: Mon May 7 20:34:03 EDT 2001 pat@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: Update Port sysutils/wmmemmon to 0.2.0 >How-To-Repeat: N/A >Fix: diff -ruN /usr/ports/sysutils/wmmemmon/Makefile wmmemmon/Makefile --- /usr/ports/sysutils/wmmemmon/Makefile Wed May 9 23:37:17 2001 +++ wmmemmon/Makefile Mon May 21 15:26:50 2001 @@ -6,7 +6,7 @@ # PORTNAME= wmmemmon -PORTVERSION= 0.1.0 +PORTVERSION= 0.2.0 CATEGORIES= sysutils windowmaker MASTER_SITES= http://www.sh.rim.or.jp/~ssato/src/ DISTNAME= WMMemMon-${PORTVERSION} diff -ruN /usr/ports/sysutils/wmmemmon/distinfo wmmemmon/distinfo --- /usr/ports/sysutils/wmmemmon/distinfo Wed May 9 23:37:17 2001 +++ wmmemmon/distinfo Mon May 21 15:26:50 2001 @@ -1 +1 @@ -MD5 (WMMemMon-0.1.0.tar.gz) = 9d6671497008208756d012dd6d22a06d +MD5 (WMMemMon-0.2.0.tar.gz) = d64b6fa587f6e7410c94762d52e4b2b2 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 14:14: 9 2001 Delivered-To: freebsd-ports@freebsd.org Received: from wall.polstra.com (rtrwan160.accessone.com [206.213.115.74]) by hub.freebsd.org (Postfix) with ESMTP id A03D537B422 for ; Mon, 21 May 2001 14:14:05 -0700 (PDT) (envelope-from jdp@polstra.com) Received: from vashon.polstra.com (vashon.polstra.com [206.213.73.13]) by wall.polstra.com (8.11.3/8.11.1) with ESMTP id f4LLE2040590; Mon, 21 May 2001 14:14:02 -0700 (PDT) (envelope-from jdp@polstra.com) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20010521201527.X2781@ringworld.oblivion.bg> Date: Mon, 21 May 2001 14:14:01 -0700 (PDT) Organization: Polstra & Co., Inc. From: John Polstra To: Peter Pentchev Subject: Re: generic problem in ports? Cc: freebsd-ports@FreeBSD.org Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Peter Pentchev wrote: > > Have you tried a second cvsup, without -s, and without removing > the checkouts file, after removing the www/jakarta-tomcat directory? > > The first cvsup passes ok, recreates the directory properly. > The second one, though, barfs with the same error message: > > Updating collection ports-all/cvs > Delete ports/www/jakarta-tomcat/files > Updater failed: Cannot delete "/usr/ports/www/jakarta-tomcat/files": Directory not > empty > [root@east:p0 ~/cvsup]# > > All subsequent attempts produce the same result, until the checkouts > file is removed. This is a strange one! If any of you are still in this failure situation and haven't removed your checkouts file, please send me two things: 1. The output of "grep -9 jakarta-tomcat" on your checkouts file. 2. The output of "ls -lrA" on your jakarta-tomcat directory. Thanks, John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 14:18:33 2001 Delivered-To: freebsd-ports@freebsd.org Received: from trinity.magpage.com (trinity.magpage.com [216.155.0.8]) by hub.freebsd.org (Postfix) with ESMTP id 7905037B424 for ; Mon, 21 May 2001 14:18:31 -0700 (PDT) (envelope-from dfrazier@magpage.com) Received: from magpage.com (dfrazier@poomba.magpage.com [216.155.24.136]) by trinity.magpage.com (8.11.3/8.11.3) with ESMTP id f4LLIUB09005 for ; Mon, 21 May 2001 17:18:30 -0400 (EDT) Message-ID: <3B098626.1929406@magpage.com> Date: Mon, 21 May 2001 17:18:30 -0400 From: Daniel Frazier X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: ports@freebsd.org Subject: gdk-pixbuf port booken? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-RRT-Status: UNKNOWN Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org /usr/ports/x11/gnomecore and /usr/ports/www/gtkhtml die in the configure stage with the following error... checking for GdkPixbuf library >= 0.7.0... found Unknown library `gnomecanvaspixbuf' Unknown library `gnomecanvaspixbuf' configure: error: GnomeCanvasPixbuf is required for gnome-about. This is contained in the gdk-pixbuf module My ports tree was updated last night and /usr/ports/graphics/gdk-pixbuf seemed to install cleanly, although I don't see any mention of gnomecanvaspixbuf other than gnomecanvaspixbuf.html in /usr/ports/graphics/gdk-pixbuf/pkg-plist. Any ideas? -- ---------------------------------------------------------------------- Daniel Frazier Tel: 302-239-5900 Ext. 231 Systems Administrator Fax: 302-239-3909 MAGPAGE, We Power the Internet WWW: http://www.magpage.com/ "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." - Benjamin Franklin, Historical Review of Pennsylvania, 1759. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 14:20: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2DECD37B424 for ; Mon, 21 May 2001 14:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4LLK2562065; Mon, 21 May 2001 14:20:02 -0700 (PDT) (envelope-from gnats) Received: from user4.net011.fl.sprint-hsd.net (user4.net011.fl.sprint-hsd.net [207.30.203.4]) by hub.freebsd.org (Postfix) with ESMTP id 949F837B43C for ; Mon, 21 May 2001 14:15:24 -0700 (PDT) (envelope-from root@user4.net011.fl.sprint-hsd.net) Received: (qmail 60174 invoked by uid 0); 21 May 2001 21:15:21 -0000 Message-Id: <20010521211521.60173.qmail@user4.net011.fl.sprint-hsd.net> Date: 21 May 2001 21:15:21 -0000 From: scorpio@drkshdw.org Reply-To: scorpio@drkshdw.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27514: update to Makeself Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27514 >Category: ports >Synopsis: update to Makeself >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon May 21 14:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Jeff Palmer >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD jeff.isni.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Wed May 16 12:55:48 EDT 2001 root@jeff.isni.net:/usr/obj/usr/src/sys/FreeBSD i386 >Description: update the Makefile, so distfiles can be found >How-To-Repeat: >Fix: --- Makefile Mon Sep 25 08:21:15 2000 +++ Makefile.new Mon May 21 17:11:12 2001 @@ -8,7 +8,7 @@ PORTNAME= makeself PORTVERSION= 1.5.3 CATEGORIES= archivers -MASTER_SITES= http://www.lokigames.com/~megastep/makeself/ +MASTER_SITES= http://www.linuxgames.com/megastep/makeself/ DISTFILES= makeself.gz.sh MAINTAINER= ports@FreeBSD.org >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 14:22:17 2001 Delivered-To: freebsd-ports@freebsd.org Received: from hub.lovett.com (hub.lovett.com [216.60.121.161]) by hub.freebsd.org (Postfix) with ESMTP id AE3D737B424 for ; Mon, 21 May 2001 14:22:15 -0700 (PDT) (envelope-from ade@lovett.com) Received: from ade by hub.lovett.com with local (Exim 3.22 #1) id 151x81-000AB2-00; Mon, 21 May 2001 16:22:13 -0500 Date: Mon, 21 May 2001 16:22:13 -0500 From: Ade Lovett To: Daniel Frazier Cc: ports@freebsd.org Subject: Re: gdk-pixbuf port booken? Message-ID: <20010521162213.F30835@FreeBSD.org> References: <3B098626.1929406@magpage.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3B098626.1929406@magpage.com>; from dfrazier@magpage.com on Mon, May 21, 2001 at 05:18:30PM -0400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Mon, May 21, 2001 at 05:18:30PM -0400, Daniel Frazier wrote: > My ports tree was updated last night and /usr/ports/graphics/gdk-pixbuf > seemed to install cleanly, although I don't see any mention of > gnomecanvaspixbuf other than gnomecanvaspixbuf.html in > /usr/ports/graphics/gdk-pixbuf/pkg-plist. Any ideas? You need to re-update your ports tree. gdk-pixbuf has been split into two components (gdk-pixbuf and gnomecanvas), which are now required by sysutils/gnomecontrolcenter (part of the x11/gnome metaport). -aDe -- Ade Lovett, Austin, TX. ade@FreeBSD.org FreeBSD: The Power to Serve http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 14:27:54 2001 Delivered-To: freebsd-ports@freebsd.org Received: from sm.luth.se (ny.sm.luth.se [130.240.3.1]) by hub.freebsd.org (Postfix) with ESMTP id 0302237B43E for ; Mon, 21 May 2001 14:27:48 -0700 (PDT) (envelope-from almquist@sm.luth.se) Received: from karon.cdt.luth.se (karon.cdt.luth.se [130.240.64.52]) by sm.luth.se (8.10.0/8.10.0) with ESMTP id f4LLRdd26242; Mon, 21 May 2001 23:27:39 +0200 (MET DST) Date: Mon, 21 May 2001 23:27:36 +0200 (CEST) From: Andreas Almquist X-X-Sender: To: John Polstra Cc: Subject: Re: generic problem in ports? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-512512560-990480315=:46491" Content-ID: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. Send mail to mime@docserver.cac.washington.edu for more info. --0-512512560-990480315=:46491 Content-Type: TEXT/PLAIN; CHARSET=ISO-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Content-ID: Here are the output you asked for (attached). uname -a: FreeBSD karon.cdt.luth.se 4.3-STABLE FreeBSD 4.3-STABLE #6: Wed May 2 08:46:57 CEST 2001 /A On Mon, 21 May 2001, John Polstra wrote: > Peter Pentchev wrote: > > > > Have you tried a second cvsup, without -s, and without removing > > the checkouts file, after removing the www/jakarta-tomcat directory? > > > > The first cvsup passes ok, recreates the directory properly. > > The second one, though, barfs with the same error message: > > > > Updating collection ports-all/cvs > > Delete ports/www/jakarta-tomcat/files > > Updater failed: Cannot delete "/usr/ports/www/jakarta-tomcat/files": Di= rectory not > > empty > > [root@east:p0 ~/cvsup]# > > > > All subsequent attempts produce the same result, until the checkouts > > file is removed. > > This is a strange one! > > If any of you are still in this failure situation and haven't removed > your checkouts file, please send me two things: > > 1. The output of "grep -9 jakarta-tomcat" on your checkouts file. > 2. The output of "ls -lrA" on your jakarta-tomcat directory. > > Thanks, > John > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message > ------------------------------------------------------------- Andreas Almquist Phone: +46 920 728 98 Div. of Computer Communication Cell: +46 70 535 62 47 Dep. of Computer Science Fax: +46 920 728 31 Lule=E5 University of Technology SE-971 87 LULE=C5 --0-512512560-990480315=:46491 Content-Type: TEXT/PLAIN; NAME="grep_jakarta.txt" Content-Transfer-Encoding: BASE64 Content-ID: Content-Description: grep -9 output Content-Disposition: ATTACHMENT; FILENAME="grep_jakarta.txt" RCBwb3J0cy93d3cvaW5kZXhtZS9wa2cNCmMgcG9ydHMvd3d3L2luZGV4bWUv cGtnL0NPTU1FTlQsdiAuIC4gMiM4NzEjMTkjOTc0NDM3NTQzNCMxMzYyMyM0 NDQNCmMgcG9ydHMvd3d3L2luZGV4bWUvcGtnL0RFU0NSLHYgLiAuIDIjODcx IzE5Izk3NDQzNzU0MzQjMTM4OTMjNDQ0DQpjIHBvcnRzL3d3dy9pbmRleG1l L3BrZy9QTElTVCx2IC4gLiAyIzg3MSMxOSM5NzQ0Mzc1NDM0IzEwNDIzIzQ0 NA0KVSBwb3J0cy93d3cvaW5kZXhtZS9wa2cgMiM4NjEjMTEjMDEjMA0KQyBw b3J0cy93d3cvaW5kZXhtZS9wa2ctY29tbWVudCx2IC4gLiAyIzg3MSMxOSM5 ODc1NDIwNzU0IzEyNDczIzQ0NCAxLjMgMjAwMC4wNC4zMC4xOS4yNi4yOSAy Izg3MSMxOSM5NTcxMjI3ODkyIzYwMyM2NDQNCkMgcG9ydHMvd3d3L2luZGV4 bWUvcGtnLWRlc2NyLHYgLiAuIDIjODcxIzE5Izk4NzU0MjA3NTQjMTI3NDMj NDQ0IDEuMyAyMDAwLjAzLjExLjE0LjM2LjM5IDIjODcxIzE5Izk1Mjc4NTM5 OTMjMjE3MyM2NDQNCkMgcG9ydHMvd3d3L2luZGV4bWUvcGtnLXBsaXN0LHYg LiAuIDIjODcxIzE5Izk4NzU0MjA3NTMjOTI3MyM0NDQgMS4yIDIwMDAuMDYu MjguMTIuMjkuMDggMiM4NzEjMTkjOTYyMTk1MzQ4MiMxMjMjNjQ0DQpVIHBv cnRzL3d3dy9pbmRleG1lIDIjODYxIzExIzAxIzANCkQgcG9ydHMvd3d3L2ph a2FydGEtdG9tY2F0DQpDIHBvcnRzL3d3dy9qYWthcnRhLXRvbWNhdC9NYWtl ZmlsZSx2IC4gLiAyIzg3MSMxOSM5OTA0MzIzMzc0IzMwNTMzIzQ0NCAxLjcg MjAwMS4wNS4yMS4wOC4wNS4zNyAyIzg3MSMxOSM5OTA0MzIzMzczIzk0NjMj NjQ0DQpDIHBvcnRzL3d3dy9qYWthcnRhLXRvbWNhdC9kaXN0aW5mbyx2IC4g LiAyIzg3MSMxOSM5ODc1NDIwNzUzIzYxMTMjNDQ0IDEuMiAyMDAxLjA0LjA4 LjEzLjA5LjAzIDIjODcxIzE5Izk4NjczNTM0MzIjOTAzIzY0NA0KRCBwb3J0 cy93d3cvamFrYXJ0YS10b21jYXQvZmlsZXMNCkMgcG9ydHMvd3d3L2pha2Fy dGEtdG9tY2F0L2ZpbGVzL3BhdGNoLWFhLHYgLiAuIDIjODcxIzE5Izk5MDM3 NDg5NTQjMTQ2NTMjNDQ0IDEuMSAyMDAxLjA1LjIwLjE2LjA4LjE1IDIjODcx IzE5Izk5MDM3NDg5NTQjMTI0MDMjNjQ0DQpDIHBvcnRzL3d3dy9qYWthcnRh LXRvbWNhdC9maWxlcy9wYXRjaC1hYix2IC4gLiAyIzg3MSMxOSM5OTA0MzIz MzgzIzUyNjMjNDQ0IDEuMSAyMDAxLjA1LjIxLjA4LjA1LjM4IDIjODcxIzE5 Izk5MDQzMjMzODMjMjc1MyM2NDQNCkMgcG9ydHMvd3d3L2pha2FydGEtdG9t Y2F0L2ZpbGVzL3RvbWNhdC5zaCx2IC4gLiAyIzg3MSMxOSM5OTA0MzIzMzgz IzczNTMjNTU1IDEuMSAyMDAxLjA1LjIxLjA4LjA1LjM4IDIjODcxIzE5Izk5 MDQzMjMzODMjNDg4MyM3NTUNClUgcG9ydHMvd3d3L2pha2FydGEtdG9tY2F0 L2ZpbGVzIDIjODYxIzExIzAxIzANCmMgcG9ydHMvd3d3L2pha2FydGEtdG9t Y2F0L2ZpbGVzLHYgLiAuIDIjODcxIzE5Izk3Njg4Mzc1MjQjNDcwMzMjNDQ0 DQpDIHBvcnRzL3d3dy9qYWthcnRhLXRvbWNhdC9wa2ctY29tbWVudCx2IC4g LiAyIzg3MSMxOSM5ODc1NDIwNzUzIzMxMTMjNDQ0IDEuMSAyMDAwLjEwLjIx LjE0LjQ0LjI2IDIjODcxIzE5Izk3MjEzOTQ2NjIjNjYzIzY0NA0KQyBwb3J0 cy93d3cvamFrYXJ0YS10b21jYXQvcGtnLWRlc2NyLHYgLiAuIDIjODcxIzE5 Izk4NzU0MjA3NTMjNDUxMyM0NDQgMS4xIDIwMDAuMTAuMjEuMTQuNDQuMjYg MiM4NzEjMTkjOTcyMTM5NDY2MyMyMDYzIzY0NA0KQyBwb3J0cy93d3cvamFr YXJ0YS10b21jYXQvcGtnLXBsaXN0LHYgLiAuIDIjODcxIzE5Izk5MDQzMjMz NzQjMzk2OTMjNDQ0IDEuNCAyMDAxLjA1LjIxLjA4LjA1LjM3IDIjODcxIzE5 Izk5MDQzMjMzNzQjMjUzMTMjNjQ0DQpVIHBvcnRzL3d3dy9qYWthcnRhLXRv bWNhdCAyIzg2MSMxMSMwMSMwDQpEIHBvcnRzL3d3dy9qZXNyZWQNCkMgcG9y dHMvd3d3L2plc3JlZC9NYWtlZmlsZSx2IC4gLiAyIzg3MSMxOSM5ODc1NDIw NzU0IzI1NDQzIzQ0NCAxLjQgMjAwMS4wMi4wNS4xNS4zMy4yNSAyIzg3MSMx OSM5ODEzODcyMDUzIzc1NjMjNjQ0DQpDIHBvcnRzL3d3dy9qZXNyZWQvZGlz dGluZm8sdiAuIC4gMiM4NzEjMTkjOTg3NTQyMDc1MyM0NTczIzQ0NCAxLjEg OTkuMTIuMjcuMDIuMTUuMTEgMiM4NzEjMTkjOTQ2MjYwOTExMiM2MjMjNjQ0 DQpEIHBvcnRzL3d3dy9qZXNyZWQvZmlsZXMNCkMgcG9ydHMvd3d3L2plc3Jl ZC9maWxlcy9wYXRjaC1hYSx2IC4gLiAyIzg3MSMxOSM5ODc1NDIwNzU0IzIx NjUzIzQ0NCAxLjIgMjAwMC4wMy4wNC4xMy4yNy4xOCAyIzg3MSMxOSM5NTIx NzY0Mzg0IzE0NzUzIzY0NA0KQyBwb3J0cy93d3cvamVzcmVkL2ZpbGVzL3Bh dGNoLWFiLHYgLiAuIDIjODcxIzE5Izk4NzU0MjA3NTMjNjQxMyM0NDQgMS4x IDk5LjEyLjI3LjAyLjE1LjEyIDIjODcxIzE5Izk0NjI2MDkxMjMjMjQyMyM2 NDQNClUgcG9ydHMvd3d3L2plc3JlZC9maWxlcyAyIzg2MSMxMSMwMSMwDQpE IHBvcnRzL3d3dy9qZXNyZWQvcGF0Y2hlcw0KYyBwb3J0cy93d3cvamVzcmVk L3BhdGNoZXMvcGF0Y2gtYWEsdiAuIC4gMiM4NzEjMTkjOTc0NDM3NTQzNCMy MjgwMyM0NDQNCg== --0-512512560-990480315=:46491 Content-Type: TEXT/plain; name="ls-lrA_jakarta-tomcat.txt" Content-Transfer-Encoding: BASE64 Content-ID: Content-Description: ls -lrA output Content-Disposition: attachment; filename="ls-lrA_jakarta-tomcat.txt" dG90YWwgOA0KLXJ3LXItLXItLSAgMSByb290ICB3aGVlbCAgMjUzMSBNYXkg MjEgMTA6MDUgcGtnLXBsaXN0DQotcnctci0tci0tICAxIHJvb3QgIHdoZWVs ICAgMjA2IE9jdCAyMSAgMjAwMCBwa2ctZGVzY3INCi1ydy1yLS1yLS0gIDEg cm9vdCAgd2hlZWwgICAgNjYgT2N0IDIxICAyMDAwIHBrZy1jb21tZW50DQpk cnd4ci14ci14ICAyIHJvb3QgIHdoZWVsICAgNTEyIE1heSAyMSAyMzoxNSBm aWxlcy8NCi1ydy1yLS1yLS0gIDEgcm9vdCAgd2hlZWwgICAgOTAgQXByICA4 IDE1OjA5IGRpc3RpbmZvDQotcnctci0tci0tICAxIHJvb3QgIHdoZWVsICAg OTQ2IE1heSAyMSAxMDowNSBNYWtlZmlsZQ0K --0-512512560-990480315=:46491-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 14:41: 8 2001 Delivered-To: freebsd-ports@freebsd.org Received: from wall.polstra.com (rtrwan160.accessone.com [206.213.115.74]) by hub.freebsd.org (Postfix) with ESMTP id 368D337B424 for ; Mon, 21 May 2001 14:41:06 -0700 (PDT) (envelope-from jdp@wall.polstra.com) Received: from vashon.polstra.com (vashon.polstra.com [206.213.73.13]) by wall.polstra.com (8.11.3/8.11.1) with ESMTP id f4LLf1040731; Mon, 21 May 2001 14:41:01 -0700 (PDT) (envelope-from jdp@wall.polstra.com) Received: (from jdp@localhost) by vashon.polstra.com (8.11.3/8.11.0) id f4LLf0M02667; Mon, 21 May 2001 14:41:00 -0700 (PDT) (envelope-from jdp) Date: Mon, 21 May 2001 14:41:00 -0700 (PDT) Message-Id: <200105212141.f4LLf0M02667@vashon.polstra.com> To: ports@freebsd.org From: John Polstra Cc: almquist@sm.luth.se Subject: Re: generic problem in ports? In-Reply-To: References: Organization: Polstra & Co., Seattle, WA Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org In article , Andreas Almquist wrote: > Here are the output you asked for (attached). Thanks! I see the problem in the checkouts file you sent me. I still don't understand why it is happening, but I should be able to figure it out now. Here is the work-around I recommend to everybody who is having this problem: 1. Delete the "jakarta-tomcat' directory from your ports tree with "rm -rf". 2. Find your checkouts file. It is named "/usr/sup/ports-all/checkouts.cvs:." if you are using the example "ports-supfile" from "/usr/share/examples/cvsup". Or substitute your actual collection name for "ports-all" if you're doing things differently. Edit this file and delete all lines containing "jakarta-tomcat". 3. Run cvsup in the usual way, but without the "-s" option. If things are still messed up after that, your machine is haunted. :-} John -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Disappointment is a good sign of basic intelligence." -- Chögyam Trungpa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 15:10:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C787937B424 for ; Mon, 21 May 2001 15:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4LMA1469369; Mon, 21 May 2001 15:10:01 -0700 (PDT) (envelope-from gnats) Received: from user4.net011.fl.sprint-hsd.net (user4.net011.fl.sprint-hsd.net [207.30.203.4]) by hub.freebsd.org (Postfix) with ESMTP id 339F237B422 for ; Mon, 21 May 2001 15:01:30 -0700 (PDT) (envelope-from scorpio@user4.net011.fl.sprint-hsd.net) Received: (qmail 60599 invoked by uid 1002); 21 May 2001 22:01:28 -0000 Message-Id: <20010521220128.60598.qmail@user4.net011.fl.sprint-hsd.net> Date: 21 May 2001 22:01:28 -0000 From: scorpio@drkshdw.org Reply-To: scorpio@drkshdw.org To: FreeBSD-gnats-submit@freebsd.org Cc: mark@kyne.com.au X-Send-Pr-Version: 3.113 Subject: ports/27515: update to xdms Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27515 >Category: ports >Synopsis: update to xdms >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon May 21 15:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Jeff Palmer >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD jeff.isni.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Wed May 16 12:55:48 EDT 2001 root@jeff.isni.net:/usr/obj/usr/src/sys/FreeBSD i386 >Description: No available distfiles on the MASTER_SITE= >How-To-Repeat: >Fix: --- Makefile Tue Apr 17 14:01:40 2001 +++ Makefile.new Mon May 21 17:57:41 2001 @@ -8,7 +8,7 @@ PORTNAME= xdms PORTVERSION= 1.3 CATEGORIES= archivers -MASTER_SITES= http://www.ee.tut.fi/~o159219/xdms/ +MASTER_SITES= http://www.ee.tut.fi/~orsila/xdms/ DISTNAME= xdms MAINTAINER= mark@kyne.com.au >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 15:11:54 2001 Delivered-To: freebsd-ports@freebsd.org Received: from wall.polstra.com (rtrwan160.accessone.com [206.213.115.74]) by hub.freebsd.org (Postfix) with ESMTP id 093DC37B422 for ; Mon, 21 May 2001 15:11:50 -0700 (PDT) (envelope-from jdp@wall.polstra.com) Received: from vashon.polstra.com (vashon.polstra.com [206.213.73.13]) by wall.polstra.com (8.11.3/8.11.1) with ESMTP id f4LMBm040870 for ; Mon, 21 May 2001 15:11:48 -0700 (PDT) (envelope-from jdp@wall.polstra.com) Received: (from jdp@localhost) by vashon.polstra.com (8.11.3/8.11.0) id f4LMBmg02821; Mon, 21 May 2001 15:11:48 -0700 (PDT) (envelope-from jdp) Date: Mon, 21 May 2001 15:11:48 -0700 (PDT) Message-Id: <200105212211.f4LMBmg02821@vashon.polstra.com> To: ports@freebsd.org From: John Polstra Subject: Re: cvs repository inconsistent? In-Reply-To: <9ebo61$1i0g$1@kemoauc.mips.inka.de> References: <3B09323F.E6A28068@windriver.com> <9ebk9g$1en9$1@kemoauc.mips.inka.de> <20010521205105.Z2781@ringworld.oblivion.bg> <9ebo61$1i0g$1@kemoauc.mips.inka.de> Organization: Polstra & Co., Seattle, WA Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org In article <9ebo61$1i0g$1@kemoauc.mips.inka.de>, Christian Weisgerber wrote: > Peter Pentchev wrote: > > > Removing the checkouts file still works, though. > > Removing this line from the checkouts file is sufficient: > > c ports/www/jakarta-tomcat/files,v [...] Yes, I'm sure that's right. I've been recommending that people delete all of the lines containing "jakarta-tomcat". Either solution is better than deleting the whole checkouts file. John -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Disappointment is a good sign of basic intelligence." -- Chögyam Trungpa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 15:12:40 2001 Delivered-To: freebsd-ports@freebsd.org Received: from res142a-008.rh.rit.edu (res142a-008.rh.rit.edu [129.21.142.8]) by hub.freebsd.org (Postfix) with ESMTP id B655C37B424 for ; Mon, 21 May 2001 15:12:36 -0700 (PDT) (envelope-from vega@res142a-008.rh.rit.edu) Received: by res142a-008.rh.rit.edu (Postfix, from userid 1000) id 79FD5901A5C; Mon, 21 May 2001 18:10:25 -0400 (EDT) Date: Mon, 21 May 2001 18:10:25 -0400 From: Michael Dungan To: ports@freebsd.org Subject: oddness w/ jakarta-tomcat checkout Message-ID: <20010521181025.A80361@rit.edu> Reply-To: mpd6334@cs.rit.edu Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, Over the last couple of days, when I attempt to cvsup my ports, I see the following: Checkout ports/www/jakarta-tomcat/files/patch-ab Checkout ports/www/jakarta-tomcat/files/tomcat.sh Delete ports/www/jakarta-tomcat/files Updater failed: Cannot delete "/usr/ports/www/jakarta-tomcat/files": Directory n ot empty Obviously not sane. What's up? please cc: me in any replies. Thanks, mpd -- ___________________________________________________________ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 15:14:14 2001 Delivered-To: freebsd-ports@freebsd.org Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id 867C637B42C for ; Mon, 21 May 2001 15:14:11 -0700 (PDT) (envelope-from dwcjr@inethouston.net) Received: from dwcjr (DWCJR.inethouston.net [216.118.21.147]) by leviathan.inethouston.net (Postfix) with ESMTP id 5BABB10F40F; Mon, 21 May 2001 17:14:15 -0500 (CDT) Message-ID: <055c01c0e243$5d659b00$931576d8@inethouston.net> From: "David W. Chapman Jr." To: , References: <20010521181025.A80361@rit.edu> Subject: Re: oddness w/ jakarta-tomcat checkout Date: Mon, 21 May 2001 17:14:12 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org we're been discussing it all morning, check the archives. ----- Original Message ----- From: "Michael Dungan" To: Sent: Monday, May 21, 2001 5:10 PM Subject: oddness w/ jakarta-tomcat checkout > Hi, > > Over the last couple of days, when I attempt to cvsup my > ports, I see the following: > > Checkout ports/www/jakarta-tomcat/files/patch-ab > Checkout ports/www/jakarta-tomcat/files/tomcat.sh > Delete ports/www/jakarta-tomcat/files > Updater failed: Cannot delete "/usr/ports/www/jakarta-tomcat/files": Directory n > ot empty > > Obviously not sane. What's up? > > please cc: me in any replies. > > Thanks, > > mpd > -- > ___________________________________________________________ > > > 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 Mon May 21 15:19:59 2001 Delivered-To: freebsd-ports@freebsd.org Received: from pcwin002.win.tue.nl (pcwin002.win.tue.nl [131.155.71.72]) by hub.freebsd.org (Postfix) with ESMTP id 48D8B37B422 for ; Mon, 21 May 2001 15:19:55 -0700 (PDT) (envelope-from stijn@pcwin002.win.tue.nl) Received: (from stijn@localhost) by pcwin002.win.tue.nl (8.11.3/8.11.3) id f4LMJVe65347; Tue, 22 May 2001 00:19:31 +0200 (CEST) (envelope-from stijn) Date: Tue, 22 May 2001 00:19:31 +0200 From: Stijn Hoop To: John Polstra Cc: ports@freebsd.org Subject: Re: cvs repository inconsistent? Message-ID: <20010522001931.A64892@pcwin002.win.tue.nl> References: <3B09323F.E6A28068@windriver.com> <9ebk9g$1en9$1@kemoauc.mips.inka.de> <20010521205105.Z2781@ringworld.oblivion.bg> <9ebo61$1i0g$1@kemoauc.mips.inka.de> <200105212211.f4LMBmg02821@vashon.polstra.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200105212211.f4LMBmg02821@vashon.polstra.com>; from jdp@polstra.com on Mon, May 21, 2001 at 03:11:48PM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Mon, May 21, 2001 at 03:11:48PM -0700, John Polstra wrote: > In article <9ebo61$1i0g$1@kemoauc.mips.inka.de>, > Christian Weisgerber wrote: > > Peter Pentchev wrote: > > > > > Removing the checkouts file still works, though. > > > > Removing this line from the checkouts file is sufficient: > > > > c ports/www/jakarta-tomcat/files,v [...] > > Yes, I'm sure that's right. I've been recommending that people > delete all of the lines containing "jakarta-tomcat". Either > solution is better than deleting the whole checkouts file. Being the creator of CVSup, I'm sure you know best. But this morning I already 'fixed' the problem by mv'ing my checkouts file, and recvsupping. Why is this not such a good solution? I was actually under the impression that some other bits got fixed in the next cvsup (I saw some strange things come through, patches from 1999 to some files actually), but now I'm starting to suspect my poor ports tree... --Stijn -- "I'm not under the alkafluence of inkahol that some thinkle peep I am. It's just the drunker I sit here the longer I get." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 15:20: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5DF7A37B42C for ; Mon, 21 May 2001 15:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4LMK1272736; Mon, 21 May 2001 15:20:01 -0700 (PDT) (envelope-from gnats) Received: from user4.net011.fl.sprint-hsd.net (user4.net011.fl.sprint-hsd.net [207.30.203.4]) by hub.freebsd.org (Postfix) with ESMTP id 1A8CC37B42C for ; Mon, 21 May 2001 15:19:10 -0700 (PDT) (envelope-from root@user4.net011.fl.sprint-hsd.net) Received: (qmail 61574 invoked by uid 0); 21 May 2001 22:19:07 -0000 Message-Id: <20010521221907.61573.qmail@user4.net011.fl.sprint-hsd.net> Date: 21 May 2001 22:19:07 -0000 From: scorpio@drkshdw.org Reply-To: scorpio@drkshdw.org To: FreeBSD-gnats-submit@freebsd.org Cc: ache@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27516: update to zip Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27516 >Category: ports >Synopsis: update for unretrievable distfiles >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon May 21 15:20:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Jeff Palmer >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD jeff.isni.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Wed May 16 12:55:48 EDT 2001 root@jeff.isni.net:/usr/obj/usr/src/sys/FreeBSD i386 >Description: Update the MASTER_SITES for zip >How-To-Repeat: >Fix: --- Makefile.old Mon May 21 18:11:39 2001 +++ Makefile Mon May 21 18:14:30 2001 @@ -9,7 +9,8 @@ PORTNAME= zip PORTVERSION= 2.3 CATEGORIES= archivers -MASTER_SITES= ftp://ftp.freesoftware.com/pub/infozip/src/ +MASTER_SITES= ftp://ftp.cdrom.com/.1/tex/ctan/tools/zip/info-zip/src/ \ + ftp://ftp.gui.uva.es/.5/ftp.tex.ac.uk/tex-archive/tools/zip/info-zip/src/ ZCRYPT_SRC= zcrypt29-exportable.zip DISTFILES= zip23${EXTRACT_SUFX} ${ZCRYPT_SRC} >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 15:30:50 2001 Delivered-To: freebsd-ports@freebsd.org Received: from wall.polstra.com (rtrwan160.accessone.com [206.213.115.74]) by hub.freebsd.org (Postfix) with ESMTP id D7B4E37B422 for ; Mon, 21 May 2001 15:30:47 -0700 (PDT) (envelope-from jdp@wall.polstra.com) Received: from vashon.polstra.com (vashon.polstra.com [206.213.73.13]) by wall.polstra.com (8.11.3/8.11.1) with ESMTP id f4LMUh041014; Mon, 21 May 2001 15:30:43 -0700 (PDT) (envelope-from jdp@wall.polstra.com) Received: (from jdp@localhost) by vashon.polstra.com (8.11.3/8.11.0) id f4LMUhL02894; Mon, 21 May 2001 15:30:43 -0700 (PDT) (envelope-from jdp) Date: Mon, 21 May 2001 15:30:43 -0700 (PDT) Message-Id: <200105212230.f4LMUhL02894@vashon.polstra.com> To: ports@freebsd.org From: John Polstra Cc: stijn@win.tue.nl Subject: Re: cvs repository inconsistent? In-Reply-To: <20010522001931.A64892@pcwin002.win.tue.nl> References: <3B09323F.E6A28068@windriver.com> <9ebo61$1i0g$1@kemoauc.mips.inka.de> <200105212211.f4LMBmg02821@vashon.polstra.com> <20010522001931.A64892@pcwin002.win.tue.nl> Organization: Polstra & Co., Seattle, WA Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org In article <20010522001931.A64892@pcwin002.win.tue.nl>, Stijn Hoop wrote: > But this morning I already 'fixed' the problem by mv'ing my > checkouts file, and recvsupping. Why is this not such a good > solution? It's a tolerable solution, but it's not an ideal solution. There is an explanation of the pitfalls here: http://www.polstra.com/projects/freeware/CVSup/faq.html#adopt http://www.polstra.com/projects/freeware/CVSup/faq.html#extrafiles John -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Disappointment is a good sign of basic intelligence." -- Chögyam Trungpa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 15:32: 5 2001 Delivered-To: freebsd-ports@freebsd.org Received: from wall.polstra.com (rtrwan160.accessone.com [206.213.115.74]) by hub.freebsd.org (Postfix) with ESMTP id 7CAB837B42C for ; Mon, 21 May 2001 15:32:03 -0700 (PDT) (envelope-from jdp@wall.polstra.com) Received: from vashon.polstra.com (vashon.polstra.com [206.213.73.13]) by wall.polstra.com (8.11.3/8.11.1) with ESMTP id f4LMVs041027; Mon, 21 May 2001 15:31:54 -0700 (PDT) (envelope-from jdp@wall.polstra.com) Received: (from jdp@localhost) by vashon.polstra.com (8.11.3/8.11.0) id f4LMVsi02908; Mon, 21 May 2001 15:31:54 -0700 (PDT) (envelope-from jdp) Date: Mon, 21 May 2001 15:31:54 -0700 (PDT) Message-Id: <200105212231.f4LMVsi02908@vashon.polstra.com> To: ports@freebsd.org From: John Polstra Cc: mpd6334@cs.rit.edu Subject: Re: oddness w/ jakarta-tomcat checkout In-Reply-To: <20010521181025.A80361@rit.edu> References: <20010521181025.A80361@rit.edu> Organization: Polstra & Co., Seattle, WA Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org In article <20010521181025.A80361@rit.edu>, Michael Dungan wrote: > Hi, > > Over the last couple of days, when I attempt to cvsup my > ports, I see the following: > > Checkout ports/www/jakarta-tomcat/files/patch-ab > Checkout ports/www/jakarta-tomcat/files/tomcat.sh > Delete ports/www/jakarta-tomcat/files > Updater failed: Cannot delete "/usr/ports/www/jakarta-tomcat/files": Directory n > ot empty > > Obviously not sane. What's up? See PR misc/27495 for a work-around. John -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Disappointment is a good sign of basic intelligence." -- Chögyam Trungpa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 15:50: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1D3EA37B424 for ; Mon, 21 May 2001 15:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4LMo1a85318; Mon, 21 May 2001 15:50:01 -0700 (PDT) (envelope-from gnats) Received: from user4.net011.fl.sprint-hsd.net (user4.net011.fl.sprint-hsd.net [207.30.203.4]) by hub.freebsd.org (Postfix) with ESMTP id 3B28837B424 for ; Mon, 21 May 2001 15:45:28 -0700 (PDT) (envelope-from root@user4.net011.fl.sprint-hsd.net) Received: (qmail 63464 invoked by uid 0); 21 May 2001 22:45:26 -0000 Message-Id: <20010521224526.63463.qmail@user4.net011.fl.sprint-hsd.net> Date: 21 May 2001 22:45:26 -0000 From: scorpio@drkshdw.org Reply-To: scorpio@drkshdw.org To: FreeBSD-gnats-submit@freebsd.org Cc: d.s.div@bigfoot.com X-Send-Pr-Version: 3.113 Subject: ports/27517: update to fmio Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27517 >Category: ports >Synopsis: update to fmio for unretrievable distfiles >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon May 21 15:50:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Jeff Palmer >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD jeff.isni.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Wed May 16 12:55:48 EDT 2001 root@jeff.isni.net:/usr/obj/usr/src/sys/FreeBSD i386 >Description: update to MASTER_SITES for fmio >How-To-Repeat: >Fix: --- Makefile.old Mon May 21 18:37:51 2001 +++ Makefile Mon May 21 18:38:01 2001 @@ -8,7 +8,7 @@ PORTNAME= fmio PORTVERSION= 1.1.4 CATEGORIES= audio -MASTER_SITES= http://www.jumbo.narod.ru/src/ +MASTER_SITES= http://www.jumbo.narod.ru/src/fmio/ MAINTAINER= d.s.div@bigfoot.com >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 16: 4:24 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail.noos.fr (zola.noos.net [212.198.2.76]) by hub.freebsd.org (Postfix) with ESMTP id DBBAA37B422 for ; Mon, 21 May 2001 16:04:16 -0700 (PDT) (envelope-from clefevre@poboxes.com) Received: (qmail 32777458 invoked by uid 0); 21 May 2001 23:04:15 -0000 Received: from d165.dhcp212-198-231.noos.fr (HELO gits.dyndns.org) ([212.198.231.165]) (envelope-sender ) by zola.noos.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 21 May 2001 23:04:15 -0000 Received: (from root@localhost) by gits.dyndns.org (8.11.3/8.11.3) id f4LN4E357028; Tue, 22 May 2001 01:04:14 +0200 (CEST) (envelope-from clefevre@poboxes.com) To: ports@FreeBSD.org Subject: Re: PR Review References: <200105210118.f4L1IZD10845@gits.dyndns.org> <0ae001c0e194$56f54d60$931576d8@inethouston.net> <4rues3ua.fsf@gits.dyndns.org> X-Face: V|+c;4!|B?E%BE^{E6);aI.[<97Zd*>^#%Y5Cxv;%Y[PT-LW3;A:fRrJ8+^k"e7@+30g0YD0*^^3jgyShN7o?a]C la*Zv'5NA,=963bM%J^o]C Reply-To: Cyrille Lefevre In-Reply-To: <4rues3ua.fsf@gits.dyndns.org> From: Cyrille Lefevre Date: 22 May 2001 01:04:13 +0200 Message-ID: Lines: 200 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org was Cc: "David W. Chapman Jr." , "Will Andrews" Cyrille Lefevre writes: > "David W. Chapman Jr." writes: > > > Cool, I wasn't as proficient in awk sed and perl so I had to initially do > > the conversion in foxpro on windows. I think maybe we should try to get > > that script on the porters handbook for the man pages, what do you think? > > how about this one I've just written :P > all is made in one pass w/ temporary files... > > so, the Makefile.man I've sent to your PR can be obtained using the > following commmand (except MANCOMPRESSED) : > > mkmakeman -q -o Makefile.man -p /usr/X11R6 /usr/ports/x11/XFree86-4/pkg-plist > > another sample using this command maybe, for fresh ports : > > mkmakeman -q -a Makefile /tmp/local > > which appends MAN? variables to the current Makefile. > > you're free to write a manual page it you want. since english isn't my > native language, well, humm! I didn't know how to say what I want to > say in english ;^) > > PS : if the license is a problem, let me know, I'll change it. > > #!/bin/sh -e > # > # @(#) mkmakeman 1.0 (clefevre@poboxes.com) Tue May 22 00:49:18 CEST 2001 > # > # Copyright (c) 2001 Cyrille Lefevre. All rights reserved. > # > # Redistribution and use in source and binary forms, with or without > # modification, are permitted provided that the following conditions > # are met: > # > # 1. Redistributions of source code must retain the above copyright > # notice, this list of conditions and the following disclaimer. > # 2. Redistributions in binary form must reproduce the above copyright > # notice, this list of conditions and the following disclaimer in > # the documentation and/or other materials provided with the > # distribution. > # 3. The name of the authors and contributors may not be used to > # endorse or promote products derived from this software without > # specific prior written permission. > # > # THIS SOFTWARE IS PROVIDED BY THE AUTHORS AND CONTRIBUTORS ``AS IS'' > # AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED > # TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A > # PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS > # OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, > # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT > # LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF > # USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND > # ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, > # OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT > # OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF > # SUCH DAMAGE. > > append= > quiet= > mandir=man/man > prefix= > ofile=/dev/null > sections="1 2 3 4 5 6 7 8 9 l n" > ifile= > > cat=cat make=make grep=grep find=find sort=sort > xargs=xargs ls=ls sed=sed awk=awk tee=tee > > usage () { > # bip! game over, same player, play again ;^) > $cat << EOF >&2 > usage: $0 [-q] [-m mandir] [-a|-o file] [-s sections] dir > $0 [-q] [-m mandir] [-p prefix] [-a|-o file] [-s sections] file > EOF > exit 64 > } > > abspath () { > # make the path absolute > case $1 in > /*) > echo $1 ;; > *) > echo $(pwd)/$1 ;; > esac > } > > while getopts a:m:o:p:qs: c; do > case $c in > a) > append=-a > ofile=$(abspath $OPTARG) ;; > m) > mandir=$OPTARG ;; > o) > ofile=$(abspath $OPTARG) ;; > p) > prefix=$OPTARG ;; > q) > quiet="> /dev/null" ;; > s) > sections=$OPTARG ;; > *) > usage ;; > esac > done > shift $(($OPTIND - 1)) > > # no args, good bye > if [ $# -eq 0 ]; then > usage > # a directory ? > elif [ -d "$1" ]; then > prefix=$1 > # a plain file then > else > if [ -z "$prefix" ]; then > # no prefix, try the find one > if [ -f Makefile ]; then > prefix=$($make -V PREFIX) > else > usage > fi > fi > ifile=$(abspath $1) > fi > > cd "$prefix" || exit > > for sec in $sections; do > if [ -n "$ifile" ]; then > $grep "$mandir$sec" "$ifile" > else > # find all manual pages > $find "$mandir$sec" ! -type d > fi | > # sort them > $sort +8 | > # expand symlinks > $xargs $ls -ld | > # mandir and suffix aren't needed > $sed "s,$mandir$sec/,$sec ,;s/\.gz//g" > # ^^^^^ we use that later > done | > $awk -v sections="$sections" ' > BEGIN { > # this ugly thing works ! > nsections = split (sections, sections, " ") > } > # found a symlink > /->/ { > links [nlinks++] = $NF " " $(NF - 2) > next > } > # so, its a plain file > { > # get the section number > sec = $(NF - 1) > # fill in an array by sections > mans [sec,nmans [sec]++] = $NF > } > END { > # for each sorted sections > for (k = 1; k <= nsections; k++) { > # get its name > sec = sections [k] > # is there any manual ? > if (! nmans [sec]) > continue > # ok, go on... > printf "MAN%s=", toupper(sec) > # let us go a lot faster > j = nmans [sec] - 1 > # for each manual > for (i = 0; i < nmans [sec]; i++) > # dont put a \ on the last line > printf "\t%s%s\n", mans [sec,i], i == j ? "" : " \\" > } > if (nlinks) { > printf "MLINKS=" > j = nlinks - 1 > for (i = 0; i < nlinks; i++) > printf "\t%s%s\n", links [i], i == j ? "" : " \\" > } > } > ' | > eval $tee $append "$ofile" $quiet Cyrille. -- Cyrille Lefevre - 12, Rue de Bizerte 75017 Paris tel/fax: +33 (0)1 45 22 83 85 home: mailto:clefevre@poboxes.com UNIX is user-friendly; it's just particular work: mailto:Cyrille.Lefevre@edf.fr about who it chooses to be friends with. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 16:10: 5 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A343E37B424 for ; Mon, 21 May 2001 16:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4LNA1G93018; Mon, 21 May 2001 16:10:01 -0700 (PDT) (envelope-from gnats) Received: from user4.net011.fl.sprint-hsd.net (user4.net011.fl.sprint-hsd.net [207.30.203.4]) by hub.freebsd.org (Postfix) with ESMTP id 5BDA437B422 for ; Mon, 21 May 2001 16:05:58 -0700 (PDT) (envelope-from root@user4.net011.fl.sprint-hsd.net) Received: (qmail 64080 invoked by uid 0); 21 May 2001 23:05:56 -0000 Message-Id: <20010521230556.64079.qmail@user4.net011.fl.sprint-hsd.net> Date: 21 May 2001 23:05:56 -0000 From: scorpio@drkshdw.org Reply-To: scorpio@drkshdw.org To: FreeBSD-gnats-submit@freebsd.org Cc: jonny@jonny.eng.br X-Send-Pr-Version: 3.113 Subject: ports/27518: update to id3ren Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27518 >Category: ports >Synopsis: update to id3ren, unretreivable distfiles >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon May 21 16:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Jeff Palmer >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD jeff.isni.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Wed May 16 12:55:48 EDT 2001 root@jeff.isni.net:/usr/obj/usr/src/sys/FreeBSD i386 >Description: update to id3ren to MASTER_SITES. fixes unretrievable distfiles >How-To-Repeat: >Fix: --- Makefile.old Mon May 21 18:49:44 2001 +++ Makefile Mon May 21 18:50:02 2001 @@ -8,7 +8,7 @@ PORTNAME= id3ren PORTVERSION= 0.97a CATEGORIES= audio -MASTER_SITES= http://tscnet.com/pages/badcrc/apps/id3ren/ +MASTER_SITES= http://cbothamy.free.fr/projects/id3ren/ DISTNAME= id3ren97a MAINTAINER= jonny@jonny.eng.br >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 16:20: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1166937B424 for ; Mon, 21 May 2001 16:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4LNK2Y93590; Mon, 21 May 2001 16:20:02 -0700 (PDT) (envelope-from gnats) Received: from user4.net011.fl.sprint-hsd.net (user4.net011.fl.sprint-hsd.net [207.30.203.4]) by hub.freebsd.org (Postfix) with ESMTP id 797B937B422 for ; Mon, 21 May 2001 16:19:49 -0700 (PDT) (envelope-from root@user4.net011.fl.sprint-hsd.net) Received: (qmail 65169 invoked by uid 0); 21 May 2001 23:19:47 -0000 Message-Id: <20010521231946.65168.qmail@user4.net011.fl.sprint-hsd.net> Date: 21 May 2001 23:19:46 -0000 From: scorpio@drkshdw.org Reply-To: scorpio@drkshdw.org To: FreeBSD-gnats-submit@freebsd.org Cc: mb@imp.ch X-Send-Pr-Version: 3.113 Subject: ports/27519: update to kmp3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27519 >Category: ports >Synopsis: kmp3 has unretrievable distfiles >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon May 21 16:20:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Jeff Palmer >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD jeff.isni.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Wed May 16 12:55:48 EDT 2001 root@jeff.isni.net:/usr/obj/usr/src/sys/FreeBSD i386 >Description: kmp3 cannot fetch distfiles >How-To-Repeat: >Fix: --- Makefile.old Mon May 21 19:16:06 2001 +++ Makefile Mon May 21 19:16:26 2001 @@ -8,7 +8,7 @@ PORTNAME= kmp3 PORTVERSION= 1.0 CATEGORIES= audio kde -MASTER_SITES= http://www.kmp3.org/tarballs/ +MASTER_SITES= http://area51.mfh-iserlohn.de/kmp3/tarballs/ MAINTAINER= mb@imp.ch >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 16:38:27 2001 Delivered-To: freebsd-ports@freebsd.org Received: from cd64.com (cr630519-a.crdva1.bc.wave.home.com [24.113.2.19]) by hub.freebsd.org (Postfix) with SMTP id 8EF9737B424 for ; Mon, 21 May 2001 16:38:23 -0700 (PDT) (envelope-from sales4@cd64.com) From: "www.cd64.com" To: "tom@superufo.com"@FreeBSD.ORG, tom@superufo.com Subject: Reseller Welcome / Mime-Version: 1.0 Content-Type: text/html; charset="Big5" Date: Mon, 21 May 2001 16:36:59 -0700 Content-Transfer-Encoding: 8bit Message-Id: <20010521233823.8EF9737B424@hub.freebsd.org> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org New Page 1
 

PC-LINKER HOME PAGE

 

US$50 included worldwide shipping ( by air mail ) 

A Price for 2 Cartridge but it worth for Hundreds of Games

A new design Rom Emulator Tools for GB / GBC / GBA ** ( only emulate GB/GBC 's Rom only )

1. Simple and user friendly. - Use the PC's printer port to GB com port cable for program direct downloading, convenience and cost saving.

2. The development tools with Rom emulation and program upload functions. You can develop your own game with many reference from other people's GB demo works.

3. Hi speed download --- over 12k byte per second.

4. No battery or AC adaptor Needed.

PC-Linker is a device that allows data to be transferred from your PC to Ram Card and any computer that has a parallel port.

For example, you wrote your own game, or you get the Rom file ( freeware or shareware game ) from the internet. You can upload the Rom file from you PC computer to the GB console via the PC-Linker. Then you can play and test your own game.

The PC Linker --- content.

  • Bundle with a CD it has the Coder program let you upload your own program to the GB. Value +++ !!! It included 100+ Freeware & Shareware of Games inside the CD.
  • A Link cable between PC computer's printer port and GB' com port.
  • A 16M Ram Card with battery save function. 

FAQ

1. Will pc-linker release a Ram card that more than 16M ?
No ! Since the 32M Ram card cost is almost double of the 16M Ram card. And 16M ram card can play more than 98% of the game, so we do not decide to make a Ram card that more than 15M

2. Can PC-Linker work on Advance GB ?
Yes, PC-Linker can work on Advance GB, BUT, it work on the GB&GBC rom files format ONLY. No Advance GB's rom file can work on PC-LINKER.

3. Will PC-Linker release a version that can run Advance GB rom file ?
Yes ! We will release a Ram Card that will run Advance GB rom file, but it CANNOT go backward to run the GB&CGB 's rom file.  For the Advance GB 's owner, they must use the CGB version of Ram card to run the GB game. But they can buy the AGB version of Ram Card later.( will release on June ).

4. Will PC-Linker have a Rom Download function ( Rom to PC )?
NO ! PC-Linker do not have the download function, since we do not want to get problem from the Console manufacturer, but the user can use the Exchanger- from bungs , or GameJack - from UFO  , to do the download.

5. Where can I buy ?
For mail order, please click here, For the Reseller, please contact sales@cd64.com .

6. Is PC-LINKER easy to use ?
Yes, it is very simple to operate. Connect the cable between your PC's printer port and GB com port. Run the program ( Coder ) , select the game file from your computer, click a button, wait for the upload to finish. You got done.

FIG . Coder screen shot.

Back 

copyright 2001 UFO company

 
Removal Instructions
Click on the below link to be exclude from further communication.
Click Here

 


 

 

To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 16:40:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 23B7137B424 for ; Mon, 21 May 2001 16:40:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4LNe6L94820; Mon, 21 May 2001 16:40:06 -0700 (PDT) (envelope-from gnats) Received: from user4.net011.fl.sprint-hsd.net (user4.net011.fl.sprint-hsd.net [207.30.203.4]) by hub.freebsd.org (Postfix) with ESMTP id ED55E37B422 for ; Mon, 21 May 2001 16:33:48 -0700 (PDT) (envelope-from root@user4.net011.fl.sprint-hsd.net) Received: (qmail 65614 invoked by uid 0); 21 May 2001 23:33:46 -0000 Message-Id: <20010521233346.65613.qmail@user4.net011.fl.sprint-hsd.net> Date: 21 May 2001 23:33:46 -0000 From: scorpio@drkshdw.org Reply-To: scorpio@drkshdw.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27521: update to libcdaudio Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27521 >Category: ports >Synopsis: libcdaudio cannot retrieve distfiles >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon May 21 16:40:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Jeff Palmer >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD jeff.isni.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Wed May 16 12:55:48 EDT 2001 root@jeff.isni.net:/usr/obj/usr/src/sys/FreeBSD i386 >Description: libcdaudio cannot retrieve distfiles >How-To-Repeat: >Fix: --- Makefile.old Mon May 21 19:26:23 2001 +++ Makefile Mon May 21 19:26:43 2001 @@ -8,7 +8,7 @@ PORTNAME= libcdaudio PORTVERSION= 0.99.4 CATEGORIES= audio -MASTER_SITES= ftp://cdcd.undergrid.net/libcdaudio/ +MASTER_SITES= ftp://ftp.fct.unl.pt/.1p/linux/sunsite/distributions/gentoo/gentoo-sources/ MAINTAINER= ports@FreeBSD.org >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 16:49:20 2001 Delivered-To: freebsd-ports@freebsd.org Received: from elvis.mu.org (elvis.mu.org [216.33.66.196]) by hub.freebsd.org (Postfix) with ESMTP id 72FE637B42C; Mon, 21 May 2001 16:49:16 -0700 (PDT) (envelope-from billf@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1098) id 1ECD981D09; Mon, 21 May 2001 18:49:06 -0500 (CDT) Date: Mon, 21 May 2001 18:49:06 -0500 From: Bill Fumerola To: Will Andrews , "David W. Chapman Jr." , The Unicorn , ports@FreeBSD.org Subject: Re: cvsup trouble Message-ID: <20010521184906.U37979@elvis.mu.org> References: <20010521214919.A31941@unicorn.blackhats.org> <20010521144853.E19376@casimir.physics.purdue.edu> <038701c0e230$68eacda0$931576d8@inethouston.net> <20010521145718.F19376@casimir.physics.purdue.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010521145718.F19376@casimir.physics.purdue.edu>; from will@physics.purdue.edu on Mon, May 21, 2001 at 02:57:18PM -0500 X-Operating-System: FreeBSD 4.3-FEARSOME-20010328 i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org [ cvs-committers moved to bcc: ] On Mon, May 21, 2001 at 02:57:18PM -0500, Will Andrews wrote: > On Mon, May 21, 2001 at 02:58:31PM -0500, David W. Chapman Jr. wrote: > > As posted before, that does not work, try doing that and then cvsupping > > twice in a row. you have to delete your checkouts file to fix it. > > Someone mentioned that just removing the "files" line in the checkouts > file would fix it.. of course, I don't use cvsup anymore. :-) If you don't use it then why offer (mis-)information about it? Just Press 'D'. In any event, Mr. Unicorn[1], please avoid using cvs-committers@ as your personal help mailing list. questions@freebsd.org is comprised of lots of people who would like to help with these kinds of questions. -- Bill Fumerola - security yahoo / Yahoo! inc. - fumerola@yahoo-inc.com / billf@FreeBSD.org 1. we really like real names around these parts, btw. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 17:20: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CA3CA37B43C for ; Mon, 21 May 2001 17:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4M0K3p01116; Mon, 21 May 2001 17:20:03 -0700 (PDT) (envelope-from gnats) Received: from user4.net011.fl.sprint-hsd.net (user4.net011.fl.sprint-hsd.net [207.30.203.4]) by hub.freebsd.org (Postfix) with ESMTP id 4D6E837B424 for ; Mon, 21 May 2001 17:19:29 -0700 (PDT) (envelope-from root@user4.net011.fl.sprint-hsd.net) Received: (qmail 65989 invoked by uid 0); 22 May 2001 00:19:27 -0000 Message-Id: <20010522001927.65988.qmail@user4.net011.fl.sprint-hsd.net> Date: 22 May 2001 00:19:27 -0000 From: scorpio@drkshdw.org Reply-To: scorpio@drkshdw.org To: FreeBSD-gnats-submit@freebsd.org Cc: aaron@mutex.org X-Send-Pr-Version: 3.113 Subject: ports/27523: update to litestream Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27523 >Category: ports >Synopsis: update to litestream, unretrievable distfiles >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon May 21 17:20:03 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Jeff Palmer >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD jeff.isni.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Wed May 16 12:55:48 EDT 2001 root@jeff.isni.net:/usr/obj/usr/src/sys/FreeBSD i386 >Description: litestream cannot fetch distfiles >How-To-Repeat: >Fix: --- Makefile.old Mon May 21 20:13:27 2001 +++ Makefile Mon May 21 20:15:11 2001 @@ -8,7 +8,9 @@ PORTNAME= litestream PORTVERSION= 1.0.1r3 CATEGORIES= audio -MASTER_SITES= http://www.litestream.net/releases/ +MASTER_SITES= http://www.litestream.net/releases/ \ + ftp://ftp.task.gda.pl/vol/d33/ftp.freebsd.org/pub/FreeBSD/ports/distfiles/ + DISTNAME= ${PORTNAME}-1.0b1r3 MAINTAINER= aaron@mutex.org >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 17:30:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7A45337B42C for ; Mon, 21 May 2001 17:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4M0U1w01915; Mon, 21 May 2001 17:30:01 -0700 (PDT) (envelope-from gnats) Received: from user4.net011.fl.sprint-hsd.net (user4.net011.fl.sprint-hsd.net [207.30.203.4]) by hub.freebsd.org (Postfix) with ESMTP id 4D75837B424 for ; Mon, 21 May 2001 17:28:54 -0700 (PDT) (envelope-from root@user4.net011.fl.sprint-hsd.net) Received: (qmail 66307 invoked by uid 0); 22 May 2001 00:28:52 -0000 Message-Id: <20010522002852.66306.qmail@user4.net011.fl.sprint-hsd.net> Date: 22 May 2001 00:28:52 -0000 From: scorpio@drkshdw.org Reply-To: scorpio@drkshdw.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27525: update for maplay Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27525 >Category: ports >Synopsis: update for maplay >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon May 21 17:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Jeff Palmer >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD jeff.isni.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Wed May 16 12:55:48 EDT 2001 root@jeff.isni.net:/usr/obj/usr/src/sys/FreeBSD i386 >Description: maplay cannot fetch distfiles >How-To-Repeat: >Fix: --- Makefile.old Mon May 21 20:25:42 2001 +++ Makefile Mon May 21 20:26:46 2001 @@ -8,7 +8,7 @@ PORTNAME= maplay PORTVERSION= 1.2 CATEGORIES= audio -MASTER_SITES= http://www.iuma.com/IUMA/ftp/audio_utils/mpeg_players/Workstations/ +MASTER_SITES= ftp://ftp.tnt.uni-hannover.de/pub/MPEG/audio/other-servers/Maplay-Mirror/ DISTNAME= maplay1_2 EXTRACT_SUFX= .tar.Z >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 17:50: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 09BB437B424 for ; Mon, 21 May 2001 17:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4M0o2p03630; Mon, 21 May 2001 17:50:02 -0700 (PDT) (envelope-from gnats) Received: from user4.net011.fl.sprint-hsd.net (user4.net011.fl.sprint-hsd.net [207.30.203.4]) by hub.freebsd.org (Postfix) with ESMTP id 5148137B424 for ; Mon, 21 May 2001 17:46:35 -0700 (PDT) (envelope-from root@user4.net011.fl.sprint-hsd.net) Received: (qmail 68405 invoked by uid 0); 22 May 2001 00:46:32 -0000 Message-Id: <20010522004632.68404.qmail@user4.net011.fl.sprint-hsd.net> Date: 22 May 2001 00:46:32 -0000 From: scorpio@drkshdw.org Reply-To: scorpio@drkshdw.org To: FreeBSD-gnats-submit@freebsd.org Cc: cpiazza@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27526: update mixer.app to 1.6.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27526 >Category: ports >Synopsis: update mixer.app to 1.6.0 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon May 21 17:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Jeff Palmer >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD jeff.isni.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Wed May 16 12:55:48 EDT 2001 root@jeff.isni.net:/usr/obj/usr/src/sys/FreeBSD i386 >Description: mixer.app cannot fetch the distfiles. In addition, it's an older version. Updated from Mixer.app 1.4.1 to 1.6.0 >How-To-Repeat: >Fix: --- mixer.app.old/Makefile Mon May 21 20:31:37 2001 +++ mixer.app/Makefile Mon May 21 20:39:34 2001 @@ -6,9 +6,9 @@ # PORTNAME= mixer.app -PORTVERSION= 1.4.1 +PORTVERSION= 1.6.0 CATEGORIES= audio -MASTER_SITES= http://www.fukt.hk-r.se/~per/mixer/ +MASTER_SITES= http://www.fukt.bth.se/~per/mixer/ DISTNAME= Mixer.app-${PORTVERSION} MAINTAINER= cpiazza@FreeBSD.org diff -urN mixer.app.old/distinfo mixer.app/distinfo --- mixer.app.old/distinfo Mon May 21 20:34:07 2001 +++ mixer.app/distinfo Mon May 21 20:41:06 2001 @@ -1 +1 @@ -MD5 (Mixer.app-1.4.1.tar.gz) = 5b32d952a94e9df57c1c7d3856bbb7ef +MD5 (Mixer.app-1.6.0.tar.gz) = 7446b8a898483df8aa097ab6188d2fb1 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 18:10: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5D07237B424 for ; Mon, 21 May 2001 18:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4M1A2Y07523; Mon, 21 May 2001 18:10:02 -0700 (PDT) (envelope-from gnats) Received: from user4.net011.fl.sprint-hsd.net (user4.net011.fl.sprint-hsd.net [207.30.203.4]) by hub.freebsd.org (Postfix) with ESMTP id E800037B422 for ; Mon, 21 May 2001 18:03:58 -0700 (PDT) (envelope-from root@user4.net011.fl.sprint-hsd.net) Received: (qmail 69444 invoked by uid 0); 22 May 2001 01:03:52 -0000 Message-Id: <20010522010352.69443.qmail@user4.net011.fl.sprint-hsd.net> Date: 22 May 2001 01:03:52 -0000 From: scorpio@drkshdw.org Reply-To: scorpio@drkshdw.org To: FreeBSD-gnats-submit@freebsd.org Cc: torstenb@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27527: update for mpegaudio Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27527 >Category: ports >Synopsis: update for mpegaudio >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon May 21 18:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Jeff Palmer >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD jeff.isni.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Wed May 16 12:55:48 EDT 2001 root@jeff.isni.net:/usr/obj/usr/src/sys/FreeBSD i386 >Description: mpegaudio cannot fetch distfiles >How-To-Repeat: >Fix: --- Makefile.old Mon May 21 20:54:06 2001 +++ Makefile Mon May 21 21:00:18 2001 @@ -8,7 +8,8 @@ PORTNAME= mpegaudio PORTVERSION= 3.9 CATEGORIES= audio -MASTER_SITES= http://www.iuma.com/IUMA/ftp/audio_utils/converters/source/ +MASTER_SITES= http://www.iuma.com/IUMA/ftp/audio_utils/converters/source/ \ + ftp://ftp.fh-wolfenbuettel.de/pub/os/freebsd/ports/distfiles/ DISTNAME= ${PORTNAME} EXTRACT_SUFX= .tar.Z >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 18:40:59 2001 Delivered-To: freebsd-ports@freebsd.org Received: from chmls06.mediaone.net (chmls06.mediaone.net [24.147.1.144]) by hub.freebsd.org (Postfix) with ESMTP id EDD4037B424; Mon, 21 May 2001 18:40:56 -0700 (PDT) (envelope-from tadayuki@mediaone.net) Received: from photoniii (h0005025b549e.ne.mediaone.net [24.147.67.188]) by chmls06.mediaone.net (8.11.1/8.11.1) with SMTP id f4M1er803989; Mon, 21 May 2001 21:40:53 -0400 (EDT) Date: Mon, 21 May 2001 21:41:15 -0400 From: Tadayuki OKADA To: Maxim Sobolev Cc: ports Subject: Re: Mozilla 0.9 [corrected patch w/o sigbus on 4.3] Message-Id: <20010521214115.3d52bb67.tadayuki@mediaone.net> In-Reply-To: <3B056876.1F736393@FreeBSD.org> References: <3B056876.1F736393@FreeBSD.org> X-Mailer: Sylpheed version 0.4.66 (GTK+ 1.2.10; i386--freebsd4.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, 18 May 2001 21:22:46 +0300 Maxim Sobolev wrote: > then it breaks mozilla-embedded then (missed scrollbars problem).If > there are no more problem reports I'm ready to commit this patch > tomorrow. Is there any outstanding issue? # It's working for me. But still has some problems, # like fonts setting. I'm not sure if it's my problem or not. -- Tadayuki OKADA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 19:10:18 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7390A37B424 for ; Mon, 21 May 2001 19:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4M2A2J14031; Mon, 21 May 2001 19:10:02 -0700 (PDT) (envelope-from gnats) Date: Mon, 21 May 2001 19:10:02 -0700 (PDT) Message-Id: <200105220210.f4M2A2J14031@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Kawaguti Ginga Subject: Re: ports/27199: xbuffy version up Reply-To: Kawaguti Ginga Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/27199; it has been noted by GNATS. From: Kawaguti Ginga To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/27199: xbuffy version up Date: Tue, 22 May 2001 11:08:36 +0900 In Thu, May 10, 2001 at 02:00:55AM -0700, sada@FreeBSD.org wrote: > State-Changed-From-To: open->analyzed > State-Changed-By: sada > State-Changed-When: Thu May 10 01:55:56 PDT 2001 > State-Changed-Why: > Please clarify files to add/remove if exist. > > http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27199 I have taken diff with wrong option... sorry about that. the files/patch-?? part are complete replace, so every thing should be removed. And also some file were not included in the PR27199... here is the right patch: (should I re-send-pr, or is this reply do it all?) ---------------- cut here ----------------------------- diff -urN /usr/ports/mail/xbuffy/Makefile ./Makefile --- /usr/ports/mail/xbuffy/Makefile Sat Feb 10 02:40:33 2001 +++ ./Makefile Tue May 8 19:27:48 2001 @@ -6,15 +6,16 @@ # PORTNAME= xbuffy -PORTVERSION= 3.3 +PORTVERSION= 3.3.3 CATEGORIES= mail -MASTER_SITES= ${MASTER_SITE_XCONTRIB} -MASTER_SITE_SUBDIR= utilities -DISTNAME= ${PORTNAME}${PORTVERSION} +MASTER_SITES= http://www.fiction.net/blong/programs/xbuffy/ +DISTNAME= ${PORTNAME}-3.3.bl.3 -MAINTAINER= dchapes@zeus.leitch.com +MAINTAINER= ginga@athena.club.ne.jp -USE_IMAKE= yes +USE_X_PREFIX= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes MAN1= xbuffy.1 .include diff -urN /usr/ports/mail/xbuffy/distinfo ./distinfo --- /usr/ports/mail/xbuffy/distinfo Thu Dec 4 11:35:27 1997 +++ ./distinfo Tue May 8 13:12:03 2001 @@ -1 +1 @@ -MD5 (xbuffy3.3.tar.gz) = 38a41fc0c4aa10e8e402a4a72c919818 +MD5 (xbuffy-3.3.bl.3.tar.gz) = f4de2adc9d0b2327040e700e2fd25a42 diff -urN /usr/ports/mail/xbuffy/files/patch-aa ./files/patch-aa --- /usr/ports/mail/xbuffy/files/patch-aa Thu Jun 22 15:32:40 1995 +++ ./files/patch-aa Tue May 8 17:06:15 2001 @@ -1,27 +1,20 @@ -*** XBuffy.ad.orig Tue Jan 31 16:37:56 1995 ---- XBuffy.ad Wed Jun 21 16:37:30 1995 -*************** -*** 1,11 **** - ! - ! Application Defaults file for XBuffy, this is just meant as an example - ! -! *nobeep: FALSE -! *horiz: FALSE -! *names: FALSE -! *shortnames: TRUE -! *polltime: 30 -! *priority: 15 -! *headertime: 10 -! *mailboxes: /usr/spool/mail/wfp5p:/home/wfp5p/.Mail/elmProblems ---- 1,11 ---- - ! - ! Application Defaults file for XBuffy, this is just meant as an example - ! -! !XBuffy*nobeep: FALSE -! !XBuffy*horiz: TRUE -! !XBuffy*names: FALSE -! !XBuffy*shortnames: TRUE -! XBuffy*polltime: 30 -! XBuffy*priority: 15 -! XBuffy*headertime: 10 -! !XBuffy*mailboxes: /usr/spool/mail/wfp5p:/home/wfp5p/.Mail/elmProblems +diff -ur ../../xbuffy-3.3.bl.3/libdyn/dyn_append.c ./libdyn/dyn_append.c +--- ../../xbuffy-3.3.bl.3/libdyn/dyn_append.c Fri Feb 20 17:54:14 1998 ++++ ./libdyn/dyn_append.c Tue May 8 13:13:43 2001 +@@ -11,6 +11,7 @@ + */ + + #include ++#include + + #include "dynP.h" + +@@ -20,7 +21,7 @@ + int num; + { + if (obj->debug) +- fprintf(stderr, "dyn: append: Writing %d bytes from %d to %d + %d\n", ++ fprintf(stderr, "dyn: append: Writing %d bytes from %p to %p + %d\n", + obj->el_size*num, els, obj->array, obj->num_el*obj->el_size); + + if (obj->size < obj->num_el + num) { diff -urN /usr/ports/mail/xbuffy/files/patch-ab ./files/patch-ab --- /usr/ports/mail/xbuffy/files/patch-ab Thu Jan 1 09:00:00 1970 +++ ./files/patch-ab Tue May 8 17:06:23 2001 @@ -0,0 +1,11 @@ +diff -ur ../../xbuffy-3.3.bl.3/libdyn/dyn_create.c ./libdyn/dyn_create.c +--- ../../xbuffy-3.3.bl.3/libdyn/dyn_create.c Fri Feb 20 17:54:14 1998 ++++ ./libdyn/dyn_create.c Tue May 8 13:13:43 2001 +@@ -12,6 +12,7 @@ + */ + + #include ++#include + + #include "dynP.h" + diff -urN /usr/ports/mail/xbuffy/files/patch-ac ./files/patch-ac --- /usr/ports/mail/xbuffy/files/patch-ac Thu Jun 22 15:32:40 1995 +++ ./files/patch-ac Tue May 8 17:06:33 2001 @@ -1,29 +1,29 @@ -*** libdyn/dyn_append.c.orig Fri Dec 10 14:56:02 1993 ---- libdyn/dyn_append.c Wed Jun 21 16:45:48 1995 -*************** -*** 11,16 **** ---- 11,17 ---- - */ - - #include -+ #include - - #include "dynP.h" - -*************** -*** 20,26 **** - int num; - { - if (obj->debug) -! fprintf(stderr, "dyn: append: Writing %d bytes from %d to %d + %d\n", - obj->el_size*num, els, obj->array, obj->num_el*obj->el_size); - - if (obj->size < obj->num_el + num) { ---- 21,27 ---- - int num; - { - if (obj->debug) -! fprintf(stderr, "dyn: append: Writing %d bytes from %p to %p + %d\n", - obj->el_size*num, els, obj->array, obj->num_el*obj->el_size); - - if (obj->size < obj->num_el + num) { +diff -ur ../../xbuffy-3.3.bl.3/libdyn/dyn_delete.c ./libdyn/dyn_delete.c +--- ../../xbuffy-3.3.bl.3/libdyn/dyn_delete.c Fri Feb 20 17:54:14 1998 ++++ ./libdyn/dyn_delete.c Tue May 8 13:13:43 2001 +@@ -11,6 +11,7 @@ + */ + + #include ++#include + + #include "dynP.h" + +@@ -45,7 +46,7 @@ + else { + if (obj->debug) + fprintf(stderr, +- "dyn: delete: copying %d bytes from %d + %d to + %d.\n", ++ "dyn: delete: copying %d bytes from %p + %d to + %d.\n", + obj->el_size*(obj->num_el - index), obj->array, + (index+1)*obj->el_size, index*obj->el_size); + +@@ -56,7 +57,7 @@ + if (obj->paranoid) { + if (obj->debug) + fprintf(stderr, +- "dyn: delete: zeroing %d bytes from %d + %d\n", ++ "dyn: delete: zeroing %d bytes from %p + %d\n", + obj->el_size, obj->array, + obj->el_size*(obj->num_el - 1)); + bzero(obj->array + obj->el_size*(obj->num_el - 1), diff -urN /usr/ports/mail/xbuffy/files/patch-ad ./files/patch-ad --- /usr/ports/mail/xbuffy/files/patch-ad Thu Jun 22 15:32:40 1995 +++ ./files/patch-ad Tue May 8 17:07:06 2001 @@ -1,11 +1,29 @@ -*** libdyn/dyn_create.c.orig Fri Dec 10 14:56:02 1993 ---- libdyn/dyn_create.c Wed Jun 21 16:39:16 1995 -*************** -*** 12,17 **** ---- 12,18 ---- - */ - - #include -+ #include - - #include "dynP.h" +diff -ur ../../xbuffy-3.3.bl.3/libdyn/dyn_insert.c ./libdyn/dyn_insert.c +--- ../../xbuffy-3.3.bl.3/libdyn/dyn_insert.c Fri Feb 20 17:54:14 1998 ++++ ./libdyn/dyn_insert.c Tue May 8 13:13:43 2001 +@@ -11,6 +11,7 @@ + */ + + #include ++#include + #include "dynP.h" + + int DynInsert(obj, index, els, num) +@@ -35,7 +36,7 @@ + } + + if (obj->debug) +- fprintf(stderr,"dyn: insert: Moving %d bytes from %d + %d to + %d\n", ++ fprintf(stderr,"dyn: insert: Moving %d bytes from %p + %d to + %d\n", + (obj->num_el-index)*obj->el_size, obj->array, + obj->el_size*index, obj->el_size*(index+num)); + +@@ -46,7 +47,7 @@ + (obj->num_el-index)*obj->el_size); + + if (obj->debug) +- fprintf(stderr, "dyn: insert: Copying %d bytes from %d to %d + %d\n", ++ fprintf(stderr, "dyn: insert: Copying %d bytes from %p to %p + %d\n", + obj->el_size*num, els, obj->array, obj->el_size*index); + + bcopy(els, obj->array + obj->el_size*index, obj->el_size*num); diff -urN /usr/ports/mail/xbuffy/files/patch-ae ./files/patch-ae --- /usr/ports/mail/xbuffy/files/patch-ae Thu Jun 22 15:32:41 1995 +++ ./files/patch-ae Tue May 8 17:07:17 2001 @@ -1,46 +1,29 @@ -*** libdyn/dyn_delete.c.orig Fri Dec 10 14:56:03 1993 ---- libdyn/dyn_delete.c Wed Jun 21 16:45:00 1995 -*************** -*** 11,16 **** ---- 11,17 ---- - */ - - #include -+ #include - - #include "dynP.h" - -*************** -*** 45,51 **** - else { - if (obj->debug) - fprintf(stderr, -! "dyn: delete: copying %d bytes from %d + %d to + %d.\n", - obj->el_size*(obj->num_el - index), obj->array, - (index+1)*obj->el_size, index*obj->el_size); - ---- 46,52 ---- - else { - if (obj->debug) - fprintf(stderr, -! "dyn: delete: copying %d bytes from %p + %d to + %d.\n", - obj->el_size*(obj->num_el - index), obj->array, - (index+1)*obj->el_size, index*obj->el_size); - -*************** -*** 56,62 **** - if (obj->paranoid) { - if (obj->debug) - fprintf(stderr, -! "dyn: delete: zeroing %d bytes from %d + %d\n", - obj->el_size, obj->array, - obj->el_size*(obj->num_el - 1)); - bzero(obj->array + obj->el_size*(obj->num_el - 1), ---- 57,63 ---- - if (obj->paranoid) { - if (obj->debug) - fprintf(stderr, -! "dyn: delete: zeroing %d bytes from %p + %d\n", - obj->el_size, obj->array, - obj->el_size*(obj->num_el - 1)); - bzero(obj->array + obj->el_size*(obj->num_el - 1), +diff -ur ../../xbuffy-3.3.bl.3/libdyn/dyn_put.c ./libdyn/dyn_put.c +--- ../../xbuffy-3.3.bl.3/libdyn/dyn_put.c Fri Feb 20 17:54:14 1998 ++++ ./libdyn/dyn_put.c Tue May 8 13:13:44 2001 +@@ -11,6 +11,7 @@ + */ + + #include ++#include + + #include "dynP.h" + +@@ -34,7 +35,7 @@ + } + + if (obj->debug) +- fprintf(stderr, "dyn: get: Returning address %d + %d.\n", ++ fprintf(stderr, "dyn: get: Returning address %p + %d.\n", + obj->array, obj->el_size*num); + + return (DynPtr) obj->array + obj->el_size*num; +@@ -67,7 +68,7 @@ + int ret; + + if (obj->debug) +- fprintf(stderr, "dyn: put: Writing %d bytes from %d to %d + %d\n", ++ fprintf(stderr, "dyn: put: Writing %d bytes from %p to %p + %d\n", + obj->el_size, el, obj->array, index*obj->el_size); + + if ((ret = _DynResize(obj, index)) != DYN_OK) diff -urN /usr/ports/mail/xbuffy/files/patch-af ./files/patch-af --- /usr/ports/mail/xbuffy/files/patch-af Thu Jun 22 15:32:41 1995 +++ ./files/patch-af Tue May 8 17:07:38 2001 @@ -1,46 +1,11 @@ -*** libdyn/dyn_insert.c.orig Fri Dec 10 14:56:04 1993 ---- libdyn/dyn_insert.c Wed Jun 21 16:47:42 1995 -*************** -*** 11,16 **** ---- 11,17 ---- - */ - - #include -+ #include - #include "dynP.h" - - int DynInsert(obj, index, els, num) -*************** -*** 35,41 **** - } - - if (obj->debug) -! fprintf(stderr,"dyn: insert: Moving %d bytes from %d + %d to + %d\n", - (obj->num_el-index)*obj->el_size, obj->array, - obj->el_size*index, obj->el_size*(index+num)); - ---- 36,42 ---- - } - - if (obj->debug) -! fprintf(stderr,"dyn: insert: Moving %d bytes from %p + %d to + %d\n", - (obj->num_el-index)*obj->el_size, obj->array, - obj->el_size*index, obj->el_size*(index+num)); - -*************** -*** 46,52 **** - (obj->num_el-index)*obj->el_size); - - if (obj->debug) -! fprintf(stderr, "dyn: insert: Copying %d bytes from %d to %d + %d\n", - obj->el_size*num, els, obj->array, obj->el_size*index); - - bcopy(els, obj->array + obj->el_size*index, obj->el_size*num); ---- 47,53 ---- - (obj->num_el-index)*obj->el_size); - - if (obj->debug) -! fprintf(stderr, "dyn: insert: Copying %d bytes from %p to %p + %d\n", - obj->el_size*num, els, obj->array, obj->el_size*index); - - bcopy(els, obj->array + obj->el_size*index, obj->el_size*num); +diff -ur ../../xbuffy-3.3.bl.3/libdyn/dyn_realloc.c ./libdyn/dyn_realloc.c +--- ../../xbuffy-3.3.bl.3/libdyn/dyn_realloc.c Fri Feb 20 17:54:14 1998 ++++ ./libdyn/dyn_realloc.c Tue May 8 13:13:44 2001 +@@ -11,6 +11,7 @@ + */ + + #include ++#include + + #include "dynP.h" + diff -urN /usr/ports/mail/xbuffy/files/patch-ag ./files/patch-ag --- /usr/ports/mail/xbuffy/files/patch-ag Thu Jun 22 15:32:41 1995 +++ ./files/patch-ag Tue May 8 17:07:52 2001 @@ -1,46 +1,16 @@ -*** libdyn/dyn_put.c.orig Fri Dec 10 14:56:04 1993 ---- libdyn/dyn_put.c Wed Jun 21 16:43:13 1995 -*************** -*** 11,16 **** ---- 11,17 ---- - */ - - #include -+ #include - - #include "dynP.h" - -*************** -*** 34,40 **** - } - - if (obj->debug) -! fprintf(stderr, "dyn: get: Returning address %d + %d.\n", - obj->array, obj->el_size*num); - - return (DynPtr) obj->array + obj->el_size*num; ---- 35,41 ---- - } - - if (obj->debug) -! fprintf(stderr, "dyn: get: Returning address %p + %d.\n", - obj->array, obj->el_size*num); - - return (DynPtr) obj->array + obj->el_size*num; -*************** -*** 67,73 **** - int ret; - - if (obj->debug) -! fprintf(stderr, "dyn: put: Writing %d bytes from %d to %d + %d\n", - obj->el_size, el, obj->array, index*obj->el_size); - - if ((ret = _DynResize(obj, index)) != DYN_OK) ---- 68,74 ---- - int ret; - - if (obj->debug) -! fprintf(stderr, "dyn: put: Writing %d bytes from %p to %p + %d\n", - obj->el_size, el, obj->array, index*obj->el_size); - - if ((ret = _DynResize(obj, index)) != DYN_OK) +diff -ur ../../xbuffy-3.3.bl.3/nntp.c ./nntp.c +--- ../../xbuffy-3.3.bl.3/nntp.c Wed Jul 1 19:12:51 1998 ++++ ./nntp.c Tue May 8 16:43:06 2001 +@@ -294,12 +294,9 @@ + DynObject headerString; + Boolean *beenTouched; + { +- int sock, err, len; + char line[1024]; +- long ipaddr; + char *from; + char *subject; +- long firstScanArticle; + long firstArticle; + long lastArticle; + long retVal; diff -urN /usr/ports/mail/xbuffy/files/patch-ah ./files/patch-ah --- /usr/ports/mail/xbuffy/files/patch-ah Thu Jun 22 15:32:41 1995 +++ ./files/patch-ah Tue May 8 17:08:17 2001 @@ -1,12 +1,15 @@ -*** libdyn/dyn_realloc.c.orig Fri Dec 10 14:56:05 1993 ---- libdyn/dyn_realloc.c Wed Jun 21 16:46:32 1995 -*************** -*** 11,16 **** ---- 11,17 ---- - */ - - #include -+ #include - - #include "dynP.h" - +diff -ur ../../xbuffy-3.3.bl.3/xbuffy.c ./xbuffy.c +--- ../../xbuffy-3.3.bl.3/xbuffy.c Wed Jul 1 19:53:44 1998 ++++ ./xbuffy.c Tue May 8 13:14:21 2001 +@@ -177,11 +177,7 @@ + int num = 0; + Arg args[5]; + int nargs; +- static BoxInfo_t *tempNews = 0; + BoxInfo_t *currentBox; +- int found; +- static char *mailHeader = NULL; +- int headerSize; + Boolean beenTouched; + Boolean isIcon = FALSE; + diff -urN /usr/ports/mail/xbuffy/files/patch-ai ./files/patch-ai --- /usr/ports/mail/xbuffy/files/patch-ai Thu Dec 4 11:35:32 1997 +++ ./files/patch-ai Thu Jan 1 09:00:00 1970 @@ -1,24 +0,0 @@ ---- nntp.c.orig Wed Mar 20 22:45:11 1996 -+++ nntp.c Thu Nov 20 03:58:04 1997 -@@ -101,7 +101,7 @@ - - bcopy(*hp->h_addr_list, (char *) &server.sin_addr, hp->h_length); - -- err = connect(sock, (struct aockaddr*)&server, sizeof(server)); -+ err = connect(sock, (struct sockaddr*)&server, sizeof(server)); - - if (err) - Fatal("connect failed"); -@@ -289,12 +289,9 @@ - DynObject headerString; - Boolean *beenTouched; - { -- int sock, err, len; - char line[1024]; -- long ipaddr; - char *from; - char *subject; -- long firstScanArticle; - long firstArticle; - long lastArticle; - long retVal; diff -urN /usr/ports/mail/xbuffy/files/patch-ak ./files/patch-ak --- /usr/ports/mail/xbuffy/files/patch-ak Thu Dec 4 11:35:36 1997 +++ ./files/patch-ak Thu Jan 1 09:00:00 1970 @@ -1,14 +0,0 @@ ---- xbuffy.c.orig Thu Nov 20 03:59:39 1997 -+++ xbuffy.c Thu Nov 20 04:01:41 1997 -@@ -171,11 +171,7 @@ - int num = 0; - Arg args[5]; - int nargs; -- static BoxInfo_t *tempNews = 0; - BoxInfo_t *currentBox; -- int found; -- static char *mailHeader = NULL; -- int headerSize; - Boolean beenTouched; - Boolean isIcon = FALSE; - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 19:40: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E750037B43C for ; Mon, 21 May 2001 19:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4M2e2E16947; Mon, 21 May 2001 19:40:02 -0700 (PDT) (envelope-from gnats) Received: from lists.unixathome.org (lists.unixathome.org [210.48.103.158]) by hub.freebsd.org (Postfix) with ESMTP id B20FA37B422 for ; Mon, 21 May 2001 19:34:50 -0700 (PDT) (envelope-from dan@lists.unixathome.org) Received: (from dan@localhost) by lists.unixathome.org (8.11.1/8.11.1) id f4M2YmZ58141; Tue, 22 May 2001 14:34:48 +1200 (NZST) (envelope-from dan) Message-Id: <200105220234.f4M2YmZ58141@lists.unixathome.org> Date: Tue, 22 May 2001 14:34:48 +1200 (NZST) From: dan@freebsddiary.org Reply-To: dan@freebsddiary.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/27528: change my email address Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27528 >Category: ports >Synopsis: change my email address >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon May 21 19:40:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Dan Langille >Release: FreeBSD 4.2-STABLE i386 >Organization: The FreeBSD Diary / FreshPorts >Environment: FreeBSD lists.unixathome.org 4.2-STABLE FreeBSD 4.2-STABLE #0: Fri Mar 2 15:36:52 NZDT 2001 root@xeon.int.nz.freebsd.org:/usr/src/sys/compile/LISTS i386 >Description: make the address in security/portsentry the same as in security/logcheck >How-To-Repeat: >Fix: --- Makefile.org Mon May 21 22:18:43 2001 +++ Makefile Mon May 21 22:19:07 2001 @@ -10,7 +10,7 @@ CATEGORIES= security MASTER_SITES= http://www.psionic.com/tools/ -MAINTAINER= dan@freebsddiary.org +MAINTAINER= ports@freebsddiary.org ALL_TARGET= freebsd >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 19:50: 5 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6400A37B43C for ; Mon, 21 May 2001 19:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4M2o1I17904; Mon, 21 May 2001 19:50:01 -0700 (PDT) (envelope-from gnats) Received: from pendragon.tacni.net (mail.tacni.net [216.178.136.165]) by hub.freebsd.org (Postfix) with SMTP id A7C5437B422 for ; Mon, 21 May 2001 19:45:10 -0700 (PDT) (envelope-from needo@cerebro.superhero.org) Received: (qmail 32753 invoked by alias); 22 May 2001 02:45:08 -0000 Received: from unknown (HELO cerebro.superhero.org) (216.201.173.186) by ns2.sohos.net with SMTP; 22 May 2001 02:45:08 -0000 Received: (qmail 3678 invoked by uid 1000); 22 May 2001 02:45:47 -0000 Message-Id: <20010522024547.3677.qmail@cerebro.superhero.org> Date: 22 May 2001 02:45:47 -0000 From: Erich Zigler To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27529: Cannot build port news/pan Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27529 >Category: ports >Synopsis: Cannot build port news/pan >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon May 21 19:50:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD cerebro.superhero.org 4.3-STABLE FreeBSD 4.3-STABLE #0: Thu May 3 10:58:53 CDT 2001 root@cerebro.superhero.org:/usr/obj/usr/src/sys/CEREBRO i386 >Description: -L/usr/X11R6/lib -L/usr/local/lib -lgtkhtml -lgal -lgnomeprint -lglade-gnome -lglade -lxml -lXpm -lgnomeui -lart_lgpl -lgdk_imlib -lungif -lSM -lICE -lgnome -lgnomesupport -lesd -laudiofile -lgdk_pixbuf -ltiff -ljpeg -lpng -lz -lgtk12 -lgdk12 -lgmodule12 -lglib12 -lintl -lxpg4 -lXext -lX11 -lm -lgnomecanvaspixbuf -lgiconv -lunicode -lc_r -L/usr/local/lib /usr/libexec/elf/ld: cannot find -lgnomecanvaspixbuf gmake[3]: *** [pan] Error 1 gmake[3]: Leaving directory `/usr/ports/news/pan/work/pan-0.9.6/pan' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/news/pan/work/pan-0.9.6/pan' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/news/pan/work/pan-0.9.6' gmake: *** [all-recursive-am] Error 2 *** Error code 2 Stop in /usr/ports/news/pan. *** Error code 1 Stop in /usr/ports/news/pan. *** Error code 1 Stop in /usr/ports/news/pan. >How-To-Repeat: This happens after the latest gdk_pixbuf port. gdk-pixbuf-0.11.0_1 >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 20:27:25 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AA23B37B422; Mon, 21 May 2001 20:27:24 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4M3ROr24264; Mon, 21 May 2001 20:27:24 -0700 (PDT) (envelope-from cpiazza) Date: Mon, 21 May 2001 20:27:24 -0700 (PDT) From: Message-Id: <200105220327.f4M3ROr24264@freefall.freebsd.org> To: scorpio@drkshdw.org, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27526: update mixer.app to 1.6.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: update mixer.app to 1.6.0 State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Mon May 21 21:27:06 MDT 2001 State-Changed-Why: Committed (with modifications), thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27526 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 20:50: 5 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9871B37B422 for ; Mon, 21 May 2001 20:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4M3o2c25866; Mon, 21 May 2001 20:50:02 -0700 (PDT) (envelope-from gnats) Date: Mon, 21 May 2001 20:50:02 -0700 (PDT) Message-Id: <200105220350.f4M3o2c25866@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Mark Pulford Subject: Re: ports/27515: update to xdms Reply-To: Mark Pulford Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/27515; it has been noted by GNATS. From: Mark Pulford To: freebsd-gnats-submit@FreeBSD.org Cc: acorpio@drkshdw.org Subject: Re: ports/27515: update to xdms Date: Tue, 22 May 2001 13:16:42 +0930 Thanks for the update. The following patch will update pkg-descr as well. Regards, Mark diff -u -r1.1 Makefile --- Makefile 2001/04/18 02:10:41 1.1 +++ Makefile 2001/05/22 03:38:37 @@ -8,7 +8,7 @@ PORTNAME= xdms PORTVERSION= 1.3 CATEGORIES= archivers -MASTER_SITES= http://www.ee.tut.fi/~o159219/xdms/ +MASTER_SITES= http://www.ee.tut.fi/~orsila/xdms/ DISTNAME= xdms MAINTAINER= mark@kyne.com.au diff -u -r1.1 pkg-descr --- pkg-descr 2001/04/18 02:10:41 1.1 +++ pkg-descr 2001/05/22 03:38:37 @@ -3,4 +3,4 @@ including old and obsolete ones, and also encrypted files, for 100% compatibility. -WWW: http://www.ee.tut.fi/~o159219/xdms/ +WWW: http://www.ee.tut.fi/~orsila/xdms/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 21:10: 5 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E28E937B42C for ; Mon, 21 May 2001 21:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4M4A1x29821; Mon, 21 May 2001 21:10:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5F13137B422 for ; Mon, 21 May 2001 21:08:47 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4M48lY29769; Mon, 21 May 2001 21:08:47 -0700 (PDT) (envelope-from nobody) Message-Id: <200105220408.f4M48lY29769@freefall.freebsd.org> Date: Mon, 21 May 2001 21:08:47 -0700 (PDT) From: sean@chittenden.org To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/27530: vpopmail failes configure in ports, unistd.h isn't included Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27530 >Category: ports >Synopsis: vpopmail failes configure in ports, unistd.h isn't included >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon May 21 21:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Sean Chittenden >Release: 4.3-STABLE >Organization: >Environment: FreeBSD rand.tgd.net 4.3-STABLE FreeBSD 4.3-STABLE #0: Sat Apr 21 12:27:27 PDT 2001 sean@rand.tgd.net:/usr/src/sys/compile/TITAN i386 9:07pm >Description: unistd.h isn't included in the configure script, therefore unlink() isn't found and the test fails to compile The patch to solve the problem is included below. This may need to be passed over to the vpopmail guys. >How-To-Repeat: cd /usr/ports/mail/vpopmail make configure >Fix: 1471a1472 > #include 9:04pm root@rand:/usr/ports/mail/vpopmail/work/vpopmail-4.9.8 # diff -u configure.orig configure --- configure.orig Mon May 21 21:04:13 2001 +++ configure Mon May 21 21:02:26 2001 @@ -1469,6 +1469,7 @@ #include "confdefs.h" +#include #include #include #include >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 21:47:32 2001 Delivered-To: freebsd-ports@freebsd.org Received: from sbtx.tmn.ru (sbtx.tmn.ru [212.76.160.49]) by hub.freebsd.org (Postfix) with ESMTP id E0BD137B422; Mon, 21 May 2001 21:47:28 -0700 (PDT) (envelope-from serg@sbtx.tmn.ru) Received: from sv.tech.sibitex.tmn.ru (sv.tech.sibitex.tmn.ru [212.76.160.59]) by sbtx.tmn.ru (8.11.1/8.11.1) with ESMTP id f4M4lRT47019; Tue, 22 May 2001 10:47:27 +0600 (YEKST) (envelope-from serg@sbtx.tmn.ru) Received: (from serg@localhost) by sv.tech.sibitex.tmn.ru (8.11.3/8.11.3) id f4M4lRR11263; Tue, 22 May 2001 10:47:27 +0600 (YEKST) (envelope-from serg) Date: Tue, 22 May 2001 10:47:27 +0600 From: "Sergey N. Voronkov" To: fenner@FreeBSD.ORG Cc: ports@FreeBSD.ORG Subject: Re: Unfetchable distfiles reminder Message-ID: <20010522104727.A11224@sv.tech.sibitex.tmn.ru> References: <200105211700.f4LH0Jg54881@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: <200105211700.f4LH0Jg54881@freefall.freebsd.org>; from fenner@FreeBSD.ORG on Mon, May 21, 2001 at 10:00:19AM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Mon, May 21, 2001 at 10:00:19AM -0700, fenner@FreeBSD.ORG wrote: > > Dear porters, > > This is just a reminder to please periodically check the list of > unfetchable distfiles at http://people.freebsd.org/~fenner/portsurvey/ . > In particular, the list of ports with no MAINTAINER with distfile > problems is > > http://people.freebsd.org/~fenner/portsurvey/ports@freebsd.org.html > > Since no one is responsible for these ports, the problem won't get > fixed unless someone on this list takes the initiative. > If someone would be so pleasure to apply commit of PR ports/27241, one unfetchable one unmaintenable port will go away. Best Regards, Serg N. Voronkov. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 23:20: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C3C1437B42C for ; Mon, 21 May 2001 23:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4M6K1h54106; Mon, 21 May 2001 23:20:01 -0700 (PDT) (envelope-from gnats) Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id DF6B837B424; Mon, 21 May 2001 23:17:08 -0700 (PDT) (envelope-from poseiden@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id B81C910F410; Tue, 22 May 2001 01:17:15 -0500 (CDT) Message-Id: <20010522061715.B81C910F410@leviathan.inethouston.net> Date: Tue, 22 May 2001 01:17:15 -0500 (CDT) From: dwcjr@inethouston.net Reply-To: dwcjr@inethouston.net To: FreeBSD-gnats-submit@freebsd.org Cc: will@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27531: UPDATE net/samba Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27531 >Category: ports >Synopsis: UPDATE net/samba >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon May 21 23:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David W. Chapman Jr. >Release: FreeBSD 4.3-STABLE i386 >Organization: Raintree Network Services, Inc. >Environment: System: FreeBSD leviathan.inethouston.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Fri May 11 10:49:15 CDT 2001 poseiden@leviathan.inethouston.net:/stripe1/compile/src/sys/compile/LEVIATHAN i386 >Description: Take out outdated maintainer >How-To-Repeat: >Fix: Index: files/README.FreeBSD =================================================================== RCS file: /home/ncvs/ports/net/samba/files/README.FreeBSD,v retrieving revision 1.3 diff -u -r1.3 README.FreeBSD --- files/README.FreeBSD 1998/02/19 10:21:20 1.3 +++ files/README.FreeBSD 2001/05/22 06:15:28 @@ -18,4 +18,3 @@ yes and use smbpasswd [username] to use /usr/local/private/smbpasswd for authentication. -FreeBSD SAMBA ports maintainer: Tatsumi Hosokawa >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 23:40: 5 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 23E5637B42C for ; Mon, 21 May 2001 23:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4M6e1Y55723; Mon, 21 May 2001 23:40:01 -0700 (PDT) (envelope-from gnats) Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id 1549D37B424; Mon, 21 May 2001 23:34:49 -0700 (PDT) (envelope-from poseiden@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id D8C6A10F410; Tue, 22 May 2001 01:34:55 -0500 (CDT) Message-Id: <20010522063455.D8C6A10F410@leviathan.inethouston.net> Date: Tue, 22 May 2001 01:34:55 -0500 (CDT) From: dwcjr@inethouston.net Reply-To: dwcjr@inethouston.net To: FreeBSD-gnats-submit@freebsd.org Cc: dirk@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27532: UPDATE www/apache13 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27532 >Category: ports >Synopsis: UPDATE www/apache13 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon May 21 23:40:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David W. Chapman Jr. >Release: FreeBSD 4.3-STABLE i386 >Organization: Raintree Network Services, Inc. >Environment: System: FreeBSD leviathan.inethouston.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Fri May 11 10:49:15 CDT 2001 poseiden@leviathan.inethouston.net:/stripe1/compile/src/sys/compile/LEVIATHAN i386 >Description: Try to clean up httpd.conf.bak on uninstall of apache, which is usually a left over from DSO's I don't get any errors, but I'd definitely like the maintainer at the least to review it >How-To-Repeat: >Fix: Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/apache13/pkg-plist,v retrieving revision 1.32 diff -u -r1.32 pkg-plist --- pkg-plist 2001/03/06 22:51:34 1.32 +++ pkg-plist 2001/05/22 06:32:57 @@ -5,6 +5,8 @@ etc/apache/access.conf.default @exec [ ! -f %B/access.conf ] && cp %B/%f %B/access.conf @unexec if cmp -s %D/etc/apache/httpd.conf %D/etc/apache/httpd.conf.default; then rm -f %D/etc/apache/httpd.conf; fi +@unexec [ -f %B/httpd.conf.bak ] && if cmp -s %D/etc/apache/httpd.conf.bak %D/etc/apache/httpd.conf; then rm -f %D/etc/apache/httpd.conf; fi +@unexec [ -f %B/httpd.conf.bak ] && rm -f %D/etc/apache/httpd.conf.bak etc/apache/httpd.conf.default @exec [ ! -f %B/httpd.conf ] && cp %B/%f %B/httpd.conf @unexec if cmp -s %D/etc/apache/magic %D/etc/apache/magic.default; then rm -f %D/etc/apache/magic; fi >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon May 21 23:50: 4 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3FC5937B422 for ; Mon, 21 May 2001 23:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4M6o3Y56496; Mon, 21 May 2001 23:50:03 -0700 (PDT) (envelope-from gnats) Date: Mon, 21 May 2001 23:50:03 -0700 (PDT) Message-Id: <200105220650.f4M6o3Y56496@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "David W. Chapman Jr." Subject: Re: ports/27532: UPDATE www/apache13 Reply-To: "David W. Chapman Jr." Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/27532; it has been noted by GNATS. From: "David W. Chapman Jr." To: , "David W Chapman Jr." Cc: Subject: Re: ports/27532: UPDATE www/apache13 Date: Tue, 22 May 2001 01:41:30 -0500 looks like I sent this premature, the php ports that I looked at it works for, but the rest that actually modify httpd.conf, it doesn't. Looks like it was just a brainfart, anyone have any ideas on how to make this work? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 0: 4:12 2001 Delivered-To: freebsd-ports@freebsd.org Received: from hot.ee.lbl.gov (hot.ee.lbl.gov [131.243.1.42]) by hub.freebsd.org (Postfix) with ESMTP id 8733337B43C; Tue, 22 May 2001 00:04:10 -0700 (PDT) (envelope-from leres@hot.ee.lbl.gov) Received: (from leres@localhost) by hot.ee.lbl.gov (8.11.0/8.11.0) id f4M74AJ13974; Tue, 22 May 2001 00:04:10 -0700 (PDT) Message-Id: <200105220704.f4M74AJ13974@hot.ee.lbl.gov> To: dirk@freebsd.org Cc: ports@freebsd.org Subject: FreeBSD Port: jakarta-tomcat-3.2.1 Date: Tue, 22 May 2001 00:04:10 PDT From: Craig Leres Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org My cvsup job failed earlier today: Updating collection ports-all/cvs [...] Edit ports/security/cyrus-sasl/Makefile Checkout ports/www/jakarta-tomcat/files/patch-aa Checkout ports/www/jakarta-tomcat/files/patch-ab Checkout ports/www/jakarta-tomcat/files/tomcat.sh Delete ports/www/jakarta-tomcat/files Updater failed: Cannot delete "/usr/src/FreeBSD-current/ports/www/jakarta-tomcat/files": Directory not empty I believe the problem is on your end I'm sure it'll be obvious to you folks how to fix this. Craig ------ % cat supfile.cvsup # @(#) $Id: supfile.cvsup,v 1.2 98/04/30 19:32:01 root Locked $ (LBL) # # Note: this supfile is for ftp.FreeBSD.org to cvsup the FreeBSD sources # from freefall.FreeBSD.ORG, and the base and prefix values are probably # significantly different from what you'd use on your own machine. For # supfiles suitable for more general consumption, please look into # the src/share/examples/sup directory here (which should also be # present on your installed system). # *default host=cvsup8.freebsd.org *default base=/var/cvsup *default prefix=/usr/src/FreeBSD-current *default release=cvs *default tag=. *default delete *default use-rel-suffix src-all src-crypto src-secure ports-all doc-all www To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 0:14:12 2001 Delivered-To: freebsd-ports@freebsd.org Received: from unicorn.blackhats.org (13dyn38.com21.casema.net [213.17.83.38]) by hub.freebsd.org (Postfix) with ESMTP id 7356C37B422; Tue, 22 May 2001 00:14:03 -0700 (PDT) (envelope-from unicorn@blackhats.org) Received: by unicorn.blackhats.org (Postfix, from userid 1002) id D542612C1C; Tue, 22 May 2001 09:14:01 +0200 (CEST) Date: Tue, 22 May 2001 09:14:00 +0200 From: The Unicorn To: Bill Fumerola Cc: Will Andrews , "David W. Chapman Jr." , ports@FreeBSD.org Subject: Re: cvsup trouble Message-ID: <20010522091400.D31941@unicorn.blackhats.org> References: <20010521214919.A31941@unicorn.blackhats.org> <20010521144853.E19376@casimir.physics.purdue.edu> <038701c0e230$68eacda0$931576d8@inethouston.net> <20010521145718.F19376@casimir.physics.purdue.edu> <20010521184906.U37979@elvis.mu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010521184906.U37979@elvis.mu.org>; from billf@mu.org on Mon, May 21, 2001 at 06:49:06PM -0500 X-Files: The Truth Is Out There! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi Bill, On Mon, 21 May 2001, Bill Fumerola supposedly wrote: > [ cvs-committers moved to bcc: ] > > On Mon, May 21, 2001 at 02:57:18PM -0500, Will Andrews wrote: > > On Mon, May 21, 2001 at 02:58:31PM -0500, David W. Chapman Jr. wrote: > > > As posted before, that does not work, try doing that and then cvsupping > > > twice in a row. you have to delete your checkouts file to fix it. > > > > Someone mentioned that just removing the "files" line in the checkouts > > file would fix it.. of course, I don't use cvsup anymore. :-) > > If you don't use it then why offer (mis-)information about it? Just Press 'D'. He, for one, did correct the problem. > In any event, Mr. Unicorn[1], please avoid using cvs-committers@ as your > personal help mailing list. questions@freebsd.org is comprised of lots of > people who would like to help with these kinds of questions. This being the exact kind of mail why so many potential users refrain from continuing to use FreeBSD as their Operating System triggered me to reply to your message. Most of them turning eventually to Linux after getting a similar treatment from the OpenBSD community. You do not even try to formulate a possible answer, but only tell people what not to do, and reroute the question to another mailinglist, while a possible solution and a reroute would be so much more helpful. I might possibly use questions@freebsd.org in the future should another problem arise, so your hint has not been shouted at deaf ears. I am sorry to use the cvs-commiters list as "my personal help mailing list", but in my reasoning it does contain all cvs-committers who are "responsible" for creating the problem in the first place, so what better way than to ask for a little help at the source. I might even learn something in the process. Secondly I did try to resolve the problem before posting the message (I always do), but failed and at that time I could not find a possible solution in, to me, available resources. To answer your personal question. My name is Hans Van de Looy, chairman of the Dutch FreeBSD User Group, trying to evangelize the use of FreeBSD (and OpenBSD and NetBSD for those platforms not supported yet by the FreeBSD product) in the Netherlands (although we also have people from Belgium joining our events). I do appreciate your work on the FreeBSD product a lot, as I do everybody elses work as well, but email messages like these do not make my "job" any easier. ;-) > -- > Bill Fumerola - security yahoo / Yahoo! inc. > - fumerola@yahoo-inc.com / billf@FreeBSD.org > > 1. we really like real names around these parts, btw. --- End of Quoted Text --- BTW. Thanks again to all the others who did provide me with some pointers to a (possible) solution. It worked out. Now I am going to read why this manual intervention had to take place in the first place... :-) Ciao, Unicorn. -- ======= _ __,;;;/ TimeWaster ================================================= ,;( )_, )~\| A Truly Wise Man Never Plays PGP: 64 07 5D 4C 3F 81 22 73 ;; // `--; Leapfrog With A Unicorn... 52 9D 87 08 51 AA 35 F0 ==='= ;\ = | ==== Youth is Not a Time in Life, It is a State of Mind! ======== Echelon Teasers: NSA CIA DIA FBI NRO KGB FAPSI FSB Mossad BVD MI5 MI6 GCHQ BND To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 0:28:58 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ringworld.nanolink.com (ringworld.nanolink.com [195.24.48.13]) by hub.freebsd.org (Postfix) with SMTP id CA83137B42C for ; Tue, 22 May 2001 00:28:54 -0700 (PDT) (envelope-from roam@orbitel.bg) Received: (qmail 34178 invoked by uid 1000); 22 May 2001 07:28:06 -0000 Date: Tue, 22 May 2001 10:28:06 +0300 From: Peter Pentchev To: Craig Leres Cc: dirk@freebsd.org, ports@freebsd.org Subject: Re: FreeBSD Port: jakarta-tomcat-3.2.1 Message-ID: <20010522102806.C30483@ringworld.oblivion.bg> Mail-Followup-To: Craig Leres , dirk@freebsd.org, ports@freebsd.org References: <200105220704.f4M74AJ13974@hot.ee.lbl.gov> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200105220704.f4M74AJ13974@hot.ee.lbl.gov>; from leres@ee.lbl.gov on Tue, May 22, 2001 at 12:04:10AM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Tue, May 22, 2001 at 12:04:10AM -0700, Craig Leres wrote: > My cvsup job failed earlier today: > > Updating collection ports-all/cvs > [...] > Edit ports/security/cyrus-sasl/Makefile > Checkout ports/www/jakarta-tomcat/files/patch-aa > Checkout ports/www/jakarta-tomcat/files/patch-ab > Checkout ports/www/jakarta-tomcat/files/tomcat.sh > Delete ports/www/jakarta-tomcat/files > Updater failed: Cannot delete "/usr/src/FreeBSD-current/ports/www/jakarta-tomcat/files": Directory not empty > > I believe the problem is on your end I'm sure it'll be obvious to you > folks how to fix this. Look at http://www.FreeBSD.org/cgi/query-pr.cgi?pr=24597 The problem is not with the port, but with the way CVSup handles a very obscure and rarely-occuring CVS repository weirdness. In the PR, there's a detailed analysis and a 'official' workaround by the author of CVSup. G'luck, Peter -- If the meanings of 'true' and 'false' were switched, then this sentence wouldn't be false. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 0:30:57 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ringworld.nanolink.com (ringworld.nanolink.com [195.24.48.13]) by hub.freebsd.org (Postfix) with SMTP id 6E5C937B422 for ; Tue, 22 May 2001 00:30:51 -0700 (PDT) (envelope-from roam@orbitel.bg) Received: (qmail 34202 invoked by uid 1000); 22 May 2001 07:30:03 -0000 Date: Tue, 22 May 2001 10:30:03 +0300 From: Peter Pentchev To: The Unicorn Cc: ports@FreeBSD.org Subject: Re: cvsup trouble Message-ID: <20010522103003.D30483@ringworld.oblivion.bg> Mail-Followup-To: The Unicorn , ports@FreeBSD.org References: <20010521214919.A31941@unicorn.blackhats.org> <20010521144853.E19376@casimir.physics.purdue.edu> <038701c0e230$68eacda0$931576d8@inethouston.net> <20010521145718.F19376@casimir.physics.purdue.edu> <20010521184906.U37979@elvis.mu.org> <20010522091400.D31941@unicorn.blackhats.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010522091400.D31941@unicorn.blackhats.org>; from unicorn@blackhats.org on Tue, May 22, 2001 at 09:14:00AM +0200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Tue, May 22, 2001 at 09:14:00AM +0200, The Unicorn wrote: > Hi Bill, > > On Mon, 21 May 2001, Bill Fumerola supposedly wrote: > > > [ cvs-committers moved to bcc: ] > > > > On Mon, May 21, 2001 at 02:57:18PM -0500, Will Andrews wrote: > > > On Mon, May 21, 2001 at 02:58:31PM -0500, David W. Chapman Jr. wrote: > > > > As posted before, that does not work, try doing that and then cvsupping > > > > twice in a row. you have to delete your checkouts file to fix it. > > > > > > Someone mentioned that just removing the "files" line in the checkouts > > > file would fix it.. of course, I don't use cvsup anymore. :-) > > > > If you don't use it then why offer (mis-)information about it? Just Press 'D'. > > He, for one, did correct the problem. > > > In any event, Mr. Unicorn[1], please avoid using cvs-committers@ as your > > personal help mailing list. questions@freebsd.org is comprised of lots of > > people who would like to help with these kinds of questions. > > This being the exact kind of mail why so many potential users refrain > from continuing to use FreeBSD as their Operating System triggered me to > reply to your message. Most of them turning eventually to Linux after > getting a similar treatment from the OpenBSD community. You do not even > try to formulate a possible answer, but only tell people what not to do, > and reroute the question to another mailinglist, while a possible > solution and a reroute would be so much more helpful. I might possibly > use questions@freebsd.org in the future should another problem arise, so > your hint has not been shouted at deaf ears. > > I am sorry to use the cvs-commiters list as "my personal help mailing > list", but in my reasoning it does contain all cvs-committers who are > "responsible" for creating the problem in the first place, so what > better way than to ask for a little help at the source. I might even > learn something in the process. Secondly I did try to resolve the > problem before posting the message (I always do), but failed and at that > time I could not find a possible solution in, to me, available > resources. > > To answer your personal question. My name is Hans Van de Looy, chairman > of the Dutch FreeBSD User Group, trying to evangelize the use of FreeBSD > (and OpenBSD and NetBSD for those platforms not supported yet by the > FreeBSD product) in the Netherlands (although we also have people from > Belgium joining our events). I do appreciate your work on the FreeBSD > product a lot, as I do everybody elses work as well, but email messages > like these do not make my "job" any easier. ;-) > > > -- > > Bill Fumerola - security yahoo / Yahoo! inc. > > - fumerola@yahoo-inc.com / billf@FreeBSD.org > > > > 1. we really like real names around these parts, btw. > > --- End of Quoted Text --- > > BTW. Thanks again to all the others who did provide me with some > pointers to a (possible) solution. It worked out. Now I am going to read > why this manual intervention had to take place in the first place... :-) You could also try the 'official' answer by John D. Polstra, the CVSup author and maintainer, at http://www.FreeBSD.org/cgi/query-pr.cgi?pr=24597 There's a detailed analysis and workaround of this particular little bug in CVSup's handling a very obscure and rare CVS repository weirdness. G'luck, Peter -- This sentence contradicts itself - or rather - well, no, actually it doesn't! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 0:55:59 2001 Delivered-To: freebsd-ports@freebsd.org Received: from elvis.mu.org (elvis.mu.org [216.33.66.196]) by hub.freebsd.org (Postfix) with ESMTP id 4E3B137B43E for ; Tue, 22 May 2001 00:55:56 -0700 (PDT) (envelope-from billf@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1098) id 9BF7A81D09; Tue, 22 May 2001 02:55:45 -0500 (CDT) Date: Tue, 22 May 2001 02:55:45 -0500 From: Bill Fumerola To: The Unicorn Cc: ports@FreeBSD.org Subject: Re: cvsup trouble Message-ID: <20010522025545.A37979@elvis.mu.org> References: <20010521214919.A31941@unicorn.blackhats.org> <20010521144853.E19376@casimir.physics.purdue.edu> <038701c0e230$68eacda0$931576d8@inethouston.net> <20010521145718.F19376@casimir.physics.purdue.edu> <20010521184906.U37979@elvis.mu.org> <20010522091400.D31941@unicorn.blackhats.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010522091400.D31941@unicorn.blackhats.org>; from unicorn@blackhats.org on Tue, May 22, 2001 at 09:14:00AM +0200 X-Operating-System: FreeBSD 4.3-FEARSOME-20010328 i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Tue, May 22, 2001 at 09:14:00AM +0200, The Unicorn wrote: > > In any event, Mr. Unicorn[1], please avoid using cvs-committers@ as your > > personal help mailing list. questions@freebsd.org is comprised of lots of > > people who would like to help with these kinds of questions. > > This being the exact kind of mail why so many potential users refrain > from continuing to use FreeBSD as their Operating System triggered me to > reply to your message. Most of them turning eventually to Linux after > getting a similar treatment from the OpenBSD community. You do not even > try to formulate a possible answer, but only tell people what not to do, > and reroute the question to another mailinglist, while a possible > solution and a reroute would be so much more helpful. I might possibly > use questions@freebsd.org in the future should another problem arise, so > your hint has not been shouted at deaf ears. You might? Maybe I should be more clear: DO NOT MAIL COMMITTERS OR ANY OF ITS ALIASES WITH YOUR FREEBSD PROBLEMS. > I am sorry to use the cvs-commiters list as "my personal help mailing > list", but in my reasoning it does contain all cvs-committers who are > "responsible" for creating the problem in the first place, so what > better way than to ask for a little help at the source. I might even > learn something in the process. Secondly I did try to resolve the > problem before posting the message (I always do), but failed and at that > time I could not find a possible solution in, to me, available > resources. Your reasoning is flawed. I could personally call up every committer on the telephone and ask them if they know how to solve my problems but that too would be as silly as mailing committers. There is an entire community of people beyond committers a lot of whom are happy to help. You can find the mailing list charters at: http://www.freebsd.org/doc/en_US.ISO_8859-1/books/handbook/eresources.html#ERESOURCES-MAIL Since there have been mailing lists there have been mailing list charters. So please: (a) use the appropriate FreeBSD mailing list according to the charters or (b) do not use the FreeBSD mailing lists at all > To answer your personal question. My name is Hans Van de Looy, chairman > of the Dutch FreeBSD User Group, trying to evangelize the use of FreeBSD > (and OpenBSD and NetBSD for those platforms not supported yet by the > FreeBSD product) in the Netherlands (although we also have people from > Belgium joining our events). I do appreciate your work on the FreeBSD > product a lot, as I do everybody elses work as well, but email messages > like these do not make my "job" any easier. ;-) This is all fine, except we prefer your real name be located in your mail headers. Having to sift through questions from users on a closed list that is only supposed to recieve e-mail that is required reading for FreeBSD developers does not make my "job" easier either. Thankfully I'm right and you're wrong so _you_ get to change _your_ behavior. -- Bill Fumerola - security yahoo / Yahoo! inc. - fumerola@yahoo-inc.com / billf@FreeBSD.org ps. committers not being in the mailing list charters doesn't mean anything. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 1: 0: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B852437B43C for ; Tue, 22 May 2001 01:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4M802666359; Tue, 22 May 2001 01:00:02 -0700 (PDT) (envelope-from gnats) Received: from user4.net011.fl.sprint-hsd.net (user4.net011.fl.sprint-hsd.net [207.30.203.4]) by hub.freebsd.org (Postfix) with ESMTP id 941E337B424 for ; Tue, 22 May 2001 00:55:15 -0700 (PDT) (envelope-from root@user4.net011.fl.sprint-hsd.net) Received: (qmail 74443 invoked by uid 0); 22 May 2001 07:55:13 -0000 Message-Id: <20010522075513.74442.qmail@user4.net011.fl.sprint-hsd.net> Date: 22 May 2001 07:55:13 -0000 From: scorpio@drkshdw.org Reply-To: scorpio@drkshdw.org To: FreeBSD-gnats-submit@freebsd.org Cc: oliver.fromme@heim3.tu-clausthal.de X-Send-Pr-Version: 3.113 Subject: ports/27533: tosha cannot fetch distfiles Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27533 >Category: ports >Synopsis: tosh cannot fetch distfiles >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue May 22 01:00:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Jeff Palmer >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD jeff.isni.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Wed May 16 12:55:48 EDT 2001 root@jeff.isni.net:/usr/obj/usr/src/sys/FreeBSD i386 >Description: tosha cannot fetch the distfiles. In addition, I manually searched for tosha on freshmeat.net and http://ftpsearch.lycos.com. Does this utility exist any longer? If it exists, lets update it. Or else lets delete it? >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 1:19:33 2001 Delivered-To: freebsd-ports@freebsd.org Received: from kalaid.f2f.com.ua (kalaid.f2f.com.ua [62.149.0.33]) by hub.freebsd.org (Postfix) with ESMTP id E55AE37B422; Tue, 22 May 2001 01:19:23 -0700 (PDT) (envelope-from sobomax@mail-in.net) Received: from Mail-In.Net (borey.f2f.com.ua [62.149.0.24]) by kalaid.f2f.com.ua (8.11.3/8.11.1) with ESMTP id f4M8Kma53041; Tue, 22 May 2001 11:20:53 +0300 (EEST) (envelope-from sobomax@mail-in.net) Received: from vega.vega.com (das0-l83.uic-in.net [212.35.189.210]) by Mail-In.Net (8.11.3/8.H.Z) with ESMTP id f4M8Jgf03260; Tue, 22 May 2001 11:19:43 +0300 (EEST) Received: (from max@localhost) by vega.vega.com (8.11.3/8.11.3) id f4M8IfJ06078; Tue, 22 May 2001 11:18:41 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) From: Maxim Sobolev Message-Id: <200105220818.f4M8IfJ06078@vega.vega.com> Subject: Re: ports/27501: Update port: java/orion To: ernst@jollem.com (Ernst de Haan) Date: Tue, 22 May 2001 11:18:41 +0300 (EEST) Cc: alex@FreeBSD.ORG, sobomax@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG In-Reply-To: <20010521213944.A8663@c187104187.telekabel.chello.nl> from "Ernst de Haan" at May 21, 2001 09:39:45 PM X-Mailer: ELM [version 2.5 PL5] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > > Thanks Alex, > > And my apologies for the previous port update. Won't happen again (sorry > Maxim)... Never mind. We all make mistakes from time to time. -Maxim > > :-) > > /Ernst (who gets more and more active in the FreeBSD/Java world) > > > alex@FreeBSD.ORG wrote: > > Synopsis: Update port: java/orion > > > > State-Changed-From-To: open->closed > > State-Changed-By: alex > > State-Changed-When: Mon May 21 12:22:01 PDT 2001 > > State-Changed-Why: > > Commited, thansk > > > > http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27501 > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-ports" in the body of the message > > > > -- > Ernst de Haan > Java Architect > Jollem Information Technology > > "Come to me all who are weary and burdened > and I will give you rest" -- Jesus Christ > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 2:19:40 2001 Delivered-To: freebsd-ports@freebsd.org Received: from hot.ee.lbl.gov (hot.ee.lbl.gov [131.243.1.42]) by hub.freebsd.org (Postfix) with ESMTP id 6E0C737B422; Tue, 22 May 2001 02:19:38 -0700 (PDT) (envelope-from leres@hot.ee.lbl.gov) Received: (from leres@localhost) by hot.ee.lbl.gov (8.11.0/8.11.0) id f4M9JZS14106; Tue, 22 May 2001 02:19:35 -0700 (PDT) Message-Id: <200105220919.f4M9JZS14106@hot.ee.lbl.gov> To: Peter Pentchev Cc: dirk@freebsd.org, ports@freebsd.org Subject: Re: FreeBSD Port: jakarta-tomcat-3.2.1 In-reply-to: Your message of Tue, 22 May 2001 00:28:06 PDT. Date: Tue, 22 May 2001 02:19:35 PDT From: Craig Leres Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > On Tue, May 22, 2001 at 12:04:10AM -0700, Craig Leres wrote: > > My cvsup job failed earlier today: > > > > Updating collection ports-all/cvs > > [...] > > Edit ports/security/cyrus-sasl/Makefile > > Checkout ports/www/jakarta-tomcat/files/patch-aa > > Checkout ports/www/jakarta-tomcat/files/patch-ab > > Checkout ports/www/jakarta-tomcat/files/tomcat.sh > > Delete ports/www/jakarta-tomcat/files > > Updater failed: Cannot delete "/usr/src/FreeBSD-current/ports/www/jakarta-tomcat/files": Directory not empty > > > > I believe the problem is on your end I'm sure it'll be obvious to you > > folks how to fix this. > > Look at http://www.FreeBSD.org/cgi/query-pr.cgi?pr=24597 > The problem is not with the port, but with the way CVSup handles > a very obscure and rarely-occuring CVS repository weirdness. > > In the PR, there's a detailed analysis and a 'official' workaround > by the author of CVSup. I think you meant this one: http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27495 But in any case thanks for pointing me in the right direction. Craig To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 2:23: 5 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ringworld.nanolink.com (ringworld.nanolink.com [195.24.48.13]) by hub.freebsd.org (Postfix) with SMTP id 570C237B42C for ; Tue, 22 May 2001 02:23:02 -0700 (PDT) (envelope-from roam@orbitel.bg) Received: (qmail 91818 invoked by uid 1000); 22 May 2001 09:22:13 -0000 Date: Tue, 22 May 2001 12:22:13 +0300 From: Peter Pentchev To: Craig Leres Cc: dirk@freebsd.org, ports@freebsd.org Subject: Re: FreeBSD Port: jakarta-tomcat-3.2.1 Message-ID: <20010522122213.J30483@ringworld.oblivion.bg> Mail-Followup-To: Craig Leres , dirk@freebsd.org, ports@freebsd.org References: <200105220919.f4M9JZS14106@hot.ee.lbl.gov> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200105220919.f4M9JZS14106@hot.ee.lbl.gov>; from leres@ee.lbl.gov on Tue, May 22, 2001 at 02:19:35AM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Tue, May 22, 2001 at 02:19:35AM -0700, Craig Leres wrote: > > > On Tue, May 22, 2001 at 12:04:10AM -0700, Craig Leres wrote: > > > My cvsup job failed earlier today: > > > > > > Updating collection ports-all/cvs > > > [...] > > > Edit ports/security/cyrus-sasl/Makefile > > > Checkout ports/www/jakarta-tomcat/files/patch-aa > > > Checkout ports/www/jakarta-tomcat/files/patch-ab > > > Checkout ports/www/jakarta-tomcat/files/tomcat.sh > > > Delete ports/www/jakarta-tomcat/files > > > Updater failed: Cannot delete "/usr/src/FreeBSD-current/ports/www/jakarta-tomcat/files": Directory not empty > > > > > > I believe the problem is on your end I'm sure it'll be obvious to you > > > folks how to fix this. > > > > Look at http://www.FreeBSD.org/cgi/query-pr.cgi?pr=24597 > > The problem is not with the port, but with the way CVSup handles > > a very obscure and rarely-occuring CVS repository weirdness. > > > > In the PR, there's a detailed analysis and a 'official' workaround > > by the author of CVSup. > > I think you meant this one: > > http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27495 > > But in any case thanks for pointing me in the right direction. Oops. Of course I mean 27495 :) G'luck, Peter -- This sentence no verb. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 2:25:28 2001 Delivered-To: freebsd-ports@freebsd.org Received: from shale.csir.co.za (shale.csir.co.za [146.64.46.5]) by hub.freebsd.org (Postfix) with ESMTP id 187D537B424; Tue, 22 May 2001 02:23:55 -0700 (PDT) (envelope-from reg@shale.csir.co.za) Received: from C992631-A.pinol1.sfba.home.com (C992631-A.pinol1.sfba.home.com [24.12.58.155]) by shale.csir.co.za (8.9.3/8.9.3) with ESMTP id LAA90977; Tue, 22 May 2001 11:21:14 +0200 (SAT) (envelope-from reg@shale.csir.co.za) Received: (from reg@localhost) by C992631-A.pinol1.sfba.home.com (8.11.1/8.11.1) id f4M9K1H54260; Tue, 22 May 2001 02:20:01 -0700 (PDT) (envelope-from reg) Date: Tue, 22 May 2001 02:20:01 -0700 From: Jeremy Lea To: developers@FreeBSD.org, ports@FreeBSD.org, gnome@FreeBSD.org, portmgr@FreeBSD.org Subject: Offline until August... Message-ID: <20010522021959.A1967@shale.csir.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi all, Just a qucik note that I'll be offline from this Friday, until probably some time around the beginning of August. Not that I've been online much in the past few months... Just finished my MS and Friday I leave for a four week vacation, travelling around the Rockies. Then I'll be back in Berkeley for about two weeks, before moving back to South Africa. It'll probably take me a week or two before I get around to reading email again seriously (housing and a car are my first two must haves ;-). If you need to reach me urgently, then I might be picking up direct mail to reg@shale.csir.co.za, about once a week... Everything else will be go unread until August (and probably most will just be deleted then). I'm about to change the maintainer of libtool to portmgr@FreeBSD.org - and I've updated the note about it not being upgraded. I'm getting about one email a day asking for an upgraded to 1.4, but this has to be tested on bento, before anyone gets ideas about commiting. Otherwise, most of my ports are now under gnome@FreeBSD.org. If people want to make any changes to others, please email them to the ports list first and give people a short window in which to review them. Regards, -Jeremy -- FreeBSD - Because the best things in life are free... http://www.freebsd.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 2:30: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6F8F037B424 for ; Tue, 22 May 2001 02:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4M9U2e80629; Tue, 22 May 2001 02:30:02 -0700 (PDT) (envelope-from gnats) Received: from heinz.jollem.com (c104187.upc-c.chello.nl [212.187.104.187]) by hub.freebsd.org (Postfix) with ESMTP id F2D7337B422 for ; Tue, 22 May 2001 02:29:38 -0700 (PDT) (envelope-from ernst@heinz.jollem.com) Received: (from ernst@localhost) by heinz.jollem.com (8.11.3/8.11.3) id f4M9Rwh12217; Tue, 22 May 2001 11:27:58 +0200 (CEST) (envelope-from ernst) Message-Id: <200105220927.f4M9Rwh12217@heinz.jollem.com> Date: Tue, 22 May 2001 11:27:58 +0200 (CEST) From: ernst@jollem.com Reply-To: ernst@heinz.jollem.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27534: Port net/kxicq crashes at startup Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27534 >Category: ports >Synopsis: Port net/kxicq crashes at startup >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue May 22 02:30:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Ernst de Haan >Release: FreeBSD 4.3-RELEASE i386 >Organization: Jollem Information Technology >Environment: System: FreeBSD heinz.jollem.com 4.3-RELEASE FreeBSD 4.3-RELEASE #5: Mon May 14 16:08:56 CEST 2001 root@heinz.jollem.com:/usr/src/sys/compile/HEINZ i386 >Description: When starting up kxicq2 0.0.8, the program asks for user details. When I click "Finish" I get the KDE Crash Handler, with the following backtrace: 0x28d18c08 in wait4 () from /usr/lib/libc.so.4 #0 0x28d18c08 in wait4 () from /usr/lib/libc.so.4 #1 0x28d0a0eb in waitpid () from /usr/lib/libc.so.4 #2 0x285fc6f0 in KCrash::defaultCrashHandler () from /usr/local/lib/libkdecore.so.4 #3 0xbfbfffac in ?? () #4 0x80d8b1b in kxServerSocket::kxServerSocket (this=0x81e7d00, _port=1024) at kxsock.cpp:446 #5 0x80a8b5c in kxTCP::getNextFreePort (this=0x81c1400) at kxtcp.cpp:1301 #6 0x80a3186 in kxTCP::kxTCP (this=0x81c1454, _minPort=1024, _maxPort=65000) at kxtcp.cpp:33 #7 0x80bd3ed in kxEngine::setUserInfo (this=0xbfbff780, _uin=21871778, _passwd=0xbfbff780, _server=0xbfbff77c, _port=4000, _minPort=1024, _maxPort=65000) at kxengine.cpp:47 #8 0x8059b16 in kxMainWindow::kxMainWindow (this=0x28cc2624, __in_chrg=1, name=0x8108429 "KXicq2") at kxmainwindow.cpp:84 #9 0x80594b1 in main (argc=1, argv=0xbfbffb28) at main.cpp:71 #10 0x805908d in _start () >How-To-Repeat: Install net/kxicq and try to log in using an existing account. >Fix: I wish... =) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 2:46:47 2001 Delivered-To: freebsd-ports@freebsd.org Received: from shutdown.com (adsl-151-202-29-28.nyc.adsl.bellatlantic.net [151.202.29.28]) by hub.freebsd.org (Postfix) with SMTP id 26E4237B43E for ; Tue, 22 May 2001 02:46:44 -0700 (PDT) (envelope-from j@shutdown.com) From: "John" To: Subject: Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Date: Tue, 22 May 2001 04:25:53 -0700 Reply-To: "John" Content-Transfer-Encoding: 8bit Message-Id: <20010522094644.26E4237B43E@hub.freebsd.org> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hey there, I found a great retail site with all kinds of products. Home decor, office decor, travel, outdoors, kitchen, etc... Take a look around at http://www.merchandisewholesale.com just click on the images of the product to enlarge it for a better view. Sincerely, John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 3: 8: 6 2001 Delivered-To: freebsd-ports@freebsd.org Received: from kalaid.f2f.com.ua (kalaid.f2f.com.ua [62.149.0.33]) by hub.freebsd.org (Postfix) with ESMTP id 64F5737B422; Tue, 22 May 2001 03:07:51 -0700 (PDT) (envelope-from sobomax@mail-in.net) Received: from Mail-In.Net (borey.f2f.com.ua [62.149.0.24]) by kalaid.f2f.com.ua (8.11.3/8.11.1) with ESMTP id f4MA9ba55986; Tue, 22 May 2001 13:09:41 +0300 (EEST) (envelope-from sobomax@mail-in.net) Received: from vega.vega.com (das0-l83.uic-in.net [212.35.189.210]) by Mail-In.Net (8.11.3/8.H.Z) with ESMTP id f4MA8Rf06838; Tue, 22 May 2001 13:08:35 +0300 (EEST) Received: (from max@localhost) by vega.vega.com (8.11.3/8.11.3) id f4MA7Rk54528; Tue, 22 May 2001 13:07:27 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) From: Maxim Sobolev Message-Id: <200105221007.f4MA7Rk54528@vega.vega.com> Subject: Re: Offline until August... To: reg@FreeBSD.ORG (Jeremy Lea) Date: Tue, 22 May 2001 13:07:27 +0300 (EEST) Cc: developers@FreeBSD.ORG, ports@FreeBSD.ORG, gnome@FreeBSD.ORG, portmgr@FreeBSD.ORG In-Reply-To: <20010522021959.A1967@shale.csir.co.za> from "Jeremy Lea" at May 22, 2001 02:20:01 AM X-Mailer: ELM [version 2.5 PL5] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > > Hi all, > > Just a qucik note that I'll be offline from this Friday, until probably > some time around the beginning of August. Not that I've been online > much in the past few months... > > Just finished my MS and Friday I leave for a four week vacation, > travelling around the Rockies. Then I'll be back in Berkeley for about > two weeks, before moving back to South Africa. It'll probably take me > a week or two before I get around to reading email again seriously > (housing and a car are my first two must haves ;-). > > If you need to reach me urgently, then I might be picking up direct mail > to reg@shale.csir.co.za, about once a week... Everything else will be > go unread until August (and probably most will just be deleted then). > > I'm about to change the maintainer of libtool to portmgr@FreeBSD.org - > and I've updated the note about it not being upgraded. I'm getting > about one email a day asking for an upgraded to 1.4, but this has to be > tested on bento, before anyone gets ideas about commiting. Otherwise, > most of my ports are now under gnome@FreeBSD.org. If people want to > make any changes to others, please email them to the ports list first > and give people a short window in which to review them. Have a nice time! We hope that you will back in August fresh and ready to continue our work on making FreeBSD the best platform ever. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 3:40:23 2001 Delivered-To: freebsd-ports@freebsd.org Received: from jamus.xpert.com (jamus.xpert.com [199.203.132.17]) by hub.freebsd.org (Postfix) with ESMTP id 9850B37B424 for ; Tue, 22 May 2001 03:40:17 -0700 (PDT) (envelope-from roman@xpert.com) Received: from roman (helo=localhost) by jamus.xpert.com with local-esmtp (Exim 3.13 #1) id 1529aR-0008Fy-00 for freebsd-ports@freebsd.org; Tue, 22 May 2001 13:40:23 +0300 Date: Tue, 22 May 2001 13:40:23 +0300 (IDT) From: Roman Shterenzon To: Subject: cvsup problems (lately) Message-ID: Organization: Xpert UNIX Systems Ltd. MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, I'm using cvsup9.freebsd.org, I'm getting: ..snip.. Delete ports/www/jakarta-tomcat/files Updater failed: Cannot delete "/local/ports/www/jakarta-tomcat/files": Directory not empty When I do it again it will work: Connected to cvsup9.FreeBSD.org Updating collection ports-all/cvs Checkout ports/www/jakarta-tomcat/Makefile Checkout ports/www/jakarta-tomcat/distinfo Checkout ports/www/jakarta-tomcat/files/patch-aa Checkout ports/www/jakarta-tomcat/files/patch-ab Checkout ports/www/jakarta-tomcat/files/tomcat.sh Checkout ports/www/jakarta-tomcat/pkg-comment Checkout ports/www/jakarta-tomcat/pkg-descr Checkout ports/www/jakarta-tomcat/pkg-plist .. Is it a known issue? --Roman Shterenzon, UNIX System Administrator and Consultant [ Xpert UNIX Systems Ltd., Herzlia, Israel. Tel: +972-9-9522361 ] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 3:47:57 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ringworld.nanolink.com (ringworld.nanolink.com [195.24.48.13]) by hub.freebsd.org (Postfix) with SMTP id DE64437B424 for ; Tue, 22 May 2001 03:47:52 -0700 (PDT) (envelope-from roam@orbitel.bg) Received: (qmail 92793 invoked by uid 1000); 22 May 2001 10:47:03 -0000 Date: Tue, 22 May 2001 13:47:03 +0300 From: Peter Pentchev To: Roman Shterenzon Cc: freebsd-ports@freebsd.org Subject: Re: cvsup problems (lately) Message-ID: <20010522134703.B92333@ringworld.oblivion.bg> Mail-Followup-To: Roman Shterenzon , freebsd-ports@freebsd.org 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 roman@xpert.com on Tue, May 22, 2001 at 01:40:23PM +0300 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Tue, May 22, 2001 at 01:40:23PM +0300, Roman Shterenzon wrote: > Hi, > I'm using cvsup9.freebsd.org, I'm getting: > > ..snip.. > Delete ports/www/jakarta-tomcat/files > Updater failed: Cannot delete "/local/ports/www/jakarta-tomcat/files": > Directory not empty > > When I do it again it will work: > Connected to cvsup9.FreeBSD.org > Updating collection ports-all/cvs > Checkout ports/www/jakarta-tomcat/Makefile > Checkout ports/www/jakarta-tomcat/distinfo > Checkout ports/www/jakarta-tomcat/files/patch-aa > Checkout ports/www/jakarta-tomcat/files/patch-ab > Checkout ports/www/jakarta-tomcat/files/tomcat.sh > Checkout ports/www/jakarta-tomcat/pkg-comment > Checkout ports/www/jakarta-tomcat/pkg-descr > Checkout ports/www/jakarta-tomcat/pkg-plist > .. > > Is it a known issue? Yes, discussed in several threads on -ports, and at: http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27495 G'luck, Peter -- I've heard that this sentence is a rumor. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 4:50:12 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8A61B37B43C for ; Tue, 22 May 2001 04:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4MBo2Y04298; Tue, 22 May 2001 04:50:02 -0700 (PDT) (envelope-from gnats) Received: from babylon.merseine.nu (c418236-a.clmba1.mo.home.com [24.12.203.134]) by hub.freebsd.org (Postfix) with ESMTP id 89D0737B424 for ; Tue, 22 May 2001 04:41:08 -0700 (PDT) (envelope-from ishmael@home.com) Received: (from ishmael@localhost) by babylon.merseine.nu (8.11.3/8.11.3) id f4MBgtg77238; Tue, 22 May 2001 06:42:55 -0500 (CDT) (envelope-from ishmael) Message-Id: <200105221142.f4MBgtg77238@babylon.merseine.nu> Date: Tue, 22 May 2001 06:42:55 -0500 (CDT) From: ishmael27@home.com Reply-To: ishmael27@home.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27536: Update port net/gtk+licq Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27536 >Category: ports >Synopsis: Update port net/gtk+licq >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue May 22 04:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Jeremy Norris >Release: FreeBSD 4.3-STABLE i386 >Organization: none >Environment: System: FreeBSD babylon.merseine.nu 4.3-STABLE FreeBSD 4.3-STABLE #2: Thu May 10 23:45:06 CDT 2001 ishmael@babylon.merseine.nu:/usr/obj/usr/src/sys/BABYLON i386 >Description: Add new patch to port, submitted by Roman Shterenzon (alchimist@bezeqint.net). Bump PORTREVISION because of this patch. >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/gtk+licq/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 2001/05/09 09:37:07 1.3 +++ Makefile 2001/05/22 11:33:29 @@ -7,7 +7,7 @@ PORTNAME= gtk+licq PORTVERSION= 0.50.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= http://gtk.licq.org/download/ Index: files/patch-src::functions.cpp =================================================================== RCS file: patch-src::functions.cpp diff -N patch-src::functions.cpp --- /dev/null Tue May 22 06:37:17 2001 +++ patch-src::functions.cpp Tue May 22 06:32:04 2001 @@ -0,0 +1,15 @@ +--- src/functions.cpp 2001/04/23 21:07:27 1.97 ++++ src/functions.cpp 2001/05/17 08:34:51 1.98 +@@ -989,7 +989,11 @@ + { + unsigned long *uinptr; + GtkWidget *parent=NULL; +- ++ ++ if (widget == NULL) { ++ return(0); ++ } ++ + for (;;) + { + if (GTK_IS_MENU (widget)) { >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 5: 0:12 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 14A4437B43C for ; Tue, 22 May 2001 05:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4MC02W05589; Tue, 22 May 2001 05:00:02 -0700 (PDT) (envelope-from gnats) Received: from totem.fix.no (totem.fix.no [213.142.66.130]) by hub.freebsd.org (Postfix) with ESMTP id 9006837B424 for ; Tue, 22 May 2001 04:50:00 -0700 (PDT) (envelope-from anders@totem.fix.no) Received: by totem.fix.no (Postfix, from userid 1000) id C61E03C9C; Tue, 22 May 2001 13:49:58 +0200 (CEST) Message-Id: <20010522114958.C61E03C9C@totem.fix.no> Date: Tue, 22 May 2001 13:49:58 +0200 (CEST) From: Anders Nordby Reply-To: Anders Nordby To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/27537: New port: graphics/opendis Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27537 >Category: ports >Synopsis: New port: graphics/opendis >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue May 22 05:00:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Anders Nordby >Release: FreeBSD 4.3-STABLE i386 >Organization: Fluxpod Information eXchange >Environment: 4.2-STABLE from january (kern.osreldate: 420001). >Description: New port of opendis. I can download images from this handy Kodak DC 290 camera with this. Ah! >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: # # opendis # opendis/Makefile # opendis/distinfo # opendis/pkg-comment # opendis/pkg-descr # opendis/pkg-plist # opendis/files # opendis/files/patch-configure.in # opendis/files/patch-ods.c # echo c - opendis mkdir -p opendis > /dev/null 2>&1 echo x - opendis/Makefile sed 's/^X//' >opendis/Makefile << 'END-of-opendis/Makefile' X# New ports collection makefile for: opendis X# Date created: 22 May 2001 X# Whom: Anders Nordby X# X# $FreeBSD$ X# X XPORTNAME= opendis XPORTVERSION= 0.0.3 XCATEGORIES= graphics XMASTER_SITES= http://ods.sourceforge.net/dl/ \ X ftp://ftp.nuug.no/pub/anders/distfiles/ X XMAINTAINER= anders@fix.no X XUSE_AUTOCONF= yes XGNU_CONFIGURE= yes XCPPFLAGS+= -I${LOCALBASE}/include XCONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" X XDOCS= NEWS AUTHORS doc/ERRATA doc/PHILOSOPHY doc/THUMB X X.if !defined(NOPORTDOCS) Xpost-install: X @${INSTALL} -d -o root -g wheel -m 0755 ${PREFIX}/share/doc/${PORTNAME} X.for f in ${DOCS} X ${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/${PORTNAME}/ X.endfor X.endif X X.include END-of-opendis/Makefile echo x - opendis/distinfo sed 's/^X//' >opendis/distinfo << 'END-of-opendis/distinfo' XMD5 (opendis-0.0.3.tar.gz) = 150bbf038ccb6220d7aff43d712224ed END-of-opendis/distinfo echo x - opendis/pkg-comment sed 's/^X//' >opendis/pkg-comment << 'END-of-opendis/pkg-comment' XAccess Flashpoint Digita-based cameras, download images and more END-of-opendis/pkg-comment echo x - opendis/pkg-descr sed 's/^X//' >opendis/pkg-descr << 'END-of-opendis/pkg-descr' XODS, the Open Digita Services project, is an effort to write Open Source tools Xfor accessing Digita cameras from Linux and other unix operating systems. X XODS has been tested with and is known to work with the following cameras: X XKodak DC-220 XKodak DC-260 XKodak DC-265 XKodak DC-290 X XThe Minolta EX-1500 has been reported to work with ODS, but the interface needs Xsome debugging. X XODS will not support cameras that don't use Digita; this includes the Kodak XDC-200, DC-210, DC-240, DC-280, and earlier cameras. X XWWW: http://ods.sourceforge.net/ END-of-opendis/pkg-descr echo x - opendis/pkg-plist sed 's/^X//' >opendis/pkg-plist << 'END-of-opendis/pkg-plist' Xbin/ks Xlib/libods.a X%%PORTDOCS%%share/doc/opendis/NEWS X%%PORTDOCS%%share/doc/opendis/AUTHORS X%%PORTDOCS%%share/doc/opendis/ERRATA X%%PORTDOCS%%share/doc/opendis/PHILOSOPHY X%%PORTDOCS%%share/doc/opendis/THUMB X%%PORTDOCS%%@dirrm share/doc/opendis END-of-opendis/pkg-plist echo c - opendis/files mkdir -p opendis/files > /dev/null 2>&1 echo x - opendis/files/patch-configure.in sed 's/^X//' >opendis/files/patch-configure.in << 'END-of-opendis/files/patch-configure.in' X--- configure.in.old Tue May 22 13:16:35 2001 X+++ configure.in Tue May 22 13:16:58 2001 X@@ -10,7 +10,7 @@ X X if test "$GCC" = yes; then X dnl Add some extra flags when compiling with gcc. X- gcc_extra_cflags="-D_GNU_SOURCE -Wall -ansi -pedantic -W" X+ gcc_extra_cflags="-D_GNU_SOURCE -ansi -pedantic" X AC_SUBST(gcc_extra_cflags) X fi X END-of-opendis/files/patch-configure.in echo x - opendis/files/patch-ods.c sed 's/^X//' >opendis/files/patch-ods.c << 'END-of-opendis/files/patch-ods.c' X--- src/ods.c.orig Tue May 22 13:32:19 2001 X+++ src/ods.c Tue May 22 13:32:38 2001 X@@ -199,7 +199,7 @@ X printf("OPTIONS are now supported.\n\n"); X X printf(" -d DEV, --device=DEV Look for camera at device DEV. Defaults\n"); X- printf(" to /dev/ttyS0.\n"); X+ printf(" to /dev/cuaa0.\n"); X printf(" -r RATE, --rate=RATE Use bit-rate RATE for serial device. Defaults\n"); X printf(" to 9600. Not applicable to USB or IrDA.\n"); X printf(" -t TYPE, --type=TYPE Specifies device type, one of: \"serial\"\n"); END-of-opendis/files/patch-ods.c exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 5:47:52 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail2.cableone.net (mail2.cableone.net [24.116.0.54]) by hub.freebsd.org (Postfix) with ESMTP id C529C37B424; Tue, 22 May 2001 05:47:50 -0700 (PDT) (envelope-from ndelmonico@cableone.net) Received: from cableone.net ([24.116.72.153]) by mail2.cableone.net with Microsoft SMTPSVC(5.5.1877.447.44); Tue, 22 May 2001 05:47:39 -0700 Message-ID: <3B0A6016.4070401@cableone.net> Date: Tue, 22 May 2001 07:48:22 -0500 From: Neal Delmonico User-Agent: Mozilla/5.0 (X11; U; FreeBSD 4.3-STABLE i386; en-US; 0.8.1) Gecko/20010402 X-Accept-Language: en MIME-Version: 1.0 To: ache@FreeBSD.org Cc: ports@FreeBSD.org Subject: FreeBSD Port: zip-2.3 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Why is it that the tar,gz for this is never available? Installation of Mozilla 9 (and Gutenbook) comes to a crashing stop because this zip file cannot be found. Please fix this. Thanks Neal D To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 6:20: 5 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 64C5137B422 for ; Tue, 22 May 2001 06:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4MDK2a17667; Tue, 22 May 2001 06:20:02 -0700 (PDT) (envelope-from gnats) Date: Tue, 22 May 2001 06:20:02 -0700 (PDT) Message-Id: <200105221320.f4MDK2a17667@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Jeremy Norris Subject: Re: ports/27536: Update port net/gtk+licq Reply-To: Jeremy Norris Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/27536; it has been noted by GNATS. From: Jeremy Norris To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: Subject: Re: ports/27536: Update port net/gtk+licq Date: Tue, 22 May 2001 08:12:03 -0500 I have talked with the submitter of this patch and he has agreed to take on MAINTAINER-ship of this port. So could MAINTAINER be changed to roman@xpert.com after this port is updated? Jeremy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 6:30: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B0B5C37B43C for ; Tue, 22 May 2001 06:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4MDU1M18786; Tue, 22 May 2001 06:30:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5318B37B42C for ; Tue, 22 May 2001 06:27:43 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4MDRhl18570; Tue, 22 May 2001 06:27:43 -0700 (PDT) (envelope-from nobody) Message-Id: <200105221327.f4MDRhl18570@freefall.freebsd.org> Date: Tue, 22 May 2001 06:27:43 -0700 (PDT) From: round@baileylink.net To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/27539: h323 fails to build because of redefinition of yyparse Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27539 >Category: ports >Synopsis: h323 fails to build because of redefinition of yyparse >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue May 22 06:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Brad Guillor >Release: 4.3-RELEASE >Organization: IS Consulting >Environment: FreeBSD mail.nola-law.com 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Mon May 14 20:12:45 CDT 2001 root@mail.nola-law.com:/usr/src/sys/compile/FIREWALL i386 >Description: ===> Building for openh323-1.2.12 set -e; gmake -C src opt; gmake -C samples/simple opt; gmake[1]: Entering directory `/usr/ports/net/openh323/work/openh323/src' gmake -C /usr/ports/net/openh323/work/pwlib/tools/asnparser opt gmake[2]: Entering directory `/usr/ports/net/openh323/work/pwlib/tools/asnparser' gmake -C /usr/ports/net/openh323/work/pwlib/src/ptlib/unix opt gmake[3]: Entering directory `/usr/ports/net/openh323/work/pwlib/src/ptlib/unix' cc -O -pipe -pthread -pthread -pthread -Wall -DP_FREEBSD=430000 -DP_PTHREADS -DPBYTE_ORDER=PLITTLE_ENDIAN -I/usr/ports/net/openh323/work/pwlib/include/ptlib/unix -I/usr/ports/net/openh323/work/pwlib/include -c ../common/getdate.tab.c -o /usr/ports/net/openh323/work/pwlib/lib/obj_FreeBSD_x86_r/getdate.tab.o /usr/share/misc/bison.simple:153: conflicting types for `PTime_yyparse' ../common/getdate.y:110: previous declaration of `PTime_yyparse' /usr/share/misc/bison.simple: In function `PTime_yyparse': /usr/share/misc/bison.simple:219: number of arguments doesn't match prototype /usr/share/misc/bison.simple:153: prototype declaration ../common/getdate.y: In function `PTimeParse': ../common/getdate.y:885: too many arguments to function `PTime_yyparse' gmake[3]: *** [/usr/ports/net/openh323/work/pwlib/lib/obj_FreeBSD_x86_r/getdate.tab.o] Error 1 gmake[3]: Leaving directory `/usr/ports/net/openh323/work/pwlib/src/ptlib/unix' gmake[2]: *** [/usr/ports/net/openh323/work/pwlib/lib/libpt_FreeBSD_x86_r.a] Error 2 gmake[2]: Leaving directory `/usr/ports/net/openh323/work/pwlib/tools/asnparser' gmake[1]: *** [asnparser.version] Error 2 gmake[1]: Leaving directory `/usr/ports/net/openh323/work/openh323/src' gmake: *** [opt] Error 2 *** Error code 2 Stop in /usr/ports/net/openh323. *** Error code 1 Stop in /usr/ports/net/openh323. *** Error code 1 Stop in /usr/ports/net/openh323. >How-To-Repeat: cd /usr/ports/net/h323 make >Fix: The bison.simple file on many releases will not compile with the options used by the PWLib getdate.y grammar. The options are required to make the date parser thread safe so it is necessary to edit the bison.simple file to fix the problem. The file is at /usr/share/misc/bison.simple on my machine The code: /* Prevent warning if -Wstrict-prototypes. */ #ifdef __GNUC__ int yyparse (void); #endif should be changed to /* Prevent warning if -Wstrict-prototypes. */ #ifdef __GNUC__ #ifndef YYPARSE_PARAM int yyparse (void); #endif #endif To prevent the incorrect function prototype from being defined. The getdate.y should then produce a getdate.tab.c file that will actually compile. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 6:38:27 2001 Delivered-To: freebsd-ports@freebsd.org Received: from djl01.djl.co.uk (djl01.djl.co.uk [195.58.135.195]) by hub.freebsd.org (Postfix) with ESMTP id E780C37B424 for ; Tue, 22 May 2001 06:38:15 -0700 (PDT) (envelope-from David.Larkin@djl.co.uk) Received: from DJL.co.uk (djl03.djl.co.uk [195.58.135.197]) by djl01.djl.co.uk (8.11.3/8.11.3) with ESMTP id f4MDct648052; Tue, 22 May 2001 14:39:13 +0100 (BST) (envelope-from David.Larkin@DJL.co.uk) Message-ID: <3B0A6DB6.2689B4CF@DJL.co.uk> Date: Tue, 22 May 2001 14:46:30 +0100 From: David Larkin X-Mailer: Mozilla 4.74 [en] (X11; U; FreeBSD 2.2.8-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: mb@imp.ch Cc: ports@FreeBSD.org Subject: FreeBSD Port: staroffice-5.2 Content-Type: multipart/alternative; boundary="------------F9BFF46E39D0A71CC29CE1CE" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --------------F9BFF46E39D0A71CC29CE1CE Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi , Can you suggest where I may find staroffice 5.2 FreeBSD 3.4 package ? I've tried ftp://ftp5.FreeBSD.org/pub/FreeBSD/ports/i386/packages-3-stable/All/staroffice-5.2.tgz ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/ports/i386/packages-3-stable/All/staroffice-5.2.tgz ftp://ftp.ch.FreeBSD.org/pub/FreeBSD/ports/i386/packages-3-stable/All/staroffice-5.2.tgz Regards David -- ---------------------------------------------------- David Larkin D.J.L. Software Consultancy Ltd. The Industry Centre Sunderland Enterprise Park SR5 3XB UK Switchboard Tel: 44 191 5152666 Fax: 44 191 5152669 Direct Line Tel: 44 191 5153527 Fax: 44 191 5153527 David.Larkin@DJL.co.uk www.DJL.co.uk ----------------------------------------------------- --------------F9BFF46E39D0A71CC29CE1CE Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit Hi ,
Can you suggest where I may find staroffice 5.2 FreeBSD 3.4 package ?

I've tried

ftp://ftp5.FreeBSD.org/pub/FreeBSD/ports/i386/packages-3-stable/All/staroffice-5.2.tgz
ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/ports/i386/packages-3-stable/All/staroffice-5.2.tgz
ftp://ftp.ch.FreeBSD.org/pub/FreeBSD/ports/i386/packages-3-stable/All/staroffice-5.2.tgz

Regards
David

-- 
----------------------------------------------------
David Larkin
D.J.L. Software Consultancy Ltd.
The Industry Centre
Sunderland Enterprise Park
SR5 3XB  UK
Switchboard Tel: 44 191 5152666 Fax: 44 191 5152669
Direct Line Tel: 44 191 5153527 Fax: 44 191 5153527
David.Larkin@DJL.co.uk   www.DJL.co.uk
-----------------------------------------------------
  --------------F9BFF46E39D0A71CC29CE1CE-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 7: 8:29 2001 Delivered-To: freebsd-ports@freebsd.org Received: from pantransit.reptiles.org (pantransit.reptiles.org [209.157.133.146]) by hub.freebsd.org (Postfix) with SMTP id DC78637B422 for ; Tue, 22 May 2001 07:08:26 -0700 (PDT) (envelope-from smarry@vex.net) Received: (qmail 16865 invoked by uid 204); 22 May 2001 14:06:30 -0000 Date: 22 May 2001 14:06:30 -0000 Message-ID: <20010522140630.16864.qmail@pantransit.reptiles.org> From: "Smarasderagd" To: barsnick@gmx.net, ben@ben.com, bryanh@giraffe-data.com, cks@hawkwind.utcs.toronto.edu, gorelick@asu.edu, GraemeGill@access.net.au, hgot@ecip.tohoku.ac.jp, Johan.Hagman@mailbox.swipnet.se, jrv@vanzandt.mv.com, Michael.Salmon@uab.ericsson.se, mike@lsil.com, mistral@imasy.or.jp, newt@pobox.com, ports@freebsd.org, zakj@i.am Subject: xli development snapshot available Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello, I'm sending this to everyone who sent me any email about xli. If you'd rather not receive notices like this, please let me know. After finally dragging xli out into the light of day again to fix a bug, I put a snapshot of the current development version in http://pantransit.reptiles.org/prog/xli/. This isn't an official release, and barely incorporates any bug fixes people have sent me. I hope to get to all of them during the summer. From the CHANGES file: Mon May 21 09:43:49 PDT 2001 Don't abort loading GIF87a images if the screen descriptor is non-null. Emit a warning message and continue. Sun Jul 30 00:11:34 PDT 2000 skip past failed loads when going backwards Thu Feb 17 06:33:10 PST 2000 fix problem where -geometry +0+0 gets ignored To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 9: 9:20 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1A4DF37B422; Tue, 22 May 2001 09:09:18 -0700 (PDT) (envelope-from roam@FreeBSD.org) Received: (from roam@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4MG9E441140; Tue, 22 May 2001 09:09:14 -0700 (PDT) (envelope-from roam) Date: Tue, 22 May 2001 09:09:14 -0700 (PDT) From: Message-Id: <200105221609.f4MG9E441140@freefall.freebsd.org> To: petef@databits.net, roam@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27487: New port: math/p5-Set-Scalar Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New port: math/p5-Set-Scalar State-Changed-From-To: open->closed State-Changed-By: roam State-Changed-When: Tue May 22 09:08:56 PDT 2001 State-Changed-Why: A port of this already exists :) http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27487 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 9:11:33 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 975FD37B422; Tue, 22 May 2001 09:11:32 -0700 (PDT) (envelope-from roam@FreeBSD.org) Received: (from roam@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4MGBWh41383; Tue, 22 May 2001 09:11:32 -0700 (PDT) (envelope-from roam) Date: Tue, 22 May 2001 09:11:32 -0700 (PDT) From: Message-Id: <200105221611.f4MGBWh41383@freefall.freebsd.org> To: roam@FreeBSD.org, freebsd-ports@FreeBSD.org, nbm@FreeBSD.org Subject: Re: ports/27496: update for qmailanalog port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: update for qmailanalog port Responsible-Changed-From-To: freebsd-ports->nbm Responsible-Changed-By: roam Responsible-Changed-When: Tue May 22 09:11:19 PDT 2001 Responsible-Changed-Why: Over to maintainer. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27496 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 9:27:12 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1772137B422; Tue, 22 May 2001 09:27:09 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4MGR9U43121; Tue, 22 May 2001 09:27:09 -0700 (PDT) (envelope-from ijliao) Date: Tue, 22 May 2001 09:27:09 -0700 (PDT) From: Message-Id: <200105221627.f4MGR9U43121@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, nbm@FreeBSD.org Subject: Re: ports/27530: vpopmail failes configure in ports, unistd.h isn't included Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: vpopmail failes configure in ports, unistd.h isn't included Responsible-Changed-From-To: freebsd-ports->nbm Responsible-Changed-By: ijliao Responsible-Changed-When: Tue May 22 09:26:43 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27530 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 9:27:24 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6CC6F37B43C; Tue, 22 May 2001 09:27:22 -0700 (PDT) (envelope-from roam@FreeBSD.org) Received: (from roam@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4MGRMQ43176; Tue, 22 May 2001 09:27:22 -0700 (PDT) (envelope-from roam) Date: Tue, 22 May 2001 09:27:22 -0700 (PDT) From: Message-Id: <200105221627.f4MGRMQ43176@freefall.freebsd.org> To: roam@FreeBSD.org, freebsd-ports@FreeBSD.org, ache@FreeBSD.org Subject: Re: ports/27516: update for unretrievable distfiles Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: update for unretrievable distfiles Responsible-Changed-From-To: freebsd-ports->ache Responsible-Changed-By: roam Responsible-Changed-When: Tue May 22 09:27:08 PDT 2001 Responsible-Changed-Why: Over to maintainer. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27516 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 9:33:39 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3A38E37B42C; Tue, 22 May 2001 09:33:36 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4MGXag43782; Tue, 22 May 2001 09:33:36 -0700 (PDT) (envelope-from ijliao) Date: Tue, 22 May 2001 09:33:36 -0700 (PDT) From: Message-Id: <200105221633.f4MGXag43782@freefall.freebsd.org> To: dave@mu.org, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27322: update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: update State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Tue May 22 09:33:08 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27322 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 9:44:44 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6CFE037B42C; Tue, 22 May 2001 09:44:41 -0700 (PDT) (envelope-from roam@FreeBSD.org) Received: (from roam@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4MGifx62261; Tue, 22 May 2001 09:44:41 -0700 (PDT) (envelope-from roam) Date: Tue, 22 May 2001 09:44:41 -0700 (PDT) From: Message-Id: <200105221644.f4MGifx62261@freefall.freebsd.org> To: scorpio@drkshdw.org, roam@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27521: libcdaudio cannot retrieve distfiles Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: libcdaudio cannot retrieve distfiles State-Changed-From-To: open->closed State-Changed-By: roam State-Changed-When: Tue May 22 09:44:00 PDT 2001 State-Changed-Why: Committed, thanks! Well, committed with a twist: the site you found libcdaudio at turned out to be a mirror of Sunsite, so I pointed the port at MASTER_SITE_SUNSITE. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27521 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 9:48:50 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9E05D37B43E; Tue, 22 May 2001 09:48:47 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4MGmkS73597; Tue, 22 May 2001 09:48:46 -0700 (PDT) (envelope-from ijliao) Date: Tue, 22 May 2001 09:48:46 -0700 (PDT) From: Message-Id: <200105221648.f4MGmkS73597@freefall.freebsd.org> To: goranrunfeldt@home.se, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27454: Update port: games/xtux 2001.03.24 -> 2001.05.08 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: games/xtux 2001.03.24 -> 2001.05.08 State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Tue May 22 09:47:59 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27454 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 9:51:18 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail2.nbc.attcanada.ca (mail2.nbc.netcom.ca [207.181.89.8]) by hub.freebsd.org (Postfix) with ESMTP id E7D9537B42C for ; Tue, 22 May 2001 09:51:16 -0700 (PDT) (envelope-from taob@risc.org) Received: from tor-dev1 (tor-dev1 [207.181.89.12]) by mail2.nbc.attcanada.ca (8.9.1/8.9.1) with ESMTP id MAA24890; Tue, 22 May 2001 12:50:43 -0400 (EDT) Date: Tue, 22 May 2001 12:51:14 -0400 (EDT) From: Brian Tao X-Sender: ncc0070@tor-dev1.nbc.attcanada.ca To: Tadayuki OKADA Cc: ports@FreeBSD.ORG Subject: Re: cvs repository inconsistent? In-Reply-To: <3B09323F.E6A28068@windriver.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Mon, 21 May 2001, Tadayuki OKADA wrote: > > Updater failed: Cannot delete "/usr/ports/www/jakarta-tomcat/files": > Directory not empty Saw the same thing here, cvsupping ports-stable on a 4.2 box. Deleted everything under jakarta-tomcat, re-cvsupped and things seem to be okay now. -- Brian Tao (BT300, taob@risc.org) "Though this be madness, yet there is method in't" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 9:54:18 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 73DA537B424; Tue, 22 May 2001 09:54:15 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4MGsFZ89583; Tue, 22 May 2001 09:54:15 -0700 (PDT) (envelope-from ijliao) Date: Tue, 22 May 2001 09:54:15 -0700 (PDT) From: Message-Id: <200105221654.f4MGsFZ89583@freefall.freebsd.org> To: shuna@pop16.odn.ne.jp, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27468: Update port: japanese/mutt-devel 1.3.17.j0 -> 1.3.18.j0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: japanese/mutt-devel 1.3.17.j0 -> 1.3.18.j0 State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Tue May 22 09:53:42 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27468 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 9:55:46 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4BB5437B42C; Tue, 22 May 2001 09:55:45 -0700 (PDT) (envelope-from roam@FreeBSD.org) Received: (from roam@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4MGtjV93342; Tue, 22 May 2001 09:55:45 -0700 (PDT) (envelope-from roam) Date: Tue, 22 May 2001 09:55:45 -0700 (PDT) From: Message-Id: <200105221655.f4MGtjV93342@freefall.freebsd.org> To: dan@freebsddiary.org, roam@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27528: change my email address Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: change my email address State-Changed-From-To: open->closed State-Changed-By: roam State-Changed-When: Tue May 22 09:55:37 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27528 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 9:59: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6041A37B63B; Tue, 22 May 2001 09:59:03 -0700 (PDT) (envelope-from roam@FreeBSD.org) Received: (from roam@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4MGx3L00720; Tue, 22 May 2001 09:59:03 -0700 (PDT) (envelope-from roam) Date: Tue, 22 May 2001 09:59:03 -0700 (PDT) From: Message-Id: <200105221659.f4MGx3L00720@freefall.freebsd.org> To: dwcjr@inethouston.net, roam@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27531: UPDATE net/samba Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: UPDATE net/samba State-Changed-From-To: open->closed State-Changed-By: roam State-Changed-When: Tue May 22 09:58:54 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27531 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 9:59:40 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BAA8637B42C; Tue, 22 May 2001 09:59:37 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4MGxbW01438; Tue, 22 May 2001 09:59:37 -0700 (PDT) (envelope-from ijliao) Date: Tue, 22 May 2001 09:59:37 -0700 (PDT) From: Message-Id: <200105221659.f4MGxbW01438@freefall.freebsd.org> To: jason-dated-991157500.d9dd23@mastaler.com, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27507: update e-mail address in Makefile Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: update e-mail address in Makefile State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Tue May 22 09:58:59 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27507 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 10: 4:46 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ringworld.nanolink.com (ringworld.nanolink.com [195.24.48.13]) by hub.freebsd.org (Postfix) with SMTP id 4CA3137B42C for ; Tue, 22 May 2001 10:04:42 -0700 (PDT) (envelope-from roam@orbitel.bg) Received: (qmail 5605 invoked by uid 1000); 22 May 2001 17:03:51 -0000 Date: Tue, 22 May 2001 20:03:51 +0300 From: Peter Pentchev To: Brian Tao Cc: Tadayuki OKADA , ports@FreeBSD.ORG Subject: Re: cvs repository inconsistent? Message-ID: <20010522200351.D1071@ringworld.oblivion.bg> Mail-Followup-To: Brian Tao , Tadayuki OKADA , ports@FreeBSD.ORG References: <3B09323F.E6A28068@windriver.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from taob@risc.org on Tue, May 22, 2001 at 12:51:14PM -0400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Tue, May 22, 2001 at 12:51:14PM -0400, Brian Tao wrote: > On Mon, 21 May 2001, Tadayuki OKADA wrote: > > > > Updater failed: Cannot delete "/usr/ports/www/jakarta-tomcat/files": > > Directory not empty > > Saw the same thing here, cvsupping ports-stable on a 4.2 box. > Deleted everything under jakarta-tomcat, re-cvsupped and things seem > to be okay now. Please take a look at: http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27495 It has a proper workaround. Deleting the jakarta-tomcat directory only makes *one* CVSup run succeed, the next run will fail with the same error. G'luck, Peter -- This sentence contains exactly threee erors. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 10:15:15 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3C7CF37B424; Tue, 22 May 2001 10:15:10 -0700 (PDT) (envelope-from roam@FreeBSD.org) Received: (from roam@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4MHFAf48433; Tue, 22 May 2001 10:15:10 -0700 (PDT) (envelope-from roam) Date: Tue, 22 May 2001 10:15:10 -0700 (PDT) From: Message-Id: <200105221715.f4MHFAf48433@freefall.freebsd.org> To: dwcjr@inethouston.net, roam@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27171: [MAINTAINER UPDATE] mail/postfix-current Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: [MAINTAINER UPDATE] mail/postfix-current State-Changed-From-To: open->closed State-Changed-By: roam State-Changed-When: Tue May 22 10:14:31 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27171 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 10:16:51 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5CC5237B422; Tue, 22 May 2001 10:16:50 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4MHGox48733; Tue, 22 May 2001 10:16:50 -0700 (PDT) (envelope-from ijliao) Date: Tue, 22 May 2001 10:16:50 -0700 (PDT) From: Message-Id: <200105221716.f4MHGox48733@freefall.freebsd.org> To: pangolin@home.com, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27512: ports/edict unfetchable fix Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: ports/edict unfetchable fix State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Tue May 22 10:16:23 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27512 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 10:19:13 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 413A437B424; Tue, 22 May 2001 10:19:10 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4MHJ9o56992; Tue, 22 May 2001 10:19:09 -0700 (PDT) (envelope-from ijliao) Date: Tue, 22 May 2001 10:19:09 -0700 (PDT) From: Message-Id: <200105221719.f4MHJ9o56992@freefall.freebsd.org> To: pat@databits.net, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27513: Update Port sysutils/wmmemmon to 0.2.0 (I am maintainer) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update Port sysutils/wmmemmon to 0.2.0 (I am maintainer) State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Tue May 22 10:18:52 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27513 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 10:22: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A65FB37B43C; Tue, 22 May 2001 10:22:05 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4MHM5E69968; Tue, 22 May 2001 10:22:05 -0700 (PDT) (envelope-from ijliao) Date: Tue, 22 May 2001 10:22:05 -0700 (PDT) From: Message-Id: <200105221722.f4MHM5E69968@freefall.freebsd.org> To: scorpio@drkshdw.org, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27514: update to Makeself Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: update to Makeself State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Tue May 22 10:21:47 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27514 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 10:26:25 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B6C9837B422; Tue, 22 May 2001 10:26:23 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4MHQNc90018; Tue, 22 May 2001 10:26:23 -0700 (PDT) (envelope-from ijliao) Date: Tue, 22 May 2001 10:26:23 -0700 (PDT) From: Message-Id: <200105221726.f4MHQNc90018@freefall.freebsd.org> To: scorpio@drkshdw.org, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27515: update to xdms Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: update to xdms State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Tue May 22 10:26:00 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27515 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 10:33:57 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B3CC937B42C; Tue, 22 May 2001 10:33:55 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4MHXth19164; Tue, 22 May 2001 10:33:55 -0700 (PDT) (envelope-from ijliao) Date: Tue, 22 May 2001 10:33:55 -0700 (PDT) From: Message-Id: <200105221733.f4MHXth19164@freefall.freebsd.org> To: scorpio@drkshdw.org, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27525: update for maplay Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: update for maplay State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Tue May 22 10:33:42 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27525 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 10:37:22 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 92C9D37B422; Tue, 22 May 2001 10:37:20 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4MHbKo32845; Tue, 22 May 2001 10:37:20 -0700 (PDT) (envelope-from ijliao) Date: Tue, 22 May 2001 10:37:20 -0700 (PDT) From: Message-Id: <200105221737.f4MHbKo32845@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/27529: Cannot build port news/pan Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Cannot build port news/pan Responsible-Changed-From-To: freebsd-ports->gnome Responsible-Changed-By: ijliao Responsible-Changed-When: Tue May 22 10:36:41 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27529 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 10:39:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6562C37B424; Tue, 22 May 2001 10:39:09 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4MHd9g41886; Tue, 22 May 2001 10:39:09 -0700 (PDT) (envelope-from ijliao) Date: Tue, 22 May 2001 10:39:09 -0700 (PDT) From: Message-Id: <200105221739.f4MHd9g41886@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, ache@FreeBSD.org Subject: Re: ports/27532: UPDATE www/apache13 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: UPDATE www/apache13 Responsible-Changed-From-To: freebsd-ports->ache Responsible-Changed-By: ijliao Responsible-Changed-When: Tue May 22 10:38:53 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27532 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 10:47:54 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6BE2A37B424; Tue, 22 May 2001 10:47:52 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4MHlqJ44328; Tue, 22 May 2001 10:47:52 -0700 (PDT) (envelope-from ijliao) Date: Tue, 22 May 2001 10:47:52 -0700 (PDT) From: Message-Id: <200105221747.f4MHlqJ44328@freefall.freebsd.org> To: ishmael27@home.com, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27536: Update port net/gtk+licq Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port net/gtk+licq State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Tue May 22 10:47:33 PDT 2001 State-Changed-Why: committed by roam, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27536 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 10:49:29 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2F4B537B424; Tue, 22 May 2001 10:49:28 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4MHnSJ44577; Tue, 22 May 2001 10:49:28 -0700 (PDT) (envelope-from ijliao) Date: Tue, 22 May 2001 10:49:28 -0700 (PDT) From: Message-Id: <200105221749.f4MHnSJ44577@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, roger@FreeBSD.org Subject: Re: ports/27539: h323 fails to build because of redefinition of yyparse Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: h323 fails to build because of redefinition of yyparse Responsible-Changed-From-To: freebsd-ports->roger Responsible-Changed-By: ijliao Responsible-Changed-When: Tue May 22 10:48:56 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27539 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 10:50: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BC10237B42C for ; Tue, 22 May 2001 10:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4MHo1U44630; Tue, 22 May 2001 10:50:01 -0700 (PDT) (envelope-from gnats) Received: from cr222190-a.crdva1.bc.wave.home.com (cr222190-a.crdva1.bc.wave.home.com [24.113.51.240]) by hub.freebsd.org (Postfix) with ESMTP id F3F1737B424 for ; Tue, 22 May 2001 10:47:04 -0700 (PDT) (envelope-from jh@cr222190-a.crdva1.bc.wave.home.com) Received: (from jh@localhost) by cr222190-a.crdva1.bc.wave.home.com (8.11.3/8.11.3) id f4MHl1a96203; Tue, 22 May 2001 10:47:01 -0700 (PDT) (envelope-from jh) Message-Id: <200105221747.f4MHl1a96203@cr222190-a.crdva1.bc.wave.home.com> Date: Tue, 22 May 2001 10:47:01 -0700 (PDT) From: Jonathan Hanna Reply-To: pangolin@home.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27541: ports/spin update to 3.4.7 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27541 >Category: ports >Synopsis: ports/spin update to 3.4.7 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue May 22 10:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD roller.pangolin-systems.com 5.0-CURRENT FreeBSD 5.0-CURRENT #5: Sun May 6 19:07:26 PDT 2001 jh@roller.pangolin-systems.com:/home/obj/home/src/sys/ROLLER i386 >Description: >How-To-Repeat: >Fix: diff -r -u spin.orig/Makefile spin/Makefile --- spin.orig/Makefile Thu Mar 29 12:08:45 2001 +++ spin/Makefile Tue May 22 10:34:17 2001 @@ -6,12 +6,12 @@ # PORTNAME= spin -PORTVERSION= 3.4.5 +PORTVERSION= 3.4.7 CATEGORIES= math MASTER_SITES= ftp://netlib.bell-labs.com/netlib/spin/ \ ftp://www.netlib.org/spin/ \ ftp://ftp.freesoftware.com/pub/netlib/spin/ -DISTFILES= spin345.tar.gz html.tar.gz +DISTFILES= spin347.tar.gz html.tar.gz MAINTAINER= jhanna@home.com @@ -28,16 +28,16 @@ if [ -z "$$WISH" ] ; then WISH=wish8.0 ; fi ; \ ${PERL} -pi \ -e "s|%%LOCALBASE%%|${LOCALBASE}|g;" \ - -e "s|%%WISH%%|$$WISH|g" ${WRKDIR}/Xspin3.4/xspin342.tcl + -e "s|%%WISH%%|$$WISH|g" ${WRKDIR}/Xspin3.4/xspin347.tcl pre-build: cd ${WRKSRC} && ${MAKE} clean do-install: ${INSTALL_PROGRAM} ${WRKSRC}/spin ${PREFIX}/bin - ${INSTALL_SCRIPT} ${WRKDIR}/Xspin3.4/xspin342.tcl ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKDIR}/Xspin3.4/xspin347.tcl ${PREFIX}/bin ${RM} -f ${PREFIX}/bin/xspin - ${LN} -s ${PREFIX}/bin/xspin342.tcl ${PREFIX}/bin/xspin + ${LN} -s ${PREFIX}/bin/xspin347.tcl ${PREFIX}/bin/xspin .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/spin/Doc diff -r -u spin.orig/distinfo spin/distinfo --- spin.orig/distinfo Thu Mar 29 12:08:45 2001 +++ spin/distinfo Tue May 22 10:31:50 2001 @@ -1,2 +1,2 @@ -MD5 (spin/spin345.tar.gz) = cf1c3808b881592670426547650a9385 +MD5 (spin/spin347.tar.gz) = 2355d3ed9fcfa210cbe7d4cd3ae4b350 MD5 (spin/html.tar.gz) = 18fb3308fac90091de71235941fbdc20 diff -r -u spin.orig/files/patch-aa spin/files/patch-aa --- spin.orig/files/patch-aa Mon Feb 12 04:58:00 2001 +++ spin/files/patch-aa Tue May 22 10:33:27 2001 @@ -1,5 +1,5 @@ ---- ../Xspin3.4/xspin342.tcl.orig Wed Jun 23 18:29:29 1999 -+++ ../Xspin3.4/xspin342.tcl Wed Jun 23 18:30:51 1999 +--- ../Xspin3.4/xspin347.tcl.orig Wed Jun 23 18:29:29 1999 ++++ ../Xspin3.4/xspin347.tcl Wed Jun 23 18:30:51 1999 @@ -1,4 +1,4 @@ -#!/usr/local/bin/wish -f +#!%%LOCALBASE%%/bin/%%WISH%% -f diff -r -u spin.orig/pkg-plist spin/pkg-plist --- spin.orig/pkg-plist Sun Dec 10 07:38:05 2000 +++ spin/pkg-plist Tue May 22 10:34:40 2001 @@ -1,6 +1,6 @@ bin/spin bin/xspin -bin/xspin342.tcl +bin/xspin347.tcl share/doc/spin/Doc/Book.Ch6.add share/doc/spin/Doc/Book.Errata share/doc/spin/Doc/Book.answers >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 11: 0: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2EE5437B42C for ; Tue, 22 May 2001 11:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4MI03V45663; Tue, 22 May 2001 11:00:03 -0700 (PDT) (envelope-from gnats) Received: from dargo.talarian.com (dargo.talarian.com [207.5.33.3]) by hub.freebsd.org (Postfix) with ESMTP id 5B15537B424 for ; Tue, 22 May 2001 10:59:34 -0700 (PDT) (envelope-from nsayer@talarian.com) Received: from moya.talarian.com (moya.talarian.com [10.4.10.8]) by dargo.talarian.com (Postfix) with ESMTP id EB55222B04 for ; Tue, 22 May 2001 10:55:13 -0700 (PDT) Received: from beast.talarian.com (beast.talarian.com [10.4.10.6]) by moya.talarian.com (Postfix) with ESMTP id 62CA91A for ; Tue, 22 May 2001 10:59:33 -0700 (PDT) Received: (from nsayer@localhost) by beast.talarian.com (8.11.3/8.11.3) id f4MHxXn57979; Tue, 22 May 2001 10:59:33 -0700 (PDT) (envelope-from nsayer) Message-Id: <200105221759.f4MHxXn57979@beast.talarian.com> Date: Tue, 22 May 2001 10:59:33 -0700 (PDT) From: Reply-To: nsayer@talarian.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27542: xmps should not require gnome Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27542 >Category: ports >Synopsis: xmps should not require gnome >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue May 22 11:00:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: >Release: FreeBSD 4.3-RELEASE i386 >Organization: just me >Environment: System: FreeBSD beast.talarian.com 4.3-RELEASE FreeBSD 4.3-RELEASE #11: Sat Apr 21 10:12:11 PDT 2001 nsayer@beast.talarian.com:/usr/obj/usr/src/sys/BEAST i386 >Description: The xmps port has 'WITH_GHOME' in it. This is not required. The port builds just fine without gnome. >How-To-Repeat: >Fix: --- Makefile.orig Tue May 22 10:58:07 2001 +++ Makefile Tue May 22 10:51:15 2001 @@ -17,7 +17,8 @@ SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config USE_X_PREFIX= yes -WITH_GNOME= yes +WANT_GNOME= yes +USE_GTK= yes INSTALLS_SHLIB= yes USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ The result is that the port will build the same as before for those who have gnome stuff installed, but the rest of the world will not be forced to load umpteen bazillion MB of stuff just to run one program. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 11: 3:59 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5765F37B424; Tue, 22 May 2001 11:03:57 -0700 (PDT) (envelope-from roam@FreeBSD.org) Received: (from roam@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4MI3vM46060; Tue, 22 May 2001 11:03:57 -0700 (PDT) (envelope-from roam) Date: Tue, 22 May 2001 11:03:57 -0700 (PDT) From: Message-Id: <200105221803.f4MI3vM46060@freefall.freebsd.org> To: roam@FreeBSD.org, freebsd-ports@FreeBSD.org, sobomax@FreeBSD.org Subject: Re: ports/27542: xmps should not require gnome Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: xmps should not require gnome Responsible-Changed-From-To: freebsd-ports->sobomax Responsible-Changed-By: roam Responsible-Changed-When: Tue May 22 11:03:47 PDT 2001 Responsible-Changed-Why: Over to maintainer. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27542 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 13: 3:38 2001 Delivered-To: freebsd-ports@freebsd.org Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id EC8DB37B42C for ; Tue, 22 May 2001 13:03:34 -0700 (PDT) (envelope-from dwcjr@inethouston.net) Received: from dwcjr (DWCJR.inethouston.net [216.118.21.147]) by leviathan.inethouston.net (Postfix) with ESMTP id 37E7010F40F for ; Tue, 22 May 2001 15:03:38 -0500 (CDT) Message-ID: <017e01c0e2fa$499cfb60$931576d8@inethouston.net> From: "David W. Chapman Jr." To: Subject: gcc-devel Date: Tue, 22 May 2001 15:03:36 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I'm working on the pkg-plist for gcc-devel, how would I put this in the pkg-plist ./lib/gcc-lib/i386-portbld-freebsd4.3 I know you can get 4.3 from ${OSVER}, but is it as simple as freebsd${OSVER} ? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 13: 7:30 2001 Delivered-To: freebsd-ports@freebsd.org Received: from casimir.physics.purdue.edu (casimir.physics.purdue.edu [128.210.146.111]) by hub.freebsd.org (Postfix) with ESMTP id 3EFAC37B424 for ; Tue, 22 May 2001 13:07:27 -0700 (PDT) (envelope-from will@physics.purdue.edu) Received: by casimir.physics.purdue.edu (Postfix, from userid 1000) id 800A818A4F; Tue, 22 May 2001 15:01:51 -0500 (EST) Date: Tue, 22 May 2001 15:01:51 -0500 From: Will Andrews To: "David W. Chapman Jr." Cc: ports@FreeBSD.ORG Subject: Re: gcc-devel Message-ID: <20010522150151.R19376@casimir.physics.purdue.edu> Reply-To: Will Andrews Mail-Followup-To: Will Andrews , "David W. Chapman Jr." , ports@FreeBSD.ORG References: <017e01c0e2fa$499cfb60$931576d8@inethouston.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.15i In-Reply-To: <017e01c0e2fa$499cfb60$931576d8@inethouston.net>; from dwcjr@inethouston.net on Tue, May 22, 2001 at 03:03:36PM -0500 X-Operating-System: Linux 2.2.18 sparc64 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Tue, May 22, 2001 at 03:03:36PM -0500, David W. Chapman Jr. wrote: > I'm working on the pkg-plist for gcc-devel, how would I put this in the > pkg-plist > > ./lib/gcc-lib/i386-portbld-freebsd4.3 change 4.3 to %%OSVER%% add to Makefile: PLIST_SUB+= OSVER=${SOME_MAKE_VAR_WITH_4.3} How you'd get a string like "4.3" I don't know. You'd need to do uname and some sed magic, methinks. -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 13:30: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 95E0937B42C for ; Tue, 22 May 2001 13:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4MKU2968208; Tue, 22 May 2001 13:30:02 -0700 (PDT) (envelope-from gnats) Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id 13D2637B42C; Tue, 22 May 2001 13:27:16 -0700 (PDT) (envelope-from poseiden@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id 9CBD510F410; Tue, 22 May 2001 15:27:19 -0500 (CDT) Message-Id: <20010522202719.9CBD510F410@leviathan.inethouston.net> Date: Tue, 22 May 2001 15:27:19 -0500 (CDT) From: dwcjr@inethouston.net Reply-To: dwcjr@inethouston.net To: FreeBSD-gnats-submit@freebsd.org Cc: obrien@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27544: UPDATE lang/gcc-devel Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27544 >Category: ports >Synopsis: UPDATE lang/gcc-devel >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue May 22 13:30:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David W. Chapman Jr. >Release: FreeBSD 4.3-STABLE i386 >Organization: Raintree Network Services, Inc. >Environment: System: FreeBSD leviathan.inethouston.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Fri May 11 10:49:15 CDT 2001 poseiden@leviathan.inethouston.net:/stripe1/compile/src/sys/compile/LEVIATHAN i386 >Description: Add some libs to pkg-plist I wanted to take the info/dir stuff out, but I'm not exactly what it does so would appreciate input on whoever looks at this pr. >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/lang/gcc-devel/Makefile,v retrieving revision 1.103 diff -u -r1.103 Makefile --- Makefile 2001/05/04 08:50:08 1.103 +++ Makefile 2001/05/22 20:25:53 @@ -52,7 +52,7 @@ WRKSRC= ${WRKDIR}/build TARGLIB= ${PREFIX}/lib/gcc-lib/${CONFIGURE_TARGET}/${EGCS_REV} PLIST_SUB= EGCS_REV=${EGCS_REV} GNU_HOST=${CONFIGURE_TARGET} \ - SNAPVER=${SNAPVER} + SNAPVER=${SNAPVER} OSREL=${OSREL} ARCH=${ARCH} GNU_CONFIGURE= yes USE_GMAKE= yes USE_BISON= yes Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/lang/gcc-devel/pkg-plist,v retrieving revision 1.37 diff -u -r1.37 pkg-plist --- pkg-plist 2001/05/04 08:50:08 1.37 +++ pkg-plist 2001/05/22 20:25:53 @@ -6,9 +6,11 @@ bin/ggcov bin/%%GNU_HOST%%-gcc bin/%%GNU_HOST%%-g++ +bin/%%ARCH%%-portbld-freebsd%%OSREL%%-c bin/gccbug-%%SNAPVER%% bin/gcj bin/gcjh +bin/fastjar bin/jv-scan bin/jcf-dump @comment not needed post-libstdc++-v3: %%GNU_HOST%%/include/_G_config.h @@ -96,3 +98,5 @@ @exec install-info %D/info/gcj.info %D/info/dir @dirrm %%GNU_HOST%%/include @dirrm %%GNU_HOST%% +@dirrm lib/gcc-lib/%%ARCH%%-portbld-freebsd%%OSREL%% +@dirrm lib/gcc-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 Tue May 22 13:40:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5605137B43C for ; Tue, 22 May 2001 13:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4MKe1368938; Tue, 22 May 2001 13:40:01 -0700 (PDT) (envelope-from gnats) Received: from canoe.velocet.net (top36.office.tor.velocet.net [204.138.45.36]) by hub.freebsd.org (Postfix) with ESMTP id C8F6E37B42C for ; Tue, 22 May 2001 13:37:38 -0700 (PDT) (envelope-from root@canoe.velocet.net) Received: (from root@localhost) by canoe.velocet.net (8.11.3/8.11.1) id f4MKbQT40110; Tue, 22 May 2001 16:37:26 -0400 (EDT) (envelope-from root) Message-Id: <200105222037.f4MKbQT40110@canoe.velocet.net> Date: Tue, 22 May 2001 16:37:26 -0400 (EDT) From: Charlie Root Reply-To: root@canoe.homeip.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27546: Modifications to the GLE port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27546 >Category: ports >Synopsis: updates to make the GLE port current >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue May 22 13:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David Gilbert >Release: FreeBSD 4.3-STABLE i386 >Organization: Velocet Communications >Environment: System: FreeBSD canoe.velocet.net 4.3-STABLE FreeBSD 4.3-STABLE #0: Wed May 16 07:46:18 EDT 2001 dgilbert@canoe.velocet.net:/usr/obj/usr/src/sys/CANOE i386 Patches appear relavant to multiple releases >Description: gle port updates include new version and new distribution site directory. >How-To-Repeat: >Fix: --- pkg-plist.old Sat Sep 2 11:10:04 2000 +++ pkg-plist Tue May 22 16:33:54 2001 @@ -2,3 +2,17 @@ lib/libgle.so.3 lib/libgle.so lib/libgle.a +man/man3/gleLathe.3gle.gz +man/man3/gleScrew.3gle.gz +man/man3/gleSetJoinStyle.3gle.gz +man/man3/gleHelicoid.3gle.gz +man/man3/gleSetNumSides.3gle.gz +man/man3/gleSpiral.3gle.gz +man/man3/gleTextureMode.3gle.gz +man/man3/gleToroid.3gle.gz +man/man3/gleTwistExtrusion.3gle.gz +man/man3/gle.3gle.gz +man/man3/gleExtrusion.3gle.gz +man/man3/glePolyCone.3gle.gz +man/man3/glePolyCylinder.3gle.gz +man/man3/gleSuperExtrusion.3gle.gz --- Makefile.old Tue May 22 11:46:33 2001 +++ Makefile Tue May 22 11:50:41 2001 @@ -6,10 +6,10 @@ # PORTNAME= gle -PORTVERSION= 3.0.1 +PORTVERSION= 3.0.3 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ - http://linas.org/gle/ \ + http://linas.org/gle/pub/ \ http://metalab.unc.edu/pub/Linux/libs/X/ \ ftp://tsx-11.mit.edu/pub/linux/sources/libs/ MASTER_SITE_SUBDIR= ${PORTNAME} --- distinfo.old Tue May 22 11:51:57 2001 +++ distinfo Tue May 22 11:52:08 2001 @@ -1 +1 @@ -MD5 (gle-3.0.1.tar.gz) = c335223b9c4a076426129f3ff4e9c939 +MD5 (gle-3.0.3.tar.gz) = 053de686a738f1aca93922f527fbee06 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 13:40:18 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 23CE037B42C for ; Tue, 22 May 2001 13:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4MKe1l68929; Tue, 22 May 2001 13:40:01 -0700 (PDT) (envelope-from gnats) Received: from nohow.demon.co.uk (nohow.demon.co.uk [212.228.18.189]) by hub.freebsd.org (Postfix) with ESMTP id 23D5837B43C for ; Tue, 22 May 2001 13:36:38 -0700 (PDT) (envelope-from noway@nohow.demon.co.uk) Received: (from noway@localhost) by nohow.demon.co.uk (8.11.3/8.11.3) id f4MKEHR02705; Tue, 22 May 2001 21:14:18 +0100 (BST) (envelope-from noway) Message-Id: <200105222014.f4MKEHR02705@nohow.demon.co.uk> Date: Tue, 22 May 2001 21:14:18 +0100 (BST) From: Jose Marques Reply-To: noway@nohow.demon.co.uk To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27545: update to java/cos port to fix unfetchable distfile Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27545 >Category: ports >Synopsis: update to java/cos port to fix unfetchable distfile >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue May 22 13:40:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Jose Marques >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD nohow.demon.co.uk 4.3-STABLE FreeBSD 4.3-STABLE #0: Sat May 19 22:06:19 BST 2001 root@nohow.demon.co.uk:/usr/obj/usr/src/sys/LIBRETTO i386 >Description: Update to java/cos port to latest version >How-To-Repeat: >Fix: Apply following patch to current port diff -ruN /usr/ports/java/cos/Makefile cos/Makefile --- /usr/ports/java/cos/Makefile Mon Aug 14 03:18:14 2000 +++ cos/Makefile Tue May 22 14:31:17 2001 @@ -6,9 +6,9 @@ # PORTNAME= cos -PORTVERSION= 12Jun2000 +PORTVERSION= 21May2001 CATEGORIES= java -MASTER_SITES= http://www.servlets.com/resources/com.oreilly.servlet/ +MASTER_SITES= http://www.servlets.com/cos/ MAINTAINER= noway@nohow.demon.co.uk diff -ruN /usr/ports/java/cos/distinfo cos/distinfo --- /usr/ports/java/cos/distinfo Mon Aug 14 03:18:23 2000 +++ cos/distinfo Tue May 22 14:14:15 2001 @@ -1 +1 @@ -MD5 (cos-12Jun2000.zip) = 09ce5ab2451d3ff69261190c44eaeb84 +MD5 (cos-21May2001.zip) = dedb4665821b67cc46d0a4803ee3e4dd diff -ruN /usr/ports/java/cos/pkg-descr cos/pkg-descr --- /usr/ports/java/cos/pkg-descr Fri Dec 31 20:22:09 1999 +++ cos/pkg-descr Tue May 22 14:22:43 2001 @@ -7,6 +7,6 @@ servlets. The package was developed by Jason Hunter for his book "Java Servlet Programming" published by O'Reilly. See: -WWW: http://www.servlets.com/resources/com.oreilly.servlet/index.html +WWW: http://www.servlets.com/cos/index.html For more details. diff -ruN /usr/ports/java/cos/pkg-plist cos/pkg-plist --- /usr/ports/java/cos/pkg-plist Mon Aug 14 03:18:34 2000 +++ cos/pkg-plist Tue May 22 14:28:28 2001 @@ -3,6 +3,7 @@ share/java/cos/license.html share/java/cos/doc/AllNames.html share/java/cos/doc/Package-com.oreilly.servlet.html +share/java/cos/doc/Package-com.oreilly.servlet.multipart.html share/java/cos/doc/com.oreilly.servlet.Base64Decoder.html share/java/cos/doc/com.oreilly.servlet.Base64Encoder.html share/java/cos/doc/com.oreilly.servlet.CacheHttpServlet.html @@ -10,6 +11,7 @@ share/java/cos/doc/com.oreilly.servlet.CookieParser.html share/java/cos/doc/com.oreilly.servlet.DaemonHttpServlet.html share/java/cos/doc/com.oreilly.servlet.HttpMessage.html +share/java/cos/doc/com.oreilly.servlet.HttpsMessage.html share/java/cos/doc/com.oreilly.servlet.LocaleNegotiator.html share/java/cos/doc/com.oreilly.servlet.LocaleToCharsetMap.html share/java/cos/doc/com.oreilly.servlet.MailMessage.html @@ -21,6 +23,14 @@ share/java/cos/doc/com.oreilly.servlet.RemoteHttpServlet.html share/java/cos/doc/com.oreilly.servlet.ServletUtils.html share/java/cos/doc/com.oreilly.servlet.VersionDetector.html +share/java/cos/doc/com.oreilly.servlet.multipart.BufferedServletInputStream.html +share/java/cos/doc/com.oreilly.servlet.multipart.FilePart.html +share/java/cos/doc/com.oreilly.servlet.multipart.LimitedServletInputStream.html +share/java/cos/doc/com.oreilly.servlet.multipart.MacBinaryDecoderOutputStream.html +share/java/cos/doc/com.oreilly.servlet.multipart.MultipartParser.html +share/java/cos/doc/com.oreilly.servlet.multipart.ParamPart.html +share/java/cos/doc/com.oreilly.servlet.multipart.Part.html +share/java/cos/doc/com.oreilly.servlet.multipart.PartInputStream.html share/java/cos/doc/images/blue-ball-small.gif share/java/cos/doc/images/blue-ball.gif share/java/cos/doc/images/class-index.gif >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 14: 0: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3D6DD37B424 for ; Tue, 22 May 2001 14:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4ML03F71122; Tue, 22 May 2001 14:00:03 -0700 (PDT) (envelope-from gnats) Date: Tue, 22 May 2001 14:00:03 -0700 (PDT) Message-Id: <200105222100.f4ML03F71122@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: David Gilbert Subject: Re: ports/27546: updates to make the GLE port current Reply-To: David Gilbert Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/27546; it has been noted by GNATS. From: David Gilbert To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/27546: updates to make the GLE port current Date: Tue, 22 May 2001 16:53:12 -0400 OOps. The patch to pkg-plist was wrong. This patch is correct. Also... dgilbert@velocet.ca is the correct contact for me. --- Makefile.old Tue May 22 11:46:33 2001 +++ Makefile Tue May 22 11:50:41 2001 @@ -6,10 +6,10 @@ # PORTNAME= gle -PORTVERSION= 3.0.1 +PORTVERSION= 3.0.3 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ - http://linas.org/gle/ \ + http://linas.org/gle/pub/ \ http://metalab.unc.edu/pub/Linux/libs/X/ \ ftp://tsx-11.mit.edu/pub/linux/sources/libs/ MASTER_SITE_SUBDIR= ${PORTNAME} --- distinfo.old Tue May 22 11:51:57 2001 +++ distinfo Tue May 22 11:52:08 2001 @@ -1 +1 @@ -MD5 (gle-3.0.1.tar.gz) = c335223b9c4a076426129f3ff4e9c939 +MD5 (gle-3.0.3.tar.gz) = 053de686a738f1aca93922f527fbee06 -- ============================================================================ |David Gilbert, Velocet Communications. | Two things can only be | |Mail: dgilbert@velocet.net | equal if and only if they | |http://www.velocet.net/~dgilbert | are precisely opposite. | =========================================================GLO================ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 14: 8:37 2001 Delivered-To: freebsd-ports@freebsd.org Received: from giganda.komkon.org (giganda.komkon.org [209.125.17.66]) by hub.freebsd.org (Postfix) with ESMTP id 6880C37B424 for ; Tue, 22 May 2001 14:08:35 -0700 (PDT) (envelope-from str@giganda.komkon.org) Received: (from str@localhost) by giganda.komkon.org (8.9.3/8.9.3) id RAA02575 for ports@freebsd.org; Tue, 22 May 2001 17:08:34 -0400 (EDT) (envelope-from str) Date: Tue, 22 May 2001 17:08:34 -0400 (EDT) From: Igor Roshchin Message-Id: <200105222108.RAA02575@giganda.komkon.org> To: ports@freebsd.org Subject: Looking for a port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello! I am looking for a port that would allow easy access via web to the Unix mailboxes (and if possible sending e-mails) via Web-interface, that could be used in parallel with pop or/and imap and shell mailers to access the same mailboxes. Is there one for FreeBSD ? I tried to search through the port collection, but was not able to find.. Any pointers are appreciated. REgards, Igor To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 15:23:54 2001 Delivered-To: freebsd-ports@freebsd.org Received: from aurora.corp.flipdog.com (c1082929-a.saltlk1.ut.home.com [65.11.115.83]) by hub.freebsd.org (Postfix) with ESMTP id 5DF3B37B422 for ; Tue, 22 May 2001 15:23:52 -0700 (PDT) (envelope-from jlp@flipdog.com) Received: from aurora (localhost [127.0.0.1]) by aurora.corp.flipdog.com (Postfix) with ESMTP id CD80241FEA; Tue, 22 May 2001 16:23:56 -0600 (MDT) X-Mailer: exmh version 2.3.1 01/19/2001 with nmh-1.0.4 To: Igor Roshchin From: "Jan L. Peterson" Cc: ports@freebsd.org Subject: web based e-mail system (was Looking for a port) X-face: p=61=y<.Il$z+k*y~"j>%c[8R~8{j3WTnaSd-'RyC>t.Ub>AAm\zYA#5JF +W=G?EI+|EI);]=fs_MOfKN0n9`OlmB[1^0;L^64K5][nOb&gv/n}p@mm06|J|WNa asp7mMEw0w)e_6T~7v-\]yHKvI^1}[2k)] References: <200105222108.RAA02575@giganda.komkon.org> In-reply-to: Your message of "Tue, 22 May 2001 17:08:34 EDT." <200105222108.RAA02575@giganda.komkon.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 22 May 2001 16:23:56 -0600 Message-Id: <20010522222356.CD80241FEA@aurora.corp.flipdog.com> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > I am looking for a port that would allow easy access via web to the > Unix mailboxes (and if possible sending e-mails) via Web-interface, > that could be used in parallel with pop or/and imap and shell mailers > to access the same mailboxes. Is there one for FreeBSD ? I tried to > search through the port collection, but was not able to find.. Igor, I would recommend you look at IMP (http://horde.org/imp/). There is no port for this software, but it installs fairly easily. It lets you access mail boxes, send mail, maintain an address book, etc. It requires IMAP, but doesn't preclude you from having other IMAP enabled mail readers, POP mail readers, etc. accessing the same message store. It is very customizable and works quite well. -jan- -- Jan L. Peterson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 15:51:29 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7A50E37B50F for ; Tue, 22 May 2001 15:51:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4MMo2493251; Tue, 22 May 2001 15:50:02 -0700 (PDT) (envelope-from gnats) Received: from manetheren.cl.msu.edu (mlss15.cl.msu.edu [35.9.4.115]) by hub.freebsd.org (Postfix) with ESMTP id DB49237B424 for ; Tue, 22 May 2001 15:48:22 -0700 (PDT) (envelope-from buchanon@manetheren.cl.msu.edu) Received: (from buchanon@localhost) by manetheren.cl.msu.edu (8.11.2/8.11.3) id f4MMmNP30548; Tue, 22 May 2001 18:48:23 -0400 (EDT) (envelope-from buchanon) Message-Id: <200105222248.f4MMmNP30548@manetheren.cl.msu.edu> Date: Tue, 22 May 2001 18:48:23 -0400 (EDT) From: Mike Buchanon Reply-To: buchanon@mlss15.cl.msu.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27547: CVSUP failing on www port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27547 >Category: ports >Synopsis: cvsup fails on delete of jakarta port >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue May 22 15:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Mike Buchanon >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD manetheren.cl.msu.edu 4.3-STABLE FreeBSD 4.3-STABLE #1: Tue May 15 08:17:31 EDT 2001 root@manetheren.cl.msu.edu:/usr/src/sys/compile/MANETHEREN i386 >Description: CVSUP fails at deleting jakarta port >How-To-Repeat: cvsup -g -L 2 ports-supfile >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 16: 0:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CE93837B422 for ; Tue, 22 May 2001 16:00:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4MN06p01147; Tue, 22 May 2001 16:00:06 -0700 (PDT) (envelope-from gnats) Date: Tue, 22 May 2001 16:00:06 -0700 (PDT) Message-Id: <200105222300.f4MN06p01147@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "David W. Chapman Jr." Subject: Re: ports/27547: CVSUP failing on www port Reply-To: "David W. Chapman Jr." Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/27547; it has been noted by GNATS. From: "David W. Chapman Jr." To: , Cc: Subject: Re: ports/27547: CVSUP failing on www port Date: Tue, 22 May 2001 17:52:34 -0500 There have already been 2 pr's of this open, and the first one explains a fix(delete /usr/sup/checkouts) being the easiest way. ----- Original Message ----- From: "Mike Buchanon" To: Sent: Tuesday, May 22, 2001 5:48 PM Subject: ports/27547: CVSUP failing on www port > > >Number: 27547 > >Category: ports > >Synopsis: cvsup fails on delete of jakarta port > >Confidential: no > >Severity: serious > >Priority: medium > >Responsible: freebsd-ports > >State: open > >Quarter: > >Keywords: > >Date-Required: > >Class: sw-bug > >Submitter-Id: current-users > >Arrival-Date: Tue May 22 15:50:01 PDT 2001 > >Closed-Date: > >Last-Modified: > >Originator: Mike Buchanon > >Release: FreeBSD 4.3-STABLE i386 > >Organization: > >Environment: > System: FreeBSD manetheren.cl.msu.edu 4.3-STABLE FreeBSD 4.3-STABLE #1: Tue May 15 08:17:31 EDT 2001 root@manetheren.cl.msu.edu:/usr/src/sys/compile/MANETHEREN i386 > > > > >Description: > CVSUP fails at deleting jakarta port > > >How-To-Repeat: > cvsup -g -L 2 ports-supfile > > >Fix: > > > >Release-Note: > >Audit-Trail: > >Unformatted: > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 16:57:20 2001 Delivered-To: freebsd-ports@freebsd.org Received: from aaz.links.ru (aaz.links.ru [193.125.152.37]) by hub.freebsd.org (Postfix) with ESMTP id 94E8537B422 for ; Tue, 22 May 2001 16:57:17 -0700 (PDT) (envelope-from babolo@links.ru) Received: (from babolo@localhost) by aaz.links.ru (8.9.3/8.9.3) id DAA19583; Wed, 23 May 2001 03:59:04 +0400 (MSD) Message-Id: <200105222359.DAA19583@aaz.links.ru> Subject: Re: Looking for a port In-Reply-To: <200105222108.RAA02575@giganda.komkon.org> from "Igor Roshchin" at "May 22, 1 05:08:34 pm" To: str@giganda.komkon.org (Igor Roshchin) Date: Wed, 23 May 2001 03:59:04 +0400 (MSD) Cc: ports@FreeBSD.ORG From: .@babolo.ru MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Igor Roshchin writes: > I am looking for a port that would allow easy access via web to the > Unix mailboxes (and if possible sending e-mails) via Web-interface, > that could be used in parallel with pop or/and imap and shell mailers > to access the same mailboxes. > Is there one for FreeBSD ? > I tried to search through the port collection, but was not able to find.. > > Any pointers are appreciated. ports/russian/messarge is what you ask for. there are some examples in port itself and I can give more examples if need. -- @BABOLO http://links.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 19: 9:34 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 40F8837B422; Tue, 22 May 2001 19:09:33 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Received: (from jdp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4N29Xr78674; Tue, 22 May 2001 19:09:33 -0700 (PDT) (envelope-from jdp) Date: Tue, 22 May 2001 19:09:33 -0700 (PDT) From: Message-Id: <200105230209.f4N29Xr78674@freefall.freebsd.org> To: buchanon@mlss15.cl.msu.edu, jdp@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27547: cvsup fails on delete of jakarta port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: cvsup fails on delete of jakarta port State-Changed-From-To: open->closed State-Changed-By: jdp State-Changed-When: Tue May 22 19:08:34 PDT 2001 State-Changed-Why: This PR is a duplicate of misc/27495. Please follow the instructions given in that PR to work around this problem. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27547 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 19:10: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9472837B42C for ; Tue, 22 May 2001 19:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4N2A1Y78763; Tue, 22 May 2001 19:10:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 85EF037B424 for ; Tue, 22 May 2001 19:00:31 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4N20VO75450; Tue, 22 May 2001 19:00:31 -0700 (PDT) (envelope-from nobody) Message-Id: <200105230200.f4N20VO75450@freefall.freebsd.org> Date: Tue, 22 May 2001 19:00:31 -0700 (PDT) From: nobu@psrc.isac.co.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/27548: ports/misc/fep: MASTER_SITES was moved Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27548 >Category: ports >Synopsis: ports/misc/fep: MASTER_SITES was moved >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue May 22 19:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Nobuhiro Yasutomi >Release: FreeBSD 4.3-RELEASE >Organization: ISAC, Inc. >Environment: FreeBSD libru.tech.isac.co.jp 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Sat Apr 21 10:54:49 GMT 2001 jkh@narf.osd.bsdi.com:/usr/src/sys/compile/GENERIC i386 >Description: MASTER_SITES was moved to subdirs. Please change ports skelton. >How-To-Repeat: >Fix: --- Makefile~ Fri Apr 14 17:45:42 2000 +++ Makefile Wed May 23 10:48:58 2001 @@ -8,7 +8,7 @@ PORTNAME= fep PORTVERSION= 1.0 CATEGORIES= misc -MASTER_SITES= ftp://ftp.sra.co.jp/pub/cmd/ +MASTER_SITES= ftp://ftp.sra.co.jp/pub/cmd/fep/ DISTNAME= ${PORTNAME} MAINTAINER= nobu@psrc.isac.co.jp >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 19:50: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3FA8B37B42C for ; Tue, 22 May 2001 19:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4N2o1d81836; Tue, 22 May 2001 19:50:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1B20937B422 for ; Tue, 22 May 2001 19:40:07 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4N2e7v81058; Tue, 22 May 2001 19:40:07 -0700 (PDT) (envelope-from nobody) Message-Id: <200105230240.f4N2e7v81058@freefall.freebsd.org> Date: Tue, 22 May 2001 19:40:07 -0700 (PDT) From: bischoff@rickjr.org To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/27549: /usr/ports/java/linux-jdk13 not installing Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27549 >Category: ports >Synopsis: /usr/ports/java/linux-jdk13 not installing >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue May 22 19:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Rick Bischoff >Release: 4.3-STABLE >Organization: none >Environment: FreeBSD bowtie.pasta 4.3-STABLE FreeBSD 4.3-STABLE #1: Tue May 22 19:21:09 EDT 2001 root@bowtie.pasta:/usr/src/sys/compile/bowtie i386 >Description: This is in regard to /usr/ports/java/linux-jdk13 After downloading the correct java binary file from SUN, I ran "make install" and the error message that resulted: Do you agree to the above license terms? [yes or no] yes Unpacking... Checksumming... 0 0 Extracting... ELF binary type "0" not known. Abort trap Done. ===> Patching for linux-jdk-1.3.0 ===> Applying FreeBSD patches for linux-jdk-1.3.0 patch: **** can't cd to /usr/ports/java/linux-jdk13/work/jdk1.3.0_02: No such file or directory >How-To-Repeat: (1) I ensured I had correct ports setup and dir by rm -fr /usr/ports and re "cvsup -g -L 2 ports-file"; >Fix: >Release-Note: >Audit-Trail: >Unformatted: >> Patch patch-aa failed to apply cleanly. *** Error code 1 Stop in /usr/ports/java/linux-jdk13. *** Error code 1 Stop in /usr/ports/java/linux-jdk13. *** Error code 1 Stop in /usr/ports/java/linux-jdk13. *** Error code 1 Stop in /usr/ports/java/linux-jdk13. *** Error code 1 Stop in /usr/ports/java/linux-jdk13. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 20:10: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6336237B424 for ; Tue, 22 May 2001 20:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4N3A1Z86077; Tue, 22 May 2001 20:10:01 -0700 (PDT) (envelope-from gnats) Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id 0CA3837B43E; Tue, 22 May 2001 20:01:55 -0700 (PDT) (envelope-from poseiden@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id B869110F410; Tue, 22 May 2001 22:02:00 -0500 (CDT) Message-Id: <20010523030200.B869110F410@leviathan.inethouston.net> Date: Tue, 22 May 2001 22:02:00 -0500 (CDT) From: dwcjr@inethouston.net Reply-To: dwcjr@inethouston.net To: FreeBSD-gnats-submit@freebsd.org Cc: bsd@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27550: UPDATE devel/avrprog Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27550 >Category: ports >Synopsis: UPDATE devel/avrprog >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue May 22 20:10:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David W. Chapman Jr. >Release: FreeBSD 4.3-STABLE i386 >Organization: Raintree Network Services, Inc. >Environment: System: FreeBSD leviathan.inethouston.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Fri May 11 10:49:15 CDT 2001 poseiden@leviathan.inethouston.net:/stripe1/compile/src/sys/compile/LEVIATHAN i386 >Description: Add missing dir to pkg-plist >How-To-Repeat: >Fix: Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/devel/avrprog/pkg-plist,v retrieving revision 1.2 diff -u -r1.2 pkg-plist --- pkg-plist 2001/04/26 00:59:00 1.2 +++ pkg-plist 2001/05/23 03:00:46 @@ -1,2 +1,3 @@ bin/avrprog share/doc/avrprog/AVRprog.pdf +@dirrm share/doc/avrprog >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 20:20: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7828E37B424 for ; Tue, 22 May 2001 20:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4N3K1586954; Tue, 22 May 2001 20:20:01 -0700 (PDT) (envelope-from gnats) Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id 7FD1F37B424 for ; Tue, 22 May 2001 20:13:07 -0700 (PDT) (envelope-from poseiden@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id 3FB0A10F410; Tue, 22 May 2001 22:13:13 -0500 (CDT) Message-Id: <20010523031313.3FB0A10F410@leviathan.inethouston.net> Date: Tue, 22 May 2001 22:13:13 -0500 (CDT) From: dwcjr@inethouston.net Reply-To: dwcjr@inethouston.net To: FreeBSD-gnats-submit@freebsd.org Cc: fullermd@over-yonder.net X-Send-Pr-Version: 3.113 Subject: ports/27551: UPDATE x11/bgrot Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27551 >Category: ports >Synopsis: UPDATE x11/bgrot >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue May 22 20:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David W. Chapman Jr. >Release: FreeBSD 4.3-STABLE i386 >Organization: Raintree Network Services, Inc. >Environment: System: FreeBSD leviathan.inethouston.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Fri May 11 10:49:15 CDT 2001 poseiden@leviathan.inethouston.net:/stripe1/compile/src/sys/compile/LEVIATHAN i386 >Description: Add logic to delete .conf file if not modified >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/x11/bgrot/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- Makefile 2001/02/05 16:17:56 1.6 +++ Makefile 2001/05/23 03:12:03 @@ -20,4 +20,7 @@ MAN1= bgrot.1 MANCOMPRESSED= yes +post-install: + @${INSTALL_DATA} ${WRKSRC}/bgrot.conf.skel ${PREFIX}/etc/ + .include Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/x11/bgrot/pkg-plist,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 pkg-plist --- pkg-plist 1999/01/18 04:46:23 1.1.1.1 +++ pkg-plist 2001/05/23 03:12:03 @@ -1,5 +1,7 @@ +@unexec if cmp -s %D/etc/bgrot.conf %D/etc/bgrot.conf.skel; then rm -f %D/etc/bgrot.conf; fi bin/background.sh bin/bgrandom.pl bin/createlist.sh bin/masterlistgen.sh bin/bgrotman.pl +etc/bgrot.conf.skel >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 20:20:12 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9672F37B43C for ; Tue, 22 May 2001 20:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4N3K1F86963; Tue, 22 May 2001 20:20:01 -0700 (PDT) (envelope-from gnats) Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id EB40E37B422 for ; Tue, 22 May 2001 20:16:17 -0700 (PDT) (envelope-from poseiden@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id C06E110F410; Tue, 22 May 2001 22:16:23 -0500 (CDT) Message-Id: <20010523031623.C06E110F410@leviathan.inethouston.net> Date: Tue, 22 May 2001 22:16:23 -0500 (CDT) From: dwcjr@inethouston.net Reply-To: dwcjr@inethouston.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27552: UPDATE www/cgiwrap Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27552 >Category: ports >Synopsis: UPDATE www/cgiwrap >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue May 22 20:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David W. Chapman Jr. >Release: FreeBSD 4.3-STABLE i386 >Organization: Raintree Network Services, Inc. >Environment: System: FreeBSD leviathan.inethouston.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Fri May 11 10:49:15 CDT 2001 poseiden@leviathan.inethouston.net:/stripe1/compile/src/sys/compile/LEVIATHAN i386 >Description: Delete cgiwrap dir >How-To-Repeat: >Fix: Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/cgiwrap/pkg-plist,v retrieving revision 1.2 diff -u -r1.2 pkg-plist --- pkg-plist 1999/08/08 14:28:18 1.2 +++ pkg-plist 2001/05/23 03:15:27 @@ -20,3 +20,4 @@ share/apache/cgi-bin/cgiwrapd share/apache/cgi-bin/nph-cgiwrap share/apache/cgi-bin/nph-cgiwrapd +@dirrm share/doc/cgiwrap >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 20:30: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 68ED037B43C for ; Tue, 22 May 2001 20:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4N3U1v87614; Tue, 22 May 2001 20:30:01 -0700 (PDT) (envelope-from gnats) Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id A53A637B422 for ; Tue, 22 May 2001 20:20:46 -0700 (PDT) (envelope-from poseiden@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id 83F2410F410; Tue, 22 May 2001 22:20:52 -0500 (CDT) Message-Id: <20010523032052.83F2410F410@leviathan.inethouston.net> Date: Tue, 22 May 2001 22:20:52 -0500 (CDT) From: dwcjr@inethouston.net Reply-To: dwcjr@inethouston.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27553: UPDATE devel/egci Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27553 >Category: ports >Synopsis: UPDATE devel/egci >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue May 22 20:30:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David W. Chapman Jr. >Release: FreeBSD 4.3-STABLE i386 >Organization: Raintree Network Services, Inc. >Environment: System: FreeBSD leviathan.inethouston.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Fri May 11 10:49:15 CDT 2001 poseiden@leviathan.inethouston.net:/stripe1/compile/src/sys/compile/LEVIATHAN i386 >Description: add missing bin >How-To-Repeat: >Fix: Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/devel/ecgi/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- pkg-plist 2001/03/12 22:08:31 1.1 +++ pkg-plist 2001/05/23 03:19:11 @@ -1,3 +1,4 @@ +bin/html2h lib/libecgi.a lib/libecgi.so share/doc/ecgi/ecgitut.txt >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 20:30:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8804A37B42C for ; Tue, 22 May 2001 20:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4N3U1D87623; Tue, 22 May 2001 20:30:01 -0700 (PDT) (envelope-from gnats) Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id 20F7D37B42C; Tue, 22 May 2001 20:26:16 -0700 (PDT) (envelope-from poseiden@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id E951610F410; Tue, 22 May 2001 22:26:21 -0500 (CDT) Message-Id: <20010523032621.E951610F410@leviathan.inethouston.net> Date: Tue, 22 May 2001 22:26:21 -0500 (CDT) From: dwcjr@inethouston.net Reply-To: dwcjr@inethouston.net To: FreeBSD-gnats-submit@freebsd.org Cc: max@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27554: UPDATE japanese/cdrom2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27554 >Category: ports >Synopsis: UPDATE japanese/cdrom2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue May 22 20:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David W. Chapman Jr. >Release: FreeBSD 4.3-STABLE i386 >Organization: Raintree Network Services, Inc. >Environment: System: FreeBSD leviathan.inethouston.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Fri May 11 10:49:15 CDT 2001 poseiden@leviathan.inethouston.net:/stripe1/compile/src/sys/compile/LEVIATHAN i386 >Description: Add missing dirs to pkg-plist >How-To-Repeat: >Fix: Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/japanese/cdrom2/pkg-plist,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 pkg-plist --- pkg-plist 1997/02/03 16:31:53 1.1.1.1 +++ pkg-plist 2001/05/23 03:25:26 @@ -14,3 +14,5 @@ share/doc/cdrom2/x_option.doc lib/cdrom2/kojien3.tbl lib/cdrom2/ruigo.tbl +@dirrm lib/cdrom2 +@dirrm share/doc/cdrom2 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 20:40:16 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2417737B43C for ; Tue, 22 May 2001 20:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4N3e2S88547; Tue, 22 May 2001 20:40:02 -0700 (PDT) (envelope-from gnats) Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id 0228337B422 for ; Tue, 22 May 2001 20:36:17 -0700 (PDT) (envelope-from poseiden@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id D0F0B10F410; Tue, 22 May 2001 22:36:22 -0500 (CDT) Message-Id: <20010523033622.D0F0B10F410@leviathan.inethouston.net> Date: Tue, 22 May 2001 22:36:22 -0500 (CDT) From: dwcjr@inethouston.net Reply-To: dwcjr@inethouston.net To: FreeBSD-gnats-submit@freebsd.org Cc: kiri@pis.toba-cmt.ac.jp X-Send-Pr-Version: 3.113 Subject: ports/27556: UPDATE japanese/gp Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27556 >Category: ports >Synopsis: UPDATE japanese/gp >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue May 22 20:40:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David W. Chapman Jr. >Release: FreeBSD 4.3-STABLE i386 >Organization: Raintree Network Services, Inc. >Environment: System: FreeBSD leviathan.inethouston.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Fri May 11 10:49:15 CDT 2001 poseiden@leviathan.inethouston.net:/stripe1/compile/src/sys/compile/LEVIATHAN i386 >Description: Add missing files to pkg-plist >How-To-Repeat: >Fix: Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/japanese/gp/pkg-plist,v retrieving revision 1.3 diff -u -r1.3 pkg-plist --- pkg-plist 1998/08/24 01:04:58 1.3 +++ pkg-plist 2001/05/23 03:35:32 @@ -32,5 +32,9 @@ share/doc/GP/ja/Manual/image/GPicon.gif @dirrm lib/GP/ja/filters @dirrm lib/GP/ja/icons +@dirrm lib/GP/ja +@dirrm lib/GP @dirrm share/doc/GP/ja/Manual/image @dirrm share/doc/GP/ja/Manual +@dirrm share/doc/GP/ja +@dirrm share/doc/GP >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 20:40:17 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1A30437B43E for ; Tue, 22 May 2001 20:40:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4N3e5q88559; Tue, 22 May 2001 20:40:05 -0700 (PDT) (envelope-from gnats) Date: Tue, 22 May 2001 20:40:05 -0700 (PDT) Message-Id: <200105230340.f4N3e5q88559@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Kevin Lo Subject: Re: ports/27549: /usr/ports/java/linux-jdk13 not installing Reply-To: Kevin Lo Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/27549; it has been noted by GNATS. From: Kevin Lo To: bischoff@rickjr.org Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/27549: /usr/ports/java/linux-jdk13 not installing Date: Wed, 23 May 2001 11:31:51 +0800 bischoff@rickjr.org wrote: >> Number: 27549 >> Category: ports >> Synopsis: /usr/ports/java/linux-jdk13 not installing >> Confidential: no >> Severity: non-critical >> Priority: low >> Responsible: freebsd-ports >> State: open >> Quarter: >> Keywords: >> Date-Required: >> Class: sw-bug >> Submitter-Id: current-users >> Arrival-Date: Tue May 22 19:50:01 PDT 2001 >> Closed-Date: >> Last-Modified: >> Originator: Rick Bischoff >> Release: 4.3-STABLE >> Organization: > > none > >> Environment: > > FreeBSD bowtie.pasta 4.3-STABLE FreeBSD 4.3-STABLE #1: Tue May 22 19:21:09 EDT 2001 root@bowtie.pasta:/usr/src/sys/compile/bowtie i386 > >> Description: > > This is in regard to /usr/ports/java/linux-jdk13 > > After downloading the correct java binary file from SUN, I ran "make install" and the error message that resulted: > > Do you agree to the above license terms? [yes or no] > yes > Unpacking... > Checksumming... > 0 > 0 > Extracting... > ELF binary type "0" not known. > Abort trap > Done. > ===> Patching for linux-jdk-1.3.0 > ===> Applying FreeBSD patches for linux-jdk-1.3.0 > patch: **** can't cd to /usr/ports/java/linux-jdk13/work/jdk1.3.0_02: No such file or directory > >> How-To-Repeat: > > (1) I ensured I had correct ports setup and dir by rm -fr /usr/ports and re "cvsup -g -L 2 ports-file"; > >> Fix: > >> Release-Note: >> Audit-Trail: >> Unformatted: > > >> Patch patch-aa failed to apply cleanly. > *** Error code 1 > > Stop in /usr/ports/java/linux-jdk13. > *** Error code 1 > > Stop in /usr/ports/java/linux-jdk13. > *** Error code 1 > > Stop in /usr/ports/java/linux-jdk13. > *** Error code 1 > > Stop in /usr/ports/java/linux-jdk13. > *** Error code 1 > > Stop in /usr/ports/java/linux-jdk13. Are you sure you download the *right* version?? - Kevin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 20:40:22 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F3B4C37B424 for ; Tue, 22 May 2001 20:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4N3e1b88538; Tue, 22 May 2001 20:40:01 -0700 (PDT) (envelope-from gnats) Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id 83F6637B424 for ; Tue, 22 May 2001 20:33:13 -0700 (PDT) (envelope-from poseiden@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id 69BB410F410; Tue, 22 May 2001 22:33:19 -0500 (CDT) Message-Id: <20010523033319.69BB410F410@leviathan.inethouston.net> Date: Tue, 22 May 2001 22:33:19 -0500 (CDT) From: dwcjr@inethouston.net Reply-To: dwcjr@inethouston.net To: FreeBSD-gnats-submit@freebsd.org Cc: mita@jp.FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/27555: UPDATE japanese/dvi2ps Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27555 >Category: ports >Synopsis: UPDATE japanese/dvi2ps >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue May 22 20:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David W. Chapman Jr. >Release: FreeBSD 4.3-STABLE i386 >Organization: Raintree Network Services, Inc. >Environment: System: FreeBSD leviathan.inethouston.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Fri May 11 10:49:15 CDT 2001 poseiden@leviathan.inethouston.net:/stripe1/compile/src/sys/compile/LEVIATHAN i386 >Description: Add missing files to pkg-plist >How-To-Repeat: >Fix: Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/japanese/dvi2ps/pkg-plist,v retrieving revision 1.5 diff -u -r1.5 pkg-plist --- pkg-plist 1998/12/23 01:29:04 1.5 +++ pkg-plist 2001/05/23 03:31:59 @@ -16,6 +16,7 @@ lib/dvi2ps/defaulttray.ps lib/dvi2ps/dvi2.ps lib/dvi2ps/dvips.ps +lib/dvi2ps/fontdesc.orig lib/dvi2ps/fontlink lib/dvi2ps/macfix.ps lib/dvi2ps/mtex @@ -95,3 +96,7 @@ lib/dvi2ps/printer/LWII lib/dvi2ps/printer/RicohSP10 lib/dvi2ps/printer/SPARC +@dirrm lib/dvi2ps/printer +@dirrm lib/dvi2ps/fonts +@dirrm lib/dvi2ps/doc +@dirrm lib/dvi2ps >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 20:40:31 2001 Delivered-To: freebsd-ports@freebsd.org Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id 0205137B43E for ; Tue, 22 May 2001 20:40:29 -0700 (PDT) (envelope-from dwcjr@inethouston.net) Received: from dwcjr (DWCJR.inethouston.net [216.118.21.147]) by leviathan.inethouston.net (Postfix) with ESMTP id B627B10F40F for ; Tue, 22 May 2001 22:40:34 -0500 (CDT) Message-ID: <05c301c0e33a$1e4dd700$931576d8@inethouston.net> From: "David W. Chapman Jr." To: Subject: MANPAGES Date: Tue, 22 May 2001 22:40:32 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Question about ports that have both compressed and uncompressed manpages. How do I treat that in the Makefile. MANCOMPRESSED=maybe doesn't do what I want it to.... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 20:50:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9FA8937B43C for ; Tue, 22 May 2001 20:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4N3o1D89329; Tue, 22 May 2001 20:50:01 -0700 (PDT) (envelope-from gnats) Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id 4D83537B424; Tue, 22 May 2001 20:46:17 -0700 (PDT) (envelope-from poseiden@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id 4B66310F410; Tue, 22 May 2001 22:46:23 -0500 (CDT) Message-Id: <20010523034623.4B66310F410@leviathan.inethouston.net> Date: Tue, 22 May 2001 22:46:23 -0500 (CDT) From: dwcjr@inethouston.net Reply-To: dwcjr@inethouston.net To: FreeBSD-gnats-submit@freebsd.org Cc: obrien@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27558: UPDATE lang/Sather Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27558 >Category: ports >Synopsis: UPDATE lang/Sather >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue May 22 20:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David W. Chapman Jr. >Release: FreeBSD 4.3-STABLE i386 >Organization: Raintree Network Services, Inc. >Environment: System: FreeBSD leviathan.inethouston.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Fri May 11 10:49:15 CDT 2001 poseiden@leviathan.inethouston.net:/stripe1/compile/src/sys/compile/LEVIATHAN i386 >Description: add missing dir to pkg-plist >How-To-Repeat: >Fix: Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/lang/Sather/pkg-plist,v retrieving revision 1.3 diff -u -r1.3 pkg-plist --- pkg-plist 2000/02/13 19:55:08 1.3 +++ pkg-plist 2001/05/23 03:45:27 @@ -6,3 +6,4 @@ share/doc/sather/License share/doc/sather/README share/doc/sather/programmer-manual.ps +@dirrm share/doc/sather >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 20:50:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 880A837B424 for ; Tue, 22 May 2001 20:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4N3o1H89320; Tue, 22 May 2001 20:50:01 -0700 (PDT) (envelope-from gnats) Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id 51E9B37B422 for ; Tue, 22 May 2001 20:43:46 -0700 (PDT) (envelope-from poseiden@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id 4B13E10F410; Tue, 22 May 2001 22:43:52 -0500 (CDT) Message-Id: <20010523034352.4B13E10F410@leviathan.inethouston.net> Date: Tue, 22 May 2001 22:43:52 -0500 (CDT) From: dwcjr@inethouston.net Reply-To: dwcjr@inethouston.net To: FreeBSD-gnats-submit@freebsd.org Cc: dbader@eece.unm.edu X-Send-Pr-Version: 3.113 Subject: ports/27557: UPDATE net/mpich Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27557 >Category: ports >Synopsis: UPDATE net/mpich >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue May 22 20:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David W. Chapman Jr. >Release: FreeBSD 4.3-STABLE i386 >Organization: Raintree Network Services, Inc. >Environment: System: FreeBSD leviathan.inethouston.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Fri May 11 10:49:15 CDT 2001 poseiden@leviathan.inethouston.net:/stripe1/compile/src/sys/compile/LEVIATHAN i386 >Description: Add missing file to pkg-plist >How-To-Repeat: >Fix: Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/net/mpich/pkg-plist,v retrieving revision 1.13 diff -u -r1.13 pkg-plist --- pkg-plist 2000/09/09 10:16:23 1.13 +++ pkg-plist 2001/05/23 03:42:17 @@ -36,6 +36,7 @@ mpich/bin/mpirun.ch_p4.args mpich/bin/mpirun.p4shmem mpich/bin/mpirun.pg +mpich/bin/mpirun_dbg.totalview.in.orig mpich/bin/serv_p4 mpich/bin/tarch mpich/bin/tdevice >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 20:53:40 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1108837B424; Tue, 22 May 2001 20:53:39 -0700 (PDT) (envelope-from bsd@FreeBSD.org) Received: (from bsd@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4N3rdL89506; Tue, 22 May 2001 20:53:39 -0700 (PDT) (envelope-from bsd) Date: Tue, 22 May 2001 20:53:39 -0700 (PDT) From: Message-Id: <200105230353.f4N3rdL89506@freefall.freebsd.org> To: dwcjr@inethouston.net, bsd@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27550: UPDATE devel/avrprog Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: UPDATE devel/avrprog State-Changed-From-To: open->closed State-Changed-By: bsd State-Changed-When: Tue May 22 20:44:31 PDT 2001 State-Changed-Why: Submitter's patch was applied and tested. Problem resolved. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27550 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 21: 0: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DD99637B43E for ; Tue, 22 May 2001 21:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4N401s89954; Tue, 22 May 2001 21:00:01 -0700 (PDT) (envelope-from gnats) Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id ADF8237B424 for ; Tue, 22 May 2001 20:56:38 -0700 (PDT) (envelope-from poseiden@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id F364F10F410; Tue, 22 May 2001 22:56:43 -0500 (CDT) Message-Id: <20010523035643.F364F10F410@leviathan.inethouston.net> Date: Tue, 22 May 2001 22:56:43 -0500 (CDT) From: dwcjr@inethouston.net Reply-To: dwcjr@inethouston.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27559: UPDATE modules Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27559 >Category: ports >Synopsis: UPDATE modules >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue May 22 21:00:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David W. Chapman Jr. >Release: FreeBSD 4.3-STABLE i386 >Organization: Raintree Network Services, Inc. >Environment: System: FreeBSD leviathan.inethouston.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Fri May 11 10:49:15 CDT 2001 poseiden@leviathan.inethouston.net:/stripe1/compile/src/sys/compile/LEVIATHAN i386 >Description: adzap missing from modules >How-To-Repeat: >Fix: Index: modules =================================================================== RCS file: /home/ncvs/CVSROOT/modules,v retrieving revision 1.3171 diff -u -r1.3171 modules --- modules 2001/05/22 14:31:35 1.3171 +++ modules 2001/05/23 03:55:33 @@ -207,6 +207,7 @@ adns ports/net/adns adom ports/games/adom adventure src/games/adventure +adzap ports/www/adzap adzapper ports/www/adzapper aee ports/editors/aee aero ports/graphics/aero >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 21:10: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3701F37B42C for ; Tue, 22 May 2001 21:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4N4A2693378; Tue, 22 May 2001 21:10:02 -0700 (PDT) (envelope-from gnats) Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id A3A3237B424; Tue, 22 May 2001 21:00:04 -0700 (PDT) (envelope-from poseiden@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id A660110F410; Tue, 22 May 2001 23:00:10 -0500 (CDT) Message-Id: <20010523040010.A660110F410@leviathan.inethouston.net> Date: Tue, 22 May 2001 23:00:10 -0500 (CDT) From: dwcjr@inethouston.net Reply-To: dwcjr@inethouston.net To: FreeBSD-gnats-submit@freebsd.org Cc: kris@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27560: UPDATE www/adzap Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27560 >Category: ports >Synopsis: UPDATE www/adzap >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue May 22 21:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David W. Chapman Jr. >Release: FreeBSD 4.3-STABLE i386 >Organization: Raintree Network Services, Inc. >Environment: System: FreeBSD leviathan.inethouston.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Fri May 11 10:49:15 CDT 2001 poseiden@leviathan.inethouston.net:/stripe1/compile/src/sys/compile/LEVIATHAN i386 >Description: Update PORTVERSION Update distinfo >How-To-Repeat: >Fix: diff -urN adzap.orig/Makefile adzap/Makefile --- adzap.orig/Makefile Tue May 22 22:57:11 2001 +++ adzap/Makefile Tue May 22 22:57:28 2001 @@ -5,7 +5,7 @@ # $FreeBSD: ports/www/adzap/Makefile,v 1.3 2001/05/06 05:52:24 kris Exp $ PORTNAME= adzap -PORTVERSION= 20010504 +PORTVERSION= 20010522 CATEGORIES= www perl5 MASTER_SITES= http://www.zip.com.au/~cs/adzap/ diff -urN adzap.orig/distinfo adzap/distinfo --- adzap.orig/distinfo Tue May 22 22:57:11 2001 +++ adzap/distinfo Tue May 22 22:57:33 2001 @@ -1 +1 @@ -MD5 (adzap-20010504.tar.gz) = e16d1e88a004a697a65e6c86a12a1610 +MD5 (adzap-20010522.tar.gz) = 0e177325b3e57e7007804abc9613f24b >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 21:18:26 2001 Delivered-To: freebsd-ports@freebsd.org Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id 94F9B37B424 for ; Tue, 22 May 2001 21:18:25 -0700 (PDT) (envelope-from dwcjr@inethouston.net) Received: from dwcjr (DWCJR.inethouston.net [216.118.21.147]) by leviathan.inethouston.net (Postfix) with ESMTP id AADAE10F40F for ; Tue, 22 May 2001 23:18:31 -0500 (CDT) Message-ID: <063801c0e33f$6b6686e0$931576d8@inethouston.net> From: "David W. Chapman Jr." To: Subject: archivers/rpm2cpio Date: Tue, 22 May 2001 23:18:28 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Is this port needed any more since most ports use archivers/rpm which appears to contain this program also? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 21:20: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2F2AD37B424 for ; Tue, 22 May 2001 21:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4N4K1594016; Tue, 22 May 2001 21:20:01 -0700 (PDT) (envelope-from gnats) Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id 54C7037B422; Tue, 22 May 2001 21:14:58 -0700 (PDT) (envelope-from poseiden@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id 6A08B10F410; Tue, 22 May 2001 23:15:04 -0500 (CDT) Message-Id: <20010523041504.6A08B10F410@leviathan.inethouston.net> Date: Tue, 22 May 2001 23:15:04 -0500 (CDT) From: dwcjr@inethouston.net Reply-To: dwcjr@inethouston.net To: FreeBSD-gnats-submit@freebsd.org Cc: dirk@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27561: UPDATE lang/php_doc Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27561 >Category: ports >Synopsis: UPDATE lang/php_doc >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue May 22 21:20:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David W. Chapman Jr. >Release: FreeBSD 4.3-STABLE i386 >Organization: Raintree Network Services, Inc. >Environment: System: FreeBSD leviathan.inethouston.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Fri May 11 10:49:15 CDT 2001 poseiden@leviathan.inethouston.net:/stripe1/compile/src/sys/compile/LEVIATHAN i386 >Description: DELETE distinfo I think this is needed because the web page doesn't have different versions you can download and its do change a lot I think this can be safe since we are pulling mostly html documents from a web page and and they shouldn't be harmful >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/lang/php_doc/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 2001/04/29 13:42:38 1.3 +++ Makefile 2001/05/23 04:12:16 @@ -23,6 +23,7 @@ PHP_DISTDIR= manual/${PHP_LANG} DIST_SUBDIR= php/${PHP_LANG} +NO_CHECKSUM= YES NO_BUILD= YES NO_WRKSUBDIR= YES SLAVEDIRS= french/php_doc german/php_doc >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 21:30: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3D02337B43C for ; Tue, 22 May 2001 21:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4N4U2t94495; Tue, 22 May 2001 21:30:02 -0700 (PDT) (envelope-from gnats) Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id 822D737B424; Tue, 22 May 2001 21:28:58 -0700 (PDT) (envelope-from poseiden@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id A3B2710F410; Tue, 22 May 2001 23:29:04 -0500 (CDT) Message-Id: <20010523042904.A3B2710F410@leviathan.inethouston.net> Date: Tue, 22 May 2001 23:29:04 -0500 (CDT) From: dwcjr@inethouston.net Reply-To: dwcjr@inethouston.net To: FreeBSD-gnats-submit@freebsd.org Cc: se@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27562: UPDATE net/argus Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27562 >Category: ports >Synopsis: UPDATE net/argus >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue May 22 21:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David W. Chapman Jr. >Release: FreeBSD 4.3-STABLE i386 >Organization: Raintree Network Services, Inc. >Environment: System: FreeBSD leviathan.inethouston.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Fri May 11 10:49:15 CDT 2001 poseiden@leviathan.inethouston.net:/stripe1/compile/src/sys/compile/LEVIATHAN i386 >Description: Update portversion and distinfo >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/argus/Makefile,v retrieving revision 1.9 diff -u -r1.9 Makefile --- Makefile 2001/04/08 17:31:12 1.9 +++ Makefile 2001/05/23 04:27:45 @@ -6,7 +6,7 @@ # PORTNAME= argus -PORTVERSION= 2.0.0 +PORTVERSION= 2.0.1 CATEGORIES= net security MASTER_SITES= http://qosient.com/argus/src/ \ ftp://qosient.com/pub/argus/src/ Index: distinfo =================================================================== RCS file: /home/ncvs/ports/net/argus/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- distinfo 2001/04/08 17:31:12 1.3 +++ distinfo 2001/05/23 04:27:45 @@ -1,2 +1 @@ -MD5 (argus-2.0.0.tar.gz) = 1a033f2be15aa919764bda2978a3cf84 -SIZE (argus-2.0.0.tar.gz) = 465960 +MD5 (argus-2.0.1.tar.gz) = b28134860423e54efece9f093132d0be >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 22:11: 1 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 954E137B424; Tue, 22 May 2001 22:10:59 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4N5AxC05727; Tue, 22 May 2001 22:10:59 -0700 (PDT) (envelope-from ijliao) Date: Tue, 22 May 2001 22:10:59 -0700 (PDT) From: Message-Id: <200105230510.f4N5AxC05727@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, obrien@FreeBSD.org Subject: Re: ports/27544: UPDATE lang/gcc-devel Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: UPDATE lang/gcc-devel Responsible-Changed-From-To: freebsd-ports->obrien Responsible-Changed-By: ijliao Responsible-Changed-When: Tue May 22 22:08:04 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27544 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 22:17: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 00EE537B42C; Tue, 22 May 2001 22:17:03 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4N5H2T06364; Tue, 22 May 2001 22:17:02 -0700 (PDT) (envelope-from ijliao) Date: Tue, 22 May 2001 22:17:02 -0700 (PDT) From: Message-Id: <200105230517.f4N5H2T06364@freefall.freebsd.org> To: root@canoe.homeip.net, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27546: updates to make the GLE port current Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: updates to make the GLE port current State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Tue May 22 22:16:19 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27546 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 22:22:49 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 19B7E37B424; Tue, 22 May 2001 22:22:48 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4N5Mls09739; Tue, 22 May 2001 22:22:47 -0700 (PDT) (envelope-from ijliao) Date: Tue, 22 May 2001 22:22:47 -0700 (PDT) From: Message-Id: <200105230522.f4N5Mls09739@freefall.freebsd.org> To: nobu@psrc.isac.co.jp, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27548: ports/misc/fep: MASTER_SITES was moved Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: ports/misc/fep: MASTER_SITES was moved State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Tue May 22 22:21:06 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27548 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 22:51:38 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E152F37B422; Tue, 22 May 2001 22:51:36 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4N5paS12620; Tue, 22 May 2001 22:51:36 -0700 (PDT) (envelope-from ijliao) Date: Tue, 22 May 2001 22:51:36 -0700 (PDT) From: Message-Id: <200105230551.f4N5paS12620@freefall.freebsd.org> To: dwcjr@inethouston.net, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27552: UPDATE www/cgiwrap Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: UPDATE www/cgiwrap State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Tue May 22 22:51:01 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27552 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 22:55: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0C93D37B42C; Tue, 22 May 2001 22:55:04 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4N5t4713066; Tue, 22 May 2001 22:55:04 -0700 (PDT) (envelope-from ijliao) Date: Tue, 22 May 2001 22:55:04 -0700 (PDT) From: Message-Id: <200105230555.f4N5t4713066@freefall.freebsd.org> To: dwcjr@inethouston.net, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27553: UPDATE devel/egci Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: UPDATE devel/egci State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Tue May 22 22:54:25 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27553 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 22:55:43 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D5E9C37B424; Tue, 22 May 2001 22:55:41 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4N5tf213207; Tue, 22 May 2001 22:55:41 -0700 (PDT) (envelope-from ijliao) Date: Tue, 22 May 2001 22:55:41 -0700 (PDT) From: Message-Id: <200105230555.f4N5tf213207@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, max@FreeBSD.org Subject: Re: ports/27554: UPDATE japanese/cdrom2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: UPDATE japanese/cdrom2 Responsible-Changed-From-To: freebsd-ports->max Responsible-Changed-By: ijliao Responsible-Changed-When: Tue May 22 22:55:24 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27554 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 22:58:40 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1834F37B424; Tue, 22 May 2001 22:58:39 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4N5wd913576; Tue, 22 May 2001 22:58:39 -0700 (PDT) (envelope-from ijliao) Date: Tue, 22 May 2001 22:58:39 -0700 (PDT) From: Message-Id: <200105230558.f4N5wd913576@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, obrien@FreeBSD.org Subject: Re: ports/27558: UPDATE lang/Sather Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: UPDATE lang/Sather Responsible-Changed-From-To: freebsd-ports->obrien Responsible-Changed-By: ijliao Responsible-Changed-When: Tue May 22 22:58:03 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27558 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 23: 0: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 99C1437B42C for ; Tue, 22 May 2001 23:00:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4N604T13703; Tue, 22 May 2001 23:00:04 -0700 (PDT) (envelope-from gnats) Date: Tue, 22 May 2001 23:00:04 -0700 (PDT) Message-Id: <200105230600.f4N604T13703@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Dale Weber Subject: Re: ports/27022: NEW PORT: System maintenance package in Python and csh, v0.5.2 Reply-To: Dale Weber Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/27022; it has been noted by GNATS. From: Dale Weber To: freebsd-gnats-submit@FreeBSD.org, netman@dynaplex.net Cc: Subject: Re: ports/27022: NEW PORT: System maintenance package in Python and csh, v0.5.2 Date: Tue, 22 May 2001 23:04:26 -0700 Greetings, Is there a reason my port has not yet shown up in the ports tree? Was the PR not formatted properly? I've been seeing a lot of changes and new ports in the ports tree, but mine has not yet shown up. Thanks! Dale Weber -- The Dynaplex Network - http://www.dynaplex.net Linux, UNIX/BSD, and Windows 2000 Professional To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 23: 3:28 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E131B37B43C; Tue, 22 May 2001 23:03:26 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4N63QX14116; Tue, 22 May 2001 23:03:26 -0700 (PDT) (envelope-from ijliao) Date: Tue, 22 May 2001 23:03:26 -0700 (PDT) From: Message-Id: <200105230603.f4N63QX14116@freefall.freebsd.org> To: dwcjr@inethouston.net, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27559: UPDATE modules Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: UPDATE modules State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Tue May 22 23:03:08 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27559 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 23: 5:34 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 26D5837B42C; Tue, 22 May 2001 23:05:31 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4N65Vp16731; Tue, 22 May 2001 23:05:31 -0700 (PDT) (envelope-from ijliao) Date: Tue, 22 May 2001 23:05:31 -0700 (PDT) From: Message-Id: <200105230605.f4N65Vp16731@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, kris@FreeBSD.org Subject: Re: ports/27560: UPDATE www/adzap Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: UPDATE www/adzap Responsible-Changed-From-To: freebsd-ports->kris Responsible-Changed-By: ijliao Responsible-Changed-When: Tue May 22 23:04:27 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27560 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 23: 6:43 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D5CA737B424; Tue, 22 May 2001 23:06:41 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4N66fF16994; Tue, 22 May 2001 23:06:41 -0700 (PDT) (envelope-from ijliao) Date: Tue, 22 May 2001 23:06:41 -0700 (PDT) From: Message-Id: <200105230606.f4N66fF16994@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, dirk@FreeBSD.org Subject: Re: ports/27561: UPDATE lang/php_doc Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: UPDATE lang/php_doc Responsible-Changed-From-To: freebsd-ports->dirk Responsible-Changed-By: ijliao Responsible-Changed-When: Tue May 22 23:06:18 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27561 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 23: 8:24 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5E1B837B424; Tue, 22 May 2001 23:08:23 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4N68NH17267; Tue, 22 May 2001 23:08:23 -0700 (PDT) (envelope-from ijliao) Date: Tue, 22 May 2001 23:08:23 -0700 (PDT) From: Message-Id: <200105230608.f4N68NH17267@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, se@FreeBSD.org Subject: Re: ports/27562: UPDATE net/argus Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: UPDATE net/argus Responsible-Changed-From-To: freebsd-ports->se Responsible-Changed-By: ijliao Responsible-Changed-When: Tue May 22 23:07:23 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27562 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 23:23:15 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5197437B422; Tue, 22 May 2001 23:23:14 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4N6NE918801; Tue, 22 May 2001 23:23:14 -0700 (PDT) (envelope-from ijliao) Date: Tue, 22 May 2001 23:23:14 -0700 (PDT) From: Message-Id: <200105230623.f4N6NE918801@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, jseger@FreeBSD.org Subject: Re: ports/26983: can't compile libwww Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: can't compile libwww Responsible-Changed-From-To: freebsd-ports->jseger Responsible-Changed-By: ijliao Responsible-Changed-When: Tue May 22 23:22:46 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26983 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 23:31:51 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7ABEB37B424; Tue, 22 May 2001 23:31:50 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4N6VoF19780; Tue, 22 May 2001 23:31:50 -0700 (PDT) (envelope-from ijliao) Date: Tue, 22 May 2001 23:31:50 -0700 (PDT) From: Message-Id: <200105230631.f4N6VoF19780@freefall.freebsd.org> To: holger@eit.uni-kl.de, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/26987: Port update: graphics/avifile to CVS version Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Port update: graphics/avifile to CVS version State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Tue May 22 23:30:43 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26987 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 23:44: 4 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E351437B422; Tue, 22 May 2001 23:44:02 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4N6i2S20857; Tue, 22 May 2001 23:44:02 -0700 (PDT) (envelope-from ijliao) Date: Tue, 22 May 2001 23:44:02 -0700 (PDT) From: Message-Id: <200105230644.f4N6i2S20857@freefall.freebsd.org> To: netman@dunap.FreeBSD.ORG;, ex.net@FreeBSD.ORG;, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/26911: New Port - System Maintenance scripts in Python and csh. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New Port - System Maintenance scripts in Python and csh. State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Tue May 22 23:43:00 PDT 2001 State-Changed-Why: superceded by pr/27022 http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26911 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 23:46:26 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1904E37B422; Tue, 22 May 2001 23:46:24 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4N6kOZ21087; Tue, 22 May 2001 23:46:24 -0700 (PDT) (envelope-from ijliao) Date: Tue, 22 May 2001 23:46:24 -0700 (PDT) From: Message-Id: <200105230646.f4N6kOZ21087@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, sobomax@FreeBSD.org Subject: Re: ports/27075: Port java/javavmwrapper installs no man page for javavm Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Port java/javavmwrapper installs no man page for javavm Responsible-Changed-From-To: freebsd-ports->sobomax Responsible-Changed-By: ijliao Responsible-Changed-When: Tue May 22 23:46:05 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27075 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 23:51:50 2001 Delivered-To: freebsd-ports@freebsd.org Received: from spf1.hq.outblaze.com (spf1.hq.outblaze.com [202.77.223.28]) by hub.freebsd.org (Postfix) with ESMTP id 3BBBB37B422 for ; Tue, 22 May 2001 23:51:48 -0700 (PDT) (envelope-from yusufg@outblaze.com) Received: from yusufg.portal2.com (yusufg.portal2.com [202.77.181.217]) by spf1.hq.outblaze.com (Postfix) with SMTP id D7A6226B2A for ; Wed, 23 May 2001 13:01:36 +0000 (GMT) Received: (qmail 25546 invoked by uid 500); 23 May 2001 04:51:15 -0000 Date: 23 May 2001 04:51:15 -0000 Message-ID: <20010523045115.25545.qmail@yusufg.portal2.com> From: Yusuf Goolamabbas To: freebsd-ports@freebsd.org Subject: Error in www/jakarta-tomcat whilst cvsuping Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, I did my semi-regular cvsup on /usr/src and /usr/ports and got this error. Updating collection ports-all/cvs Delete ports/www/jakarta-tomcat/files Updater failed: Cannot delete "/usr/ports/www/jakarta-tomcat/files": Directory not empty I deleted /usr/ports/www/jakarta-tomcat and re-cvsup'ed. Got the same error. I deleted /usr/ports/www and also got the same error. Any suggestions would be appreciated Regards, Yusuf -- Yusuf Goolamabbas yusufg@outblaze.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 23:52:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E894E37B424; Tue, 22 May 2001 23:52:09 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4N6q9021776; Tue, 22 May 2001 23:52:09 -0700 (PDT) (envelope-from ijliao) Date: Tue, 22 May 2001 23:52:09 -0700 (PDT) From: Message-Id: <200105230652.f4N6q9021776@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, sobomax@FreeBSD.org Subject: Re: ports/27079: Improvements for javavmwrapper? Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Improvements for javavmwrapper? Responsible-Changed-From-To: freebsd-ports->sobomax Responsible-Changed-By: ijliao Responsible-Changed-When: Tue May 22 23:51:28 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27079 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue May 22 23:56:11 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ringworld.nanolink.com (ringworld.nanolink.com [195.24.48.13]) by hub.freebsd.org (Postfix) with SMTP id 881BE37B43C for ; Tue, 22 May 2001 23:56:08 -0700 (PDT) (envelope-from roam@orbitel.bg) Received: (qmail 13636 invoked by uid 1000); 23 May 2001 06:55:17 -0000 Date: Wed, 23 May 2001 09:55:17 +0300 From: Peter Pentchev To: Yusuf Goolamabbas Cc: freebsd-ports@freebsd.org Subject: Re: Error in www/jakarta-tomcat whilst cvsuping Message-ID: <20010523095517.D12889@ringworld.oblivion.bg> Mail-Followup-To: Yusuf Goolamabbas , freebsd-ports@freebsd.org References: <20010523045115.25545.qmail@yusufg.portal2.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010523045115.25545.qmail@yusufg.portal2.com>; from yusufg@outblaze.com on Wed, May 23, 2001 at 04:51:15AM -0000 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, May 23, 2001 at 04:51:15AM -0000, Yusuf Goolamabbas wrote: > Hi, I did my semi-regular cvsup on /usr/src and /usr/ports and got > this error. > > Updating collection ports-all/cvs > Delete ports/www/jakarta-tomcat/files > Updater failed: Cannot delete "/usr/ports/www/jakarta-tomcat/files": Directory not empty > > > I deleted /usr/ports/www/jakarta-tomcat and re-cvsup'ed. Got the same > error. I deleted /usr/ports/www and also got the same error. > > Any suggestions would be appreciated Look at http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27495 There you'll find an analysis and an 'official' workaround by John D. Polstra, the author and maintainer of CVSup. This is a problem with CVSup's incorrectly handling a very uncommon and obscure CVS repository weirdness. It has been discussed on the -ports mailing list several times in the last few days. G'luck, Peter -- If there were no counterfactuals, this sentence would not have been paradoxical. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 0: 8:58 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 83E8137B424; Wed, 23 May 2001 00:08:57 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4N78vd25897; Wed, 23 May 2001 00:08:57 -0700 (PDT) (envelope-from ijliao) Date: Wed, 23 May 2001 00:08:57 -0700 (PDT) From: Message-Id: <200105230708.f4N78vd25897@freefall.freebsd.org> To: umeno@rr.iij4u.or.jp, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27233: [MAINTAINER UPDATE] games/gnomekiss port update (gnomekiss-0.8) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: [MAINTAINER UPDATE] games/gnomekiss port update (gnomekiss-0.8) State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Wed May 23 00:08:01 PDT 2001 State-Changed-Why: superceded by pr/27394, which is committed by alex, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27233 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 0:15:46 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 76F1C37B422; Wed, 23 May 2001 00:15:45 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4N7FjZ26973; Wed, 23 May 2001 00:15:45 -0700 (PDT) (envelope-from ijliao) Date: Wed, 23 May 2001 00:15:45 -0700 (PDT) From: Message-Id: <200105230715.f4N7FjZ26973@freefall.freebsd.org> To: jjreynold@home.com, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27221: graphics/s10sh port needs update [MAINTAINER patch included] Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: graphics/s10sh port needs update [MAINTAINER patch included] State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Wed May 23 00:13:28 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27221 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 0:19:32 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2078E37B422; Wed, 23 May 2001 00:19:31 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4N7JVd30000; Wed, 23 May 2001 00:19:31 -0700 (PDT) (envelope-from ijliao) Date: Wed, 23 May 2001 00:19:31 -0700 (PDT) From: Message-Id: <200105230719.f4N7JVd30000@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, dirk@FreeBSD.org Subject: Re: ports/27256: mod_php4 doesn't include pspell support in the build.... Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: mod_php4 doesn't include pspell support in the build.... Responsible-Changed-From-To: freebsd-ports->dirk Responsible-Changed-By: ijliao Responsible-Changed-When: Wed May 23 00:16:51 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27256 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 0:23:22 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ringworld.nanolink.com (ringworld.nanolink.com [195.24.48.13]) by hub.freebsd.org (Postfix) with SMTP id C8F4E37B424 for ; Wed, 23 May 2001 00:23:18 -0700 (PDT) (envelope-from roam@orbitel.bg) Received: (qmail 47380 invoked by uid 1000); 23 May 2001 07:22:27 -0000 Date: Wed, 23 May 2001 10:22:27 +0300 From: Peter Pentchev To: Will Andrews Cc: "David W. Chapman Jr." , ports@FreeBSD.ORG Subject: Re: gcc-devel Message-ID: <20010523102227.E12889@ringworld.oblivion.bg> Mail-Followup-To: Will Andrews , "David W. Chapman Jr." , ports@FreeBSD.ORG References: <017e01c0e2fa$499cfb60$931576d8@inethouston.net> <20010522150151.R19376@casimir.physics.purdue.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010522150151.R19376@casimir.physics.purdue.edu>; from will@physics.purdue.edu on Tue, May 22, 2001 at 03:01:51PM -0500 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Tue, May 22, 2001 at 03:01:51PM -0500, Will Andrews wrote: > On Tue, May 22, 2001 at 03:03:36PM -0500, David W. Chapman Jr. wrote: > > I'm working on the pkg-plist for gcc-devel, how would I put this in the > > pkg-plist > > > > ./lib/gcc-lib/i386-portbld-freebsd4.3 > > change 4.3 to %%OSVER%% > > add to Makefile: > > PLIST_SUB+= OSVER=${SOME_MAKE_VAR_WITH_4.3} > > How you'd get a string like "4.3" I don't know. You'd need to do uname > and some sed magic, methinks. The GNU_CONFIGURE handling in bsd.port.mk already handles this: [roam@ringworld:v4 ~/fbsd/ports/misc/pinfo]$ make -XV CONFIGURE_ARGS --with-readline --prefix=${PREFIX} ${CONFIGURE_TARGET} [roam@ringworld:v4 ~/fbsd/ports/misc/pinfo]$ make -XV CONFIGURE_TARGET ${MACHINE_ARCH}--freebsd${OSREL} [roam@ringworld:v4 ~/fbsd/ports/misc/pinfo]$ make -XV OSREL 4.3 [roam@ringworld:v4 ~/fbsd/ports/misc/pinfo]$ i386 [roam@ringworld:v4 ~/fbsd/ports/misc/pinfo]$ So.. something like: lib/gcc-lib/%%MARCH%%-portbld-freebsd%%OSREL%% and then in the port Makefile: PLIST_SUB+= MARCH=${MACHINE_ARCH} ..because OSREL is in PLIST_SUB by default. G'luck, Peter -- This sentence contradicts itself - or rather - well, no, actually it doesn't! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 0:30:12 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6A54737B42C for ; Wed, 23 May 2001 00:30:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4N7U6F35946; Wed, 23 May 2001 00:30:06 -0700 (PDT) (envelope-from gnats) Received: from user4.net011.fl.sprint-hsd.net (user4.net011.fl.sprint-hsd.net [207.30.203.4]) by hub.freebsd.org (Postfix) with ESMTP id 1B4D137B42C for ; Wed, 23 May 2001 00:29:23 -0700 (PDT) (envelope-from root@user4.net011.fl.sprint-hsd.net) Received: (qmail 33496 invoked by uid 0); 23 May 2001 07:29:21 -0000 Message-Id: <20010523072921.33495.qmail@user4.net011.fl.sprint-hsd.net> Date: 23 May 2001 07:29:21 -0000 From: scorpio@drkshdw.org Reply-To: scorpio@drkshdw.org To: FreeBSD-gnats-submit@freebsd.org Cc: dwcjr@inethouston.net X-Send-Pr-Version: 3.113 Subject: ports/27563: postfix-current is broken Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27563 >Category: ports >Synopsis: postfix-current is broken >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed May 23 00:30:05 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Jeff Palmer >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD jeff.isni.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Wed May 16 12:55:48 EDT 2001 root@jeff.isni.net:/usr/obj/usr/src/sys/FreeBSD i386 >Description: when building postfix-current with SASL and TLS support.. it provides the following output. gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -I/usr/local/include -I/usr/local/include/db3 -DHAS_SSL -I/usr/include/openssl -O2 -Os -pipe -march=pentiumpro -I. -I../../include -DFREEBSD4 -c smtpd_sasl_glue.c gcc -Wmissing-prototypes -Wformat -DUSE_SASL_AUTH -I/usr/local/include -I/usr/local/include/db3 -DHAS_SSL -I/usr/include/openssl -O2 -Os -pipe -march=pentiumpro -I. -I../../include -DFREEBSD4 -o smtpd smtpd.o smtpd_token.o smtpd_check.o smtpd_chat.o smtpd_state.o smtpd_peer.o smtpd_sasl_proto.o smtpd_sasl_glue.o ../../lib/libmaster.a ../../lib/libglobal.a ../../lib/libdns.a ../../lib/libutil.a /usr/local/lib/libsasl.a -lpam -lcrypt -lkrb -ldes -lcom_err -L/usr/local/lib -ldb3 -lssl -lcrypto /usr/local/lib/libsasl.a(checkpw.o): In function `mysql_verify_password': checkpw.o(.text+0x12ec): undefined reference to `mysql_connect' checkpw.o(.text+0x1320): undefined reference to `mysql_select_db' checkpw.o(.text+0x1330): undefined reference to `mysql_close' checkpw.o(.text+0x142c): undefined reference to `mysql_query' checkpw.o(.text+0x143c): undefined reference to `mysql_store_result' checkpw.o(.text+0x145d): undefined reference to `mysql_close' checkpw.o(.text+0x1473): undefined reference to `mysql_affected_rows' checkpw.o(.text+0x1486): undefined reference to `mysql_free_result' checkpw.o(.text+0x148f): undefined reference to `mysql_close' checkpw.o(.text+0x14d4): undefined reference to `mysql_free_result' checkpw.o(.text+0x14e0): undefined reference to `mysql_close' *** Error code 1 Stop in /usr/ports/mail/postfix-current/work/snapshot-20010329/src/smtpd. *** Error code 1 Stop in /usr/ports/mail/postfix-current/work/snapshot-20010329. >How-To-Repeat: Try to build the port. >Fix: Unknown >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 0:36:12 2001 Delivered-To: freebsd-ports@freebsd.org Received: from timingpdc.timing.com (timingpdc.timing.com [206.168.13.194]) by hub.freebsd.org (Postfix) with ESMTP id BC17537B42C for ; Wed, 23 May 2001 00:36:08 -0700 (PDT) (envelope-from jhein@timing.com) Received: from Daffy.timing.com ([206.168.13.218]) by timingpdc.timing.com (Post.Office MTA v3.1.2 release (PO205-101c) ID# 103-49575U100L2S100) with ESMTP id AAA268; Wed, 23 May 2001 01:38:06 -0600 Received: (from jhein@localhost) by Daffy.timing.com (8.9.3/8.9.3) id BAA80523; Wed, 23 May 2001 01:36:06 -0600 (MDT) (envelope-from jhein@Daffy.timing.com) X-Authentication-Warning: Daffy.timing.com: jhein set sender to jhein@Daffy.timing.com using -f MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15115.26726.458413.73942@Daffy.timing.com> Date: Wed, 23 May 2001 01:36:06 -0600 From: "John E. Hein" To: freebsd-ports@FreeBSD.ORG Subject: DESTDIR is handled wrong in bsd.port.mk [patch included] X-Mailer: VM 6.91 under Emacs 20.7.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Setting DESTDIR should not affect PREFIX. In the current ports infrastructure, as many of you know, setting DESTDIR/PREFIX/etc. will cause unexpected things to happen. I think a first step to fixing ports is to treat DESTDIR right in bsd.port.mk. Right now, the only place it's used is: LOCALBASE?= ${DESTDIR}/usr/local X11BASE?= ${DESTDIR}/usr/X11R6 LINUXBASE?= ${DESTDIR}/compat/linux I vote we remove ${DESTDIR} here and pass it on untouched to the work dir at config/build/install time. Many ports handle DESTDIR correctly as is, but right now, bsd.port.mk interferes with this. Here's a quick example for purposes of illustration: Let's say I want to install glib on a mounted disk in a removable bay that is destined for another system (say it's /usr is mounted on /mnt). I would like to 'cd ports/devel/glib12 ; make DESTDIR=/mnt install' and have it install the "right stuff" to /mnt/usr/local/... Unfortunately, right now bsd.port.mk turns LOCALBASE into /mnt/usr/local which gets passed as the --prefix to the work dir's configure. This, in turn, creates a glib12-config that spits out the wrong thing after this disk is mounted as /usr in the destination system. For instance, 'glib12-config --cflags' will return the bogus '-I/mnt/usr/include/glib12'. The funny thing is that if bsd.port.mk didn't muck with DESTDIR and just pass it on unsullied to the glib12 Makefile, it would do the right thing. Granted, not all ports do the right thing here, but those that don't are broken. Anyone who sets DESTDIR has to deal with these headaches already, so removing the above "${DESTDIR}" instances won't break existing ports worse than they already are. If anyone wants the current behavior, set PREFIX instead. That's what it's for. DESTDIR is NOT meant to get used as part of the PREFIX for a port. It is meant to simply be the root of the installation destination. It should be handled in the same manner that installworld handles DESTDIR. If someone means to have it actually reside in and be used from that destination, they will set PREFIX instead of DESTDIR. Below is my proposed patch... I think it's a large step in the direction of allowing/forcing ports to properly obey DESTDIR & PREFIX. --- bsd.port.mk.1.366 Mon Apr 30 17:44:19 2001 +++ bsd.port.mk Wed May 23 01:25:44 2001 @@ -600,9 +600,12 @@ .else PORTSDIR?= /usr/ports .endif -LOCALBASE?= ${DESTDIR}/usr/local -X11BASE?= ${DESTDIR}/usr/X11R6 -LINUXBASE?= ${DESTDIR}/compat/linux +LOCALBASE?= /usr/local +X11BASE?= /usr/X11R6 +LINUXBASE?= /compat/linux +.if defined(DESTDIR) +MAKE_ARGS+= DESTDIR=${DESTDIR} +.endif DISTDIR?= ${PORTSDIR}/distfiles _DISTDIR?= ${DISTDIR}/${DIST_SUBDIR} .if defined(USE_BZIP2) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 1:10: 5 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5FF9137B42C for ; Wed, 23 May 2001 01:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4N8A1743238; Wed, 23 May 2001 01:10:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D4B6B37B424 for ; Wed, 23 May 2001 01:07:29 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4N87TV42894; Wed, 23 May 2001 01:07:29 -0700 (PDT) (envelope-from nobody) Message-Id: <200105230807.f4N87TV42894@freefall.freebsd.org> Date: Wed, 23 May 2001 01:07:29 -0700 (PDT) From: nakamiti@ongs.gr.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/27564: ports(shells/wapsh): htshd doesn't work Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27564 >Category: ports >Synopsis: ports(shells/wapsh): htshd doesn't work >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed May 23 01:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Yoshiyuki NAKAMICHI >Release: 4.3-RELEASE >Organization: >Environment: FreeBSD empty.ongs.gr.jp 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Thu May 17 04:04:07 JST 2001 nakamiti@empty.ongs.gr.jp:/usr/src/sys/compile/EMPTY i386 >Description: htshd dosen't work >How-To-Repeat: build it. >Fix: --- Makefile.orig Sun May 13 02:30:01 2001 +++ Makefile Wed May 23 16:26:00 2001 @@ -46,7 +46,7 @@ do-build: (cd ${WRKSRC}/htshd && ${CC} ${CFLAGS} -o htshd htshd.c -lcrypt \ - -lutil -DUSE_DEV_RANDOM=1) + -lutil -DUSE_DEV_RANDOM=1 -DHAVE_SETENV) do-install: ${INSTALL_PROGRAM} ${WRKSRC}/htshd/htshd ${PREFIX}/sbin >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 1:40: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 431D237B43E for ; Wed, 23 May 2001 01:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4N8e2N46020; Wed, 23 May 2001 01:40:02 -0700 (PDT) (envelope-from gnats) Received: from www.mmlab.cse.yzu.edu.tw (www.mmlab.cse.yzu.edu.tw [140.138.145.166]) by hub.freebsd.org (Postfix) with SMTP id 9446337B424 for ; Wed, 23 May 2001 01:33:00 -0700 (PDT) (envelope-from avatar@www.mmlab.cse.yzu.edu.tw) Received: (qmail 54065 invoked by uid 1000); 23 May 2001 08:33:09 -0000 Message-Id: <20010523083309.54064.qmail@www.mmlab.cse.yzu.edu.tw> Date: 23 May 2001 08:33:09 -0000 From: avatar@mmlab.cse.yzu.edu.tw Reply-To: avatar@mmlab.cse.yzu.edu.tw To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27565: [ports update] chinese/pine add 'Missing Mail' notification Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27565 >Category: ports >Synopsis: [ports update] chinese/pine add 'Missing Mail' notification >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed May 23 01:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Tai-hwa Liang >Release: FreeBSD 4.3-STABLE i386 >Organization: Multimedia Laboratory at Yuan Ze University, Taiwan, R.O.C.. >Environment: System: FreeBSD www.mmlab.cse.yzu.edu.tw 4.3-STABLE FreeBSD 4.3-STABLE #0 i386 >Description: According to Pine document, it seemed that Pine tends to move all mail from system mailbox(under /var/mail on FreeBSD) to ~/mbox if ~/mbox does exist. It may confuse users that using both POP3 and Pine to retrieve/read their mail(some POP3 daemons doesn't care about ~/mbox). Above scenario was called "Missing Mail" problem in Pine help. >How-To-Repeat: >Fix: There are two approaches to work around this problem: 1. The admin can add a "disable-these-drivers=mbox" to disable mbox moving feature permanently. 2. Replace current running POP3 daemon with a "Pine compatiable" POP3 server such as ipop3d shipped with Pine. Here we just provide users some relevant information about where to find the information on resolving this problem. Thanks to Li Yeh-Li who pointed me this information. >Release-Note: >Audit-Trail: >Unformatted: --- pkg-install.old Wed May 23 15:19:50 2001 +++ pkg-install Wed May 23 15:19:59 2001 @@ -6,4 +6,5 @@ /usr/bin/dialog --yesno "SECURITY NOTE: The pine software has had several remote vulnerabilities discovered in the past, which allowed remote attackers to execute arbitrary code as you on your local system, by the action of sending a specially-prepared email. All such KNOWN problems have been fixed, but the pine code is written in a very insecure style and the FreeBSD Security Officer believes there are likely to be other undiscovered vulnerabilities. Do you wish to proceed with the installation of pin e anyway?" 12 70 || /usr/bin/false +/usr/bin/dialog --msgbox "Be sure to consult the Pine help for section about 'Information on mbox driver' before using Pine with /usr/bin/mail on a POP3 server." 7 70 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 1:50: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B4DCD37B42C for ; Wed, 23 May 2001 01:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4N8o2m47273; Wed, 23 May 2001 01:50:02 -0700 (PDT) (envelope-from gnats) Received: from hamster.kyne.com.au (kyneso.lnk.telstra.net [139.130.137.83]) by hub.freebsd.org (Postfix) with ESMTP id E021437B422 for ; Wed, 23 May 2001 01:48:00 -0700 (PDT) (envelope-from mark@aeris.kyne.com.au) Received: from aeris.kyne.com.au (root@aeris.kyne.com.au [203.38.180.166]) by hamster.kyne.com.au (8.9.3/8.9.3) with ESMTP id SAA30052 for ; Wed, 23 May 2001 18:17:56 +0930 Received: (from mark@localhost) by aeris.kyne.com.au (8.11.3/8.11.3) id f4N8reB86274; Wed, 23 May 2001 18:23:40 +0930 (CST) (envelope-from mark) Message-Id: <200105230853.f4N8reB86274@aeris.kyne.com.au> Date: Wed, 23 May 2001 18:23:40 +0930 (CST) From: mark@kyne.com.au Reply-To: mark@kyne.com.au To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27566: sysutils/xin: Splits standard input and pipes into a command Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27566 >Category: ports >Synopsis: sysutils/xin: Splits standard input and pipes into a command >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed May 23 01:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Mark Pulford >Release: FreeBSD 4.3-RELEASE i386 >Organization: none >Environment: System: FreeBSD aeris.kyne.com.au 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Tue Apr 24 02:07:25 CST 2001 root@aeris.kyne.com.au:/usr/obj/usr/src/sys/MAIN i386 >Description: An old port thats been sitting around doing nothing, so I thought I'd submit it ;) Xin reads from standard input and splits the data up into sections, piping each section to a separate command. Optionally it can pad each section with zeros. WWW: http://www.kyne.com.au/~mark/software/xin.php >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: # # xin # xin/Makefile # xin/pkg-comment # xin/pkg-plist # xin/pkg-descr # xin/distinfo # echo c - xin mkdir -p xin > /dev/null 2>&1 echo x - xin/Makefile sed 's/^X//' >xin/Makefile << 'END-of-xin/Makefile' X# New ports collection makefile for: xin X# Date created: Apr 27, 2001 X# Whom: Mark Pulford X# X# $FreeBSD$ X# X XPORTNAME= xin XPORTVERSION= 1.0.0 XCATEGORIES= sysutils XMASTER_SITES= ${MASTER_SITE_SUNSITE} XMASTER_SITE_SUBDIR= utils/file X XMAINTAINER= mark@kyne.com.au X XLIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt X XGNU_CONFIGURE= yes XCONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" XMAN1= xin.1 X X.include END-of-xin/Makefile echo x - xin/pkg-comment sed 's/^X//' >xin/pkg-comment << 'END-of-xin/pkg-comment' XSplits standard input and pipes into a command END-of-xin/pkg-comment echo x - xin/pkg-plist sed 's/^X//' >xin/pkg-plist << 'END-of-xin/pkg-plist' Xbin/xin END-of-xin/pkg-plist echo x - xin/pkg-descr sed 's/^X//' >xin/pkg-descr << 'END-of-xin/pkg-descr' XXin reads from standard input and splits the data up into sections, Xpiping each section to a separate command. Optionally it can pad each Xsection with zeros. X XWWW: http://www.kyne.com.au/~mark/software/xin.php END-of-xin/pkg-descr echo x - xin/distinfo sed 's/^X//' >xin/distinfo << 'END-of-xin/distinfo' XMD5 (xin-1.0.0.tar.gz) = 26735ccdfdd5295c2fb344038cad9d30 END-of-xin/distinfo exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 2:20: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A111637B43E for ; Wed, 23 May 2001 02:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4N9K3q52632; Wed, 23 May 2001 02:20:03 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 400C837B422 for ; Wed, 23 May 2001 02:14:34 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4N9EYW52170; Wed, 23 May 2001 02:14:34 -0700 (PDT) (envelope-from nobody) Message-Id: <200105230914.f4N9EYW52170@freefall.freebsd.org> Date: Wed, 23 May 2001 02:14:34 -0700 (PDT) From: ats@first.gmd.de To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/27568: ports/audio/juke version 0.6 no longer available on mastersite Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27568 >Category: ports >Synopsis: ports/audio/juke version 0.6 no longer available on mastersite >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed May 23 02:20:03 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Andreas Schulz >Release: 4.3-RELEASE >Organization: GMD-FIRST >Environment: FreeBSD freebsd.first.gmd.de 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Thu May 3 20:2 8:30 CEST 2001 root@freebsd.first.gmd.de:/usr/src/sys/compile/FREEBSD i386 >Description: juke-0.6.tar.gz is no longer available on the mastersite. There is a new juke-0.7.tar.gz there. Maybe the port needs a little upgrade ? :-). >How-To-Repeat: Try to fetch the port. >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 2:23:20 2001 Delivered-To: freebsd-ports@freebsd.org Received: from hotmail.com (f87.law4.hotmail.com [216.33.149.87]) by hub.freebsd.org (Postfix) with ESMTP id 571CE37B422; Wed, 23 May 2001 02:23:17 -0700 (PDT) (envelope-from hangmizu@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 23 May 2001 02:23:16 -0700 Received: from 61.12.216.123 by lw4fd.law4.hotmail.msn.com with HTTP; Wed, 23 May 2001 09:23:16 GMT X-Originating-IP: [61.12.216.123] From: "Alan Lam" To: rewsirow@ff.iij4u.or.jp, Nakai@Mlab.t.u-tokyo.ac.jp, joerg@FreeBSD.org, andy@icc.surw.chel.su, proff@iq.org, mph@pobox.com, simonm@dcs.gla.ac.uk, sutton@aardvark.apana.org.au, andreas@FreeBSD.ORG, johnh@isi.edu, ports@FreeBSD.ORG, searle@longacre.demon.co.uk, ada@bsd.org, markm@FreeBSD.ORG, jseger@freebsd.org, jmz@FreeBSD.org, kuehn@rz.tu-clausthal.de, candy@fct.kgc.co.jp, asami@FreeBSD.ORG, hoek@FreeBSD.ORG, swallace@FreeBSD.org, pgiffuni@fps.biblos.unal.edu.co, erich@FreeBSD.org, se@FreeBSD.ORG, bjn@visi.com Subject: Code wanna...!!!! Date: Wed, 23 May 2001 19:23:16 +1000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 23 May 2001 09:23:16.0946 (UTC) FILETIME=[FFD2F320:01C0E369] Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, ...i born in hk..studying in Australia...i'm in the starting point of learning games programming...i wanna have a code or script of a multi-player online game written by director lingo or java....any simple game...want to see how the code should look..!! Would you like to send it to me through email as soon as possible??? It is really great if you can send it before this Friday. please send to hangmizu@hotmail.com THANKS FOR YOUR TIME!!!! Please Help!!!! _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 2:30: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EADA337B43E for ; Wed, 23 May 2001 02:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4N9U1f53610; Wed, 23 May 2001 02:30:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BA8EA37B43C for ; Wed, 23 May 2001 02:21:39 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4N9Ldc52828; Wed, 23 May 2001 02:21:39 -0700 (PDT) (envelope-from nobody) Message-Id: <200105230921.f4N9Ldc52828@freefall.freebsd.org> Date: Wed, 23 May 2001 02:21:39 -0700 (PDT) From: dougy@bryden.apana.org.au To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/27569: bootup error problem with Apache 2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27569 >Category: ports >Synopsis: bootup error problem with Apache 2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed May 23 02:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Doug Young >Release: 4.3 RELEASE >Organization: >Environment: 4.3 RELEASE 0 >Description: Installed apache 2 from ports, after rebooting system I noticed an error message "Cannot determine the PREFIX". Similar message appears toward the end of the bootup messages. The messages appear to be generated by /usr/local/etc/rc.d/apache.sh. According to regulars in the apache newsgroup "comp.infosystems.www.servers.unix", the apache.sh file is something peculiar to FreeBSD (its not included in default apache installations. Apache works fine when its started manually, but until the apache.sh script is fixed it won't start automatically on boot. >How-To-Repeat: Install apache 2 from ports in FreeBSD 4.3 RELEASE >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 2:40:20 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3778737B43C for ; Wed, 23 May 2001 02:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4N9e2W54670; Wed, 23 May 2001 02:40:02 -0700 (PDT) (envelope-from gnats) Date: Wed, 23 May 2001 02:40:02 -0700 (PDT) Message-Id: <200105230940.f4N9e2W54670@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Oyvind Moll Subject: Re: ports/27568: ports/audio/juke version 0.6 no longer available on mastersite [PATCH] Reply-To: Oyvind Moll Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/27568; it has been noted by GNATS. From: Oyvind Moll To: ats@first.gmd.de Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/27568: ports/audio/juke version 0.6 no longer available on mastersite [PATCH] Date: Wed, 23 May 2001 11:39:38 +0200 * ats@first.gmd.de | | >Number: 27568 | >Synopsis: ports/audio/juke version 0.6 no longer available on mastersite | >Originator: Andreas Schulz | >Description: | juke-0.6.tar.gz is no longer available on the mastersite. There is | a new juke-0.7.tar.gz there. Maybe the port needs a little | upgrade ? :-). Thanks for the heads-up. Here's an upgrade patch. Index: Makefile =================================================================== RCS file: /local/ncvs/ports/audio/juke/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- Makefile 2000/12/21 09:49:55 1.7 +++ Makefile 2001/05/23 09:37:53 @@ -6,10 +6,10 @@ # PORTNAME= juke -PORTVERSION= 0.6 -PORTREVISION= 1 +PORTVERSION= 0.7 CATEGORIES= audio -MASTER_SITES= http://www.nocrew.org/software/juke/archive/ +MASTER_SITES= http://www.nocrew.org/software/juke/archive/ \ + http://www.initio.no/~oyvindmo/distfiles/ MAINTAINER= oyvindmo@initio.no Index: distinfo =================================================================== RCS file: /local/ncvs/ports/audio/juke/distinfo,v retrieving revision 1.2 diff -u -r1.2 distinfo --- distinfo 2000/12/01 17:00:34 1.2 +++ distinfo 2001/05/23 09:28:58 @@ -1 +1 @@ -MD5 (juke-0.6.tar.gz) = cb0702a754ac783d17099ede03ea5252 +MD5 (juke-0.7.tar.gz) = 8f0a3c5a8e7a9f0b358d11a738123720 -- Øyvind Møll Initio IT-løsninger AS To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 3:10:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 881E437B43C for ; Wed, 23 May 2001 03:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4NAA3461084; Wed, 23 May 2001 03:10:03 -0700 (PDT) (envelope-from gnats) Received: from fling.sanbi.ac.za (fling.sanbi.ac.za [196.38.142.119]) by hub.freebsd.org (Postfix) with ESMTP id 3BD2437B42C for ; Wed, 23 May 2001 03:06:04 -0700 (PDT) (envelope-from pvh@industrial.egenetics.com) Received: from industrial.egenetics.com ([196.38.142.71] ident=root) by fling.sanbi.ac.za with esmtp (Exim 3.13 #4) id 152VWg-0006rI-00 for FreeBSD-gnats-submit@freebsd.org; Wed, 23 May 2001 12:05:58 +0200 Received: (from root@localhost) by industrial.egenetics.com (8.11.3/8.11.3) id f4NA5tN58652; Wed, 23 May 2001 12:05:55 +0200 (SAST) (envelope-from pvh) Message-Id: <200105231005.f4NA5tN58652@industrial.egenetics.com> Date: Wed, 23 May 2001 12:05:55 +0200 (SAST) From: pvh@egenetics.com Reply-To: pvh@egenetics.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27570: New port: ZThread, C++ object oriented threading package Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27570 >Category: ports >Synopsis: New port: ZThread, C++ object oriented threading package >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed May 23 03:10:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Peter van Heusden >Release: FreeBSD 4.3-STABLE i386 >Organization: Electric Genetics >Environment: System: FreeBSD industrial.egenetics.com 4.3-STABLE FreeBSD 4.3-STABLE #1: Fri May 4 09:54:43 SAST 2001 root@industrial.egenetics.com:/usr/src/sys/compile/MINIMAL i386 >Description: The ZThread package is an advanced object-oriented, cross-platform, C++ threading and synchronization library. It provides a high level abstraction of the native threading mechanisms to offer a great deal of flexibility and control. More information is available at the ZThreads homepage: WWW: http://zthread.sourceforge.net >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: # # zthread # zthread/Makefile # zthread/distinfo # zthread/pkg-comment # zthread/pkg-descr # zthread/pkg-plist # echo c - zthread mkdir -p zthread > /dev/null 2>&1 echo x - zthread/Makefile sed 's/^X//' >zthread/Makefile << 'END-of-zthread/Makefile' X# New ports collection makefile for: ZThread X# Date created: 23 May 2001 X# Whom: pvh@egenetics.com X# X# $FreeBSD$ X# X XPORTNAME= zthread XPORTVERSION= 1.4.1 XCATEGORIES= devel XMASTER_SITES= http://www.cs.buffalo.edu/%7Ecrahen/projects/zthread/ \ X ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= zthread XDISTNAME= ZThread-${PORTVERSION} X XMAINTAINER= pvh@egenetics.com X XHAS_CONFIGURE= yes X XUSE_GMAKE= yes XUSE_LIBTOOL= yes X X.include END-of-zthread/Makefile echo x - zthread/distinfo sed 's/^X//' >zthread/distinfo << 'END-of-zthread/distinfo' XMD5 (ZThread-1.4.1.tar.gz) = ae97b996dd5df64391b6fcc2ebef1f14 END-of-zthread/distinfo echo x - zthread/pkg-comment sed 's/^X//' >zthread/pkg-comment << 'END-of-zthread/pkg-comment' XZThreads: a platform-independent object-oriented threading package END-of-zthread/pkg-comment echo x - zthread/pkg-descr sed 's/^X//' >zthread/pkg-descr << 'END-of-zthread/pkg-descr' XThe ZThread package is an advanced object-oriented, cross-platform, XC++ threading and synchronization library. It provides a high level Xabstraction of the native threading mechanisms to offer a great deal of Xflexibility and control. X XMore information is available at the ZThreads homepage: XWWW: http://zthread.sourceforge.net END-of-zthread/pkg-descr echo x - zthread/pkg-plist sed 's/^X//' >zthread/pkg-plist << 'END-of-zthread/pkg-plist' Xlib/libZThread-1.4.so.1 Xlib/libZThread.so Xlib/libZThread.a Xinclude/AbstractExecutor.h Xinclude/Worker.h Xinclude/AsyncExecutor.h Xinclude/FastMutex.h Xinclude/RWLock.h Xinclude/AutoPtr.h Xinclude/FastRecursiveMutex.h Xinclude/RecursiveMutex.h Xinclude/Barrier.h Xinclude/Guard.h Xinclude/Semaphore.h Xinclude/BiasedRWLock.h Xinclude/Latch.h Xinclude/SharedInstance.h Xinclude/BlockingQueue.h Xinclude/Lockable.h Xinclude/Singleton.h Xinclude/BufferedQueue.h Xinclude/LockedQueue.h Xinclude/SynchronizationExceptions.h Xinclude/Cancelable.h Xinclude/Makefile.am Xinclude/SyncExecutor.h Xinclude/CheckedMutex.h Xinclude/MonitoredQueue.h Xinclude/Thread.h Xinclude/Condition.h Xinclude/Mutex.h Xinclude/ThreadLocal.h Xinclude/AbstractThreadLocal.h Xinclude/InheritableThreadLocal.h Xinclude/FastThreadLocal.h Xinclude/CountingSemaphore.h Xinclude/POSIX_FastMutex.h Xinclude/WIN32_FastMutex.h Xinclude/POSIX_FastRecursiveMutex.h Xinclude/WIN32_FastRecursiveMutex.h Xinclude/Executor.h Xinclude/PoolExecutor.h Xinclude/ZThread.h Xinclude/Queue.h Xinclude/FairRWLock.h Xinclude/Timer.h Xinclude/SimpleQueue.h Xinclude/NullMutex.h Xinclude/Observable.h Xinclude/Factory.h Xinclude/TimerThread.h Xbin/zthread-config Xshare/aclocal/zthread.m4 Xshare/aclocal/pthread.m4 END-of-zthread/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 Wed May 23 3:22:18 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0F79E37B424; Wed, 23 May 2001 03:22:17 -0700 (PDT) (envelope-from greid@FreeBSD.org) Received: (from greid@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4NAMHw62048; Wed, 23 May 2001 03:22:17 -0700 (PDT) (envelope-from greid) Date: Wed, 23 May 2001 03:22:17 -0700 (PDT) From: Message-Id: <200105231022.f4NAMHw62048@freefall.freebsd.org> To: greid@FreeBSD.org, freebsd-ports@FreeBSD.org, greid@FreeBSD.org Subject: Re: ports/27564: ports(shells/wapsh): htshd doesn't work Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: ports(shells/wapsh): htshd doesn't work Responsible-Changed-From-To: freebsd-ports->greid Responsible-Changed-By: greid Responsible-Changed-When: Wed May 23 03:21:51 PDT 2001 Responsible-Changed-Why: My port http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27564 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 3:41:54 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B18BC37B422; Wed, 23 May 2001 03:41:50 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4NAfo064051; Wed, 23 May 2001 03:41:50 -0700 (PDT) (envelope-from ijliao) Date: Wed, 23 May 2001 03:41:50 -0700 (PDT) From: Message-Id: <200105231041.f4NAfo064051@freefall.freebsd.org> To: avatar@mmlab.cse.yzu.edu.tw, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27565: [ports update] chinese/pine add 'Missing Mail' notification Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: [ports update] chinese/pine add 'Missing Mail' notification State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Wed May 23 03:41:34 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27565 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 3:46:48 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 47B9F37B424; Wed, 23 May 2001 03:46:45 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4NAkjP64693; Wed, 23 May 2001 03:46:45 -0700 (PDT) (envelope-from ijliao) Date: Wed, 23 May 2001 03:46:45 -0700 (PDT) From: Message-Id: <200105231046.f4NAkjP64693@freefall.freebsd.org> To: ats@first.gmd.de, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27568: ports/audio/juke version 0.6 no longer available on mastersite Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: ports/audio/juke version 0.6 no longer available on mastersite State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Wed May 23 03:46:29 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27568 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 6:40: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DAC8237B424 for ; Wed, 23 May 2001 06:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4NDe1306721; Wed, 23 May 2001 06:40:01 -0700 (PDT) (envelope-from gnats) Received: from wumpus.wlcg.com (wumpus.wlcg.com [209.9.101.248]) by hub.freebsd.org (Postfix) with ESMTP id 9A0A637B424 for ; Wed, 23 May 2001 06:37:11 -0700 (PDT) (envelope-from rsimmons@wumpus.wlcg.com) Received: (from rsimmons@localhost) by wumpus.wlcg.com (8.11.3/8.11.3) id f4NDa4k86985; Wed, 23 May 2001 09:36:04 -0400 (EDT) (envelope-from rsimmons) Message-Id: <200105231336.f4NDa4k86985@wumpus.wlcg.com> Date: Wed, 23 May 2001 09:36:04 -0400 (EDT) From: Rob Simmons Reply-To: rsimmons@wumpus.wlcg.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27573: The port of ascd dumped core Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27573 >Category: ports >Synopsis: The port of ascd dumped core >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed May 23 06:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Rob Simmons >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD wumpus 4.3-STABLE FreeBSD 4.3-STABLE #0: Fri May 11 09:42:50 EDT 2001 root@wumpus:/usr/obj/usr/src/sys/WUMPUS i386 >Description: The port of ascd dumped core when it started. Here is gdb output: bash-2.05$ gdb /usr/X11R6/bin/ascd ascd.core GNU gdb 4.18 Copyright 1998 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-unknown-freebsd"... (no debugging symbols found)... Core was generated by `ascd'. Program terminated with signal 10, Bus error. Reading symbols from /usr/X11R6/lib/libXext.so.6... (no debugging symbols found)...done. Reading symbols from /usr/X11R6/lib/libX11.so.6... (no debugging symbols found)...done. Reading symbols from /usr/X11R6/lib/libXpm.so.4... (no debugging symbols found)...done. Reading symbols from /usr/X11R6/lib/libworkman.so.1... (no debugging symbols found)...done. Reading symbols from /usr/lib/libxpg4.so.3...(no debugging symbols found)... done. Reading symbols from /usr/lib/libc.so.4...(no debugging symbols found)...done. Reading symbols from /usr/X11R6/lib/libXThrStub.so.6... (no debugging symbols found)...done. Reading symbols from /usr/libexec/ld-elf.so.1...(no debugging symbols found)... done. #0 0x804950b in XOpenDisplay () >How-To-Repeat: Install ascd-0.13.2 and try to run it. >Fix: Unknown. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 7:30: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4B35237B43E for ; Wed, 23 May 2001 07:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4NEU3M06812; Wed, 23 May 2001 07:30:03 -0700 (PDT) (envelope-from gnats) Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id A4A2A37B424 for ; Wed, 23 May 2001 07:29:55 -0700 (PDT) (envelope-from poseiden@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id 48DC410F410; Wed, 23 May 2001 09:29:57 -0500 (CDT) Message-Id: <20010523142957.48DC410F410@leviathan.inethouston.net> Date: Wed, 23 May 2001 09:29:57 -0500 (CDT) From: dwcjr@inethouston.net Reply-To: dwcjr@inethouston.net To: FreeBSD-gnats-submit@freebsd.org Cc: issei@jp.FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/27574: UPDATE security/ssh2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27574 >Category: ports >Synopsis: UPDATE security/ssh2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed May 23 07:30:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David W. Chapman Jr. >Release: FreeBSD 4.3-STABLE i386 >Organization: Raintree Network Services, Inc. >Environment: System: FreeBSD leviathan.inethouston.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Fri May 11 10:49:15 CDT 2001 poseiden@leviathan.inethouston.net:/stripe1/compile/src/sys/compile/LEVIATHAN i386 >Description: Bento can't create the package because file doesn't exist >How-To-Repeat: >Fix: Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/security/ssh2/pkg-plist,v retrieving revision 1.18 diff -u -r1.18 pkg-plist --- pkg-plist 2000/09/02 03:56:57 1.18 +++ pkg-plist 2001/05/23 14:29:01 @@ -6,7 +6,6 @@ bin/ssh-add2 bin/ssh-signer2 bin/ssh-probe2 -bin/ssh-askpass2 bin/sftp-server2 bin/ssh-dummy-shell bin/ssh-pubkeymgr >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 7:40:15 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CF28637B505 for ; Wed, 23 May 2001 07:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4NEe2X08333; Wed, 23 May 2001 07:40:02 -0700 (PDT) (envelope-from gnats) Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id 4483837B42C for ; Wed, 23 May 2001 07:33:45 -0700 (PDT) (envelope-from poseiden@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id 01A0F10F410; Wed, 23 May 2001 09:33:46 -0500 (CDT) Message-Id: <20010523143346.01A0F10F410@leviathan.inethouston.net> Date: Wed, 23 May 2001 09:33:46 -0500 (CDT) From: dwcjr@inethouston.net Reply-To: dwcjr@inethouston.net To: FreeBSD-gnats-submit@freebsd.org Cc: rox@fearme.com X-Send-Pr-Version: 3.113 Subject: ports/27575: UPDATE irc/roxirc Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27575 >Category: ports >Synopsis: UPDATE irc/roxirc >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed May 23 07:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David W. Chapman Jr. >Release: FreeBSD 4.3-STABLE i386 >Organization: Raintree Network Services, Inc. >Environment: System: FreeBSD leviathan.inethouston.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Fri May 11 10:49:15 CDT 2001 poseiden@leviathan.inethouston.net:/stripe1/compile/src/sys/compile/LEVIATHAN i386 >Description: Add missing files from pkg-plist >How-To-Repeat: >Fix: Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/irc/roxirc/pkg-plist,v retrieving revision 1.2 diff -u -r1.2 pkg-plist --- pkg-plist 1999/06/23 19:44:34 1.2 +++ pkg-plist 2001/05/23 14:32:56 @@ -1,6 +1,8 @@ bin/roxirc +share/doc/roxirc/bindings-example share/doc/roxirc/config-example share/doc/roxirc/menus-example share/doc/roxirc/prefs-initial +share/doc/roxirc/startup-example share/doc/roxirc/help @dirrm share/doc/roxirc >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 7:40:27 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 19A5A37B50C for ; Wed, 23 May 2001 07:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4NEe3x08351; Wed, 23 May 2001 07:40:03 -0700 (PDT) (envelope-from gnats) Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id 1B60E37B50F; Wed, 23 May 2001 07:38:53 -0700 (PDT) (envelope-from poseiden@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id DDEA710F410; Wed, 23 May 2001 09:38:54 -0500 (CDT) Message-Id: <20010523143854.DDEA710F410@leviathan.inethouston.net> Date: Wed, 23 May 2001 09:38:54 -0500 (CDT) From: dwcjr@inethouston.net Reply-To: dwcjr@inethouston.net To: FreeBSD-gnats-submit@freebsd.org Cc: obrien@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27577: UPDATE security/super Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27577 >Category: ports >Synopsis: UPDATE security/super >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed May 23 07:40:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David W. Chapman Jr. >Release: FreeBSD 4.3-STABLE i386 >Organization: Raintree Network Services, Inc. >Environment: System: FreeBSD leviathan.inethouston.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Fri May 11 10:49:15 CDT 2001 poseiden@leviathan.inethouston.net:/stripe1/compile/src/sys/compile/LEVIATHAN i386 >Description: Add missing dir >How-To-Repeat: >Fix: Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/security/super/pkg-plist,v retrieving revision 1.3 diff -u -r1.3 pkg-plist --- pkg-plist 2000/11/22 00:57:31 1.3 +++ pkg-plist 2001/05/23 14:38:13 @@ -4,3 +4,4 @@ share/examples/sample.tab share/examples/sample.cdmount share/doc/super/README +@dirrm share/doc/super >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 7:40:40 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EDB9B37B50D for ; Wed, 23 May 2001 07:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4NEe2o08342; Wed, 23 May 2001 07:40:02 -0700 (PDT) (envelope-from gnats) Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id AF33737B424 for ; Wed, 23 May 2001 07:36:55 -0700 (PDT) (envelope-from poseiden@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id 7497110F410; Wed, 23 May 2001 09:36:57 -0500 (CDT) Message-Id: <20010523143657.7497110F410@leviathan.inethouston.net> Date: Wed, 23 May 2001 09:36:57 -0500 (CDT) From: dwcjr@inethouston.net Reply-To: dwcjr@inethouston.net To: FreeBSD-gnats-submit@freebsd.org Cc: adam@whizkidtech.net X-Send-Pr-Version: 3.113 Subject: ports/27576: UPDATE net/urlendec Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27576 >Category: ports >Synopsis: UPDATE net/urlendec >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed May 23 07:40:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David W. Chapman Jr. >Release: FreeBSD 4.3-STABLE i386 >Organization: Raintree Network Services, Inc. >Environment: System: FreeBSD leviathan.inethouston.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Fri May 11 10:49:15 CDT 2001 poseiden@leviathan.inethouston.net:/stripe1/compile/src/sys/compile/LEVIATHAN i386 >Description: Add missing dir >How-To-Repeat: >Fix: Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/net/urlendec/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- pkg-plist 2001/04/07 07:11:21 1.1 +++ pkg-plist 2001/05/23 14:35:25 @@ -2,3 +2,4 @@ bin/urldecode share/doc/urlendec/index.html share/doc/urlendec/rfc1738.txt +@dirrm share/doc/urlendec >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 7:50:12 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1874B37B424 for ; Wed, 23 May 2001 07:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4NEo2R10181; Wed, 23 May 2001 07:50:02 -0700 (PDT) (envelope-from gnats) Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id DB3E937B42C for ; Wed, 23 May 2001 07:42:17 -0700 (PDT) (envelope-from poseiden@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id 99E0810F410; Wed, 23 May 2001 09:42:19 -0500 (CDT) Message-Id: <20010523144219.99E0810F410@leviathan.inethouston.net> Date: Wed, 23 May 2001 09:42:19 -0500 (CDT) From: dwcjr@inethouston.net Reply-To: dwcjr@inethouston.net To: FreeBSD-gnats-submit@freebsd.org Cc: mi@aldan.algebra.com X-Send-Pr-Version: 3.113 Subject: ports/27578: UPDATE math/siag Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27578 >Category: ports >Synopsis: UPDATE math/siag >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed May 23 07:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David W. Chapman Jr. >Release: FreeBSD 4.3-STABLE i386 >Organization: Raintree Network Services, Inc. >Environment: System: FreeBSD leviathan.inethouston.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Fri May 11 10:49:15 CDT 2001 poseiden@leviathan.inethouston.net:/stripe1/compile/src/sys/compile/LEVIATHAN i386 >Description: Add missing bin >How-To-Repeat: >Fix: Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/math/siag/pkg-plist,v retrieving revision 1.7 diff -u -r1.7 pkg-plist --- pkg-plist 2000/05/29 02:41:58 1.7 +++ pkg-plist 2001/05/23 14:41:38 @@ -1,4 +1,5 @@ bin/siag +bin/siagrun bin/tsiag bin/pw bin/egon >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 7:50:15 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 32F1E37B43E for ; Wed, 23 May 2001 07:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4NEo2810190; Wed, 23 May 2001 07:50:02 -0700 (PDT) (envelope-from gnats) Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id 6E47A37B422 for ; Wed, 23 May 2001 07:47:44 -0700 (PDT) (envelope-from poseiden@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id 34D3F10F410; Wed, 23 May 2001 09:47:46 -0500 (CDT) Message-Id: <20010523144746.34D3F10F410@leviathan.inethouston.net> Date: Wed, 23 May 2001 09:47:46 -0500 (CDT) From: dwcjr@inethouston.net Reply-To: dwcjr@inethouston.net To: FreeBSD-gnats-submit@freebsd.org Cc: spcoltri@omcl.org X-Send-Pr-Version: 3.113 Subject: ports/27579: UPDATE print/sgf2tex Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27579 >Category: ports >Synopsis: UPDATE print/sgf2tex >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed May 23 07:50:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David W. Chapman Jr. >Release: FreeBSD 4.3-STABLE i386 >Organization: Raintree Network Services, Inc. >Environment: System: FreeBSD leviathan.inethouston.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Fri May 11 10:49:15 CDT 2001 poseiden@leviathan.inethouston.net:/stripe1/compile/src/sys/compile/LEVIATHAN i386 >Description: Add missing file >How-To-Repeat: >Fix: Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/print/sgf2tex/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- pkg-plist 2000/09/19 16:03:04 1.1 +++ pkg-plist 2001/05/23 14:46:49 @@ -1,5 +1,6 @@ bin/sgf2tex bin/sgfsplit +share/doc/share/doc/sgf2tex.dvi share/texmf/fonts/tfm/gobl.tfm share/texmf/fonts/tfm/goea.tfm share/texmf/fonts/tfm/goeb.tfm >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 8: 0:15 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DB57437B43E for ; Wed, 23 May 2001 08:00:09 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4NF09Z12202; Wed, 23 May 2001 08:00:09 -0700 (PDT) (envelope-from gnats) Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id AD02937B443 for ; Wed, 23 May 2001 07:50:15 -0700 (PDT) (envelope-from poseiden@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id 7BCCA10F410; Wed, 23 May 2001 09:50:17 -0500 (CDT) Message-Id: <20010523145017.7BCCA10F410@leviathan.inethouston.net> Date: Wed, 23 May 2001 09:50:17 -0500 (CDT) From: dwcjr@inethouston.net Reply-To: dwcjr@inethouston.net To: FreeBSD-gnats-submit@freebsd.org Cc: k@123.org X-Send-Pr-Version: 3.113 Subject: ports/27580: UPDATE www/roxen Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27580 >Category: ports >Synopsis: UPDATE www/roxen >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed May 23 08:00:06 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David W. Chapman Jr. >Release: FreeBSD 4.3-STABLE i386 >Organization: Raintree Network Services, Inc. >Environment: System: FreeBSD leviathan.inethouston.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Fri May 11 10:49:15 CDT 2001 poseiden@leviathan.inethouston.net:/stripe1/compile/src/sys/compile/LEVIATHAN i386 >Description: Move roxen.sh to roxen.sh.sample so I could put it in pkg-plist >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/roxen/Makefile,v retrieving revision 1.10 diff -u -r1.10 Makefile --- Makefile 2001/05/19 13:47:36 1.10 +++ Makefile 2001/05/23 14:49:23 @@ -15,7 +15,7 @@ MAINTAINER= k@123.org HAS_CONFIGURE= yes PKGMESSAGE= ${WRKSRC}/MESSAGE -STARTUP_SCRIPT= ${PREFIX}/etc/rc.d/roxen.sh +STARTUP_SCRIPT= ${PREFIX}/etc/rc.d/roxen.sh.sample post-patch: @${SED} -e "s|%%PREFIX%%|${PREFIX}|g" ${FILESDIR}/roxen.sh.in > \ Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/roxen/pkg-plist,v retrieving revision 1.4 diff -u -r1.4 pkg-plist --- pkg-plist 2001/05/19 13:47:36 1.4 +++ pkg-plist 2001/05/23 14:49:24 @@ -1,3 +1,4 @@ +etc/rc.d/roxen.sh.sample pike/7.0.312/bin/hilfe pike/7.0.312/bin/pike pike/7.0.312/lib/modules/_Charset.pmod >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 8: 0:18 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A742E37B422 for ; Wed, 23 May 2001 08:00:12 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4NF0A012220; Wed, 23 May 2001 08:00:10 -0700 (PDT) (envelope-from gnats) Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id 3512437B424; Wed, 23 May 2001 07:55:04 -0700 (PDT) (envelope-from poseiden@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id 02A5510F410; Wed, 23 May 2001 09:55:05 -0500 (CDT) Message-Id: <20010523145505.02A5510F410@leviathan.inethouston.net> Date: Wed, 23 May 2001 09:55:05 -0500 (CDT) From: dwcjr@inethouston.net Reply-To: dwcjr@inethouston.net To: FreeBSD-gnats-submit@freebsd.org Cc: dbaker@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27581: UPDATE misc/proxyper Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27581 >Category: ports >Synopsis: UPDATE misc/proxyper >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed May 23 08:00:09 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David W. Chapman Jr. >Release: FreeBSD 4.3-STABLE i386 >Organization: Raintree Network Services, Inc. >Environment: System: FreeBSD leviathan.inethouston.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Fri May 11 10:49:15 CDT 2001 poseiden@leviathan.inethouston.net:/stripe1/compile/src/sys/compile/LEVIATHAN i386 >Description: Add missing dirs >How-To-Repeat: >Fix: Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/misc/proxyper/pkg-plist,v retrieving revision 1.3 diff -u -r1.3 pkg-plist --- pkg-plist 2000/06/22 19:24:04 1.3 +++ pkg-plist 2001/05/23 14:54:22 @@ -5,3 +5,5 @@ distributed.net/proxy/proxyper.sh @exec ln -sf %D/distributed.net/proxy/proxyper.sh %D/etc/rc.d/proxyper.sh @unexec rm %D/etc/rc.d/proxyper.sh +@dirrm distributed.net/proxy +@dirrm distributed.net >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 8:40:16 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2131237B424 for ; Wed, 23 May 2001 08:40:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4NFe5921317; Wed, 23 May 2001 08:40:05 -0700 (PDT) (envelope-from gnats) Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id 9E6C737B423 for ; Wed, 23 May 2001 08:36:11 -0700 (PDT) (envelope-from poseiden@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id 8C84D10F410; Wed, 23 May 2001 10:36:13 -0500 (CDT) Message-Id: <20010523153613.8C84D10F410@leviathan.inethouston.net> Date: Wed, 23 May 2001 10:36:13 -0500 (CDT) From: dwcjr@inethouston.net Reply-To: dwcjr@inethouston.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27582: MAINTAINER UPDATE mail/postfix-current Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27582 >Category: ports >Synopsis: MAINTAINER UPDATE mail/postfix-current >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed May 23 08:40:04 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David W. Chapman Jr. >Release: FreeBSD 4.3-STABLE i386 >Organization: Raintree Network Services, Inc. >Environment: System: FreeBSD leviathan.inethouston.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Fri May 11 10:49:15 CDT 2001 poseiden@leviathan.inethouston.net:/stripe1/compile/src/sys/compile/LEVIATHAN i386 >Description: Update postfix snapshot to 20010502 Update TLS to work with this snapshot Update IPv6 >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/mail/postfix-current/Makefile,v retrieving revision 1.55 diff -u -r1.55 Makefile --- Makefile 2001/04/28 04:09:12 1.55 +++ Makefile 2001/05/23 15:34:46 @@ -6,8 +6,7 @@ # PORTNAME= postfix -PORTVERSION= 20010329 -PORTREVISION= 1 +PORTVERSION= 20010502 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/ \ ftp://ftp.aet.tu-cottbus.de/pub/postfix_tls/%SUBDIR%/ \ Index: distinfo =================================================================== RCS file: /home/ncvs/ports/mail/postfix-current/distinfo,v retrieving revision 1.27 diff -u -r1.27 distinfo --- distinfo 2001/04/28 04:09:12 1.27 +++ distinfo 2001/05/23 15:34:46 @@ -1,3 +1,3 @@ -MD5 (postfix/snapshot-20010329.tar.gz) = 0bd41fc55cbbdcf9d463a9fc3da12b7a -MD5 (postfix/pfixtls-0.6.38-snap20010225-0.9.6.tar.gz) = 5559571175bbcd5695b6e636d485489f -MD5 (postfix/postfix-20010228release-v6-20010415a.diff.gz) = 2fe76d5d33ef56ed8bc1dd6fc0c5fa10 +MD5 (postfix/snapshot-20010502.tar.gz) = 209fec3f77ab6e6401d1fa729c3c83e7 +MD5 (postfix/pfixtls-0.7.2-snap20010502-0.9.6a.tar.gz) = e1135d8f9cb0e83a7c997b40f5764299 +MD5 (postfix/postfix-20010228pl02-v6-20010515a.diff.gz) = 4ea9f56528ba94016dfed12eed5f2fc1 Index: scripts/configure.postfix =================================================================== RCS file: /home/ncvs/ports/mail/postfix-current/scripts/configure.postfix,v retrieving revision 1.16 diff -u -r1.16 configure.postfix --- scripts/configure.postfix 2001/05/22 17:14:58 1.16 +++ scripts/configure.postfix 2001/05/23 15:34:46 @@ -78,8 +78,8 @@ echo "BIN1+= tlsmgr" echo "POSTFIX_CCARGS+= -DHAS_SSL -I/usr/include/openssl" echo "POSTFIX_AUXLIBS+= -lssl -lcrypto" - echo "DISTFILES+= \${DISTNAME}.tar.gz pfixtls-0.6.38-snap20010225-0.9.6.tar.gz" - echo "EXTRA_PATCHES+= \${WRKDIR}/pfixtls-0.6.38-snap20010225-0.9.6/pfixtls.diff" + echo "DISTFILES+= \${DISTNAME}.tar.gz pfixtls-0.7.2-snap20010502-0.9.6a.tar.gz" + echo "EXTRA_PATCHES+= \${WRKDIR}/pfixtls-0.7.2-snap20010502-0.9.6a/pfixtls.diff" echo "PATCH_STRIP= -p1" SUB_TLS="" ;; @@ -117,7 +117,7 @@ fi echo "PATCH_SITES+= ftp://ftp.kame.net/pub/kame/misc/" echo "PATCH_SITES+= \${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/kame/misc/&,}" - echo "PATCHFILES+= postfix-20010228release-v6-20010424a.diff.gz" + echo "PATCHFILES+= postfix-20010228pl02-v6-20010515a.diff.gz" echo "PATCH_DIST_STRIP= -p1" echo "" ;; >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 8:50:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7B47237B423 for ; Wed, 23 May 2001 08:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4NFo2D23420; Wed, 23 May 2001 08:50:02 -0700 (PDT) (envelope-from gnats) Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id D6A0F37B423 for ; Wed, 23 May 2001 08:41:51 -0700 (PDT) (envelope-from poseiden@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id F203810F410; Wed, 23 May 2001 10:41:53 -0500 (CDT) Message-Id: <20010523154153.F203810F410@leviathan.inethouston.net> Date: Wed, 23 May 2001 10:41:53 -0500 (CDT) From: dwcjr@inethouston.net Reply-To: dwcjr@inethouston.net To: FreeBSD-gnats-submit@freebsd.org Cc: Cy.Schubert@uumail.gov.bc.ca X-Send-Pr-Version: 3.113 Subject: ports/27583: UPDATE net/ntp Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27583 >Category: ports >Synopsis: UPDATE net/ntp >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed May 23 08:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David W. Chapman Jr. >Release: FreeBSD 4.3-STABLE i386 >Organization: Raintree Network Services, Inc. >Environment: System: FreeBSD leviathan.inethouston.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Fri May 11 10:49:15 CDT 2001 poseiden@leviathan.inethouston.net:/stripe1/compile/src/sys/compile/LEVIATHAN i386 >Description: Add missing bins >How-To-Repeat: >Fix: Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/net/ntp/pkg-plist,v retrieving revision 1.8 diff -u -r1.8 pkg-plist --- pkg-plist 2001/04/15 13:57:22 1.8 +++ pkg-plist 2001/05/23 15:40:33 @@ -5,6 +5,8 @@ bin/ntptime bin/ntptimeset bin/ntptrace +bin/ntp-genkeys +bin/ntp-wait bin/tickadj share/doc/ntp/Oncore-SHMEM.htm share/doc/ntp/accopt.htm >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 8:50:12 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9BF2737B42C for ; Wed, 23 May 2001 08:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4NFo2W23429; Wed, 23 May 2001 08:50:02 -0700 (PDT) (envelope-from gnats) Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id 5F60B37B423; Wed, 23 May 2001 08:45:38 -0700 (PDT) (envelope-from poseiden@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id 832C910F410; Wed, 23 May 2001 10:45:40 -0500 (CDT) Message-Id: <20010523154540.832C910F410@leviathan.inethouston.net> Date: Wed, 23 May 2001 10:45:40 -0500 (CDT) From: dwcjr@inethouston.net Reply-To: dwcjr@inethouston.net To: FreeBSD-gnats-submit@freebsd.org Cc: sanpei@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27584: UPDATE math/ngraph Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27584 >Category: ports >Synopsis: UPDATE math/ngraph >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed May 23 08:50:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David W. Chapman Jr. >Release: FreeBSD 4.3-STABLE i386 >Organization: Raintree Network Services, Inc. >Environment: System: FreeBSD leviathan.inethouston.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Fri May 11 10:49:15 CDT 2001 poseiden@leviathan.inethouston.net:/stripe1/compile/src/sys/compile/LEVIATHAN i386 >Description: Add missing demo >How-To-Repeat: >Fix: Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/math/ngraph/pkg-plist,v retrieving revision 1.4 diff -u -r1.4 pkg-plist --- pkg-plist 2000/07/03 03:30:13 1.4 +++ pkg-plist 2001/05/23 15:44:41 @@ -24,6 +24,7 @@ lib/Ngraph/demo/demo5c.ngp lib/Ngraph/demo/demo5d.ngp lib/Ngraph/demo/demo5e.ngp +lib/Ngraph/demo/encoding.ngp lib/Ngraph/fft lib/Ngraph/fft.nsc lib/Ngraph/fft.tcl >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 8:50:27 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2127237B422 for ; Wed, 23 May 2001 08:50:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4NFo5G23450; Wed, 23 May 2001 08:50:05 -0700 (PDT) (envelope-from gnats) Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id 1CC4B37B423; Wed, 23 May 2001 08:49:22 -0700 (PDT) (envelope-from poseiden@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id 2514810F410; Wed, 23 May 2001 10:49:24 -0500 (CDT) Message-Id: <20010523154924.2514810F410@leviathan.inethouston.net> Date: Wed, 23 May 2001 10:49:24 -0500 (CDT) From: dwcjr@inethouston.net Reply-To: dwcjr@inethouston.net To: FreeBSD-gnats-submit@freebsd.org Cc: olgeni@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27586: UPDATE security/nessus Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27586 >Category: ports >Synopsis: UPDATE security/nessus >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed May 23 08:50:03 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David W. Chapman Jr. >Release: FreeBSD 4.3-STABLE i386 >Organization: Raintree Network Services, Inc. >Environment: System: FreeBSD leviathan.inethouston.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Fri May 11 10:49:15 CDT 2001 poseiden@leviathan.inethouston.net:/stripe1/compile/src/sys/compile/LEVIATHAN i386 >Description: Add missing plugins dir >How-To-Repeat: >Fix: Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/security/nessus/pkg-plist,v retrieving revision 1.7 diff -u -r1.7 pkg-plist --- pkg-plist 2001/05/21 16:28:59 1.7 +++ pkg-plist 2001/05/23 15:48:34 @@ -12,5 +12,6 @@ sbin/nessusd @unexec rmdir %D/var/nessus 2>/dev/null || true @unexec rmdir %D/var 2>/dev/null || true +@unexec rmdir %D/lib/nessus/plugins 2>/dev/null || true @unexec rmdir %D/lib/nessus 2>/dev/null || true @unexec rmdir %D/etc/nessus 2>/dev/null || true >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 8:50:28 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7462437B424 for ; Wed, 23 May 2001 08:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4NFo3O23441; Wed, 23 May 2001 08:50:03 -0700 (PDT) (envelope-from gnats) Received: from updraft.jp.freebsd.org (updraft.jp.FreeBSD.ORG [210.157.158.42]) by hub.freebsd.org (Postfix) with ESMTP id 6ACCD37B422 for ; Wed, 23 May 2001 08:48:18 -0700 (PDT) (envelope-from matusita@jp.FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by updraft.jp.freebsd.org (8.11.3+3.4W/8.11.3) with ESMTP/inet id f4NFmE877248 for ; Thu, 24 May 2001 00:48:14 +0900 (JST) (envelope-from matusita@jp.FreeBSD.org) Message-Id: <20010524004756Q.matusita@jp.FreeBSD.org> Date: Thu, 24 May 2001 00:47:56 +0900 From: Makoto MATSUSHITA To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/27585: [MAINTAINER][PATCH] update ports/emulators/linux-vmware-toolbox to 2.0.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27585 >Category: ports >Synopsis: update ports/emulators/linux-vmware-toolbox to 2.0.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed May 23 08:50:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Makoto MATSUSHITA >Release: FreeBSD 5.0-CURRENT i386 >Organization: Japan FreeBSD Users' Group >Environment: Any 4-stable/5-current >Description: Current ports doesn't work under 5-current box, since this port uses 'vnconfig' to extract files from a floppy image. Using 'mdconfig' if under 5-current will fix this problem. VMware is updated to 2.0.4; regenerate MD5 checksum. >How-To-Repeat: (not relevant to this PR) >Fix: Apply a patch below. Index: Makefile =================================================================== RCS file: /pub/cvsup/FreeBSD.cvs/ports/emulators/linux-vmware-toolbox/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- Makefile 2001/01/06 18:28:47 1.4 +++ Makefile 2001/05/23 15:34:53 @@ -26,16 +26,23 @@ LINUX_FLP?= ${DISTDIR}/linux.flp MOUNT_PT?= ${WRKDIR}/mnt .if exists(${LINUX_FLP}) +.if ${OSVERSION} >= 500018 +DEV_ATTACH= /usr/sbin/mdconfig -a -t vnode -f ${LINUX_FLP} -u ${MOUNT_DEV} +DEV_DETACH= /usr/sbin/mdconfig -d -u ${MOUNT_DEV} +MOUNT_DEV?= md0 +.else +DEV_ATTACH= /usr/sbin/vnconfig -c ${MOUNT_DEV} ${LINUX_FLP} +DEV_DETACH= /usr/sbin/vnconfig -u ${MOUNT_DEV} MOUNT_DEV?= vn0 +.endif .else MOUNT_DEV?= fd0 .endif -VMWARE_VER= 2.0.3 -BUILD_VER= 799 +VMWARE_VER= 2.0.4 +BUILD_VER= 1142 MOUNT= /sbin/mount UMOUNT= /sbin/umount -VNCONFIG= /usr/sbin/vnconfig pre-fetch: @${ECHO} "========================================================================" @@ -57,14 +64,14 @@ -@${UMOUNT} ${MOUNT_PT} 2>&1 >/dev/null -@${UMOUNT} /dev/${MOUNT_DEV} 2>&1 >/dev/null .if exists(${LINUX_FLP}) - -@${VNCONFIG} -u /dev/r${MOUNT_DEV} 2>&1 >/dev/null - ${VNCONFIG} -c /dev/r${MOUNT_DEV} ${LINUX_FLP} + -@${DEV_DETACH} 2>&1 >/dev/null + ${DEV_ATTACH} .endif ${MOUNT} -t msdos -r /dev/${MOUNT_DEV} ${MOUNT_PT} ${CP} ${MOUNT_PT}/${DISTFILES} ${DISTDIR} ${UMOUNT} /dev/${MOUNT_DEV} .if exists(${LINUX_FLP}) - ${VNCONFIG} -u /dev/r${MOUNT_DEV} + ${DEV_DETACH} .endif .endif Index: distinfo =================================================================== RCS file: /pub/cvsup/FreeBSD.cvs/ports/emulators/linux-vmware-toolbox/distinfo,v retrieving revision 1.2 diff -u -r1.2 distinfo --- distinfo 2001/01/06 18:28:47 1.2 +++ distinfo 2001/05/23 14:29:31 @@ -1 +1 @@ -MD5 (vmware-linux-tools.tar.gz) = 65c4d975383fbcdbb6f92cbec6d59728 +MD5 (vmware-linux-tools.tar.gz) = f8b5dc7df50b19ea4a26c1c3e8b1f676 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 9: 0:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EEEB437B43E for ; Wed, 23 May 2001 09:00:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4NG05j25826; Wed, 23 May 2001 09:00:05 -0700 (PDT) (envelope-from gnats) Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id 1B87237B423; Wed, 23 May 2001 08:55:19 -0700 (PDT) (envelope-from poseiden@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id 478CB10F410; Wed, 23 May 2001 10:55:21 -0500 (CDT) Message-Id: <20010523155521.478CB10F410@leviathan.inethouston.net> Date: Wed, 23 May 2001 10:55:21 -0500 (CDT) From: dwcjr@inethouston.net Reply-To: dwcjr@inethouston.net To: FreeBSD-gnats-submit@freebsd.org Cc: will@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27587: UPDATE x11/kdelibs2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27587 >Category: ports >Synopsis: UPDATE x11/kdelibs2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed May 23 09:00:04 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David W. Chapman Jr. >Release: FreeBSD 4.3-STABLE i386 >Organization: Raintree Network Services, Inc. >Environment: System: FreeBSD leviathan.inethouston.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Fri May 11 10:49:15 CDT 2001 poseiden@leviathan.inethouston.net:/stripe1/compile/src/sys/compile/LEVIATHAN i386 >Description: Add missing dirs to pkg-plist >How-To-Repeat: >Fix: Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/x11/kdelibs2/pkg-plist,v retrieving revision 1.33 diff -u -r1.33 pkg-plist --- pkg-plist 2001/05/08 06:57:25 1.33 +++ pkg-plist 2001/05/23 15:54:38 @@ -2426,6 +2426,7 @@ @dirrm share/icons/hicolor/32x32/filesystems @dirrm share/icons/hicolor/32x32/actions/kde @dirrm share/icons/hicolor/32x32/actions +@dirrm share/icons/hicolor/32x32 @dirrm share/icons/hicolor/22x22/actions/kde @dirrm share/icons/hicolor/22x22/actions @dirrm share/icons/hicolor/16x16/mimetypes @@ -2522,6 +2523,7 @@ @dirrm share/apps/khtml @dirrm share/apps/kdeui/pics @dirrm share/apps/kdeui +@dirrm share/apps/kab/pics @dirrm share/apps/kab @dirrm share/apps/LICENSES @dirrm share/apps >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 9: 0:19 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 14DD637B43F for ; Wed, 23 May 2001 09:00:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4NG06E25835; Wed, 23 May 2001 09:00:06 -0700 (PDT) (envelope-from gnats) Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id AD99437B423 for ; Wed, 23 May 2001 08:59:38 -0700 (PDT) (envelope-from poseiden@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id BF3FC10F410; Wed, 23 May 2001 10:59:40 -0500 (CDT) Message-Id: <20010523155940.BF3FC10F410@leviathan.inethouston.net> Date: Wed, 23 May 2001 10:59:40 -0500 (CDT) From: dwcjr@inethouston.net Reply-To: dwcjr@inethouston.net To: FreeBSD-gnats-submit@freebsd.org Cc: e-devil@e-devil.org X-Send-Pr-Version: 3.113 Subject: ports/27588: UPDATE x11-wm/fvwm-themes Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27588 >Category: ports >Synopsis: UPDATE x11-wm/fvwm-themes >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed May 23 09:00:05 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David W. Chapman Jr. >Release: FreeBSD 4.3-STABLE i386 >Organization: Raintree Network Services, Inc. >Environment: System: FreeBSD leviathan.inethouston.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Fri May 11 10:49:15 CDT 2001 poseiden@leviathan.inethouston.net:/stripe1/compile/src/sys/compile/LEVIATHAN i386 >Description: Add missing files/links to pkg-plist >How-To-Repeat: >Fix: Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/x11-wm/fvwm-themes/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- pkg-plist 2001/04/07 07:52:31 1.1 +++ pkg-plist 2001/05/23 15:58:44 @@ -68,8 +68,10 @@ share/fvwm/themes/awol/menustyle share/fvwm/themes/awol/buttons share/fvwm/themes/awol/colors +share/fvwm/themes/awol/images/16x16 share/fvwm/themes/awol/images/background/bckgnd3.xpm share/fvwm/themes/awol/images/background/bckgnd1.xpm +share/fvwm/themes/awol/images/bar share/fvwm/themes/awol/images/module/Pinky.xpm share/fvwm/themes/awol/images/module/fvwm3.xpm share/fvwm/themes/awol/images/module/isn_next.xpm >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 9:10:14 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C16B037B43F for ; Wed, 23 May 2001 09:10:12 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4NGACY30780; Wed, 23 May 2001 09:10:12 -0700 (PDT) (envelope-from gnats) Date: Wed, 23 May 2001 09:10:12 -0700 (PDT) Message-Id: <200105231610.f4NGACY30780@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Steve Coltrin Subject: Re: ports/27579: UPDATE print/sgf2tex: MAINTAINER concurs, with edit Reply-To: Steve Coltrin Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/27579; it has been noted by GNATS. From: Steve Coltrin To: freebsd-gnats-submit@FreeBSD.org, dwcjr@inethouston.net Cc: Subject: Re: ports/27579: UPDATE print/sgf2tex: MAINTAINER concurs, with edit Date: Wed, 23 May 2001 09:04:45 -0700 Maintainer concurs; please patch as follows and commit: --- pkg-plist.orig Wed May 23 09:01:58 2001 +++ pkg-plist Wed May 23 09:02:12 2001 @@ -1,5 +1,6 @@ bin/sgf2tex bin/sgfsplit +share/doc/sgf2tex.dvi share/texmf/fonts/tfm/gobl.tfm share/texmf/fonts/tfm/goea.tfm share/texmf/fonts/tfm/goeb.tfm To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 9:20:18 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8A18F37B42C for ; Wed, 23 May 2001 09:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4NGK2i40830; Wed, 23 May 2001 09:20:02 -0700 (PDT) (envelope-from gnats) Received: from bc17952.bendcable.com (bc17952.bendcable.com [216.228.179.52]) by hub.freebsd.org (Postfix) with ESMTP id 9336937B422 for ; Wed, 23 May 2001 09:11:44 -0700 (PDT) (envelope-from jesse@bc17952.bendcable.com) Received: (from jesse@localhost) by bc17952.bendcable.com (8.11.3/8.11.1) id f4NGBrx74395; Wed, 23 May 2001 09:11:53 -0700 (PDT) (envelope-from jesse) Message-Id: <200105231611.f4NGBrx74395@bc17952.bendcable.com> Date: Wed, 23 May 2001 09:11:53 -0700 (PDT) From: jesse@bc17952.bendcable.com Reply-To: jesse_mcconnell@hotmail.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27589: New Port devel/p5-Log-Agent Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27589 >Category: ports >Synopsis: New Port devel/p5-Log-Agent >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed May 23 09:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Jesse McConnell >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD bc17952 4.3-STABLE FreeBSD 4.3-STABLE #3: Tue May 1 10:33:10 PDT 2001 root@bc17952:/usr/obj/usr/src/sys/JAMMERWOCK i386 >Description: New Port devel/p5-Log-Agent >How-To-Repeat: n/a >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # p5-Log-Agent # p5-Log-Agent/Makefile # p5-Log-Agent/distinfo # p5-Log-Agent/pkg-comment # p5-Log-Agent/pkg-descr # p5-Log-Agent/pkg-plist # echo c - p5-Log-Agent mkdir -p p5-Log-Agent > /dev/null 2>&1 echo x - p5-Log-Agent/Makefile sed 's/^X//' >p5-Log-Agent/Makefile << 'END-of-p5-Log-Agent/Makefile' X# New ports collection makefile for: p5-Net-Server X# Date created: 24 Apr 2001 X# Whom: Jesse McConnell X# X# $FreeBSD: ports/net/p5-Net-Server/Makefile,v 1.1 2001/05/11 16:01:24 vanilla Exp $ X# X XPORTNAME= Log-Agent XPORTVERSION= 0.2.8 XCATEGORIES= devel perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Log XPKGNAMEPREFIX= p5- X XMAINTAINER= jesse_mcconnell@hotmail.com X XPERL_CONFIGURE= yes X XMANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} XMAN3= Log::Agent.3 \ X Log::Agent::Tag_List.3 \ X Log::Agent::Tag::Callback.3 \ X Log::Agent::Channel.3 \ X Log::Agent::Driver::File.3 \ X Log::Agent::Tag.3 \ X Log::Agent::Driver::Syslog.3 \ X Log::Agent::Tag::Caller.3 \ X Log::Agent::Driver::Default.3 \ X Log::Agent::Tag::String.3 \ X Log::Agent::Stamping.3 \ X Log::Agent::Message.3 \ X Log::Agent::Channel::File.3 \ X Log::Agent::Channel::Syslog.3 \ X Log::Agent::Driver::Silent.3 \ X Log::Agent::Priorities.3 \ X Log::Agent::Driver.3 \ X Log::Agent::Tag::Priority.3 \ X Log::Agent::Channel::Handle.3 \ X Log::Agent::Driver::Datum.3 \ X Log::Agent::File::Native.3 X X.include END-of-p5-Log-Agent/Makefile echo x - p5-Log-Agent/distinfo sed 's/^X//' >p5-Log-Agent/distinfo << 'END-of-p5-Log-Agent/distinfo' XMD5 (Log-Agent-0.2.8.tar.gz) = fc59762caba048c5cbff9b5ba2f4b7dc END-of-p5-Log-Agent/distinfo echo x - p5-Log-Agent/pkg-comment sed 's/^X//' >p5-Log-Agent/pkg-comment << 'END-of-p5-Log-Agent/pkg-comment' XA set of perl modules that allows you to enhance logging capabilities END-of-p5-Log-Agent/pkg-comment echo x - p5-Log-Agent/pkg-descr sed 's/^X//' >p5-Log-Agent/pkg-descr << 'END-of-p5-Log-Agent/pkg-descr' XThe Log::Agent module provides an abstract layer for logging and tracing, which Xis independant from the actual method used to physically perform those Xactivities. It acts as an agent (hence the name) that collects the requests and Xdelegates processing to a sublayer: the logging driver. X XThe Log::Agent module is meant to be used in all reusable components, since Xthey cannot know in advance how the application which ends up using them will Xperform its logging activities: either by emitting messages on stdout and Xerrors on stderr, or by directing messages to logfiles, or by using syslog(3). X XThe logging interface is common for all the logging drivers, and is therefore Xthe result of a compromise between many logging schemes: any information given Xat this level must be either handled by all drivers, or may be ignored Xdepending on the application's final choice. X XWARNING: THIS INTERFACE IS STILL SOMEWHAT ALPHA AND COULD STILL CHANGE XDEPENDING ON THE FEEDBACK THE AUTHOR RECIEVES, WITHOUT ANY BACKWARD XCOMPATIBILITY ASSURANCE. X XAuthor: Raphael Manfredi END-of-p5-Log-Agent/pkg-descr echo x - p5-Log-Agent/pkg-plist sed 's/^X//' >p5-Log-Agent/pkg-plist << 'END-of-p5-Log-Agent/pkg-plist' Xlib/perl5/site_perl/%%PERL_VER%%/Log/Agent/Tag_List.pm Xlib/perl5/site_perl/%%PERL_VER%%/Log/Agent/Tag/Callback.pm Xlib/perl5/site_perl/%%PERL_VER%%/Log/Agent/Tag/Caller.pm Xlib/perl5/site_perl/%%PERL_VER%%/Log/Agent/Tag/String.pm Xlib/perl5/site_perl/%%PERL_VER%%/Log/Agent/Tag/Priority.pm Xlib/perl5/site_perl/%%PERL_VER%%/Log/Agent/Tag.pm Xlib/perl5/site_perl/%%PERL_VER%%/Log/Agent/Channel.pm Xlib/perl5/site_perl/%%PERL_VER%%/Log/Agent/File_Pool.pm Xlib/perl5/site_perl/%%PERL_VER%%/Log/Agent/Driver/File.pm Xlib/perl5/site_perl/%%PERL_VER%%/Log/Agent/Formatting.pm Xlib/perl5/site_perl/%%PERL_VER%%/Log/Agent/Driver/Syslog.pm Xlib/perl5/site_perl/%%PERL_VER%%/Log/Agent/Driver/Default.pm Xlib/perl5/site_perl/%%PERL_VER%%/Log/Agent/Stamping.pm Xlib/perl5/site_perl/%%PERL_VER%%/Log/Agent/Message.pm Xlib/perl5/site_perl/%%PERL_VER%%/Log/Agent/Prefixer.pm Xlib/perl5/site_perl/%%PERL_VER%%/Log/Agent/Channel/File.pm Xlib/perl5/site_perl/%%PERL_VER%%/Log/Agent/Channel/Syslog.pm Xlib/perl5/site_perl/%%PERL_VER%%/Log/Agent/Priorities.pm Xlib/perl5/site_perl/%%PERL_VER%%/Log/Agent/Driver/Silent.pm Xlib/perl5/site_perl/%%PERL_VER%%/Log/Agent/Driver.pm Xlib/perl5/site_perl/%%PERL_VER%%/Log/Agent.pm Xlib/perl5/site_perl/%%PERL_VER%%/Log/Agent/Channel/Handle.pm Xlib/perl5/site_perl/%%PERL_VER%%/Log/Agent/File/Native.pm Xlib/perl5/site_perl/%%PERL_VER%%/Log/Agent/Driver/Datum.pm Xlib/perl5/site_perl/%%PERL_VER%%/auto/Log/Agent/Priorities/prio_from_level.al Xlib/perl5/site_perl/%%PERL_VER%%/auto/Log/Agent/Priorities/level_from_prio.al Xlib/perl5/site_perl/%%PERL_VER%%/auto/Log/Agent/Priorities/priority_level.al Xlib/perl5/site_perl/%%PERL_VER%%/auto/Log/Agent/Priorities/autosplit.ix Xlib/perl5/site_perl/%%PERL_VER%%/auto/Log/Agent/logconfig.al Xlib/perl5/site_perl/%%PERL_VER%%/auto/Log/Agent/inited.al Xlib/perl5/site_perl/%%PERL_VER%%/auto/Log/Agent/DATUM_is_here.al Xlib/perl5/site_perl/%%PERL_VER%%/auto/Log/Agent/log_default.al Xlib/perl5/site_perl/%%PERL_VER%%/auto/Log/Agent/logconfess.al Xlib/perl5/site_perl/%%PERL_VER%%/auto/Log/Agent/logcroak.al Xlib/perl5/site_perl/%%PERL_VER%%/auto/Log/Agent/logxcroak.al Xlib/perl5/site_perl/%%PERL_VER%%/auto/Log/Agent/logdie.al Xlib/perl5/site_perl/%%PERL_VER%%/auto/Log/Agent/logerr.al Xlib/perl5/site_perl/%%PERL_VER%%/auto/Log/Agent/logcarp.al Xlib/perl5/site_perl/%%PERL_VER%%/auto/Log/Agent/logxcarp.al Xlib/perl5/site_perl/%%PERL_VER%%/auto/Log/Agent/logwarn.al Xlib/perl5/site_perl/%%PERL_VER%%/auto/Log/Agent/logsay.al Xlib/perl5/site_perl/%%PERL_VER%%/auto/Log/Agent/logtrc.al Xlib/perl5/site_perl/%%PERL_VER%%/auto/Log/Agent/logdbg.al Xlib/perl5/site_perl/%%PERL_VER%%/auto/Log/Agent/logtags.al Xlib/perl5/site_perl/%%PERL_VER%%/auto/Log/Agent/logwrite.al Xlib/perl5/site_perl/%%PERL_VER%%/auto/Log/Agent/bug.al Xlib/perl5/site_perl/%%PERL_VER%%/auto/Log/Agent/prio_tag.al Xlib/perl5/site_perl/%%PERL_VER%%/auto/Log/Agent/autosplit.ix Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Log/Agent/.packlist X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Log/Agent X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Log 2>/dev/null || true X@dirrm lib/perl5/site_perl/%%PERL_VER%%/Log/Agent/Channel X@dirrm lib/perl5/site_perl/%%PERL_VER%%/Log/Agent/Driver X@dirrm lib/perl5/site_perl/%%PERL_VER%%/Log/Agent/File X@dirrm lib/perl5/site_perl/%%PERL_VER%%/Log/Agent/Tag X@dirrm lib/perl5/site_perl/%%PERL_VER%%/Log/Agent X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Log 2>/dev/null || true X END-of-p5-Log-Agent/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 Wed May 23 9:22: 4 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3DC5E37B422; Wed, 23 May 2001 09:22:02 -0700 (PDT) (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4NGM2O44049; Wed, 23 May 2001 09:22:02 -0700 (PDT) (envelope-from olgeni) Date: Wed, 23 May 2001 09:22:02 -0700 (PDT) From: Message-Id: <200105231622.f4NGM2O44049@freefall.freebsd.org> To: olgeni@FreeBSD.org, freebsd-ports@FreeBSD.org, olgeni@FreeBSD.org Subject: Re: ports/27586: UPDATE security/nessus Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: UPDATE security/nessus Responsible-Changed-From-To: freebsd-ports->olgeni Responsible-Changed-By: olgeni Responsible-Changed-When: Wed May 23 09:21:34 PDT 2001 Responsible-Changed-Why: My port. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27586 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 9:42:59 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6D70A37B42C; Wed, 23 May 2001 09:42:58 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4NGgwE79364; Wed, 23 May 2001 09:42:58 -0700 (PDT) (envelope-from ijliao) Date: Wed, 23 May 2001 09:42:58 -0700 (PDT) From: Message-Id: <200105231642.f4NGgwE79364@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, jim@FreeBSD.org Subject: Re: ports/27573: The port of ascd dumped core Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: The port of ascd dumped core Responsible-Changed-From-To: freebsd-ports->jim Responsible-Changed-By: ijliao Responsible-Changed-When: Wed May 23 09:42:23 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27573 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 9:44: 0 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6A48C37B423; Wed, 23 May 2001 09:43:58 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4NGhwM81197; Wed, 23 May 2001 09:43:58 -0700 (PDT) (envelope-from ijliao) Date: Wed, 23 May 2001 09:43:58 -0700 (PDT) From: Message-Id: <200105231643.f4NGhwM81197@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, obrien@FreeBSD.org Subject: Re: ports/27577: UPDATE security/super Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: UPDATE security/super Responsible-Changed-From-To: freebsd-ports->obrien Responsible-Changed-By: ijliao Responsible-Changed-When: Wed May 23 09:43:43 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27577 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 9:45: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4681837B424; Wed, 23 May 2001 09:45:06 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4NGj6H82780; Wed, 23 May 2001 09:45:06 -0700 (PDT) (envelope-from ijliao) Date: Wed, 23 May 2001 09:45:06 -0700 (PDT) From: Message-Id: <200105231645.f4NGj6H82780@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, dbaker@FreeBSD.org Subject: Re: ports/27581: UPDATE misc/proxyper Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: UPDATE misc/proxyper Responsible-Changed-From-To: freebsd-ports->dbaker Responsible-Changed-By: ijliao Responsible-Changed-When: Wed May 23 09:44:35 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27581 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 9:49:16 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3616D37B50D; Wed, 23 May 2001 09:49:10 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4NGnA391119; Wed, 23 May 2001 09:49:10 -0700 (PDT) (envelope-from ijliao) Date: Wed, 23 May 2001 09:49:10 -0700 (PDT) From: Message-Id: <200105231649.f4NGnA391119@freefall.freebsd.org> To: dwcjr@inethouston.net, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27582: MAINTAINER UPDATE mail/postfix-current Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: MAINTAINER UPDATE mail/postfix-current State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Wed May 23 09:48:51 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27582 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 9:49:59 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 96B6637B422; Wed, 23 May 2001 09:49:56 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4NGnu192645; Wed, 23 May 2001 09:49:56 -0700 (PDT) (envelope-from ijliao) Date: Wed, 23 May 2001 09:49:56 -0700 (PDT) From: Message-Id: <200105231649.f4NGnu192645@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, sanpei@FreeBSD.org Subject: Re: ports/27584: UPDATE math/ngraph Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: UPDATE math/ngraph Responsible-Changed-From-To: freebsd-ports->sanpei Responsible-Changed-By: ijliao Responsible-Changed-When: Wed May 23 09:49:38 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27584 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 9:50: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 01A5E37B42C for ; Wed, 23 May 2001 09:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4NGo1w92799; Wed, 23 May 2001 09:50:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7072E37B43E for ; Wed, 23 May 2001 09:42:58 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4NGgwQ79363; Wed, 23 May 2001 09:42:58 -0700 (PDT) (envelope-from nobody) Message-Id: <200105231642.f4NGgwQ79363@freefall.freebsd.org> Date: Wed, 23 May 2001 09:42:58 -0700 (PDT) From: jlp@flipdog.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/27590: dependancy chain not being followed Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27590 >Category: ports >Synopsis: dependancy chain not being followed >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed May 23 09:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Jan L. Peterson >Release: 4.2-STABLE >Organization: FlipDog.com >Environment: FreeBSD aurora.corp.flipdog.com 4.2-STABLE FreeBSD 4.2-STABLE #2: Thu Feb 15 12:57:42 MST 2001 root@aurora.corp.flipdog.com:/usr/src/sys/compile/AURORA i386 >Description: While trying to build www/mozilla, the build failed. It was trying to build a dependancy (graphics/libmng), but couldn't. It appears that graphics/libmng depends on graphics/lcms, and the libmng port does define that dependancy, but when the dependencies are followed from the mozilla build, it doesn't appear to pick up the fact that lcms is also needed. >How-To-Repeat: On a system that does not have graphics/lcms or graphics/libmng installed, cd /usr/ports/www/mozilla and type "make". You will note that it correctly detects that it needs to go build graphics/libmng, and it proceeds to do so, but the build of libmng does not correctly detect that it needs graphics/lcms, so it fails. >Fix: Not a fix, but a workaround, build graphics/lcms first, then do the mozilla build. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 9:51:39 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5E33937B423; Wed, 23 May 2001 09:51:37 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4NGpbM95053; Wed, 23 May 2001 09:51:37 -0700 (PDT) (envelope-from ijliao) Date: Wed, 23 May 2001 09:51:37 -0700 (PDT) From: Message-Id: <200105231651.f4NGpbM95053@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, will@FreeBSD.org Subject: Re: ports/27587: UPDATE x11/kdelibs2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: UPDATE x11/kdelibs2 Responsible-Changed-From-To: freebsd-ports->will Responsible-Changed-By: ijliao Responsible-Changed-When: Wed May 23 09:51:11 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27587 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 10: 0:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 45A8837B42C for ; Wed, 23 May 2001 10:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4NH02K11871; Wed, 23 May 2001 10:00:02 -0700 (PDT) (envelope-from gnats) Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id 7CAC337B422 for ; Wed, 23 May 2001 09:55:14 -0700 (PDT) (envelope-from poseiden@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id DC3B610F411; Wed, 23 May 2001 11:55:16 -0500 (CDT) Message-Id: <20010523165516.DC3B610F411@leviathan.inethouston.net> Date: Wed, 23 May 2001 11:55:16 -0500 (CDT) From: dwcjr@inethouston.net Reply-To: dwcjr@inethouston.net To: FreeBSD-gnats-submit@freebsd.org Cc: mark@kyne.com.au X-Send-Pr-Version: 3.113 Subject: ports/27591: UPDATE net/corkscrew Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27591 >Category: ports >Synopsis: UPDATE net/corkscrew >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed May 23 10:00:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David W. Chapman Jr. >Release: FreeBSD 4.3-STABLE i386 >Organization: Raintree Network Services, Inc. >Environment: System: FreeBSD leviathan.inethouston.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Fri May 11 10:49:15 CDT 2001 poseiden@leviathan.inethouston.net:/stripe1/compile/src/sys/compile/LEVIATHAN i386 >Description: Update to 1.4, update distinfo >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/corkscrew/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- Makefile 2001/04/17 18:10:48 1.1 +++ Makefile 2001/05/23 16:53:27 @@ -6,7 +6,7 @@ # PORTNAME= corkscrew -PORTVERSION= 1.3 +PORTVERSION= 1.4 CATEGORIES= net MASTER_SITES= http://www.agroman.net/corkscrew/ Index: distinfo =================================================================== RCS file: /home/ncvs/ports/net/corkscrew/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- distinfo 2001/04/17 18:10:48 1.1 +++ distinfo 2001/05/23 16:53:27 @@ -1 +1 @@ -MD5 (corkscrew-1.3.tar.gz) = c61f469224ac97ed231e355ea671afd8 +MD5 (corkscrew-1.4.tar.gz) = 948d1c97029011f78e034a55feef9a58 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 10: 8: 1 2001 Delivered-To: freebsd-ports@freebsd.org Received: from shumai.marcuscom.com (rdu26-228-058.nc.rr.com [66.26.228.58]) by hub.freebsd.org (Postfix) with ESMTP id C2A7837B424; Wed, 23 May 2001 10:07:41 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from localhost (marcus@localhost) by shumai.marcuscom.com (8.11.3/8.11.3) with ESMTP id f4NH7fw96827; Wed, 23 May 2001 13:07:42 -0400 (EDT) (envelope-from marcus@marcuscom.com) X-Authentication-Warning: shumai.marcuscom.com: marcus owned process doing -bs Date: Wed, 23 May 2001 13:07:41 -0400 (EDT) From: Joe Clarke To: Cc: , , Subject: Patches to pkg_info Message-ID: <20010523130009.F96799-400000@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-105066685-990637340=:96799" Content-ID: <20010523130222.B96799@shumai.marcuscom.com> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. Send mail to mime@docserver.cac.washington.edu for more info. --0-105066685-990637340=:96799 Content-Type: TEXT/PLAIN; CHARSET=US-ASCII Content-ID: <20010523130222.A96799@shumai.marcuscom.com> Here are some patches to the current version of pkg_info that add on to Garrett's which code. When the -g option is specified with the -W option, the files MD5 checksum will also be checked. This is similar to Solaris' pkgchk command. This compliments the way the -g option works on packages, by extending the option to individual files. I have tested this on FreeBSD 4.3. > pkg_info -g -W gmake /usr/local/bin/gmake was installed by package gmake-3.79.1 Expected MD5 checksum: 0b8c0582b07a3eb8a8dd9fdd93ea71c8 MD5 checksum matches. Thanks. Joe Clarke --0-105066685-990637340=:96799 Content-Type: TEXT/PLAIN; CHARSET=US-ASCII; NAME="perform.c.patch" Content-Transfer-Encoding: BASE64 Content-ID: <20010523130220.F96799@shumai.marcuscom.com> Content-Description: Content-Disposition: ATTACHMENT; FILENAME="perform.c.patch" LS0tIHBlcmZvcm0uYy5vcmlnCVdlZCBNYXkgMjMgMTI6MTE6MjQgMjAwMQ0K KysrIHBlcmZvcm0uYwlXZWQgTWF5IDIzIDEyOjEzOjQ3IDIwMDENCkBAIC0y Niw2ICsyNiw3IEBADQogI2luY2x1ZGUgImxpYi5oIg0KICNpbmNsdWRlICJp bmZvLmgiDQogI2luY2x1ZGUgPGVyci5oPg0KKyNpbmNsdWRlIDxtZDUuaD4N CiAjaW5jbHVkZSA8c2lnbmFsLmg+DQogDQogc3RhdGljIGludCBwa2dfZG8o Y2hhciAqKTsNCkBAIC0zOTEsNiArMzkyLDEyIEBADQogCQkJICAgICAgd3At PnBhY2thZ2UsIGluc3RhbGxlZFtpXSwgd3AtPmZpbGUpOw0KIAkJICAgIH0g ZWxzZSB7DQogCQkJc3RybGNweSh3cC0+cGFja2FnZSwgaW5zdGFsbGVkW2ld LCBQQVRIX01BWCk7DQorCQkJLyogQWRkIGNvZGUgdG8gY2hlY2sgZm9yIGZp bGUncyBNRDUgY2hlY2tzdW0gKi8NCisJCQlpZiAoKEZsYWdzICYgU0hPV19D S1NVTSkgJiYgaXRyLT5uZXh0ICYmIA0KKwkJCQlpdHItPm5leHQtPnR5cGUg PT0gUExJU1RfQ09NTUVOVCAmJiANCisJCQkJIXN0cm5jbXAoaXRyLT5uZXh0 LT5uYW1lLCAiTUQ1OiIsIDQpKSB7DQorCQkJICAgIHN0cmxjcHkod3AtPm1k NSwgKGl0ci0+bmV4dC0+bmFtZSArIDQpLCAzMyk7DQorCQkJfQ0KIAkJICAg IH0NCiAJCX0NCiAJICAgIH0NCkBAIC00MDUsNiArNDEyLDIxIEBADQogCSAg ICBlbHNlDQogCQlwcmludGYoIiVzIHdhcyBpbnN0YWxsZWQgYnkgcGFja2Fn ZSAlc1xuIiwgXA0KIAkJICAgICAgIHdwLT5maWxlLCB3cC0+cGFja2FnZSk7 DQorCSAgICBpZiAoRmxhZ3MgJiBTSE9XX0NLU1VNKSB7DQorCQkvKiBJZiBW ZXJib3NlLCBjaGVjayB0aGUgaW5zdGFsbGVkIGZpbGVzIE1ENSBjaGVja3N1 bQ0KKwkJICAgYWdhaW5zdCB0aGUgY2hlY2tzdW0gaW4gdGhlICtDT05URU5U UyBmaWxlLiAqLw0KKwkJY2hhciAqY3AsIGJ1ZlszM107DQorDQorCQlwcmlu dGYoIkV4cGVjdGVkIE1ENSBjaGVja3N1bTogJXNcbiIsIHdwLT5tZDUpOw0K KwkJaWYgKChjcCA9IE1ENUZpbGUod3AtPmZpbGUsIGJ1ZikpICE9IE5VTEwp IHsNCisJCSAgICBpZiAoc3RybmNtcChjcCwgd3AtPm1kNSwgMzMpKSB7DQor CQkJcHJpbnRmKCJNRDUgY2hlY2tzdW0gZG9lcyBub3QgbWF0Y2ghXG4iKTsN CisJCSAgICB9DQorCQkgICAgZWxzZSB7DQorCQkJcHJpbnRmKCJNRDUgY2hl Y2tzdW0gbWF0Y2hlcy5cbiIpOw0KKwkJICAgIH0NCisJCX0NCisJICAgIH0N CiAJfQ0KICAgICB9DQogICAgIHdoaWxlICghVEFJTFFfRU1QVFkod2hpY2hf bGlzdCkpIHsNCg== --0-105066685-990637340=:96799 Content-Type: TEXT/PLAIN; CHARSET=US-ASCII; NAME="info.h.patch" Content-Transfer-Encoding: BASE64 Content-ID: <20010523130220.C96799@shumai.marcuscom.com> Content-Description: Content-Disposition: ATTACHMENT; FILENAME="info.h.patch" LS0tIGluZm8uaC5vcmlnCVN1biBNYXkgMjAgMDA6MTI6NDYgMjAwMQ0KKysr IGluZm8uaAlTdW4gTWF5IDIwIDAwOjA1OjQ2IDIwMDENCkBAIC01Myw2ICs1 Myw3IEBADQogICAgIFRBSUxRX0VOVFJZKHdoaWNoX2VudHJ5KSBuZXh0Ow0K ICAgICBjaGFyIGZpbGVbUEFUSF9NQVhdOw0KICAgICBjaGFyIHBhY2thZ2Vb UEFUSF9NQVhdOw0KKyAgICBjaGFyIG1kNVszM107DQogICAgIEJvb2xlYW4g c2tpcDsNCiB9Ow0KIFRBSUxRX0hFQUQod2hpY2hfaGVhZCwgd2hpY2hfZW50 cnkpOw0K --0-105066685-990637340=:96799 Content-Type: TEXT/PLAIN; CHARSET=US-ASCII; NAME="pkg_info.1.patch" Content-Transfer-Encoding: BASE64 Content-ID: <20010523130702.H96799@shumai.marcuscom.com> Content-Description: Content-Disposition: ATTACHMENT; FILENAME="pkg_info.1.patch" LS0tIHBrZ19pbmZvLjEub3JpZwlXZWQgTWF5IDIzIDEyOjExOjI0IDIwMDEN CisrKyBwa2dfaW5mby4xCVdlZCBNYXkgMjMgMTM6MDM6MjcgMjAwMQ0KQEAg LTEwNiwxNCArMTA2LDE5IEBADQogLk5tDQogYXV0b21hdGljYWxseSBleHBh bmRzIHNoZWxsIGdsb2IgcGF0dGVybnMgaW4gdGhlDQogLkFyIHBrZy1uYW1l ICkgLg0KLS5JdCBGbCBXDQorLkl0IEZsIFcgQXIgZmlsZW5hbWUNCiBGb3Ig dGhlIHNwZWNpZmllZA0KIC5BciBmaWxlbmFtZQ0KIGFyZ3VtZW50IHNob3cg d2hpY2ggcGFja2FnZSBpdCBiZWxvbmdzIHRvLiAgSWYgdGhlIGZpbGUgaXMg bm90IGluIHRoZQ0KIGN1cnJlbnQgZGlyZWN0b3J5LCBhbmQgZG9lcyBub3Qg aGF2ZSBhbiBhYnNvbHV0ZSBwYXRoLCB0aGVuIHRoZSANCiAuRXYgUEFUSA0K IGlzIHNlYXJjaGVkIHVzaW5nDQotLlhyIHdoaWNoIDEgLg0KKy5YciB3aGlj aCAxIC4gIA0KK1doZW4gdGhlDQorLkZsIGcNCithcmd1bWVudCBpcyBhbHNv IHNwZWNpZmllZCwgdGhlIG1kNSBjaGVja3N1bSB3aWxsIGJlIGNhbGN1bGF0 ZWQgZm9yDQorLkFyIGZpbGVuYW1lDQorYW5kIGNvbXBhcmVkIGFnYWluc3Qg dGhlIGV4cGVjdGVkIHZhbHVlLg0KIC5JdCBGbCB4DQogVHJlYXQgdGhlDQog LkFyIHBrZy1uYW1lDQo= --0-105066685-990637340=:96799-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 10:10: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 72A5337B423 for ; Wed, 23 May 2001 10:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4NHA1s30427; Wed, 23 May 2001 10:10:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AFA3637B422 for ; Wed, 23 May 2001 10:01:54 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4NH1su14573; Wed, 23 May 2001 10:01:54 -0700 (PDT) (envelope-from nobody) Message-Id: <200105231701.f4NH1su14573@freefall.freebsd.org> Date: Wed, 23 May 2001 10:01:54 -0700 (PDT) From: perky@python.or.kr To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/27592: New port: py-soap Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27592 >Category: ports >Synopsis: New port: py-soap >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed May 23 10:10:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Chang, Hye-Shik >Release: FreeBSD 4.3 >Organization: Yonsei University >Environment: FreeBSD free.yonsei.ac.kr 4.3-STABLE FreeBSD 4.3-STABLE #0: Sat May 12 18:17:07 KST 2001 root@free.yonsei.ac.kr:/usr/src/sys/compile/RYOKO i386 >Description: a python library that implements SOAP 1.1 protocol. WWW: http://www.pythonware.com/products/soap/ thank you :) >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # py-soap # py-soap/distinfo # py-soap/Makefile # py-soap/pkg-comment # py-soap/pkg-descr # py-soap/pkg-plist # echo c - py-soap mkdir -p py-soap > /dev/null 2>&1 echo x - py-soap/distinfo sed 's/^X//' >py-soap/distinfo << 'END-of-py-soap/distinfo' XMD5 (soaplib-0.8-20000621.zip) = 090584b9c5692c3c9f38f2ef98fd71f9 END-of-py-soap/distinfo echo x - py-soap/Makefile sed 's/^X//' >py-soap/Makefile << 'END-of-py-soap/Makefile' X# New ports collection makefile for: py-soap X# Date created: 24 May 2001 X# Whom: Hye-Shik Chang X# X# $FreeBSD$ X# X XPORTNAME= soap XPORTVERSION= 0.8 XCATEGORIES= net python XMASTER_SITES= http://www.pythonware.com/downloads/ XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} XDISTNAME= ${PORTNAME}lib-${PORTVERSION}-${PORTRELDATE} X XMAINTAINER= perky@python.or.kr X XPORTRELDATE= 20000621 XUSE_PYTHON= yes XUSE_ZIP= yes XEXTRACT_BEFORE_ARGS= -qa XNO_WRKSUBDIR= yes XNO_BUILD= yes X XPLIST_SUB+= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S/^${LOCALBASE}\///g} \ X SHARE_SUBDIR=${SHARE_SUBDIR} XSHARE_SUBDIR= ${PKGNAMEPREFIX}${PORTNAME} X XDOC_FILES= ANNOUNCE README XLIB_FILES= soaplib.py soaplib.pyc soapserver.py XEXAMPLE_FILES= test1.py test2.py test3.py X Xdo-install: X.if !defined(NOPORTDOCS) X ${MKDIR} ${PREFIX}/share/doc/${SHARE_SUBDIR} X cd ${WRKSRC} && ${INSTALL_DATA} ${DOC_FILES} ${PREFIX}/share/doc/${SHARE_SUBDIR} X ${MKDIR} ${PREFIX}/share/examples/${SHARE_SUBDIR} X cd ${WRKSRC} && ${INSTALL_DATA} ${EXAMPLE_FILES} ${PREFIX}/share/examples/${SHARE_SUBDIR} X.endif X ${MKDIR} ${PYTHON_SITELIBDIR} X cd ${WRKSRC} && ${INSTALL_DATA} ${LIB_FILES} ${PYTHON_SITELIBDIR} X X.include END-of-py-soap/Makefile echo x - py-soap/pkg-comment sed 's/^X//' >py-soap/pkg-comment << 'END-of-py-soap/pkg-comment' XPython library that implements the SOAP 1.1 END-of-py-soap/pkg-comment echo x - py-soap/pkg-descr sed 's/^X//' >py-soap/pkg-descr << 'END-of-py-soap/pkg-descr' XThis is a Python library which implements SOAP 1.1. Xsoaplib.py is copyrighted by Secret Labs., Xbut can be used without fee. This also applies to Xcommercial applications. X XWWW: http://www.pythonware.com/products/soap/ END-of-py-soap/pkg-descr echo x - py-soap/pkg-plist sed 's/^X//' >py-soap/pkg-plist << 'END-of-py-soap/pkg-plist' X%%PYTHON_SITELIBDIR%%/soaplib.py X%%PYTHON_SITELIBDIR%%/soaplib.pyc X%%PYTHON_SITELIBDIR%%/soapserver.py X%%PORTDOCS%%share/doc/%%SHARE_SUBDIR%%/ANNOUNCE X%%PORTDOCS%%share/doc/%%SHARE_SUBDIR%%/README X%%PORTDOCS%%@dirrm share/doc/%%SHARE_SUBDIR%% X%%PORTDOCS%%share/examples/%%SHARE_SUBDIR%%/test1.py X%%PORTDOCS%%share/examples/%%SHARE_SUBDIR%%/test2.py X%%PORTDOCS%%share/examples/%%SHARE_SUBDIR%%/test3.py X%%PORTDOCS%%@dirrm share/examples/%%SHARE_SUBDIR%% END-of-py-soap/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 Wed May 23 10:40: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7300A37B423 for ; Wed, 23 May 2001 10:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4NHe1087764; Wed, 23 May 2001 10:40:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 914BF37B423 for ; Wed, 23 May 2001 10:33:02 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4NHX2u78813; Wed, 23 May 2001 10:33:02 -0700 (PDT) (envelope-from nobody) Message-Id: <200105231733.f4NHX2u78813@freefall.freebsd.org> Date: Wed, 23 May 2001 10:33:02 -0700 (PDT) From: perky@python.or.kr To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/27594: Update port: biology/py-biopython math/py-gnuplot graphics/py-opengl dependency broken Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27594 >Category: ports >Synopsis: Update port: biology/py-biopython math/py-gnuplot graphics/py-opengl dependency broken >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed May 23 10:40:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Chang, Hye-Shik >Release: FreeBSD 4.3 >Organization: Yonsei University >Environment: FreeBSD free.yonsei.ac.kr 4.3-STABLE FreeBSD 4.3-STABLE #0: Sat May 12 18:17:07 KST 2001 root@free.yonsei.ac.kr:/usr/src/sys/compile/RYOKO i386 >Description: math/numpy was renamed to math/py-numeric >How-To-Repeat: >Fix: diff -ruN py-biopython.orig/Makefile py-biopython/Makefile --- py-biopython.orig/Makefile Mon Sep 11 23:56:36 2000 +++ py-biopython/Makefile Sun May 20 21:17:42 2001 @@ -17,7 +17,7 @@ USE_PYTHON= yes BUILD_DEPENDS= ${PYDISTUTILS} \ - ${PYTHON_SITELIBDIR}/Numeric/Numeric.py:${PORTSDIR}/math/numpy + ${PYTHON_SITELIBDIR}/Numeric/Numeric.py:${PORTSDIR}/math/py-numeric do-build: @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} setup.py build) diff -ruN py-gnuplot.orig/Makefile py-gnuplot/Makefile --- py-gnuplot.orig/Makefile Wed Apr 4 05:00:30 2001 +++ py-gnuplot/Makefile Thu May 24 02:21:48 2001 @@ -14,9 +14,9 @@ MAINTAINER= sobomax@FreeBSD.org -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/Numeric/_numpy.so:${PORTSDIR}/math/numpy +BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/Numeric/_numpy.so:${PORTSDIR}/math/py-numeric RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot \ - ${PYTHON_SITELIBDIR}/Numeric/_numpy.so:${PORTSDIR}/math/numpy + ${PYTHON_SITELIBDIR}/Numeric/_numpy.so:${PORTSDIR}/math/py-numeric USE_PYTHON= yes SETUP_CMD= cd ${WRKSRC}; ${PYTHON_CMD} setup.py diff -ruN py-opengl.orig/Makefile py-opengl/Makefile --- py-opengl.orig/Makefile Wed Apr 4 04:56:44 2001 +++ py-opengl/Makefile Thu May 24 02:29:44 2001 @@ -15,10 +15,10 @@ MAINTAINER= sobomax@FreeBSD.org -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/Numeric/Numeric.py:${PORTSDIR}/math/numpy \ +BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/Numeric/Numeric.py:${PORTSDIR}/math/py-numeric \ ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter \ ${PYTHON_SITELIBDIR}/PIL.pth:${PORTSDIR}/graphics/py-imaging -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/Numeric/Numeric.py:${PORTSDIR}/math/numpy \ +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/Numeric/Numeric.py:${PORTSDIR}/math/py-numeric \ ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter \ ${PYTHON_SITELIBDIR}/PIL.pth:${PORTSDIR}/graphics/py-imaging >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 11:10:25 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D224437B443 for ; Wed, 23 May 2001 11:10:16 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4NIAGn97010; Wed, 23 May 2001 11:10:16 -0700 (PDT) (envelope-from gnats) Date: Wed, 23 May 2001 11:10:16 -0700 (PDT) Message-Id: <200105231810.f4NIAGn97010@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "David W. Chapman Jr." Subject: Re: ports/27563: postfix-current is broken Reply-To: "David W. Chapman Jr." Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/27563; it has been noted by GNATS. From: "David W. Chapman Jr." To: "Scot W. Hetzel" , , Cc: Subject: Re: ports/27563: postfix-current is broken Date: Wed, 23 May 2001 13:04:19 -0500 Yes we do, I had the same problem with lib_krb, but there isn't a good way to tell how sasl is compiled yet is there? ----- Original Message ----- From: "Scot W. Hetzel" To: ; Cc: Sent: Wednesday, May 23, 2001 1:00 PM Subject: Re: ports/27563: postfix-current is broken > From: > > >Description: > > when building postfix-current with SASL and TLS support.. it provides > the following output. > > > > > /usr/local/lib/libsasl.a(checkpw.o): In function `mysql_verify_password': > > checkpw.o(.text+0x12ec): undefined reference to `mysql_connect' > > checkpw.o(.text+0x1320): undefined reference to `mysql_select_db' > > checkpw.o(.text+0x1330): undefined reference to `mysql_close' > > checkpw.o(.text+0x142c): undefined reference to `mysql_query' > > checkpw.o(.text+0x143c): undefined reference to `mysql_store_result' > > checkpw.o(.text+0x145d): undefined reference to `mysql_close' > > checkpw.o(.text+0x1473): undefined reference to `mysql_affected_rows' > > checkpw.o(.text+0x1486): undefined reference to `mysql_free_result' > > checkpw.o(.text+0x148f): undefined reference to `mysql_close' > > checkpw.o(.text+0x14d4): undefined reference to `mysql_free_result' > > checkpw.o(.text+0x14e0): undefined reference to `mysql_close' > > *** Error code 1 > > > > Apparently, the SASL port was built with support to verify users from a > MySQL database. You will need to either add "-lmysqlclient" to build > postfix-current with MySQL support, or build security/cyrus-sasl without > MySQL support. > > We most likely need a way to check if the security/cyrus-sasl port was built > with support for LDAP and/or MySQL and add the appropriate libraries > (-lmysqlclient -lldap -llber). > > Scot > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 11:10:36 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B22CA37B440 for ; Wed, 23 May 2001 11:10:13 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4NIADq97005; Wed, 23 May 2001 11:10:13 -0700 (PDT) (envelope-from gnats) Date: Wed, 23 May 2001 11:10:13 -0700 (PDT) Message-Id: <200105231810.f4NIADq97005@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Scot W. Hetzel" Subject: Re: ports/27563: postfix-current is broken Reply-To: "Scot W. Hetzel" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/27563; it has been noted by GNATS. From: "Scot W. Hetzel" To: , Cc: Subject: Re: ports/27563: postfix-current is broken Date: Wed, 23 May 2001 13:00:02 -0500 From: > >Description: > when building postfix-current with SASL and TLS support.. it provides the following output. > > /usr/local/lib/libsasl.a(checkpw.o): In function `mysql_verify_password': > checkpw.o(.text+0x12ec): undefined reference to `mysql_connect' > checkpw.o(.text+0x1320): undefined reference to `mysql_select_db' > checkpw.o(.text+0x1330): undefined reference to `mysql_close' > checkpw.o(.text+0x142c): undefined reference to `mysql_query' > checkpw.o(.text+0x143c): undefined reference to `mysql_store_result' > checkpw.o(.text+0x145d): undefined reference to `mysql_close' > checkpw.o(.text+0x1473): undefined reference to `mysql_affected_rows' > checkpw.o(.text+0x1486): undefined reference to `mysql_free_result' > checkpw.o(.text+0x148f): undefined reference to `mysql_close' > checkpw.o(.text+0x14d4): undefined reference to `mysql_free_result' > checkpw.o(.text+0x14e0): undefined reference to `mysql_close' > *** Error code 1 > Apparently, the SASL port was built with support to verify users from a MySQL database. You will need to either add "-lmysqlclient" to build postfix-current with MySQL support, or build security/cyrus-sasl without MySQL support. We most likely need a way to check if the security/cyrus-sasl port was built with support for LDAP and/or MySQL and add the appropriate libraries (-lmysqlclient -lldap -llber). Scot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 11:20: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D6DCF37B422; Wed, 23 May 2001 11:20:06 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4NIK6X97893; Wed, 23 May 2001 11:20:06 -0700 (PDT) (envelope-from ijliao) Date: Wed, 23 May 2001 11:20:06 -0700 (PDT) From: Message-Id: <200105231820.f4NIK6X97893@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, sobomax@FreeBSD.org Subject: Re: ports/27594: Update port: biology/py-biopython math/py-gnuplot graphics/py-opengl dependency broken Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: biology/py-biopython math/py-gnuplot graphics/py-opengl dependency broken Responsible-Changed-From-To: freebsd-ports->sobomax Responsible-Changed-By: ijliao Responsible-Changed-When: Wed May 23 11:19:27 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27594 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 11:30: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5602637B43E for ; Wed, 23 May 2001 11:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4NIU1P98673; Wed, 23 May 2001 11:30:01 -0700 (PDT) (envelope-from gnats) Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id C54D937B43E; Wed, 23 May 2001 11:28:46 -0700 (PDT) (envelope-from poseiden@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id C772810F411; Wed, 23 May 2001 13:28:49 -0500 (CDT) Message-Id: <20010523182849.C772810F411@leviathan.inethouston.net> Date: Wed, 23 May 2001 13:28:49 -0500 (CDT) From: dwcjr@inethouston.net Reply-To: dwcjr@inethouston.net To: FreeBSD-gnats-submit@freebsd.org Cc: ijliao@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27595: UPDATE devel/uds Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27595 >Category: ports >Synopsis: UPDATE devel/uds >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed May 23 11:30:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David W. Chapman Jr. >Release: FreeBSD 4.3-STABLE i386 >Organization: Raintree Network Services, Inc. >Environment: System: FreeBSD leviathan.inethouston.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Fri May 11 10:49:15 CDT 2001 poseiden@leviathan.inethouston.net:/stripe1/compile/src/sys/compile/LEVIATHAN i386 >Description: Add m4 files to pkg-plist >How-To-Repeat: >Fix: Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/devel/uds/pkg-plist,v retrieving revision 1.4 diff -u -r1.4 pkg-plist --- pkg-plist 2001/05/10 14:52:48 1.4 +++ pkg-plist 2001/05/23 18:28:39 @@ -32,7 +32,6 @@ include/uds/thread.hh include/uds/time.hh include/uds/uds.hh -@dirrm include/uds lib/libuds.a lib/libuds.so lib/libuds.so.0 @@ -48,4 +47,14 @@ %%PORTDOCS%%share/doc/uds/relnotes.html %%PORTDOCS%%@dirrm share/doc/uds share/uds/udsdeff.cc +share/aclocal/uds_base.m4 +share/aclocal/uds_check.m4 +share/aclocal/uds_debug.m4 +share/aclocal/uds_def.m4 +share/aclocal/uds_extra.m4 +share/aclocal/uds_opt.m4 +share/aclocal/uds_paths.m4 +share/aclocal/uds_profile.m4 +share/aclocal/uds_prog.m4 @dirrm share/uds +@dirrm include/uds >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 11:35:27 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 116E737B422; Wed, 23 May 2001 11:35:23 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4NIZNb99100; Wed, 23 May 2001 11:35:23 -0700 (PDT) (envelope-from ijliao) Date: Wed, 23 May 2001 11:35:23 -0700 (PDT) From: Message-Id: <200105231835.f4NIZNb99100@freefall.freebsd.org> To: dwcjr@inethouston.net, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27595: UPDATE devel/uds Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: UPDATE devel/uds State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Wed May 23 11:35:11 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27595 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 11:40: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EE1F337B43C for ; Wed, 23 May 2001 11:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4NIe1J99510; Wed, 23 May 2001 11:40:01 -0700 (PDT) (envelope-from gnats) Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id C16F237B423; Wed, 23 May 2001 11:37:48 -0700 (PDT) (envelope-from poseiden@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id BCC5B10F411; Wed, 23 May 2001 13:37:51 -0500 (CDT) Message-Id: <20010523183751.BCC5B10F411@leviathan.inethouston.net> Date: Wed, 23 May 2001 13:37:51 -0500 (CDT) From: dwcjr@inethouston.net Reply-To: dwcjr@inethouston.net To: FreeBSD-gnats-submit@freebsd.org Cc: mharo@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27596: UPDATE ftp/proftpd Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27596 >Category: ports >Synopsis: UPDATE ftp/proftpd >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed May 23 11:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David W. Chapman Jr. >Release: FreeBSD 4.3-STABLE i386 >Organization: Raintree Network Services, Inc. >Environment: System: FreeBSD leviathan.inethouston.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Fri May 11 10:49:15 CDT 2001 poseiden@leviathan.inethouston.net:/stripe1/compile/src/sys/compile/LEVIATHAN i386 >Description: Add proftpd.conf to pkg-plist >How-To-Repeat: >Fix: Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/ftp/proftpd/pkg-plist,v retrieving revision 1.7 diff -u -r1.7 pkg-plist --- pkg-plist 2000/11/24 22:23:38 1.7 +++ pkg-plist 2001/05/23 18:36:36 @@ -1,3 +1,4 @@ +@unexec if cmp -s %D/etc/proftpd.conf %D/etc/proftpd.conf.default; then rm -f %D/etc/proftpd.conf bin/ftpcount bin/ftpwho etc/proftpd.conf.default >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 11:42:16 2001 Delivered-To: freebsd-ports@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 71E8737B423; Wed, 23 May 2001 11:42:11 -0700 (PDT) (envelope-from des@ofug.org) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.3) id UAA79837; Wed, 23 May 2001 20:42:08 +0200 (CEST) (envelope-from des@ofug.org) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: Alexander Langer Cc: Will Andrews , "David W. Chapman Jr." , The Unicorn , cvs-committers@FreeBSD.org, ports@FreeBSD.org Subject: Re: cvsup trouble References: <20010521214919.A31941@unicorn.blackhats.org> <20010521144853.E19376@casimir.physics.purdue.edu> <038701c0e230$68eacda0$931576d8@inethouston.net> <20010521145718.F19376@casimir.physics.purdue.edu> <20010521221230.A54225@zerogravity.kawo2.rwth-aachen.d> From: Dag-Erling Smorgrav Date: 23 May 2001 20:42:07 +0200 In-Reply-To: <20010521221230.A54225@zerogravity.kawo2.rwth-aachen.d> Message-ID: Lines: 12 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Alexander Langer writes: > Thus spake Will Andrews (will@physics.purdue.edu): > > Someone mentioned that just removing the "files" line in the checkouts > > file would fix it.. of course, I don't use cvsup anymore. :-) > You know, you should. Why? In this case, it's the right solution to the wrong problem. CVSup the repo and use cvs(1). DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 11:49:45 2001 Delivered-To: freebsd-ports@freebsd.org Received: from trinity.magpage.com (trinity.magpage.com [216.155.0.8]) by hub.freebsd.org (Postfix) with ESMTP id 8868B37B424; Wed, 23 May 2001 11:49:42 -0700 (PDT) (envelope-from dfrazier@magpage.com) Received: from magpage.com (dfrazier@poomba.magpage.com [216.155.24.136]) by trinity.magpage.com (8.11.3/8.11.3) with ESMTP id f4NInZN01342; Wed, 23 May 2001 14:49:35 -0400 (EDT) Message-ID: <3B0C063F.F63FCA40@magpage.com> Date: Wed, 23 May 2001 14:49:35 -0400 From: Daniel Frazier X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: ports@freebsd.org Cc: sobomax@freebsd.org Subject: pkgconfig port... Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-RRT-Status: UNKNOWN Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org make in /usr/ports/devel/pkgconfig fails with an unfetchable distfile error. This is breaking the build of ORBit. The unfetchable file is glib-1.2.10.tar.gz and is listed as one of the distfiles in /usr/ports/devel/pkgconfig/Makefile. Wierd thing is the Makefile also references glib-1.2.8... -- ---------------------------------------------------------------------- Daniel Frazier Tel: 302-239-5900 Ext. 231 Systems Administrator Fax: 302-239-3909 MAGPAGE, We Power the Internet WWW: http://www.magpage.com/ "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." - Benjamin Franklin, Historical Review of Pennsylvania, 1759. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 11:50: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C064137B423 for ; Wed, 23 May 2001 11:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4NIo3a00330; Wed, 23 May 2001 11:50:03 -0700 (PDT) (envelope-from gnats) Date: Wed, 23 May 2001 11:50:03 -0700 (PDT) Message-Id: <200105231850.f4NIo3a00330@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "David W. Chapman Jr." Subject: Re: ports/27596: UPDATE ftp/proftpd Reply-To: "David W. Chapman Jr." Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/27596; it has been noted by GNATS. From: "David W. Chapman Jr." To: , "David W Chapman Jr." Cc: Subject: Re: ports/27596: UPDATE ftp/proftpd Date: Wed, 23 May 2001 13:41:06 -0500 Someone please close this, a similar patch is already in gnats. I think its time for me to stop spamming ports@ until some of these fixes get committed as I can't seem to remember all the ports I've submitted patches for anymore. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 12:13:53 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 831FB37B423; Wed, 23 May 2001 12:13:51 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4NJDpb04976; Wed, 23 May 2001 12:13:51 -0700 (PDT) (envelope-from phk) Date: Wed, 23 May 2001 12:13:51 -0700 (PDT) From: Message-Id: <200105231913.f4NJDpb04976@freefall.freebsd.org> To: phk@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27538: New port: ukrainian/webalizer Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New port: ukrainian/webalizer Responsible-Changed-From-To: gnats-admin->freebsd-ports Responsible-Changed-By: phk Responsible-Changed-When: Wed May 23 12:13:22 PDT 2001 Responsible-Changed-Why: ports PR http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27538 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 12:20:20 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4E27437B424 for ; Wed, 23 May 2001 12:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4NJK3W05339; Wed, 23 May 2001 12:20:03 -0700 (PDT) (envelope-from gnats) Date: Wed, 23 May 2001 12:20:03 -0700 (PDT) Message-Id: <200105231920.f4NJK3W05339@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Scot W. Hetzel" Subject: Re: ports/27563: postfix-current is broken Reply-To: "Scot W. Hetzel" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/27563; it has been noted by GNATS. From: "Scot W. Hetzel" To: "David W. Chapman Jr." , Cc: Subject: Re: ports/27563: postfix-current is broken Date: Wed, 23 May 2001 14:13:38 -0500 From: "David W. Chapman Jr." > The following reply was made to PR ports/27563; it has been noted by GNATS. > > From: "David W. Chapman Jr." > To: "Scot W. Hetzel" , , > > Cc: > Subject: Re: ports/27563: postfix-current is broken > Date: Wed, 23 May 2001 13:04:19 -0500 > > Yes we do, I had the same problem with lib_krb, but there isn't a good way > to tell how sasl is compiled yet is there? > I just did a grep thru the strings returned from the libsasl.a library and it returned the MySQL & LDAP functions that it is using. Theses functions will not occur in a SASL library that hasn't been compiled with support for MySQL and/or LDAP. So a check for MySQL and/or LDAP would need: strings PREFIX/lib/libsasl.a | grep mysql_verify_password strings PREFIX/lib/libsasl.a | grep ldap_verify_password Scot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 12:35:23 2001 Delivered-To: freebsd-ports@freebsd.org Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by hub.freebsd.org (Postfix) with ESMTP id E5B5937B422; Wed, 23 May 2001 12:35:16 -0700 (PDT) (envelope-from ache@nagual.pp.ru) Received: (from ache@localhost) by nagual.pp.ru (8.11.3/8.11.3) id f4NJXTE65015; Wed, 23 May 2001 23:33:30 +0400 (MSD) (envelope-from ache) Date: Wed, 23 May 2001 23:33:29 +0400 From: "Andrey A. Chernov" To: Dag-Erling Smorgrav Cc: Alexander Langer , Will Andrews , "David W. Chapman Jr." , The Unicorn , cvs-committers@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: cvsup trouble Message-ID: <20010523233329.A64949@nagual.pp.ru> References: <20010521214919.A31941@unicorn.blackhats.org> <20010521144853.E19376@casimir.physics.purdue.edu> <038701c0e230$68eacda0$931576d8@inethouston.net> <20010521145718.F19376@casimir.physics.purdue.edu> <20010521221230.A54225@zerogravity.kawo2.rwth-aachen.d> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from des@ofug.org on Wed, May 23, 2001 at 08:42:07PM +0200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, May 23, 2001 at 20:42:07 +0200, Dag-Erling Smorgrav wrote: > Alexander Langer writes: > > Thus spake Will Andrews (will@physics.purdue.edu): > > > Someone mentioned that just removing the "files" line in the checkouts > > > file would fix it.. of course, I don't use cvsup anymore. :-) > > You know, you should. > > Why? In this case, it's the right solution to the wrong problem. > CVSup the repo and use cvs(1). It seems I miss beginning of this discussion. Does it related to recent Delete ports/www/jakarta-tomcat/files Updater failed: Cannot delete "/usr/ports/www/jakarta-tomcat/files": Directory not empty *** Error code 1 error? How to fix it? -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 12:42:47 2001 Delivered-To: freebsd-ports@freebsd.org Received: from klima.physik.uni-mainz.de (klima.Physik.Uni-Mainz.DE [134.93.180.162]) by hub.freebsd.org (Postfix) with ESMTP id 38FBA37B423 for ; Wed, 23 May 2001 12:42:28 -0700 (PDT) (envelope-from ohartman@klima.physik.uni-mainz.de) Received: from klima.Physik.Uni-Mainz.DE (Sturm@klima.Physik.Uni-Mainz.DE [134.93.180.162]) by klima.physik.uni-mainz.de (8.11.3/8.11.3) with ESMTP id f4NJgRT24165 for ; Wed, 23 May 2001 21:42:27 +0200 (CEST) (envelope-from ohartman@klima.physik.uni-mainz.de) Date: Wed, 23 May 2001 21:42:27 +0200 (CEST) From: "Hartmann, O." To: Subject: Ports building problem on AMD based systems! Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Dear Sirs. This seems to be a curiosity: We run several serving systems around here, all FBSD 4.3 boxes as cvsupdated 4 days ago. I realized that on all AMD based systems (TBird machines, in /etc/make.conf is CPUTYPE=k7 set) I have problems to compile ports! They compile without problem on all other SMP machines based on Intel PIII or PII chips! xv, mtools and several other reports while patching: which file to patch? This message does not appear on Intel machines with nearly the same configuration. I delete the whole ports tree and cvsupdated it again but the phenomenon is still the same. Does anyone realized this, too? -- MfG O. Hartmann ohartman@klima.physik.uni-mainz.de ---------------------------------------------------------------- IT-Administration des Institut fuer Physik der Atmosphaere (IPA) ---------------------------------------------------------------- Johannes Gutenberg Universitaet Mainz Becherweg 21 55099 Mainz Tel: +496131/3924662 (Maschinensaal) Tel: +496131/3924144 FAX: +496131/3923532 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 12:45:26 2001 Delivered-To: freebsd-ports@freebsd.org Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id 8B89A37B424 for ; Wed, 23 May 2001 12:45:21 -0700 (PDT) (envelope-from dwcjr@inethouston.net) Received: from dwcjr (DWCJR.inethouston.net [216.118.21.147]) by leviathan.inethouston.net (Postfix) with SMTP id 9436A10F40F; Wed, 23 May 2001 14:45:24 -0500 (CDT) Message-ID: <0c4901c0e3c0$ea1bf2a0$931576d8@inethouston.net> From: "David W. Chapman Jr." To: "Hartmann, O." Cc: References: Subject: Re: Ports building problem on AMD based systems! Date: Wed, 23 May 2001 14:45:26 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org have you verified that if you don't set CPUTYPE=k7 that the problem goes away? ----- Original Message ----- From: "Hartmann, O." To: Sent: Wednesday, May 23, 2001 2:42 PM Subject: Ports building problem on AMD based systems! > Dear Sirs. > This seems to be a curiosity: > > We run several serving systems around here, all FBSD 4.3 boxes as cvsupdated > 4 days ago. I realized that on all AMD based systems (TBird machines, in > /etc/make.conf is CPUTYPE=k7 set) I have problems to compile ports! They > compile without problem on all other SMP machines based on Intel PIII or > PII chips! > > xv, mtools and several other reports while patching: which file to patch? > This message does not appear on Intel machines with nearly the same > configuration. > > I delete the whole ports tree and cvsupdated it again but the phenomenon > is still the same. Does anyone realized this, too? > > -- > MfG > O. Hartmann > > ohartman@klima.physik.uni-mainz.de > ---------------------------------------------------------------- > IT-Administration des Institut fuer Physik der Atmosphaere (IPA) > ---------------------------------------------------------------- > Johannes Gutenberg Universitaet Mainz > Becherweg 21 > 55099 Mainz > > Tel: +496131/3924662 (Maschinensaal) > Tel: +496131/3924144 > FAX: +496131/3923532 > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 12:46:45 2001 Delivered-To: freebsd-ports@freebsd.org Received: from klima.physik.uni-mainz.de (klima.Physik.Uni-Mainz.DE [134.93.180.162]) by hub.freebsd.org (Postfix) with ESMTP id F2B7237B42C for ; Wed, 23 May 2001 12:46:37 -0700 (PDT) (envelope-from ohartman@klima.physik.uni-mainz.de) Received: from klima.Physik.Uni-Mainz.DE (Sturm@klima.Physik.Uni-Mainz.DE [134.93.180.162]) by klima.physik.uni-mainz.de (8.11.3/8.11.3) with ESMTP id f4NJkVT24205; Wed, 23 May 2001 21:46:31 +0200 (CEST) (envelope-from ohartman@klima.physik.uni-mainz.de) Date: Wed, 23 May 2001 21:46:31 +0200 (CEST) From: "Hartmann, O." To: "David W. Chapman Jr." Cc: Subject: Re: Ports building problem on AMD based systems! In-Reply-To: <0c4901c0e3c0$ea1bf2a0$931576d8@inethouston.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, 23 May 2001, David W. Chapman Jr. wrote: Yes. But I have to compile the whole system new without this tag set. then the machines appear to work like the Intel machines. :>have you verified that if you don't set CPUTYPE=k7 that the problem goes :>away? :> :>----- Original Message ----- :>From: "Hartmann, O." :>To: :>Sent: Wednesday, May 23, 2001 2:42 PM :>Subject: Ports building problem on AMD based systems! :> :> :>> Dear Sirs. :>> This seems to be a curiosity: :>> :>> We run several serving systems around here, all FBSD 4.3 boxes as :>cvsupdated :>> 4 days ago. I realized that on all AMD based systems (TBird machines, in :>> /etc/make.conf is CPUTYPE=k7 set) I have problems to compile ports! They :>> compile without problem on all other SMP machines based on Intel PIII or :>> PII chips! :>> :>> xv, mtools and several other reports while patching: which file to patch? :>> This message does not appear on Intel machines with nearly the same :>> configuration. :>> :>> I delete the whole ports tree and cvsupdated it again but the phenomenon :>> is still the same. Does anyone realized this, too? :>> :>> -- :>> MfG :>> O. Hartmann :>> :>> ohartman@klima.physik.uni-mainz.de :>> ---------------------------------------------------------------- :>> IT-Administration des Institut fuer Physik der Atmosphaere (IPA) :>> ---------------------------------------------------------------- :>> Johannes Gutenberg Universitaet Mainz :>> Becherweg 21 :>> 55099 Mainz :>> :>> Tel: +496131/3924662 (Maschinensaal) :>> Tel: +496131/3924144 :>> FAX: +496131/3923532 :>> :>> :>> To Unsubscribe: send mail to majordomo@FreeBSD.org :>> with "unsubscribe freebsd-ports" in the body of the message :>> :> :> -- MfG O. Hartmann ohartman@klima.physik.uni-mainz.de ---------------------------------------------------------------- IT-Administration des Institut fuer Physik der Atmosphaere (IPA) ---------------------------------------------------------------- Johannes Gutenberg Universitaet Mainz Becherweg 21 55099 Mainz Tel: +496131/3924662 (Maschinensaal) Tel: +496131/3924144 FAX: +496131/3923532 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 12:48:20 2001 Delivered-To: freebsd-ports@freebsd.org Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id 7EE2B37B422 for ; Wed, 23 May 2001 12:48:16 -0700 (PDT) (envelope-from dwcjr@inethouston.net) Received: from dwcjr (DWCJR.inethouston.net [216.118.21.147]) by leviathan.inethouston.net (Postfix) with SMTP id EFADD10F40F; Wed, 23 May 2001 14:48:19 -0500 (CDT) Message-ID: <0c5501c0e3c1$52a4cfe0$931576d8@inethouston.net> From: "David W. Chapman Jr." To: "Hartmann, O." Cc: References: Subject: Re: Ports building problem on AMD based systems! Date: Wed, 23 May 2001 14:48:21 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I thought you were just having problem with ports. CPUTYPES still can cause problems, if I understand correctly then some of your userland tools are compiling right with CPUTYPE=k7 and it doesn't seem like a ports problem in that case, unless I'm still not understanding the situation. ----- Original Message ----- From: "Hartmann, O." To: "David W. Chapman Jr." Cc: Sent: Wednesday, May 23, 2001 2:46 PM Subject: Re: Ports building problem on AMD based systems! > On Wed, 23 May 2001, David W. Chapman Jr. wrote: > > Yes. > But I have to compile the whole system new without this tag set. then the > machines appear to work like the Intel machines. > > :>have you verified that if you don't set CPUTYPE=k7 that the problem goes > :>away? > :> > :>----- Original Message ----- > :>From: "Hartmann, O." > :>To: > :>Sent: Wednesday, May 23, 2001 2:42 PM > :>Subject: Ports building problem on AMD based systems! > :> > :> > :>> Dear Sirs. > :>> This seems to be a curiosity: > :>> > :>> We run several serving systems around here, all FBSD 4.3 boxes as > :>cvsupdated > :>> 4 days ago. I realized that on all AMD based systems (TBird machines, in > :>> /etc/make.conf is CPUTYPE=k7 set) I have problems to compile ports! They > :>> compile without problem on all other SMP machines based on Intel PIII or > :>> PII chips! > :>> > :>> xv, mtools and several other reports while patching: which file to patch? > :>> This message does not appear on Intel machines with nearly the same > :>> configuration. > :>> > :>> I delete the whole ports tree and cvsupdated it again but the phenomenon > :>> is still the same. Does anyone realized this, too? > :>> > :>> -- > :>> MfG > :>> O. Hartmann > :>> > :>> ohartman@klima.physik.uni-mainz.de > :>> ---------------------------------------------------------------- > :>> IT-Administration des Institut fuer Physik der Atmosphaere (IPA) > :>> ---------------------------------------------------------------- > :>> Johannes Gutenberg Universitaet Mainz > :>> Becherweg 21 > :>> 55099 Mainz > :>> > :>> Tel: +496131/3924662 (Maschinensaal) > :>> Tel: +496131/3924144 > :>> FAX: +496131/3923532 > :>> > :>> > :>> To Unsubscribe: send mail to majordomo@FreeBSD.org > :>> with "unsubscribe freebsd-ports" in the body of the message > :>> > :> > :> > > -- > MfG > O. Hartmann > > ohartman@klima.physik.uni-mainz.de > ---------------------------------------------------------------- > IT-Administration des Institut fuer Physik der Atmosphaere (IPA) > ---------------------------------------------------------------- > Johannes Gutenberg Universitaet Mainz > Becherweg 21 > 55099 Mainz > > Tel: +496131/3924662 (Maschinensaal) > Tel: +496131/3924144 > FAX: +496131/3923532 > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 12:50:53 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mailer3.bham.ac.uk (mailer3.bham.ac.uk [147.188.128.54]) by hub.freebsd.org (Postfix) with ESMTP id BF78F37B422; Wed, 23 May 2001 12:50:49 -0700 (PDT) (envelope-from greende@eee-fs7.bham.ac.uk) Received: from bham.ac.uk ([147.188.128.127]) by mailer3.bham.ac.uk with esmtp (Exim 3.16 #2) id 152eeZ-0001Nk-00; Wed, 23 May 2001 20:50:43 +0100 Received: from eee-fs7.bham.ac.uk ([147.188.145.131] helo=bham-eee-fs7.bham.ac.uk) by bham.ac.uk with esmtp (Exim 3.16 #3) id 152eeb-0007Xh-00; Wed, 23 May 2001 20:50:45 +0100 Received: from eee-fs7.bham.ac.uk (eee587.bham.ac.uk [147.188.145.154]) by bham-eee-fs7.bham.ac.uk with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id K8CNP74T; Wed, 23 May 2001 20:50:28 +0100 Message-ID: <3B0C1618.26C6F1CD@eee-fs7.bham.ac.uk> Date: Wed, 23 May 2001 20:57:12 +0100 From: Delroy Green X-Mailer: Mozilla 4.7 [en] (WinNT; I) X-Accept-Language: zh-TW,en MIME-Version: 1.0 To: dburr@FreeBSD.org Cc: ports@FreeBSD.org Subject: FreeBSD Port: v-1.19 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following source is in the form v-1_25_tar.ARC. How do you unpack it? Thanks Greende To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 12:53:44 2001 Delivered-To: freebsd-ports@freebsd.org Received: from peitho.fxp.org (peitho.fxp.org [209.26.95.40]) by hub.freebsd.org (Postfix) with ESMTP id F3EF137B422; Wed, 23 May 2001 12:53:36 -0700 (PDT) (envelope-from cdf.lists@fxp.org) Received: by peitho.fxp.org (Postfix, from userid 1501) id 292D81360C; Wed, 23 May 2001 15:53:36 -0400 (EDT) Date: Wed, 23 May 2001 15:53:36 -0400 From: Chris Faulhaber To: Delroy Green Cc: dburr@FreeBSD.org, ports@FreeBSD.org Subject: Re: FreeBSD Port: v-1.19 Message-ID: <20010523155335.B16098@peitho.fxp.org> References: <3B0C1618.26C6F1CD@eee-fs7.bham.ac.uk> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="3V7upXqbjpZ4EhLz" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3B0C1618.26C6F1CD@eee-fs7.bham.ac.uk>; from greende@eee-fs7.bham.ac.uk on Wed, May 23, 2001 at 08:57:12PM +0100 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --3V7upXqbjpZ4EhLz Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, May 23, 2001 at 08:57:12PM +0100, Delroy Green wrote: > The following source is in the form v-1_25_tar.ARC. How do you unpack > it? >=20 If it is a port, try 'make extract'; otherwise you might try to use ports/archivers/arc to extract it. --=20 Chris D. Faulhaber - jedgar@fxp.org - jedgar@FreeBSD.org -------------------------------------------------------- FreeBSD: The Power To Serve - http://www.FreeBSD.org --3V7upXqbjpZ4EhLz Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.5 (FreeBSD) Comment: FreeBSD: The Power To Serve iEYEARECAAYFAjsMFT8ACgkQObaG4P6BelCH5gCffuVGVA7M0Z/8ik2j/vprHRqV aiwAmQGpFbqEmIb+hoHyVJ6tiMd6erQf =AViE -----END PGP SIGNATURE----- --3V7upXqbjpZ4EhLz-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 12:56:11 2001 Delivered-To: freebsd-ports@freebsd.org Received: from kawoserv.kawo2.rwth-aachen.de (kawoserv.kawo2.RWTH-Aachen.DE [134.130.180.1]) by hub.freebsd.org (Postfix) with ESMTP id CEFFA37B423; Wed, 23 May 2001 12:56:06 -0700 (PDT) (envelope-from alex@big.endian.de) Received: from zerogravity.kawo2.rwth-aachen.de (zerogravity.kawo2.rwth-aachen.de [134.130.181.28]) by kawoserv.kawo2.rwth-aachen.de (8.9.3/8.6.9) with ESMTP id VAA21459; Wed, 23 May 2001 21:42:55 +0200 Received: by zerogravity.kawo2.rwth-aachen.de (Postfix, from userid 1001) id 4170A14BDB; Wed, 23 May 2001 21:42:55 +0200 (CEST) Date: Wed, 23 May 2001 21:42:55 +0200 From: Alexander Langer To: Dag-Erling Smorgrav Cc: Will Andrews , "David W. Chapman Jr." , The Unicorn , cvs-committers@FreeBSD.org, ports@FreeBSD.org Subject: Re: cvsup trouble Message-ID: <20010523214255.A41007@zerogravity.kawo2.rwth-aachen.d> Mail-Followup-To: Alexander Langer , Dag-Erling Smorgrav , Will Andrews , "David W. Chapman Jr." , The Unicorn , cvs-committers@FreeBSD.org, ports@FreeBSD.org References: <20010521214919.A31941@unicorn.blackhats.org> <20010521144853.E19376@casimir.physics.purdue.edu> <038701c0e230$68eacda0$931576d8@inethouston.net> <20010521145718.F19376@casimir.physics.purdue.edu> <20010521221230.A54225@zerogravity.kawo2.rwth-aachen.d> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from des@ofug.org on Wed, May 23, 2001 at 08:42:07PM +0200 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Thus spake Dag-Erling Smorgrav (des@ofug.org): > > > file would fix it.. of course, I don't use cvsup anymore. :-) > > You know, you should. > Why? In this case, it's the right solution to the wrong problem. > CVSup the repo and use cvs(1). I said this because of the waste of resouces. One shouldn`t checkout directly from freefall for his daily use src/ports, that`s what mirrors are for. Alex -- cat: /home/alex/.sig: No such file or directory To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 13: 4:39 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ringworld.nanolink.com (diskworld.nanolink.com [195.24.48.189]) by hub.freebsd.org (Postfix) with SMTP id E49C137B422 for ; Wed, 23 May 2001 13:04:33 -0700 (PDT) (envelope-from roam@ringworld.nanolink.com) Received: (qmail 2382 invoked by uid 1000); 23 May 2001 20:03:39 -0000 Date: Wed, 23 May 2001 23:03:39 +0300 From: Peter Pentchev To: "Scot W. Hetzel" Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/27563: postfix-current is broken Message-ID: <20010523230339.B535@ringworld.oblivion.bg> Mail-Followup-To: "Scot W. Hetzel" , freebsd-ports@FreeBSD.org References: <200105231920.f4NJK3W05339@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: <200105231920.f4NJK3W05339@freefall.freebsd.org>; from hetzels@westbend.net on Wed, May 23, 2001 at 12:20:03PM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, May 23, 2001 at 12:20:03PM -0700, Scot W. Hetzel wrote: > The following reply was made to PR ports/27563; it has been noted by GNATS. > > From: "Scot W. Hetzel" > To: "David W. Chapman Jr." , > > Cc: > Subject: Re: ports/27563: postfix-current is broken > Date: Wed, 23 May 2001 14:13:38 -0500 > > From: "David W. Chapman Jr." > > The following reply was made to PR ports/27563; it has been noted by > GNATS. > > > > From: "David W. Chapman Jr." > > To: "Scot W. Hetzel" , , > > > > Cc: > > Subject: Re: ports/27563: postfix-current is broken > > Date: Wed, 23 May 2001 13:04:19 -0500 > > > > Yes we do, I had the same problem with lib_krb, but there isn't a good > way > > to tell how sasl is compiled yet is there? > > > I just did a grep thru the strings returned from the libsasl.a library and > it returned the MySQL & LDAP functions that it is using. Theses functions > will not occur in a SASL library that hasn't been compiled with support for > MySQL and/or LDAP. So a check for MySQL and/or LDAP would need: > > strings PREFIX/lib/libsasl.a | grep mysql_verify_password > strings PREFIX/lib/libsasl.a | grep ldap_verify_password Just a minor comment: this would be better done with nm(1) or objdump(1), not strings(1). nm(1)'s -u option seems especially relevant. Still, I think it would be better to leave this to the user - let them define WITH_MYSQL or WITH_LDAP or whatever is appropriate. If those defines are the same that are used in the dependent ports (in this case, SASL), you get the added benefit that a build on a clean machine would keep those in the environment when building the dependent ports, and provide a one-step full build. I hope this last sentence did not come out too unclear - all I meant was, if SASL is not installed, and you do a make -DWITH_MYSQL in the Postfix port directory, the automagically-invoked 'make' for the SASL port inherits this WITH_MYSQL and DTRT. In this scenario, even if Postfix does not honor the WITH_MYSQL flag, you would have to define it anyway for the build of the dependent port, so it makes no sense for the Postfix port to use a different, additional, non-standard, not-really-certain-to-be-error-proof mechanism to detect the need for -lmysqlclient and such. G'luck, Peter -- What would this sentence be like if pi were 3? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 13: 4:48 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ringworld.nanolink.com (diskworld.nanolink.com [195.24.48.189]) by hub.freebsd.org (Postfix) with SMTP id 58BD937B423 for ; Wed, 23 May 2001 13:04:38 -0700 (PDT) (envelope-from roam@ringworld.nanolink.com) Received: (qmail 2398 invoked by uid 1000); 23 May 2001 20:03:44 -0000 Date: Wed, 23 May 2001 23:03:44 +0300 From: Peter Pentchev To: "Andrey A. Chernov" Cc: Dag-Erling Smorgrav , Alexander Langer , Will Andrews , "David W. Chapman Jr." , The Unicorn , cvs-committers@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: cvsup trouble Message-ID: <20010523230344.C535@ringworld.oblivion.bg> Mail-Followup-To: "Andrey A. Chernov" , Dag-Erling Smorgrav , Alexander Langer , Will Andrews , "David W. Chapman Jr." , The Unicorn , cvs-committers@FreeBSD.ORG, ports@FreeBSD.ORG References: <20010521214919.A31941@unicorn.blackhats.org> <20010521144853.E19376@casimir.physics.purdue.edu> <038701c0e230$68eacda0$931576d8@inethouston.net> <20010521145718.F19376@casimir.physics.purdue.edu> <20010521221230.A54225@zerogravity.kawo2.rwth-aachen.d> <20010523233329.A64949@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010523233329.A64949@nagual.pp.ru>; from ache@nagual.pp.ru on Wed, May 23, 2001 at 11:33:29PM +0400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, May 23, 2001 at 11:33:29PM +0400, Andrey A. Chernov wrote: > On Wed, May 23, 2001 at 20:42:07 +0200, Dag-Erling Smorgrav wrote: > > Alexander Langer writes: > > > Thus spake Will Andrews (will@physics.purdue.edu): > > > > Someone mentioned that just removing the "files" line in the checkouts > > > > file would fix it.. of course, I don't use cvsup anymore. :-) > > > You know, you should. > > > > Why? In this case, it's the right solution to the wrong problem. > > CVSup the repo and use cvs(1). > > It seems I miss beginning of this discussion. Does it related to recent > > Delete ports/www/jakarta-tomcat/files > Updater failed: Cannot delete "/usr/ports/www/jakarta-tomcat/files": Directory not empty > *** Error code 1 > > error? How to fix it? See http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27495 for a detailed analysis by the submitter and an 'official' workaround by John D. Polstra, the CVSup author and maintainer. G'luck, Peter -- I am the thought you are now thinking. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 13:10:45 2001 Delivered-To: freebsd-ports@freebsd.org Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id E149737B43E for ; Wed, 23 May 2001 13:10:40 -0700 (PDT) (envelope-from dwcjr@inethouston.net) Received: from dwcjr (DWCJR.inethouston.net [216.118.21.147]) by leviathan.inethouston.net (Postfix) with ESMTP id 533CA10F40F; Wed, 23 May 2001 15:10:44 -0500 (CDT) Message-ID: <004101c0e3c4$73e11580$931576d8@inethouston.net> From: "David W. Chapman Jr." To: "Peter Pentchev" , "Scot W. Hetzel" Cc: References: <200105231920.f4NJK3W05339@freefall.freebsd.org> <20010523230339.B535@ringworld.oblivion.bg> Subject: Re: ports/27563: postfix-current is broken Date: Wed, 23 May 2001 15:10:46 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > > I just did a grep thru the strings returned from the libsasl.a library and > > it returned the MySQL & LDAP functions that it is using. Theses functions > > will not occur in a SASL library that hasn't been compiled with support for > > MySQL and/or LDAP. So a check for MySQL and/or LDAP would need: > > > > strings PREFIX/lib/libsasl.a | grep mysql_verify_password > > strings PREFIX/lib/libsasl.a | grep ldap_verify_password > > Just a minor comment: this would be better done with nm(1) or objdump(1), > not strings(1). nm(1)'s -u option seems especially relevant. > > Still, I think it would be better to leave this to the user - let them > define WITH_MYSQL or WITH_LDAP or whatever is appropriate. If those > defines are the same that are used in the dependent ports (in this case, > SASL), you get the added benefit that a build on a clean machine would > keep those in the environment when building the dependent ports, and > provide a one-step full build. > > I hope this last sentence did not come out too unclear - all I meant was, > if SASL is not installed, and you do a make -DWITH_MYSQL in the Postfix > port directory, the automagically-invoked 'make' for the SASL port inherits > this WITH_MYSQL and DTRT. In this scenario, even if Postfix does not honor > the WITH_MYSQL flag, you would have to define it anyway for the build > of the dependent port, so it makes no sense for the Postfix port to use > a different, additional, non-standard, not-really-certain-to-be-error-proof > mechanism to detect the need for -lmysqlclient and such. It is a little more complex than that. We need to see how sasl is compiled because however it is compiled, postfix must be compiled or it will not work. SASL defaults to using mysql while postfix doesn't, so by default they are incompatible. On the other side of the sword, postfix can use mysql for 2 different things along with ldap, ie postfix has some things of its own that it can use mysql for without sasl. but the bottom line is if you compile sasl with krb or mysql, postfix won't compile without them either. Maybe I partly didn't understand what you were saying, let me know if that's the case. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 13:18:35 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ptavv.es.net (ptavv.es.net [198.128.4.29]) by hub.freebsd.org (Postfix) with ESMTP id D929137B42C for ; Wed, 23 May 2001 13:18:33 -0700 (PDT) (envelope-from oberman@ptavv.es.net) Received: from ptavv.es.net (localhost [127.0.0.1]) by ptavv.es.net (8.10.1/8.10.1) with ESMTP id f4NKIXc12148 for ; Wed, 23 May 2001 13:18:33 -0700 (PDT) Message-Id: <200105232018.f4NKIXc12148@ptavv.es.net> To: freebsd-ports@freebsd.org Subject: Proper location for drivers in ports Date: Wed, 23 May 2001 13:18:33 -0700 From: "Kevin Oberman" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I am the maintainer of a port for modem support for certain IBM ThinkPads. The port includes a driver in the form of a loadable kernel module. Ideally the module should be present when the system boots so that the device probe will correctly identify the modem instead of spitting out a meaningless error. sio1: configured irq 3 not in bitmap of probed irqs 0 Worse, it seems that there is some sore of race condition that causes it to probe incorrectly about half the time when I load the module with a startup script. It probes as an 8250 instead of a 16550A. I know that ports are not supposed to install anything in any path but /usr/local, but would a driver module being installed into /modules be a reasonable exception? Or would it make sense to try to get the driver, but not the user land support software included in the base system? I'd like some idea of how to precede with this. R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 13:20:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 66F5837B424 for ; Wed, 23 May 2001 13:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4NKK1t13871; Wed, 23 May 2001 13:20:01 -0700 (PDT) (envelope-from gnats) Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id 2190C37B42C for ; Wed, 23 May 2001 13:14:56 -0700 (PDT) (envelope-from poseiden@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id ACC2010F411; Wed, 23 May 2001 15:14:59 -0500 (CDT) Message-Id: <20010523201459.ACC2010F411@leviathan.inethouston.net> Date: Wed, 23 May 2001 15:14:59 -0500 (CDT) From: dwcjr@inethouston.net Reply-To: dwcjr@inethouston.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27597: UPDATE mail/postfix-current Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27597 >Category: ports >Synopsis: UPDATE mail/postfix-current >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed May 23 13:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David W. Chapman Jr. >Release: FreeBSD 4.3-STABLE i386 >Organization: Raintree Network Services, Inc. >Environment: System: FreeBSD leviathan.inethouston.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Fri May 11 10:49:15 CDT 2001 poseiden@leviathan.inethouston.net:/stripe1/compile/src/sys/compile/LEVIATHAN i386 >Description: Detect if sasl is compiled with mysql Compile mysql support static because it won't startup on boot if you don't (this should close pr ports/26675) If anyone knows a cleaner way, please be my guest >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/mail/postfix-current/Makefile,v retrieving revision 1.56 diff -u -r1.56 Makefile --- Makefile 2001/05/23 16:48:34 1.56 +++ Makefile 2001/05/23 20:12:49 @@ -7,6 +7,7 @@ PORTNAME= postfix PORTVERSION= 20010502 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/ \ ftp://ftp.aet.tu-cottbus.de/pub/postfix_tls/%SUBDIR%/ \ @@ -62,7 +63,8 @@ SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \ PREFIX="${PREFIX}" \ TOUCH="${TOUCH}" \ - MKDIR="${MKDIR}" + MKDIR="${MKDIR}" \ + PREFIX="${PREFIX}" pre-fetch: @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.postfix Index: scripts/configure.postfix =================================================================== RCS file: /home/ncvs/ports/mail/postfix-current/scripts/configure.postfix,v retrieving revision 1.17 diff -u -r1.17 configure.postfix --- scripts/configure.postfix 2001/05/23 16:48:37 1.17 +++ scripts/configure.postfix 2001/05/23 20:12:49 @@ -68,6 +68,10 @@ echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/libsasl.a:\${PORTSDIR}/security/cyrus-sasl" echo "POSTFIX_CCARGS+= -DUSE_SASL_AUTH -I\${LOCALBASE}/include" echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/libsasl.a -lpam -lcrypt" + if [ `strings ${PREFIX}/lib/libsasl.a | grep mysql_verify_password` = "mysql_verify_password" ]; then + echo "POSTFIX_CCARGS+= -DHAS_MYSQL -I\${LOCALBASE}/include/mysql" + echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a -lm -lz" + fi echo ".if exists(/usr/lib/libkrb.a)" echo "POSTFIX_AUXLIBS+= -lkrb -ldes -lcom_err" echo ".endif" @@ -89,9 +93,9 @@ echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -ldb3" ;; \"MySQL\") - echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/mysql/libmysqlclient.so:\${PORTSDIR}/databases/mysql323-client" + echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a:\${PORTSDIR}/databases/mysql323-client" echo "POSTFIX_CCARGS+= -DHAS_MYSQL -I\${LOCALBASE}/include/mysql" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib/mysql -lmysqlclient -lm -lz" + echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a -lm -lz" ;; \"OpenLDAP\") echo "CONF2+= sample-ldap.cf" >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 13:26:56 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2383237B422; Wed, 23 May 2001 13:26:53 -0700 (PDT) (envelope-from okazaki@FreeBSD.org) Received: (from okazaki@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4NKQrk14562; Wed, 23 May 2001 13:26:53 -0700 (PDT) (envelope-from okazaki) Date: Wed, 23 May 2001 13:26:53 -0700 (PDT) From: Message-Id: <200105232026.f4NKQrk14562@freefall.freebsd.org> To: dwcjr@inethouston.net, okazaki@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27596: UPDATE ftp/proftpd Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: UPDATE ftp/proftpd State-Changed-From-To: open->closed State-Changed-By: okazaki State-Changed-When: Wed May 23 13:20:04 PDT 2001 State-Changed-Why: Originator's request. Overlapped with PR 27344. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27596 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 13:34:45 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 47FDC37B71D; Wed, 23 May 2001 13:34:39 -0700 (PDT) (envelope-from okazaki@FreeBSD.org) Received: (from okazaki@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4NKYdr15771; Wed, 23 May 2001 13:34:39 -0700 (PDT) (envelope-from okazaki) Date: Wed, 23 May 2001 13:34:39 -0700 (PDT) From: Message-Id: <200105232034.f4NKYdr15771@freefall.freebsd.org> To: okazaki@FreeBSD.org, freebsd-ports@FreeBSD.org, issei@FreeBSD.org Subject: Re: ports/27574: UPDATE security/ssh2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: UPDATE security/ssh2 Responsible-Changed-From-To: freebsd-ports->issei Responsible-Changed-By: okazaki Responsible-Changed-When: Wed May 23 13:33:32 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27574 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 13:38:47 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EA23A37B43F; Wed, 23 May 2001 13:38:45 -0700 (PDT) (envelope-from okazaki@FreeBSD.org) Received: (from okazaki@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4NKcic16457; Wed, 23 May 2001 13:38:44 -0700 (PDT) (envelope-from okazaki) Date: Wed, 23 May 2001 13:38:44 -0700 (PDT) From: Message-Id: <200105232038.f4NKcic16457@freefall.freebsd.org> To: okazaki@FreeBSD.org, freebsd-ports@FreeBSD.org, kiri@FreeBSD.org Subject: Re: ports/27556: UPDATE japanese/gp Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: UPDATE japanese/gp Responsible-Changed-From-To: freebsd-ports->kiri Responsible-Changed-By: okazaki Responsible-Changed-When: Wed May 23 13:38:15 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27556 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 13:40:51 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 50A8B37B423; Wed, 23 May 2001 13:40:49 -0700 (PDT) (envelope-from okazaki@FreeBSD.org) Received: (from okazaki@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4NKenb16792; Wed, 23 May 2001 13:40:49 -0700 (PDT) (envelope-from okazaki) Date: Wed, 23 May 2001 13:40:49 -0700 (PDT) From: Message-Id: <200105232040.f4NKenb16792@freefall.freebsd.org> To: okazaki@FreeBSD.org, freebsd-ports@FreeBSD.org, mita@FreeBSD.org Subject: Re: ports/27555: UPDATE japanese/dvi2ps Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: UPDATE japanese/dvi2ps Responsible-Changed-From-To: freebsd-ports->mita Responsible-Changed-By: okazaki Responsible-Changed-When: Wed May 23 13:40:22 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27555 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 13:46:53 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 965E737B423; Wed, 23 May 2001 13:46:52 -0700 (PDT) (envelope-from okazaki@FreeBSD.org) Received: (from okazaki@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4NKkqd19536; Wed, 23 May 2001 13:46:52 -0700 (PDT) (envelope-from okazaki) Date: Wed, 23 May 2001 13:46:52 -0700 (PDT) From: Message-Id: <200105232046.f4NKkqd19536@freefall.freebsd.org> To: okazaki@FreeBSD.org, freebsd-ports@FreeBSD.org, torstenb@FreeBSD.org Subject: Re: ports/27527: update for mpegaudio Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: update for mpegaudio Responsible-Changed-From-To: freebsd-ports->torstenb Responsible-Changed-By: okazaki Responsible-Changed-When: Wed May 23 13:46:05 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27527 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 13:48:52 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ringworld.nanolink.com (diskworld.nanolink.com [195.24.48.189]) by hub.freebsd.org (Postfix) with SMTP id BCFF137B424 for ; Wed, 23 May 2001 13:48:42 -0700 (PDT) (envelope-from roam@ringworld.nanolink.com) Received: (qmail 2960 invoked by uid 1000); 23 May 2001 20:47:48 -0000 Date: Wed, 23 May 2001 23:47:48 +0300 From: Peter Pentchev To: "David W. Chapman Jr." Cc: "Scot W. Hetzel" , freebsd-ports@FreeBSD.org Subject: Re: ports/27563: postfix-current is broken Message-ID: <20010523234748.D535@ringworld.oblivion.bg> Mail-Followup-To: "David W. Chapman Jr." , "Scot W. Hetzel" , freebsd-ports@FreeBSD.org References: <200105231920.f4NJK3W05339@freefall.freebsd.org> <20010523230339.B535@ringworld.oblivion.bg> <004101c0e3c4$73e11580$931576d8@inethouston.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <004101c0e3c4$73e11580$931576d8@inethouston.net>; from dwcjr@inethouston.net on Wed, May 23, 2001 at 03:10:46PM -0500 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, May 23, 2001 at 03:10:46PM -0500, David W. Chapman Jr. wrote: > > > I just did a grep thru the strings returned from the libsasl.a library > and > > > it returned the MySQL & LDAP functions that it is using. Theses > functions > > > will not occur in a SASL library that hasn't been compiled with support > for > > > MySQL and/or LDAP. So a check for MySQL and/or LDAP would need: > > > > > > strings PREFIX/lib/libsasl.a | grep mysql_verify_password > > > strings PREFIX/lib/libsasl.a | grep ldap_verify_password > > > > Just a minor comment: this would be better done with nm(1) or objdump(1), > > not strings(1). nm(1)'s -u option seems especially relevant. > > > > Still, I think it would be better to leave this to the user - let them > > define WITH_MYSQL or WITH_LDAP or whatever is appropriate. If those > > defines are the same that are used in the dependent ports (in this case, > > SASL), you get the added benefit that a build on a clean machine would > > keep those in the environment when building the dependent ports, and > > provide a one-step full build. > > > > I hope this last sentence did not come out too unclear - all I meant was, > > if SASL is not installed, and you do a make -DWITH_MYSQL in the Postfix > > port directory, the automagically-invoked 'make' for the SASL port > inherits > > this WITH_MYSQL and DTRT. In this scenario, even if Postfix does not > honor > > the WITH_MYSQL flag, you would have to define it anyway for the build > > of the dependent port, so it makes no sense for the Postfix port to use > > a different, additional, non-standard, > not-really-certain-to-be-error-proof > > mechanism to detect the need for -lmysqlclient and such. > > It is a little more complex than that. We need to see how sasl is compiled > because however it is compiled, postfix must be compiled or it will not > work. SASL defaults to using mysql while postfix doesn't, so by default > they are incompatible. On the other side of the sword, postfix can use > mysql for 2 different things along with ldap, ie postfix has some things of > its own that it can use mysql for without sasl. but the bottom line is if > you compile sasl with krb or mysql, postfix won't compile without them > either. Maybe I partly didn't understand what you were saying, let me know > if that's the case. Yes, you did understand what I was saying, or at least you did, if what you think I was saying is 'leave it to the user to give the proper config options/defines'. This is precisely what I mean, and what I still think, even as you're saying that the options are critical. Give the user a prominent warning in a pre-everything or pre-configure or something stage, or in the configuration dialog if there is one, and then don't blame yourself for their lack of basic reading comprehension skills :) Sure, this could be viewed as 'give them enough rope to hang themselves', but, well, I really don't see how this could be done in a more elegant way (and I do consider running nm(1) on libraries a less than elegant solution). G'luck, Peter -- What would this sentence be like if pi were 3? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 13:50:44 2001 Delivered-To: freebsd-ports@freebsd.org Received: from dt051n37.san.rr.com (dt051n37.san.rr.com [204.210.32.55]) by hub.freebsd.org (Postfix) with ESMTP id A287D37B43E for ; Wed, 23 May 2001 13:50:39 -0700 (PDT) (envelope-from DougB@DougBarton.net) Received: from DougBarton.net (master [10.0.0.2]) by dt051n37.san.rr.com (8.9.3/8.9.3) with ESMTP id NAA08444; Wed, 23 May 2001 13:49:43 -0700 (PDT) (envelope-from DougB@DougBarton.net) Message-ID: <3B0C2261.E99AA4FF@DougBarton.net> Date: Wed, 23 May 2001 13:49:37 -0700 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: "David W. Chapman Jr." Cc: ports@FreeBSD.ORG Subject: Re: archivers/rpm2cpio References: <063801c0e33f$6b6686e0$931576d8@inethouston.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org "David W. Chapman Jr." wrote: > > Is this port needed any more Yes. -- I need someone really bad. Are you really bad? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 13:56:27 2001 Delivered-To: freebsd-ports@freebsd.org Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id 5678F37B43E for ; Wed, 23 May 2001 13:56:17 -0700 (PDT) (envelope-from dwcjr@inethouston.net) Received: from dwcjr (DWCJR.inethouston.net [216.118.21.147]) by leviathan.inethouston.net (Postfix) with ESMTP id E64B910F40F; Wed, 23 May 2001 15:56:20 -0500 (CDT) Message-ID: <00b001c0e3ca$d2f45220$931576d8@inethouston.net> From: "David W. Chapman Jr." To: "Peter Pentchev" Cc: References: <200105231920.f4NJK3W05339@freefall.freebsd.org> <20010523230339.B535@ringworld.oblivion.bg> <004101c0e3c4$73e11580$931576d8@inethouston.net> <20010523234748.D535@ringworld.oblivion.bg> Subject: Re: ports/27563: postfix-current is broken Date: Wed, 23 May 2001 15:56:22 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > Yes, you did understand what I was saying, or at least you did, if what > you think I was saying is 'leave it to the user to give the proper config > options/defines'. This is precisely what I mean, and what I still think, > even as you're saying that the options are critical. Give the user > a prominent warning in a pre-everything or pre-configure or something > stage, or in the configuration dialog if there is one, and then don't > blame yourself for their lack of basic reading comprehension skills :) > > Sure, this could be viewed as 'give them enough rope to hang themselves', > but, well, I really don't see how this could be done in a more elegant way > (and I do consider running nm(1) on libraries a less than elegant solution). One thing I just thought about though was what about the packages. By default the postfix-current package won't work with your method, but will with mine because if it detects how sasl was compiled it will add mysql support(default in sasl). If its a config option, it will fail before postfix-current defaults to no mysql and sasl does the opposite. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 14:10: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 618BF37B423 for ; Wed, 23 May 2001 14:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4NLA2W35498; Wed, 23 May 2001 14:10:02 -0700 (PDT) (envelope-from gnats) Date: Wed, 23 May 2001 14:10:02 -0700 (PDT) Message-Id: <200105232110.f4NLA2W35498@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Michael Harnois Subject: Re: ports/27563: postfix-current is broken Reply-To: Michael Harnois Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/27563; it has been noted by GNATS. From: Michael Harnois To: scorpio@drkshdw.org Cc: FreeBSD-gnats-submit@FreeBSD.ORG, dwcjr@inethouston.net Subject: Re: ports/27563: postfix-current is broken Date: 23 May 2001 16:10:46 -0500 On 23 May 2001 07:29:21 -0000, scorpio@drkshdw.org said: >> Description: > when building postfix-current with SASL and TLS support.. it > provides the following output. It looks to me like you built cyrus-sasl with mysql support ... therefore you must build postfix with mysql support as well ... -- Michael D. Harnois mdharnois@home.com Redeemer Lutheran Church Washburn, Iowa The first thing you should do when you get up is read the obituaries. You never know when you'll see a name that will just make your day. --Ed Salisbury To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 14:20: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C9C4937B423 for ; Wed, 23 May 2001 14:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4NLK2A36592; Wed, 23 May 2001 14:20:02 -0700 (PDT) (envelope-from gnats) Date: Wed, 23 May 2001 14:20:02 -0700 (PDT) Message-Id: <200105232120.f4NLK2A36592@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "David W. Chapman Jr." Subject: Re: ports/27563: postfix-current is broken Reply-To: "David W. Chapman Jr." Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/27563; it has been noted by GNATS. From: "David W. Chapman Jr." To: , "Michael Harnois" Cc: Subject: Re: ports/27563: postfix-current is broken Date: Wed, 23 May 2001 16:13:25 -0500 The pr listed below should close this pr along with the one mentioned in it http://www.freebsd.org/cgi/query-pr.cgi?pr=27597 ----- Original Message ----- From: "Michael Harnois" To: Cc: ; Sent: Wednesday, May 23, 2001 4:10 PM Subject: Re: ports/27563: postfix-current is broken > On 23 May 2001 07:29:21 -0000, scorpio@drkshdw.org said: > > >> Description: > > when building postfix-current with SASL and TLS support.. it > > provides the following output. > > It looks to me like you built cyrus-sasl with mysql support ... > therefore you must build postfix with mysql support as well ... > > -- > Michael D. Harnois mdharnois@home.com Redeemer Lutheran Church > Washburn, Iowa The first thing you should do when you get up is read > the obituaries. You never know when you'll see a name that will just > make your day. --Ed Salisbury > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 15:32: 9 2001 Delivered-To: freebsd-ports@freebsd.org Received: from dargo.talarian.com (dargo.talarian.com [207.5.33.3]) by hub.freebsd.org (Postfix) with ESMTP id 2412637B424 for ; Wed, 23 May 2001 15:32:05 -0700 (PDT) (envelope-from nsayer@quack.kfu.com) Received: from moya.talarian.com (moya.talarian.com [10.4.10.8]) by dargo.talarian.com (Postfix) with ESMTP id 4763422B0E for ; Wed, 23 May 2001 15:27:35 -0700 (PDT) Received: from beast.talarian.com (beast.talarian.com [10.4.10.6]) by moya.talarian.com (Postfix) with ESMTP id 50FFF35 for ; Wed, 23 May 2001 15:32:03 -0700 (PDT) Received: from quack.kfu.com (localhost [127.0.0.1]) by beast.talarian.com (8.11.3/8.11.3) with ESMTP id f4NMW3711286 for ; Wed, 23 May 2001 15:32:03 -0700 (PDT) (envelope-from nsayer@quack.kfu.com) Message-ID: <3B0C3A63.3020908@quack.kfu.com> Date: Wed, 23 May 2001 15:32:03 -0700 From: Nick Sayer User-Agent: Mozilla/5.0 (X11; U; FreeBSD 4.3-RELEASE i386; en-US; 0.8.1) Gecko/20010411 X-Accept-Language: en MIME-Version: 1.0 To: ports@freebsd.org Subject: Java port behavior ideas Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org We're starting to get a number of ports that consist simply of .jar files. Each one is currently taking a different approach to how they are installed and run and stuff. I'd like to suggest some additional standards and port plumbing to handle this. 1. 'javavm' should take a flag that will do for "old" JREs what the -jar flag does. Perhaps this should be a new script in the javavmwrapper port called 'runjar' or something like that. Ideally, IMHO, 'javavm -jar [jarfile]' should always be sufficient regardless of what JRE is in use. Of course, I leave it to the javavmwrapper maintainer(s) to actually do this. :-) 2. .jar files should, IMHO, go in a common spot. ${PREFIX}/share/java seems quite reasonable. 3. IS_JAR=yes would be a nice short-hand for having a RUN_DEPENDS of javavmwrapper and a JRE and NO_BUILD=yes. 4. Most ambitously, it's conceivable that a method could be devised to automatically make links from a javavmwrapper helper script to ${PREFIX}/bin/jarname. The helper script would be argv[0] aware and would do the equivalent of 'javavm -jar ${PREFIX}/share/java/$0.jar'. This could be used in port Makefiles in a manner similar to MANn= lines. Just some ideas to kick around. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 15:45:33 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C202D37B422; Wed, 23 May 2001 15:45:31 -0700 (PDT) (envelope-from dougb@FreeBSD.org) Received: (from dougb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4NMjVn54975; Wed, 23 May 2001 15:45:31 -0700 (PDT) (envelope-from dougb) Date: Wed, 23 May 2001 15:45:31 -0700 (PDT) From: Message-Id: <200105232245.f4NMjVn54975@freefall.freebsd.org> To: sobomax@FreeBSD.ORG, dougb@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27192: 27182:_Teach_portlint_to_recognize_RUN_DEPENDS=3D${BUILD_DEPENDS}_and_the_like?= Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Old Synopsis: =?ISO-8859-1?Q?Re:_ports/27182:_Teach_portlint_to_recognize_RUN_DEPENDS=3D${BUILD_DEPENDS}_and_the_like?= New Synopsis: 27182:_Teach_portlint_to_recognize_RUN_DEPENDS=3D${BUILD_DEPENDS}_and_the_like?= State-Changed-From-To: open->closed State-Changed-By: dougb State-Changed-When: Wed May 23 15:42:16 PDT 2001 State-Changed-Why: Actually followup to 27182, noted there. Responsible-Changed-From-To: gnats-admin->freebsd-ports Responsible-Changed-By: dougb Responsible-Changed-When: Wed May 23 15:42:16 PDT 2001 Responsible-Changed-Why: Misfiled PR. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27192 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 15:47:36 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5179437B422; Wed, 23 May 2001 15:47:34 -0700 (PDT) (envelope-from dougb@FreeBSD.org) Received: (from dougb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4NMlY355733; Wed, 23 May 2001 15:47:34 -0700 (PDT) (envelope-from dougb) Date: Wed, 23 May 2001 15:47:34 -0700 (PDT) From: Message-Id: <200105232247.f4NMlY355733@freefall.freebsd.org> To: dougb@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27386: Re: Port java/jad: MASTER_SITES update and new port version. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Re: Port java/jad: MASTER_SITES update and new port version. Responsible-Changed-From-To: gnats-admin->freebsd-ports Responsible-Changed-By: dougb Responsible-Changed-When: Wed May 23 15:46:40 PDT 2001 Responsible-Changed-Why: Misfiled PR. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27386 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 15:48:53 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 64BCA37B422; Wed, 23 May 2001 15:48:51 -0700 (PDT) (envelope-from dougb@FreeBSD.org) Received: (from dougb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4NMmo156210; Wed, 23 May 2001 15:48:50 -0700 (PDT) (envelope-from dougb) Date: Wed, 23 May 2001 15:48:50 -0700 (PDT) From: Message-Id: <200105232248.f4NMmo156210@freefall.freebsd.org> To: ernst@jollem.com, dougb@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27389: Re: Port java/jad: MASTER_SITES update and new port version. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Re: Port java/jad: MASTER_SITES update and new port version. State-Changed-From-To: open->closed State-Changed-By: dougb State-Changed-When: Wed May 23 15:47:53 PDT 2001 State-Changed-Why: Actually followup to 27386. Responsible-Changed-From-To: gnats-admin->freebsd-ports Responsible-Changed-By: dougb Responsible-Changed-When: Wed May 23 15:47:53 PDT 2001 Responsible-Changed-Why: Misfiled PR. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27389 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 16:46:45 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mobile.hub.org (SHW39-29.accesscable.net [24.138.39.29]) by hub.freebsd.org (Postfix) with ESMTP id D07E437B423 for ; Wed, 23 May 2001 16:46:42 -0700 (PDT) (envelope-from scrappy@hub.org) Received: from localhost (scrappy@localhost) by mobile.hub.org (8.11.3/8.11.1) with ESMTP id f4NNkfr38143 for ; Wed, 23 May 2001 20:46:41 -0300 (ADT) (envelope-from scrappy@hub.org) X-Authentication-Warning: mobile.hub.org: scrappy owned process doing -bs Date: Wed, 23 May 2001 20:46:41 -0300 (ADT) From: The Hermit Hacker To: Subject: Ports remembering old configurations ... Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org There are a few really good packages in ports that include a curses based configuration utility (PHP being my most often used one) ... but there is no "memory" between compiles, so you have to hope you don't forget an option when you upgrade, and break an application that relies on that option ... Has anyone looked at what it would take to 'save' the configuration between builds? Basically, if you build/install, it saves your build options to a +CONFIG file or something like that ... when you go to build it a second time (say to add a new option), it re-reads that file first and sets the defaults based on that ... ? Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 18: 0: 1 2001 Delivered-To: freebsd-ports@freebsd.org Received: from lists.unixathome.org (lists.unixathome.org [210.48.103.158]) by hub.freebsd.org (Postfix) with ESMTP id 61AFC37B424 for ; Wed, 23 May 2001 17:59:49 -0700 (PDT) (envelope-from dan@langille.org) Received: from wocker (lists.unixathome.org [210.48.103.158]) by lists.unixathome.org (8.11.1/8.11.1) with ESMTP id f4O0xer02986 for ; Thu, 24 May 2001 12:59:41 +1200 (NZST) (envelope-from dan@langille.org) Message-Id: <200105240059.f4O0xer02986@lists.unixathome.org> From: "Dan Langille" Organization: novice in training To: ports@freebsd.org Date: Wed, 23 May 2001 20:59:38 -0400 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: net/isc-dhcp3 fails build, dhcp2 fails install in 4.3-stable Reply-To: dan@langille.org X-mailer: Pegasus Mail for Win32 (v3.12c) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org They don't build here, yet other report success building them. I feel *so* special... # uname -a FreeBSD xeon.unixathome.org 4.3-STABLE FreeBSD 4.3-STABLE #0: Sun May 20 00:39:31 EDT 2001 dan@xeon.int.nz.freebsd.org:/usr/src/sys/compile/XEON i386 From a cvsup of ports-all just minutes old (via cvsup.ca.freebsd.org): # make >> dhcp-3.0rc7.tar.gz doesn't seem to exist in /usr/ports/distfiles/. >> Attempting to fetch from ftp://ftp.isc.org/isc/dhcp/. Receiving dhcp-3.0rc7.tar.gz (840782 bytes): 100% 840782 bytes transferred in 9.8 seconds (83.44 kBps) ===> Extracting for isc-dhcp3-3.0.r7 >> Checksum OK for dhcp-3.0rc7.tar.gz. ===> Patching for isc-dhcp3-3.0.r7 ===> Applying FreeBSD patches for isc-dhcp3-3.0.r7 ===> Configuring for isc-dhcp3-3.0.r7 System Type: --with-tclinclude=/usr/local/include/tcl8.3 mkdir: work.--with-tclinclude=/usr/local/include: No such file or directory mkdir: work.--with-tclinclude=/usr/local/include/tcl8.3: No such file or directory ./configure: cannot create work.--with- tclinclude=/usr/local/include/tcl8.3/./Makefile: directory nonexistent mkdir: work.--with-tclinclude=/usr/local/include/tcl8.3: No such file or directory ./configure: cannot create work.--with- tclinclude=/usr/local/include/tcl8.3/client/Makefile: directory nonexistent mkdir: work.--with-tclinclude=/usr/local/include/tcl8.3: No such file or directory ./configure: cannot create work.--with- tclinclude=/usr/local/include/tcl8.3/server/Makefile: directory nonexistent mkdir: work.--with-tclinclude=/usr/local/include/tcl8.3: No such file or directory ./configure: cannot create work.--with-tclinclude=/usr/local/include/tcl8.3/relay/Makefile: directory nonexistent mkdir: work.--with-tclinclude=/usr/local/include/tcl8.3: No such file or directory ./configure: cannot create work.--with- tclinclude=/usr/local/include/tcl8.3/common/Makefile: directory nonexistent mkdir: work.--with-tclinclude=/usr/local/include/tcl8.3: No such file or directory ./configure: cannot create work.--with- tclinclude=/usr/local/include/tcl8.3/omapip/Makefile: directory nonexistent mkdir: work.--with-tclinclude=/usr/local/include/tcl8.3: No such file or directory ./configure: cannot create work.--with- tclinclude=/usr/local/include/tcl8.3/dhcpctl/Makefile: directory nonexistent mkdir: work.--with-tclinclude=/usr/local/include/tcl8.3: No such file or directory ./configure: cannot create work.--with- tclinclude=/usr/local/include/tcl8.3/minires/Makefile: directory nonexistent mkdir: work.--with-tclinclude=/usr/local/include/tcl8.3: No such file or directory ./configure: cannot create work.--with- tclinclude=/usr/local/include/tcl8.3/dst/Makefile: directory nonexistent No build directory for freebsd - please run ./configure. ===> Building for isc-dhcp3-3.0.r7 No build directory for freebsd - please run ./configure. [root@xeon:/usr/ports/net/isc-dhcp3] # and then: [root@xeon:/usr/ports/net/isc-dhcp2] # make install ===> Installing for isc-dhcp-2.0.5 Installing in common for dir in ; do foo=""; for bar in `echo ${dir} |tr / ' '`; do foo=${foo}/$bar; if [ ! -d $foo ]; then mkdir $foo; chmod 755 $foo; fi; done; done dhcp-options.5 /dhcp-options dhcp-options.5:No such file or directory *** Error code 1 Stop in /usr/ports/net/isc-dhcp2/work/dhcp-2.0pl5/common. *** Error code 1 Stop in /usr/ports/net/isc-dhcp2/work/dhcp-2.0pl5. *** Error code 1 Stop in /usr/ports/net/isc-dhcp2. *** Error code 1 Stop in /usr/ports/net/isc-dhcp2. *** Error code 1 Stop in /usr/ports/net/isc-dhcp2. [root@xeon:/usr/ports/net/isc-dhcp2] # -- Dan Langille pgpkey - finger dan@unixathome.org | http://unixathome.org/finger.php To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 18:18: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4038637B422; Wed, 23 May 2001 18:18:07 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4O1I6U78532; Wed, 23 May 2001 18:18:06 -0700 (PDT) (envelope-from kevlo) Date: Wed, 23 May 2001 18:18:06 -0700 (PDT) From: Message-Id: <200105240118.f4O1I6U78532@freefall.freebsd.org> To: bischoff@rickjr.org, kevlo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27549: /usr/ports/java/linux-jdk13 not installing Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: /usr/ports/java/linux-jdk13 not installing State-Changed-From-To: open->closed State-Changed-By: kevlo State-Changed-When: Wed May 23 18:16:56 PDT 2001 State-Changed-Why: He didn't install linux_base, so that problem occurs. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27549 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 18:20: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D940637B422 for ; Wed, 23 May 2001 18:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4O1K2L78720; Wed, 23 May 2001 18:20:02 -0700 (PDT) (envelope-from gnats) Date: Wed, 23 May 2001 18:20:02 -0700 (PDT) Message-Id: <200105240120.f4O1K2L78720@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Makoto MATSUSHITA Subject: Re: ports/27585: [MAINTAINER][PATCH] update ports/emulators/linux-vmware-toolbox to 2.0.4 Reply-To: Makoto MATSUSHITA Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/27585; it has been noted by GNATS. From: Makoto MATSUSHITA To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: Subject: Re: ports/27585: [MAINTAINER][PATCH] update ports/emulators/linux-vmware-toolbox to 2.0.4 Date: Thu, 24 May 2001 10:12:13 +0900 Oops... forget to note: 'fixing in 5-current case' is initially submitted to me by knu@FreeBSD.org. Thanks, knu. -- - Makoto `MAR' MATSUSHITA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 18:39:51 2001 Delivered-To: freebsd-ports@freebsd.org Received: from wall.polstra.com (rtrwan160.accessone.com [206.213.115.74]) by hub.freebsd.org (Postfix) with ESMTP id 2A1FF37B423 for ; Wed, 23 May 2001 18:39:49 -0700 (PDT) (envelope-from jdp@wall.polstra.com) Received: from vashon.polstra.com (vashon.polstra.com [206.213.73.13]) by wall.polstra.com (8.11.3/8.11.1) with ESMTP id f4O1dZ056236; Wed, 23 May 2001 18:39:35 -0700 (PDT) (envelope-from jdp@wall.polstra.com) Received: (from jdp@localhost) by vashon.polstra.com (8.11.3/8.11.0) id f4O1dZr07496; Wed, 23 May 2001 18:39:35 -0700 (PDT) (envelope-from jdp) Date: Wed, 23 May 2001 18:39:35 -0700 (PDT) Message-Id: <200105240139.f4O1dZr07496@vashon.polstra.com> To: ports@freebsd.org From: John Polstra Cc: ache@nagual.pp.ru Subject: Re: cvsup trouble In-Reply-To: <20010523233329.A64949@nagual.pp.ru> References: <20010521214919.A31941@unicorn.blackhats.org> <20010521221230.A54225@zerogravity.kawo2.rwth-aachen.d> <20010523233329.A64949@nagual.pp.ru> Organization: Polstra & Co., Seattle, WA Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org In article <20010523233329.A64949@nagual.pp.ru>, Andrey A. Chernov wrote: > > It seems I miss beginning of this discussion. Does it related to recent > > Delete ports/www/jakarta-tomcat/files > Updater failed: Cannot delete "/usr/ports/www/jakarta-tomcat/files": Directory not empty > *** Error code 1 > > error? How to fix it? Yes, see PR misc/27495 for a work-around. John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 18:40: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 715EC37B42C for ; Wed, 23 May 2001 18:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4O1e1679931; Wed, 23 May 2001 18:40:01 -0700 (PDT) (envelope-from gnats) Received: from excalibur.nobutaka.com (h-hiroshimax026.tiki.ne.jp [210.236.8.26]) by hub.freebsd.org (Postfix) with ESMTP id 3697A37B424 for ; Wed, 23 May 2001 18:32:42 -0700 (PDT) (envelope-from nobutaka@nobutaka.com) Received: (from nobutaka@localhost) by excalibur.nobutaka.com (8.11.3/8.11.3) id f4O1WVL73035; Thu, 24 May 2001 10:32:31 +0900 (JST) (envelope-from nobutaka@nobutaka.com) Message-Id: <200105240132.f4O1WVL73035@excalibur.nobutaka.com> Date: Thu, 24 May 2001 10:32:31 +0900 (JST) From: nobutaka@nobutaka.com Reply-To: nobutaka@nobutaka.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27602: Update port: japanese/migemo-emacs20 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27602 >Category: ports >Synopsis: Update port: japanese/migemo-emacs20 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed May 23 18:40:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: MANTANI Nobutaka >Release: FreeBSD 4.3-STABLE i386 >Organization: Hiroshima University >Environment: System: FreeBSD excalibur.nobutaka.com 4.3-STABLE FreeBSD 4.3-STABLE #59: Fri May 18 02:32:20 JST 2001 nobutaka@excalibur.nobutaka.com:/usr/src/sys/compile/EXCALIBUR i386 >Description: Update japanese/migemo-emacs20 to 0.22. >How-To-Repeat: >Fix: diff -urN migemo-emacs20.old/Makefile migemo-emacs20/Makefile --- migemo-emacs20.old/Makefile Thu May 24 08:42:33 2001 +++ migemo-emacs20/Makefile Thu May 24 10:24:10 2001 @@ -6,8 +6,7 @@ # PORTNAME= migemo -PORTVERSION= 0.21 -PORTREVISION= 1 +PORTVERSION= 0.22 CATEGORIES= japanese elisp MASTER_SITES= http://migemo.namazu.org/stable/ PKGNAMESUFFIX= -${EMACS_PORT_NAME} diff -urN migemo-emacs20.old/distinfo migemo-emacs20/distinfo --- migemo-emacs20.old/distinfo Thu May 24 08:42:33 2001 +++ migemo-emacs20/distinfo Fri Apr 27 20:51:13 2001 @@ -1 +1 @@ -MD5 (migemo-0.21.tar.gz) = 2cf7c9f06243da4a8b58ecac12849913 +MD5 (migemo-0.22.tar.gz) = fd9e92b423fb9ef73eb8486f2fb00d80 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 18:43: 3 2001 Delivered-To: freebsd-ports@freebsd.org Received: from casimir.physics.purdue.edu (casimir.physics.purdue.edu [128.210.146.111]) by hub.freebsd.org (Postfix) with ESMTP id AB9C437B423 for ; Wed, 23 May 2001 18:42:58 -0700 (PDT) (envelope-from will@physics.purdue.edu) Received: by casimir.physics.purdue.edu (Postfix, from userid 1000) id 34F8418A51; Wed, 23 May 2001 20:42:47 -0500 (EST) Date: Wed, 23 May 2001 20:42:47 -0500 From: Will Andrews To: The Hermit Hacker Cc: freebsd-ports@FreeBSD.ORG Subject: Re: Ports remembering old configurations ... Message-ID: <20010523204246.D19376@casimir.physics.purdue.edu> Reply-To: Will Andrews References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.15i In-Reply-To: ; from scrappy@hub.org on Wed, May 23, 2001 at 08:46:41PM -0300 X-Operating-System: Linux 2.2.18 sparc64 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, May 23, 2001 at 08:46:41PM -0300, The Hermit Hacker wrote: > Has anyone looked at what it would take to 'save' the configuration > between builds? Basically, if you build/install, it saves your build > options to a +CONFIG file or something like that ... when you go to build > it a second time (say to add a new option), it re-reads that file first > and sets the defaults based on that ... ? Yes, we've discussed this at length in the past. In fact I wrote a little paper on how to deal with this (and many other problems in ports) about eight months ago... -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 18:50:13 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 741EB37B424 for ; Wed, 23 May 2001 18:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4O1o1W80492; Wed, 23 May 2001 18:50:01 -0700 (PDT) (envelope-from gnats) Received: from excalibur.nobutaka.com (h-hiroshimax026.tiki.ne.jp [210.236.8.26]) by hub.freebsd.org (Postfix) with ESMTP id A10CC37B423 for ; Wed, 23 May 2001 18:46:39 -0700 (PDT) (envelope-from nobutaka@nobutaka.com) Received: (from nobutaka@localhost) by excalibur.nobutaka.com (8.11.3/8.11.3) id f4O1kaU73208; Thu, 24 May 2001 10:46:36 +0900 (JST) (envelope-from nobutaka@nobutaka.com) Message-Id: <200105240146.f4O1kaU73208@excalibur.nobutaka.com> Date: Thu, 24 May 2001 10:46:36 +0900 (JST) From: nobutaka@nobutaka.com Reply-To: nobutaka@nobutaka.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27603: Update port: www/emacs-w3m-emacs20 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27603 >Category: ports >Synopsis: Update port: www/emacs-w3m-emacs20 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed May 23 18:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: MANTANI Nobutaka >Release: FreeBSD 4.3-STABLE i386 >Organization: Hiroshima University >Environment: System: FreeBSD excalibur.nobutaka.com 4.3-STABLE FreeBSD 4.3-STABLE #59: Fri May 18 02:32:20 JST 2001 nobutaka@excalibur.nobutaka.com:/usr/src/sys/compile/EXCALIBUR i386 >Description: Update www/emacs-w3m-emacs20 to 1.0. >How-To-Repeat: >Fix: diff -urN emacs-w3m-emacs20.old/Makefile emacs-w3m-emacs20/Makefile --- emacs-w3m-emacs20.old/Makefile Thu May 24 08:50:54 2001 +++ emacs-w3m-emacs20/Makefile Thu May 24 10:14:44 2001 @@ -6,7 +6,7 @@ # PORTNAME= emacs-w3m -PORTVERSION= 0.2.150 +PORTVERSION= 1.0 CATEGORIES= www elisp MASTER_SITES= http://namazu.org/~tsuchiya/emacs-w3m/ PKGNAMESUFFIX= -${EMACS_PORT_NAME} @@ -29,7 +29,8 @@ EMACS_ONLY=${EMACS_ONLY} \ LISPDIR=${LISPDIR} \ ETCDIR=${ETCDIR} \ - PKGINFODIR=${PKGINFODIR} + PKGINFODIR=${PKGINFODIR} \ + SHIMBUN=${SHIMBUN} DOCS= README DOCS_JA= README.ja TIPS.ja @@ -42,9 +43,35 @@ .if ${EMACS_NAME} == xemacs XEMACS_ONLY?= "" EMACS_ONLY?= "@comment " +SEMI_FILE= ${LOCALBASE}/${EMACS_PACKAGESDIR}/lisp/semi/mime-setup.el .else XEMACS_ONLY?= "@comment " EMACS_ONLY?= "" +SEMI_FILE= ${LOCALBASE}/${EMACS_LIBDIR}/site-lisp/semi/mime-setup.el +.endif + +.if defined(WITH_SHIMBUN) +HAVE_SEMI=yes +SHIMBUN= "" +.else +.if exists(${SEMI_FILE}) +HAVE_SEMI=yes +SHIMBUN= "" +.else +SHIMBUN= "@comment " +.endif +.endif + +.if defined(HAVE_SEMI) +BUILD_DEPENDS+= ${SEMI_FILE}:${PORTSDIR}/editors/semi-${EMACS_PORT_NAME}-current +RUN_DEPENDS+= ${SEMI_FILE}:${PORTSDIR}/editors/semi-${EMACS_PORT_NAME}-current +.endif + +.if !defined(HAVE_SEMI) +pre-fetch: + @${ECHO_MSG} + @${ECHO_MSG} "NOTE: You can have shimbun support by adding \"WITH_SHIMBUN=yes\" to argument of make." + @${ECHO_MSG} .endif post-extract: diff -urN emacs-w3m-emacs20.old/distinfo emacs-w3m-emacs20/distinfo --- emacs-w3m-emacs20.old/distinfo Thu May 24 08:50:54 2001 +++ emacs-w3m-emacs20/distinfo Thu May 10 22:26:31 2001 @@ -1 +1 @@ -MD5 (w3m_el-0.2.150.tar.gz) = ea1ecc0aef0bcb992813a70066ccc8b5 +MD5 (w3m_el-1.0.tar.gz) = 4056fa10c6f6a145e150b2f6387a9936 diff -urN emacs-w3m-emacs20.old/pkg-plist emacs-w3m-emacs20/pkg-plist --- emacs-w3m-emacs20.old/pkg-plist Thu May 24 08:50:54 2001 +++ emacs-w3m-emacs20/pkg-plist Thu May 24 10:01:20 2001 @@ -2,11 +2,15 @@ %%XEMACS_ONLY%%%%ETCDIR%%/antenna-up.xpm %%XEMACS_ONLY%%%%ETCDIR%%/back-disabled.xpm %%XEMACS_ONLY%%%%ETCDIR%%/back-up.xpm +%%XEMACS_ONLY%%%%ETCDIR%%/db-history-up.xpm %%XEMACS_ONLY%%%%ETCDIR%%/forward-disabled.xpm %%XEMACS_ONLY%%%%ETCDIR%%/forward-up.xpm +%%XEMACS_ONLY%%%%ETCDIR%%/history-up.xpm %%XEMACS_ONLY%%%%ETCDIR%%/home-up.xpm %%XEMACS_ONLY%%%%ETCDIR%%/image-up.xpm %%XEMACS_ONLY%%%%ETCDIR%%/open-up.xpm +%%XEMACS_ONLY%%%%ETCDIR%%/parent-disabled.xpm +%%XEMACS_ONLY%%%%ETCDIR%%/parent-up.xpm %%XEMACS_ONLY%%%%ETCDIR%%/reload-up.xpm %%XEMACS_ONLY%%%%ETCDIR%%/search-up.xpm %%XEMACS_ONLY%%%%ETCDIR%%/weather-up.xpm @@ -22,15 +26,55 @@ @unexec rm -f %D/%%LISPDIR%%/mew-w3m.elc %%LISPDIR%%/mime-w3m.el @unexec rm -f %D/%%LISPDIR%%/mime-w3m.elc +%%SHIMBUN%%%%LISPDIR%%/sb-airs.el +%%SHIMBUN%%%%LISPDIR%%/sb-airs.elc +%%SHIMBUN%%%%LISPDIR%%/sb-asahi-html.el +%%SHIMBUN%%%%LISPDIR%%/sb-asahi-html.elc +%%SHIMBUN%%%%LISPDIR%%/sb-asahi.el +%%SHIMBUN%%%%LISPDIR%%/sb-asahi.elc +%%SHIMBUN%%%%LISPDIR%%/sb-bbdb-ml.el +%%SHIMBUN%%%%LISPDIR%%/sb-bbdb-ml.elc +%%SHIMBUN%%%%LISPDIR%%/sb-cnet.el +%%SHIMBUN%%%%LISPDIR%%/sb-cnet.elc +%%SHIMBUN%%%%LISPDIR%%/sb-ding.el +%%SHIMBUN%%%%LISPDIR%%/sb-ding.elc +%%SHIMBUN%%%%LISPDIR%%/sb-fml.el +%%SHIMBUN%%%%LISPDIR%%/sb-fml.elc +%%SHIMBUN%%%%LISPDIR%%/sb-gnome.el +%%SHIMBUN%%%%LISPDIR%%/sb-gnome.elc +%%SHIMBUN%%%%LISPDIR%%/sb-hns.el +%%SHIMBUN%%%%LISPDIR%%/sb-hns.elc +%%SHIMBUN%%%%LISPDIR%%/sb-impress.el +%%SHIMBUN%%%%LISPDIR%%/sb-impress.elc +%%SHIMBUN%%%%LISPDIR%%/sb-lump.el +%%SHIMBUN%%%%LISPDIR%%/sb-lump.elc +%%SHIMBUN%%%%LISPDIR%%/sb-mhonarc.el +%%SHIMBUN%%%%LISPDIR%%/sb-mhonarc.elc +%%SHIMBUN%%%%LISPDIR%%/sb-namazu.el +%%SHIMBUN%%%%LISPDIR%%/sb-namazu.elc +%%SHIMBUN%%%%LISPDIR%%/sb-netbsd.el +%%SHIMBUN%%%%LISPDIR%%/sb-netbsd.elc +%%SHIMBUN%%%%LISPDIR%%/sb-sponichi.el +%%SHIMBUN%%%%LISPDIR%%/sb-sponichi.elc +%%SHIMBUN%%%%LISPDIR%%/sb-tcup.el +%%SHIMBUN%%%%LISPDIR%%/sb-tcup.elc +%%SHIMBUN%%%%LISPDIR%%/sb-text.el +%%SHIMBUN%%%%LISPDIR%%/sb-text.elc +%%SHIMBUN%%%%LISPDIR%%/sb-wired.el +%%SHIMBUN%%%%LISPDIR%%/sb-wired.elc +%%SHIMBUN%%%%LISPDIR%%/sb-xemacs.el +%%SHIMBUN%%%%LISPDIR%%/sb-xemacs.elc +%%SHIMBUN%%%%LISPDIR%%/sb-yomiuri.el +%%SHIMBUN%%%%LISPDIR%%/sb-yomiuri.elc +%%SHIMBUN%%%%LISPDIR%%/sb-zdnet.el +%%SHIMBUN%%%%LISPDIR%%/sb-zdnet.elc +%%SHIMBUN%%%%LISPDIR%%/shimbun.el +%%SHIMBUN%%%%LISPDIR%%/shimbun.elc %%LISPDIR%%/w3m-antenna.el %%LISPDIR%%/w3m-antenna.elc %%LISPDIR%%/w3m-bookmark.el %%LISPDIR%%/w3m-bookmark.elc %%LISPDIR%%/w3m-e21.el -%%LISPDIR%%/w3m-filter.el -%%LISPDIR%%/w3m-filter.elc -%%LISPDIR%%/w3m-form.el -%%LISPDIR%%/w3m-form.elc %%LISPDIR%%/w3m-hist.el %%LISPDIR%%/w3m-hist.elc %%LISPDIR%%/w3m-om.el >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 19: 2:15 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CA19F37B423; Wed, 23 May 2001 19:02:13 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4O22Do81465; Wed, 23 May 2001 19:02:13 -0700 (PDT) (envelope-from knu) Date: Wed, 23 May 2001 19:02:13 -0700 (PDT) From: Message-Id: <200105240202.f4O22Do81465@freefall.freebsd.org> To: knu@FreeBSD.org, freebsd-ports@FreeBSD.org, knu@FreeBSD.org Subject: Re: ports/27585: update ports/emulators/linux-vmware-toolbox to 2.0.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: update ports/emulators/linux-vmware-toolbox to 2.0.4 Responsible-Changed-From-To: freebsd-ports->knu Responsible-Changed-By: knu Responsible-Changed-When: Thu May 24 11:01:47 JST 2001 Responsible-Changed-Why: I take this. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27585 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 19: 2:39 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CB09937B422; Wed, 23 May 2001 19:02:36 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4O22a481551; Wed, 23 May 2001 19:02:36 -0700 (PDT) (envelope-from knu) Date: Wed, 23 May 2001 19:02:36 -0700 (PDT) From: Message-Id: <200105240202.f4O22a481551@freefall.freebsd.org> To: knu@FreeBSD.org, freebsd-ports@FreeBSD.org, knu@FreeBSD.org Subject: Re: ports/27602: Update port: japanese/migemo-emacs20 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: japanese/migemo-emacs20 Responsible-Changed-From-To: freebsd-ports->knu Responsible-Changed-By: knu Responsible-Changed-When: Thu May 24 11:02:27 JST 2001 Responsible-Changed-Why: I take this. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27602 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 19: 2:54 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C5B2337B422; Wed, 23 May 2001 19:02:52 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4O22qo81634; Wed, 23 May 2001 19:02:52 -0700 (PDT) (envelope-from knu) Date: Wed, 23 May 2001 19:02:52 -0700 (PDT) From: Message-Id: <200105240202.f4O22qo81634@freefall.freebsd.org> To: knu@FreeBSD.org, freebsd-ports@FreeBSD.org, knu@FreeBSD.org Subject: Re: ports/27603: Update port: www/emacs-w3m-emacs20 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: www/emacs-w3m-emacs20 Responsible-Changed-From-To: freebsd-ports->knu Responsible-Changed-By: knu Responsible-Changed-When: Thu May 24 11:02:42 JST 2001 Responsible-Changed-Why: I take this. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27603 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 22: 7: 5 2001 Delivered-To: freebsd-ports@freebsd.org Received: from charlie.callgtn.com (charlie.callgtn.com [209.47.57.82]) by hub.freebsd.org (Postfix) with ESMTP id 1A69537B424 for ; Wed, 23 May 2001 22:07:03 -0700 (PDT) (envelope-from erothwell@callgtn.com) Received: from callgtn.com [24.114.251.145] by charlie.callgtn.com with ESMTP (SMTPD32-6.06) id A6EF6A90132; Thu, 24 May 2001 01:06:55 -0400 Message-ID: <3B0C96EF.A2289786@callgtn.com> Date: Thu, 24 May 2001 01:06:55 -0400 From: Erik Rothwell Reply-To: erothwell@callgtn.com Organization: GTN Communications corp. X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: ports@freebsd.org Subject: How is Nautilus broken? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, I've heard that Nautilus is broken on FreeBSD -- but, I've *also* heard that people can make it build... so if it's not the act of building Nautilus that's broken, what exactly doesn't work? Erik... -----BEGIN PGP PUBLIC KEY BLOCK----- Version: PGP 6.5.8 mQENAzsGODUAIwEIAMxKQRLDluJeDQs1BXic97O49DDzIA6Ikrji9pqNBsVhMrZP Htk6w0RD2j7eF0RGhYzuiwX0NyRO7KiDfqH9PI7nC6HW3kXyOqgjnK2e/+2JN69q PLYXbrYWPebvB7Duw1Qv8ih1iIasucsh/ppFwbG04MzhO4q6S2lHhIOYFjO0fZ6H PdFLFnhWUaFNeUnYKSD8BcoJK1KfhoL9HctkCgKEZhVEKNTisf3/jwzTyi4cfqoV Gf9ekGTj2PR4Ilvq/5LYY5UrW2A+IRJLv8amps3bcXTzjoUNjrTM/G854nbEULD7 Ay9eZobBXBklpXSdKwPCYbYoTLDHLH3j/R5KDhcABRG0HkJSeCBLR00gPGJhY2No dXNyeEBza29yZ2Eub3JnPokBFQMFEDsGODUsfeP9HkoOFwEBn5AIAKZIbCVt1TZs nbqrdwpUDhZV2DTjokie0EsdRDVtT4eSavC2tyZOC9MsByGLBYxN/YagrF6UyrFL I4etgb4edSMAEQKxOvQF6OAl2vO4FLOba/gRxro5mE8QiDfoRBLGTHKf9HTYYh+k g0LSeh29PbfTscoWGeeHxMDU7xEItmEwTwqbKUYpKaGKqGQQQ3/SdICUlPV/XgwP OA+ko4mwHF6GLHaogqbpkjAdwqDbQ8n7IjUfGw8RL2Dihi1Bo5GMkLaEHD/JP/MV H5IMXC+dvP59jA+6ixJpkCmo1X5wBsqNktqFZ1H6tMjy8Mvdkm8rDOMMcR9MeY5O yg7IuUI6nyU= =SPrS -----END PGP PUBLIC KEY BLOCK----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 22: 8:27 2001 Delivered-To: freebsd-ports@freebsd.org Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id 1410C37B423 for ; Wed, 23 May 2001 22:08:21 -0700 (PDT) (envelope-from dwcjr@inethouston.net) Received: from dwcjr (DWCJR.inethouston.net [216.118.21.147]) by leviathan.inethouston.net (Postfix) with ESMTP id 789A110F40F; Thu, 24 May 2001 00:08:27 -0500 (CDT) Message-ID: <023a01c0e40f$8f1f2800$931576d8@inethouston.net> From: "David W. Chapman Jr." To: Cc: References: <3B0C96EF.A2289786@callgtn.com> Subject: Re: How is Nautilus broken? Date: Thu, 24 May 2001 00:08:24 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org it builds, but it currently doesn't do anything. Does that answer? ----- Original Message ----- From: "Erik Rothwell" To: Sent: Thursday, May 24, 2001 12:06 AM Subject: How is Nautilus broken? > > Hi, > > I've heard that Nautilus is broken on FreeBSD -- but, I've *also* heard > that people can make it build... so if it's not the act of building > Nautilus that's broken, what exactly doesn't work? > > Erik... > > -----BEGIN PGP PUBLIC KEY BLOCK----- > Version: PGP 6.5.8 > > mQENAzsGODUAIwEIAMxKQRLDluJeDQs1BXic97O49DDzIA6Ikrji9pqNBsVhMrZP > Htk6w0RD2j7eF0RGhYzuiwX0NyRO7KiDfqH9PI7nC6HW3kXyOqgjnK2e/+2JN69q > PLYXbrYWPebvB7Duw1Qv8ih1iIasucsh/ppFwbG04MzhO4q6S2lHhIOYFjO0fZ6H > PdFLFnhWUaFNeUnYKSD8BcoJK1KfhoL9HctkCgKEZhVEKNTisf3/jwzTyi4cfqoV > Gf9ekGTj2PR4Ilvq/5LYY5UrW2A+IRJLv8amps3bcXTzjoUNjrTM/G854nbEULD7 > Ay9eZobBXBklpXSdKwPCYbYoTLDHLH3j/R5KDhcABRG0HkJSeCBLR00gPGJhY2No > dXNyeEBza29yZ2Eub3JnPokBFQMFEDsGODUsfeP9HkoOFwEBn5AIAKZIbCVt1TZs > nbqrdwpUDhZV2DTjokie0EsdRDVtT4eSavC2tyZOC9MsByGLBYxN/YagrF6UyrFL > I4etgb4edSMAEQKxOvQF6OAl2vO4FLOba/gRxro5mE8QiDfoRBLGTHKf9HTYYh+k > g0LSeh29PbfTscoWGeeHxMDU7xEItmEwTwqbKUYpKaGKqGQQQ3/SdICUlPV/XgwP > OA+ko4mwHF6GLHaogqbpkjAdwqDbQ8n7IjUfGw8RL2Dihi1Bo5GMkLaEHD/JP/MV > H5IMXC+dvP59jA+6ixJpkCmo1X5wBsqNktqFZ1H6tMjy8Mvdkm8rDOMMcR9MeY5O > yg7IuUI6nyU= > =SPrS > -----END PGP PUBLIC KEY BLOCK----- > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 22: 9:59 2001 Delivered-To: freebsd-ports@freebsd.org Received: from charlie.callgtn.com (charlie.callgtn.com [209.47.57.82]) by hub.freebsd.org (Postfix) with ESMTP id DD40337B424 for ; Wed, 23 May 2001 22:09:55 -0700 (PDT) (envelope-from erothwell@callgtn.com) Received: from callgtn.com [24.114.251.145] by charlie.callgtn.com with ESMTP (SMTPD32-6.06) id A7A26B10132; Thu, 24 May 2001 01:09:54 -0400 Message-ID: <3B0C97A2.90270DE3@callgtn.com> Date: Thu, 24 May 2001 01:09:54 -0400 From: Erik Rothwell Reply-To: erothwell@callgtn.com Organization: GTN Communications corp. X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: ports@freebsd.org Subject: XFree86 4 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello again, I've been wondering a couple of things about the XFree86 4 port... doesn't XF86 *include* GL libraries (viz., Mesa) & the FreeType libraries or do the relevant ports need to be installed? I ask only b/c I saw someone on -questions post that specifying XFREE86_VERSION=4 would solve "Mesa dependency problems." Erik... -----BEGIN PGP PUBLIC KEY BLOCK----- Version: PGP 6.5.8 mQENAzsGODUAIwEIAMxKQRLDluJeDQs1BXic97O49DDzIA6Ikrji9pqNBsVhMrZP Htk6w0RD2j7eF0RGhYzuiwX0NyRO7KiDfqH9PI7nC6HW3kXyOqgjnK2e/+2JN69q PLYXbrYWPebvB7Duw1Qv8ih1iIasucsh/ppFwbG04MzhO4q6S2lHhIOYFjO0fZ6H PdFLFnhWUaFNeUnYKSD8BcoJK1KfhoL9HctkCgKEZhVEKNTisf3/jwzTyi4cfqoV Gf9ekGTj2PR4Ilvq/5LYY5UrW2A+IRJLv8amps3bcXTzjoUNjrTM/G854nbEULD7 Ay9eZobBXBklpXSdKwPCYbYoTLDHLH3j/R5KDhcABRG0HkJSeCBLR00gPGJhY2No dXNyeEBza29yZ2Eub3JnPokBFQMFEDsGODUsfeP9HkoOFwEBn5AIAKZIbCVt1TZs nbqrdwpUDhZV2DTjokie0EsdRDVtT4eSavC2tyZOC9MsByGLBYxN/YagrF6UyrFL I4etgb4edSMAEQKxOvQF6OAl2vO4FLOba/gRxro5mE8QiDfoRBLGTHKf9HTYYh+k g0LSeh29PbfTscoWGeeHxMDU7xEItmEwTwqbKUYpKaGKqGQQQ3/SdICUlPV/XgwP OA+ko4mwHF6GLHaogqbpkjAdwqDbQ8n7IjUfGw8RL2Dihi1Bo5GMkLaEHD/JP/MV H5IMXC+dvP59jA+6ixJpkCmo1X5wBsqNktqFZ1H6tMjy8Mvdkm8rDOMMcR9MeY5O yg7IuUI6nyU= =SPrS -----END PGP PUBLIC KEY BLOCK----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 22:11:23 2001 Delivered-To: freebsd-ports@freebsd.org Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id 8751F37B422 for ; Wed, 23 May 2001 22:11:21 -0700 (PDT) (envelope-from dwcjr@inethouston.net) Received: from dwcjr (DWCJR.inethouston.net [216.118.21.147]) by leviathan.inethouston.net (Postfix) with ESMTP id 0055B10F40F; Thu, 24 May 2001 00:11:27 -0500 (CDT) Message-ID: <024401c0e40f$fab3bea0$931576d8@inethouston.net> From: "David W. Chapman Jr." To: , References: <3B0C97A2.90270DE3@callgtn.com> Subject: Re: XFree86 4 Date: Thu, 24 May 2001 00:11:24 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org ----- Original Message ----- From: "Erik Rothwell" To: Sent: Thursday, May 24, 2001 12:09 AM Subject: XFree86 4 > Hello again, > > I've been wondering a couple of things about the XFree86 4 port... > doesn't XF86 *include* GL libraries (viz., Mesa) & the FreeType > libraries or do the relevant ports need to be installed? I ask only b/c > I saw someone on -questions post that specifying XFREE86_VERSION=4 would > solve "Mesa dependency problems." The mesa gl libs are in /usr/ports/graphics/mesa3 and are a different port. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 22:12: 0 2001 Delivered-To: freebsd-ports@freebsd.org Received: from charlie.callgtn.com (charlie.callgtn.com [209.47.57.82]) by hub.freebsd.org (Postfix) with ESMTP id 7306937B422 for ; Wed, 23 May 2001 22:11:57 -0700 (PDT) (envelope-from erothwell@callgtn.com) Received: from callgtn.com [24.114.251.145] by charlie.callgtn.com with ESMTP (SMTPD32-6.06) id A8196B80132; Thu, 24 May 2001 01:11:53 -0400 Message-ID: <3B0C9819.291EA684@callgtn.com> Date: Thu, 24 May 2001 01:11:53 -0400 From: Erik Rothwell Reply-To: erothwell@callgtn.com Organization: GTN Communications corp. X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: "David W. Chapman Jr." , ports@freebsd.org Subject: Re: How is Nautilus broken? References: <3B0C96EF.A2289786@callgtn.com> <023a01c0e40f$8f1f2800$931576d8@inethouston.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org "David W. Chapman Jr." wrote: > > it builds, but it currently doesn't do anything. Does that answer? Pretty much :) I suppose if it does *absolutely nothing* (i.e. won't run) then that's broken ;) I was just wondering if it did some things (such as... display directories) but not others (such as... "Eazel Services" or whatever else.) Erik. -----BEGIN PGP PUBLIC KEY BLOCK----- Version: PGP 6.5.8 mQENAzsGODUAIwEIAMxKQRLDluJeDQs1BXic97O49DDzIA6Ikrji9pqNBsVhMrZP Htk6w0RD2j7eF0RGhYzuiwX0NyRO7KiDfqH9PI7nC6HW3kXyOqgjnK2e/+2JN69q PLYXbrYWPebvB7Duw1Qv8ih1iIasucsh/ppFwbG04MzhO4q6S2lHhIOYFjO0fZ6H PdFLFnhWUaFNeUnYKSD8BcoJK1KfhoL9HctkCgKEZhVEKNTisf3/jwzTyi4cfqoV Gf9ekGTj2PR4Ilvq/5LYY5UrW2A+IRJLv8amps3bcXTzjoUNjrTM/G854nbEULD7 Ay9eZobBXBklpXSdKwPCYbYoTLDHLH3j/R5KDhcABRG0HkJSeCBLR00gPGJhY2No dXNyeEBza29yZ2Eub3JnPokBFQMFEDsGODUsfeP9HkoOFwEBn5AIAKZIbCVt1TZs nbqrdwpUDhZV2DTjokie0EsdRDVtT4eSavC2tyZOC9MsByGLBYxN/YagrF6UyrFL I4etgb4edSMAEQKxOvQF6OAl2vO4FLOba/gRxro5mE8QiDfoRBLGTHKf9HTYYh+k g0LSeh29PbfTscoWGeeHxMDU7xEItmEwTwqbKUYpKaGKqGQQQ3/SdICUlPV/XgwP OA+ko4mwHF6GLHaogqbpkjAdwqDbQ8n7IjUfGw8RL2Dihi1Bo5GMkLaEHD/JP/MV H5IMXC+dvP59jA+6ixJpkCmo1X5wBsqNktqFZ1H6tMjy8Mvdkm8rDOMMcR9MeY5O yg7IuUI6nyU= =SPrS -----END PGP PUBLIC KEY BLOCK----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed May 23 23:48:41 2001 Delivered-To: freebsd-ports@freebsd.org Received: from cotdazr.org (cotdazr.org [209.239.229.90]) by hub.freebsd.org (Postfix) with SMTP id 7181437B422 for ; Wed, 23 May 2001 23:48:38 -0700 (PDT) (envelope-from efb@cotdazr.org) Received: (qmail 18380 invoked from network); 24 May 2001 06:48:32 -0000 Received: from gc92.cotdazr.org (HELO cotdazr.org) (209.239.229.92) by cotdazr.org with SMTP; 24 May 2001 06:48:32 -0000 Message-ID: <3B0CAEBF.794CFD3B@cotdazr.org> Date: Wed, 23 May 2001 23:48:32 -0700 From: Everett F Batey II Organization: Gold Coast Public Access X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.3-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: ports@FreeBSD.org Cc: efb@cotdazr.org Subject: OpenSSH_2.X Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org What are the prospects since openssh web site only refers back to FreeBSD web site to get a OpenSSH-2.9 (current ) picture of SSH What I got along with my 4.3 was OpenSSH 2.3.0 WHICH refuses to connect when called by one of my SSH_1.2.27 Thanks for any help here .. /Everett/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 24 1: 0:15 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 642E437B424 for ; Thu, 24 May 2001 01:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4O802g36589; Thu, 24 May 2001 01:00:02 -0700 (PDT) (envelope-from gnats) Received: from m1.bezeqint.net (m1.bezeqint.net [192.115.106.45]) by hub.freebsd.org (Postfix) with ESMTP id 1957C37B422 for ; Thu, 24 May 2001 00:58:10 -0700 (PDT) (envelope-from roman@alchemy.ath.cx) Received: from cerberus.oven.org (bzq-248-3.bezeqint.net [212.179.248.3] (may be forged)) by m1.bezeqint.net (Mirapoint) with ESMTP id ACQ48112; Thu, 24 May 2001 10:57:24 +0300 (IDT) Received: (from roman@localhost) by cerberus.oven.org (8.11.3/8.11.3) id f4O83mk12783; Thu, 24 May 2001 11:03:48 +0300 (IDT) (envelope-from roman) Message-Id: <200105240803.f4O83mk12783@cerberus.oven.org> Date: Thu, 24 May 2001 11:03:48 +0300 (IDT) From: roman@xpert.com To: FreeBSD-gnats-submit@freebsd.org Cc: roman@xpert.com X-Send-Pr-Version: 3.113 Subject: ports/27607: [NEW PORT] security/nat - NetBIOS auditing tool Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27607 >Category: ports >Synopsis: [NEW PORT] security/nat - NetBIOS auditing tool >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu May 24 01:00:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Roman Shterenzon >Release: FreeBSD 4.3-RELEASE i386 >Organization: >Environment: >Description: SMB/CIFS server and file share auditing tool used to gather information and identify misconfigurations in security critical environments. >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: # # nat # nat/Makefile # nat/distinfo # nat/pkg-plist # nat/pkg-descr # nat/pkg-comment # echo c - nat mkdir -p nat > /dev/null 2>&1 echo x - nat/Makefile sed 's/^X//' >nat/Makefile << 'END-of-nat/Makefile' X# Ports collection makefile for: nat X# Date created: May 24 2001 X# Whom: Roman Shterenzon X# X# $FreeBSD$ X# X XPORTNAME= nat XPORTVERSION= 20 XCATEGORIES= net security XMASTER_SITES= http://www.tux.org/pub/security/secnet/tools/nat20beta/ \ X ftp://ftp.cert.dfn.de/pub/tools/net/nat/nat20beta/ \ X ftp://ftp.spin.ad.jp/pub/Security/nat/nat20beta/ XDISTNAME= ${PORTNAME}${PORTVERSION}.freebsd X XMAINTAINER= roman@xpert.com X XNO_PACKAGE= "Redistribution prohibited by the license" X XNO_BUILD= yes XWRKSRC= ${WRKDIR} XMAN1= nat.1 X Xdo-install: X ${INSTALL_SCRIPT} ${WRKSRC}/nat ${LOCALBASE}/bin X ${INSTALL_MAN} ${WRKSRC}/nat.1 ${LOCALBASE}/man/man1 X ${MKDIR} ${LOCALBASE}/share/nat X ${INSTALL_DATA} ${WRKSRC}/passlist.txt ${LOCALBASE}/share/nat X ${INSTALL_DATA} ${WRKSRC}/userlist.txt ${LOCALBASE}/share/nat X X.include END-of-nat/Makefile echo x - nat/distinfo sed 's/^X//' >nat/distinfo << 'END-of-nat/distinfo' XMD5 (nat20.freebsd.tar.gz) = 20174dc3e5f4cc6802369a298fec7cd1 END-of-nat/distinfo echo x - nat/pkg-plist sed 's/^X//' >nat/pkg-plist << 'END-of-nat/pkg-plist' Xbin/nat Xshare/nat/passlist.txt Xshare/nat/userlist.txt X@dirrm %D/share/nat END-of-nat/pkg-plist echo x - nat/pkg-descr sed 's/^X//' >nat/pkg-descr << 'END-of-nat/pkg-descr' XSMB/CIFS server and file share auditing tool used to gather information and Xidentify misconfigurations in security critical environments. END-of-nat/pkg-descr echo x - nat/pkg-comment sed 's/^X//' >nat/pkg-comment << 'END-of-nat/pkg-comment' XNetBIOS auditing tool END-of-nat/pkg-comment exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 24 2: 0:39 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 70C8337B424 for ; Thu, 24 May 2001 02:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4O902o47326; Thu, 24 May 2001 02:00:02 -0700 (PDT) (envelope-from gnats) Received: from psi.c.oka-pu.ac.jp (psi.c.oka-pu.ac.jp [163.225.213.86]) by hub.freebsd.org (Postfix) with ESMTP id 0D4A537B43F for ; Thu, 24 May 2001 01:55:42 -0700 (PDT) (envelope-from kunishi@c.oka-pu.ac.jp) Received: from localhost (unknown [163.225.213.151]) by psi.c.oka-pu.ac.jp (Postfix) with ESMTP id 4A60664 for ; Thu, 24 May 2001 17:56:35 +0900 (JST) Message-Id: <20010524175518R.kunishi@aquamarine.c.oka-pu.ac.jp> Date: Thu, 24 May 2001 17:55:18 +0900 From: kunishi@acm.org Reply-To: kunishi@acm.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27608: textproc/xerces: upgrade to 1.4.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27608 >Category: ports >Synopsis: textproc/xerces: upgrade to 1.4.0 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu May 24 02:00:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: KUNISHIMA Takeo >Release: FreeBSD 4.3-STABLE i386 >Organization: Okayama Prefectural University >Environment: System: FreeBSD fiva.chorusroom.org 4.3-STABLE FreeBSD 4.3-STABLE #2: Sat May 12 23:37:29 JST 2001 root@fiva.chorusroom.org:/usr/obj/usr/src/sys/GENERIC i386 >Description: Upgrade Xerces ports (textproc/xerces). Modify RUN_DEPENDS from java/jdk to java/javavmwrapper, because Xerces runs well on other Java VM (cf. java/jdk12-beta). >How-To-Repeat: >Fix: Index: xerces/Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/xerces/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- xerces/Makefile 2001/03/18 15:40:33 1.4 +++ xerces/Makefile 2001/05/24 04:11:21 @@ -6,17 +6,16 @@ # PORTNAME= xerces -PORTVERSION= 1.3.1 +PORTVERSION= 1.4.0 CATEGORIES= textproc MASTER_SITES= http://xml.apache.org/dist/xerces-j/ DISTNAME= Xerces-J-bin.${PORTVERSION} MAINTAINER= kevlo@FreeBSD.org -RUN_DEPENDS= ${LOCALBASE}/jdk${JDK_VERSION}/bin/java:${PORTSDIR}/java/jdk +RUN_DEPENDS= ${LOCALBASE}/bin/javavm:${PORTSDIR}/java/javavmwrapper WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/./_/g} -JDK_VERSION= 1.1.8 NO_BUILD= yes PLIST_SUB= PORTVERSION="${PORTVERSION}" @@ -32,5 +31,6 @@ ${CP} -R docs ${PREFIX}/share/java/${PKGNAME}/; \ ${CP} -R data ${PREFIX}/share/java/${PKGNAME}/; \ ${CP} -R samples ${PREFIX}/share/java/${PKGNAME}/ + ${RMDIR} ${PREFIX}/share/java/${PKGNAME}/docs/dtd .include Index: xerces/distinfo =================================================================== RCS file: /home/ncvs/ports/textproc/xerces/distinfo,v retrieving revision 1.4 diff -u -r1.4 distinfo --- xerces/distinfo 2001/03/18 15:40:33 1.4 +++ xerces/distinfo 2001/05/24 02:23:38 @@ -1 +1 @@ -MD5 (Xerces-J-bin.1.3.1.tar.gz) = 8756653f5df6d392c4edeee3f2cc4cc0 +MD5 (Xerces-J-bin.1.4.0.tar.gz) = 93258d7bab667d9cab844f1e515d7937 Index: xerces/pkg-plist =================================================================== RCS file: /home/ncvs/ports/textproc/xerces/pkg-plist,v retrieving revision 1.3 diff -u -r1.3 pkg-plist --- xerces/pkg-plist 2001/03/12 03:40:32 1.3 +++ xerces/pkg-plist 2001/05/24 02:40:20 @@ -5,423 +5,423 @@ share/java/xerces-%%PORTVERSION%%/data/personal.dtd share/java/xerces-%%PORTVERSION%%/data/personal.xml share/java/xerces-%%PORTVERSION%%/data/personal.xsd -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/allclasses-frame.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/deprecated-list.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/help-doc.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/index-files/index-1.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/index-files/index-10.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/index-files/index-11.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/index-files/index-12.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/index-files/index-13.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/index-files/index-14.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/index-files/index-15.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/index-files/index-16.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/index-files/index-17.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/index-files/index-18.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/index-files/index-19.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/index-files/index-2.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/index-files/index-20.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/index-files/index-21.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/index-files/index-22.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/index-files/index-23.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/index-files/index-24.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/index-files/index-3.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/index-files/index-4.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/index-files/index-5.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/index-files/index-6.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/index-files/index-7.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/index-files/index-8.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/index-files/index-9.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/index.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/javax/xml/parsers/DocumentBuilder.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/javax/xml/parsers/DocumentBuilderFactory.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/javax/xml/parsers/FactoryConfigurationError.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/javax/xml/parsers/ParserConfigurationException.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/javax/xml/parsers/SAXParser.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/javax/xml/parsers/SAXParserFactory.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/javax/xml/parsers/package-frame.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/javax/xml/parsers/package-summary.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/javax/xml/parsers/package-tree.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLAnchorElementImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLAppletElementImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLAreaElementImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLBRElementImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLBaseElementImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLBaseFontElementImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLBodyElementImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLBuilder.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLButtonElementImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLDListElementImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLDOMImplementationImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLDirectoryElementImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLDivElementImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLDocumentImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLElementImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLFieldSetElementImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLFontElementImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLFormControl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLFormElementImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLFrameElementImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLFrameSetElementImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLHRElementImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLHeadElementImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLHeadingElementImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLHtmlElementImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLIFrameElementImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLImageElementImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLInputElementImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLIsIndexElementImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLLIElementImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLLabelElementImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLLegendElementImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLLinkElementImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLMapElementImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLMenuElementImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLMetaElementImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLModElementImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLOListElementImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLObjectElementImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLOptGroupElementImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLOptionElementImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLParagraphElementImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLParamElementImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLPreElementImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLQuoteElementImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLScriptElementImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLSelectElementImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLStyleElementImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLTableCaptionElementImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLTableCellElementImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLTableColElementImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLTableElementImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLTableRowElementImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLTableSectionElementImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLTextAreaElementImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLTitleElementImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/HTMLUListElementImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/NameNodeListImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/package-frame.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/package-summary.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom/package-tree.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/WMLAElement.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/WMLAccessElement.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/WMLAnchorElement.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/WMLBElement.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/WMLBigElement.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/WMLBrElement.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/WMLCardElement.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/WMLDOMImplementation.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/WMLDoElement.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/WMLDocument.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/WMLElement.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/WMLEmElement.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/WMLFieldsetElement.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/WMLGoElement.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/WMLHeadElement.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/WMLIElement.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/WMLImgElement.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/WMLInputElement.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/WMLMetaElement.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/WMLNoopElement.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/WMLOneventElement.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/WMLOptgroupElement.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/WMLOptionElement.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/WMLPElement.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/WMLPostfieldElement.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/WMLPrevElement.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/WMLRefreshElement.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/WMLSelectElement.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/WMLSetvarElement.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/WMLSmallElement.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/WMLStrongElement.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/WMLTableElement.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/WMLTdElement.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/WMLTemplateElement.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/WMLTimerElement.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/WMLTrElement.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/WMLUElement.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/WMLWmlElement.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/dom/WMLAElementImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/dom/WMLAccessElementImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/dom/WMLAnchorElementImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/dom/WMLBElementImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/dom/WMLBigElementImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/dom/WMLBrElementImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/dom/WMLCardElementImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/dom/WMLDOMImplementationImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/dom/WMLDoElementImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/dom/WMLDocumentImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/dom/WMLElementImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/dom/WMLEmElementImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/dom/WMLFieldsetElementImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/dom/WMLGoElementImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/dom/WMLHeadElementImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/dom/WMLIElementImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/dom/WMLImgElementImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/dom/WMLInputElementImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/dom/WMLMetaElementImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/dom/WMLNoopElementImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/dom/WMLOneventElementImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/dom/WMLOptgroupElementImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/dom/WMLOptionElementImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/dom/WMLPElementImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/dom/WMLPostfieldElementImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/dom/WMLPrevElementImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/dom/WMLRefreshElementImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/dom/WMLSelectElementImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/dom/WMLSetvarElementImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/dom/WMLSmallElementImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/dom/WMLStrongElementImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/dom/WMLTableElementImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/dom/WMLTdElementImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/dom/WMLTemplateElementImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/dom/WMLTimerElementImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/dom/WMLTrElementImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/dom/WMLUElementImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/dom/WMLWmlElementImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/dom/package-frame.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/dom/package-summary.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/dom/package-tree.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/package-frame.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/package-summary.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/package-tree.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/AttrImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/AttrNSImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/AttributeMap.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/CDATASectionImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/CharacterDataImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/ChildNode.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/CommentImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/DOMImplementationImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/DeepNodeListImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/DeferredAttrImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/DeferredAttrNSImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/DeferredCDATASectionImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/DeferredCommentImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/DeferredDocumentImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/DeferredDocumentTypeImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/DeferredElementDefinitionImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/DeferredElementImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/DeferredElementNSImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/DeferredEntityImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/DeferredEntityReferenceImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/DeferredNode.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/DeferredNotationImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/DeferredProcessingInstructionImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/DeferredTextImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/DocumentFragmentImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/DocumentImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/DocumentTypeImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/ElementDefinitionImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/ElementImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/ElementNSImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/EntityImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/EntityReferenceImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/NamedNodeMapImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/NodeImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/NodeIteratorImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/NotationImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/ParentNode.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/ProcessingInstructionImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/RangeExceptionImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/RangeImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/TextImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/TreeWalkerImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/events/EventImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/events/MutationEventImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/events/package-frame.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/events/package-summary.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/events/package-tree.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/package-frame.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/package-summary.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/package-tree.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/framework/Version.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/framework/XMLAttrList.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/framework/XMLContentSpec.Provider.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/framework/XMLContentSpec.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/framework/XMLDTDScanner.EventHandler.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/framework/XMLDTDScanner.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/framework/XMLDocumentHandler.DTDHandler.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/framework/XMLDocumentHandler.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/framework/XMLDocumentScanner.EventHandler.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/framework/XMLDocumentScanner.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/framework/XMLErrorReporter.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/framework/XMLParser.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/framework/package-frame.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/framework/package-summary.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/framework/package-tree.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/parsers/DOMParser.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/parsers/SAXParser.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/parsers/package-frame.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/parsers/package-summary.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/parsers/package-tree.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xml/serialize/BaseMarkupSerializer.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xml/serialize/DOMSerializer.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xml/serialize/EncodingInfo.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xml/serialize/HTMLSerializer.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xml/serialize/HTMLdtd.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xml/serialize/LineSeparator.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xml/serialize/Method.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xml/serialize/OutputFormat.DTD.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xml/serialize/OutputFormat.Defaults.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xml/serialize/OutputFormat.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xml/serialize/Printer.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xml/serialize/Serializer.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xml/serialize/SerializerFactory.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xml/serialize/SieveEncodingInfo.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xml/serialize/TextSerializer.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xml/serialize/XHTMLSerializer.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xml/serialize/XMLSerializer.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xml/serialize/package-frame.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xml/serialize/package-summary.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xml/serialize/package-tree.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/Attr.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/CDATASection.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/CharacterData.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/Comment.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/DOMException.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/DOMImplementation.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/Document.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/DocumentFragment.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/DocumentType.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/Element.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/Entity.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/EntityReference.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/NamedNodeMap.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/Node.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/NodeList.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/Notation.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/ProcessingInstruction.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/Text.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/events/DocumentEvent.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/events/Event.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/events/EventException.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/events/EventListener.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/events/EventTarget.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/events/MutationEvent.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/events/package-frame.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/events/package-summary.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/events/package-tree.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLAnchorElement.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLAppletElement.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLAreaElement.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLBRElement.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLBaseElement.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLBaseFontElement.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLBodyElement.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLButtonElement.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLCollection.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLDListElement.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLDOMImplementation.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLDirectoryElement.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLDivElement.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLDocument.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLElement.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLFieldSetElement.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLFontElement.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLFormElement.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLFrameElement.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLFrameSetElement.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLHRElement.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLHeadElement.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLHeadingElement.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLHtmlElement.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLIFrameElement.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLImageElement.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLInputElement.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLIsIndexElement.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLLIElement.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLLabelElement.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLLegendElement.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLLinkElement.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLMapElement.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLMenuElement.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLMetaElement.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLModElement.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLOListElement.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLObjectElement.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLOptGroupElement.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLOptionElement.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLParagraphElement.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLParamElement.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLPreElement.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLQuoteElement.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLScriptElement.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLSelectElement.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLStyleElement.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLTableCaptionElement.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLTableCellElement.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLTableColElement.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLTableElement.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLTableRowElement.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLTableSectionElement.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLTextAreaElement.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLTitleElement.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/HTMLUListElement.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/package-frame.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/package-summary.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html/package-tree.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/package-frame.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/package-summary.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/package-tree.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/ranges/DocumentRange.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/ranges/Range.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/ranges/RangeException.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/ranges/package-frame.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/ranges/package-summary.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/ranges/package-tree.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/traversal/DocumentTraversal.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/traversal/NodeFilter.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/traversal/NodeIterator.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/traversal/TreeWalker.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/traversal/package-frame.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/traversal/package-summary.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/traversal/package-tree.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/xml/sax/AttributeList.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/xml/sax/Attributes.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/xml/sax/ContentHandler.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/xml/sax/DTDHandler.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/xml/sax/DocumentHandler.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/xml/sax/EntityResolver.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/xml/sax/ErrorHandler.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/xml/sax/HandlerBase.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/xml/sax/InputSource.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/xml/sax/Locator.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/xml/sax/Parser.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/xml/sax/SAXException.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/xml/sax/SAXNotRecognizedException.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/xml/sax/SAXNotSupportedException.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/xml/sax/SAXParseException.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/xml/sax/XMLFilter.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/xml/sax/XMLReader.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/xml/sax/ext/DeclHandler.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/xml/sax/ext/LexicalHandler.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/xml/sax/ext/package-frame.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/xml/sax/ext/package-summary.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/xml/sax/ext/package-tree.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/xml/sax/helpers/AttributeListImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/xml/sax/helpers/AttributesImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/xml/sax/helpers/DefaultHandler.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/xml/sax/helpers/LocatorImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/xml/sax/helpers/NamespaceSupport.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/xml/sax/helpers/ParserAdapter.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/xml/sax/helpers/ParserFactory.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/xml/sax/helpers/XMLFilterImpl.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/xml/sax/helpers/XMLReaderAdapter.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/xml/sax/helpers/XMLReaderFactory.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/xml/sax/helpers/package-frame.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/xml/sax/helpers/package-summary.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/xml/sax/helpers/package-tree.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/xml/sax/package-frame.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/xml/sax/package-summary.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/xml/sax/package-tree.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/overview-frame.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/overview-summary.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/overview-tree.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/package-list -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/packages.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/serialized-form.html -share/java/xerces-%%PORTVERSION%%/docs/apiDocs/stylesheet.css +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/allclasses-frame.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/deprecated-list.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/help-doc.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/index-files/index-1.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/index-files/index-10.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/index-files/index-11.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/index-files/index-12.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/index-files/index-13.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/index-files/index-14.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/index-files/index-15.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/index-files/index-16.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/index-files/index-17.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/index-files/index-18.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/index-files/index-19.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/index-files/index-2.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/index-files/index-20.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/index-files/index-21.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/index-files/index-22.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/index-files/index-23.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/index-files/index-24.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/index-files/index-3.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/index-files/index-4.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/index-files/index-5.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/index-files/index-6.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/index-files/index-7.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/index-files/index-8.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/index-files/index-9.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/index.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/javax/xml/parsers/DocumentBuilder.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/javax/xml/parsers/DocumentBuilderFactory.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/javax/xml/parsers/FactoryConfigurationError.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/javax/xml/parsers/ParserConfigurationException.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/javax/xml/parsers/SAXParser.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/javax/xml/parsers/SAXParserFactory.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/javax/xml/parsers/package-frame.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/javax/xml/parsers/package-summary.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/javax/xml/parsers/package-tree.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/html/dom/HTMLAnchorElementImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/html/dom/HTMLAppletElementImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/html/dom/HTMLAreaElementImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/html/dom/HTMLBRElementImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/html/dom/HTMLBaseElementImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/html/dom/HTMLBaseFontElementImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/html/dom/HTMLBodyElementImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/html/dom/HTMLBuilder.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/html/dom/HTMLButtonElementImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/html/dom/HTMLDListElementImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/html/dom/HTMLDOMImplementationImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/html/dom/HTMLDirectoryElementImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/html/dom/HTMLDivElementImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/html/dom/HTMLDocumentImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/html/dom/HTMLElementImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/html/dom/HTMLFieldSetElementImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/html/dom/HTMLFontElementImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/html/dom/HTMLFormControl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/html/dom/HTMLFormElementImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/html/dom/HTMLFrameElementImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/html/dom/HTMLFrameSetElementImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/html/dom/HTMLHRElementImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/html/dom/HTMLHeadElementImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/html/dom/HTMLHeadingElementImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/html/dom/HTMLHtmlElementImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/html/dom/HTMLIFrameElementImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/html/dom/HTMLImageElementImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/html/dom/HTMLInputElementImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/html/dom/HTMLIsIndexElementImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/html/dom/HTMLLIElementImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/html/dom/HTMLLabelElementImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/html/dom/HTMLLegendElementImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/html/dom/HTMLLinkElementImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/html/dom/HTMLMapElementImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/html/dom/HTMLMenuElementImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/html/dom/HTMLMetaElementImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/html/dom/HTMLModElementImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/html/dom/HTMLOListElementImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/html/dom/HTMLObjectElementImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/html/dom/HTMLOptGroupElementImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/html/dom/HTMLOptionElementImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/html/dom/HTMLParagraphElementImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/html/dom/HTMLParamElementImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/html/dom/HTMLPreElementImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/html/dom/HTMLQuoteElementImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/html/dom/HTMLScriptElementImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/html/dom/HTMLSelectElementImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/html/dom/HTMLStyleElementImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/html/dom/HTMLTableCaptionElementImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/html/dom/HTMLTableCellElementImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/html/dom/HTMLTableColElementImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/html/dom/HTMLTableElementImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/html/dom/HTMLTableRowElementImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/html/dom/HTMLTableSectionElementImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/html/dom/HTMLTextAreaElementImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/html/dom/HTMLTitleElementImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/html/dom/HTMLUListElementImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/html/dom/NameNodeListImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/html/dom/package-frame.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/html/dom/package-summary.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/html/dom/package-tree.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/wml/WMLAElement.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/wml/WMLAccessElement.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/wml/WMLAnchorElement.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/wml/WMLBElement.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/wml/WMLBigElement.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/wml/WMLBrElement.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/wml/WMLCardElement.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/wml/WMLDOMImplementation.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/wml/WMLDoElement.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/wml/WMLDocument.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/wml/WMLElement.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/wml/WMLEmElement.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/wml/WMLFieldsetElement.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/wml/WMLGoElement.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/wml/WMLHeadElement.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/wml/WMLIElement.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/wml/WMLImgElement.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/wml/WMLInputElement.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/wml/WMLMetaElement.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/wml/WMLNoopElement.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/wml/WMLOneventElement.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/wml/WMLOptgroupElement.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/wml/WMLOptionElement.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/wml/WMLPElement.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/wml/WMLPostfieldElement.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/wml/WMLPrevElement.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/wml/WMLRefreshElement.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/wml/WMLSelectElement.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/wml/WMLSetvarElement.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/wml/WMLSmallElement.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/wml/WMLStrongElement.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/wml/WMLTableElement.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/wml/WMLTdElement.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/wml/WMLTemplateElement.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/wml/WMLTimerElement.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/wml/WMLTrElement.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/wml/WMLUElement.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/wml/WMLWmlElement.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/wml/dom/WMLAElementImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/wml/dom/WMLAccessElementImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/wml/dom/WMLAnchorElementImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/wml/dom/WMLBElementImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/wml/dom/WMLBigElementImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/wml/dom/WMLBrElementImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/wml/dom/WMLCardElementImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/wml/dom/WMLDOMImplementationImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/wml/dom/WMLDoElementImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/wml/dom/WMLDocumentImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/wml/dom/WMLElementImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/wml/dom/WMLEmElementImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/wml/dom/WMLFieldsetElementImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/wml/dom/WMLGoElementImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/wml/dom/WMLHeadElementImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/wml/dom/WMLIElementImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/wml/dom/WMLImgElementImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/wml/dom/WMLInputElementImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/wml/dom/WMLMetaElementImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/wml/dom/WMLNoopElementImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/wml/dom/WMLOneventElementImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/wml/dom/WMLOptgroupElementImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/wml/dom/WMLOptionElementImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/wml/dom/WMLPElementImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/wml/dom/WMLPostfieldElementImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/wml/dom/WMLPrevElementImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/wml/dom/WMLRefreshElementImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/wml/dom/WMLSelectElementImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/wml/dom/WMLSetvarElementImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/wml/dom/WMLSmallElementImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/wml/dom/WMLStrongElementImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/wml/dom/WMLTableElementImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/wml/dom/WMLTdElementImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/wml/dom/WMLTemplateElementImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/wml/dom/WMLTimerElementImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/wml/dom/WMLTrElementImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/wml/dom/WMLUElementImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/wml/dom/WMLWmlElementImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/wml/dom/package-frame.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/wml/dom/package-summary.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/wml/dom/package-tree.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/wml/package-frame.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/wml/package-summary.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/wml/package-tree.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xerces/dom/AttrImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xerces/dom/AttrNSImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xerces/dom/AttributeMap.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xerces/dom/CDATASectionImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xerces/dom/CharacterDataImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xerces/dom/ChildNode.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xerces/dom/CommentImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xerces/dom/DOMImplementationImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xerces/dom/DeepNodeListImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xerces/dom/DeferredAttrImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xerces/dom/DeferredAttrNSImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xerces/dom/DeferredCDATASectionImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xerces/dom/DeferredCommentImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xerces/dom/DeferredDocumentImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xerces/dom/DeferredDocumentTypeImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xerces/dom/DeferredElementDefinitionImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xerces/dom/DeferredElementImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xerces/dom/DeferredElementNSImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xerces/dom/DeferredEntityImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xerces/dom/DeferredEntityReferenceImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xerces/dom/DeferredNode.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xerces/dom/DeferredNotationImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xerces/dom/DeferredProcessingInstructionImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xerces/dom/DeferredTextImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xerces/dom/DocumentFragmentImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xerces/dom/DocumentImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xerces/dom/DocumentTypeImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xerces/dom/ElementDefinitionImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xerces/dom/ElementImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xerces/dom/ElementNSImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xerces/dom/EntityImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xerces/dom/EntityReferenceImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xerces/dom/NamedNodeMapImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xerces/dom/NodeImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xerces/dom/NodeIteratorImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xerces/dom/NotationImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xerces/dom/ParentNode.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xerces/dom/ProcessingInstructionImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xerces/dom/RangeExceptionImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xerces/dom/RangeImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xerces/dom/TextImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xerces/dom/TreeWalkerImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xerces/dom/events/EventImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xerces/dom/events/MutationEventImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xerces/dom/events/package-frame.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xerces/dom/events/package-summary.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xerces/dom/events/package-tree.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xerces/dom/package-frame.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xerces/dom/package-summary.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xerces/dom/package-tree.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xerces/framework/Version.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xerces/framework/XMLAttrList.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xerces/framework/XMLContentSpec.Provider.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xerces/framework/XMLContentSpec.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xerces/framework/XMLDTDScanner.EventHandler.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xerces/framework/XMLDTDScanner.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xerces/framework/XMLDocumentHandler.DTDHandler.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xerces/framework/XMLDocumentHandler.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xerces/framework/XMLDocumentScanner.EventHandler.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xerces/framework/XMLDocumentScanner.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xerces/framework/XMLErrorReporter.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xerces/framework/XMLParser.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xerces/framework/package-frame.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xerces/framework/package-summary.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xerces/framework/package-tree.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xerces/parsers/DOMParser.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xerces/parsers/SAXParser.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xerces/parsers/package-frame.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xerces/parsers/package-summary.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xerces/parsers/package-tree.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xml/serialize/BaseMarkupSerializer.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xml/serialize/DOMSerializer.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xml/serialize/EncodingInfo.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xml/serialize/HTMLSerializer.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xml/serialize/HTMLdtd.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xml/serialize/LineSeparator.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xml/serialize/Method.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xml/serialize/OutputFormat.DTD.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xml/serialize/OutputFormat.Defaults.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xml/serialize/OutputFormat.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xml/serialize/Printer.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xml/serialize/Serializer.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xml/serialize/SerializerFactory.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xml/serialize/SieveEncodingInfo.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xml/serialize/TextSerializer.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xml/serialize/XHTMLSerializer.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xml/serialize/XMLSerializer.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xml/serialize/package-frame.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xml/serialize/package-summary.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xml/serialize/package-tree.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/Attr.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/CDATASection.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/CharacterData.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/Comment.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/DOMException.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/DOMImplementation.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/Document.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/DocumentFragment.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/DocumentType.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/Element.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/Entity.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/EntityReference.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/NamedNodeMap.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/Node.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/NodeList.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/Notation.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/ProcessingInstruction.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/Text.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/events/DocumentEvent.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/events/Event.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/events/EventException.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/events/EventListener.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/events/EventTarget.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/events/MutationEvent.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/events/package-frame.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/events/package-summary.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/events/package-tree.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/html/HTMLAnchorElement.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/html/HTMLAppletElement.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/html/HTMLAreaElement.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/html/HTMLBRElement.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/html/HTMLBaseElement.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/html/HTMLBaseFontElement.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/html/HTMLBodyElement.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/html/HTMLButtonElement.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/html/HTMLCollection.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/html/HTMLDListElement.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/html/HTMLDOMImplementation.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/html/HTMLDirectoryElement.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/html/HTMLDivElement.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/html/HTMLDocument.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/html/HTMLElement.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/html/HTMLFieldSetElement.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/html/HTMLFontElement.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/html/HTMLFormElement.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/html/HTMLFrameElement.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/html/HTMLFrameSetElement.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/html/HTMLHRElement.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/html/HTMLHeadElement.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/html/HTMLHeadingElement.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/html/HTMLHtmlElement.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/html/HTMLIFrameElement.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/html/HTMLImageElement.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/html/HTMLInputElement.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/html/HTMLIsIndexElement.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/html/HTMLLIElement.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/html/HTMLLabelElement.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/html/HTMLLegendElement.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/html/HTMLLinkElement.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/html/HTMLMapElement.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/html/HTMLMenuElement.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/html/HTMLMetaElement.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/html/HTMLModElement.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/html/HTMLOListElement.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/html/HTMLObjectElement.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/html/HTMLOptGroupElement.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/html/HTMLOptionElement.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/html/HTMLParagraphElement.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/html/HTMLParamElement.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/html/HTMLPreElement.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/html/HTMLQuoteElement.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/html/HTMLScriptElement.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/html/HTMLSelectElement.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/html/HTMLStyleElement.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/html/HTMLTableCaptionElement.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/html/HTMLTableCellElement.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/html/HTMLTableColElement.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/html/HTMLTableElement.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/html/HTMLTableRowElement.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/html/HTMLTableSectionElement.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/html/HTMLTextAreaElement.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/html/HTMLTitleElement.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/html/HTMLUListElement.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/html/package-frame.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/html/package-summary.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/html/package-tree.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/package-frame.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/package-summary.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/package-tree.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/ranges/DocumentRange.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/ranges/Range.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/ranges/RangeException.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/ranges/package-frame.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/ranges/package-summary.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/ranges/package-tree.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/traversal/DocumentTraversal.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/traversal/NodeFilter.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/traversal/NodeIterator.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/traversal/TreeWalker.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/traversal/package-frame.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/traversal/package-summary.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/traversal/package-tree.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/xml/sax/AttributeList.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/xml/sax/Attributes.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/xml/sax/ContentHandler.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/xml/sax/DTDHandler.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/xml/sax/DocumentHandler.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/xml/sax/EntityResolver.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/xml/sax/ErrorHandler.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/xml/sax/HandlerBase.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/xml/sax/InputSource.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/xml/sax/Locator.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/xml/sax/Parser.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/xml/sax/SAXException.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/xml/sax/SAXNotRecognizedException.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/xml/sax/SAXNotSupportedException.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/xml/sax/SAXParseException.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/xml/sax/XMLFilter.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/xml/sax/XMLReader.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/xml/sax/ext/DeclHandler.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/xml/sax/ext/LexicalHandler.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/xml/sax/ext/package-frame.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/xml/sax/ext/package-summary.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/xml/sax/ext/package-tree.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/xml/sax/helpers/AttributeListImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/xml/sax/helpers/AttributesImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/xml/sax/helpers/DefaultHandler.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/xml/sax/helpers/LocatorImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/xml/sax/helpers/NamespaceSupport.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/xml/sax/helpers/ParserAdapter.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/xml/sax/helpers/ParserFactory.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/xml/sax/helpers/XMLFilterImpl.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/xml/sax/helpers/XMLReaderAdapter.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/xml/sax/helpers/XMLReaderFactory.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/xml/sax/helpers/package-frame.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/xml/sax/helpers/package-summary.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/xml/sax/helpers/package-tree.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/xml/sax/package-frame.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/xml/sax/package-summary.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/xml/sax/package-tree.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/overview-frame.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/overview-summary.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/overview-tree.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/package-list +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/packages.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/serialized-form.html +share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/stylesheet.css share/java/xerces-%%PORTVERSION%%/docs/html/api.html share/java/xerces-%%PORTVERSION%%/docs/html/caveats.html share/java/xerces-%%PORTVERSION%%/docs/html/domcount.html @@ -570,36 +570,35 @@ @dirrm share/java/xerces-%%PORTVERSION%%/samples @dirrm share/java/xerces-%%PORTVERSION%%/docs/html/resources @dirrm share/java/xerces-%%PORTVERSION%%/docs/html/graphics +@dirrm share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/xml/sax/helpers +@dirrm share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/xml/sax/ext +@dirrm share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/xml/sax +@dirrm share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/xml +@dirrm share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/traversal +@dirrm share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/ranges +@dirrm share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/html +@dirrm share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom/events +@dirrm share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c/dom +@dirrm share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/w3c +@dirrm share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xml/serialize +@dirrm share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xml +@dirrm share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xerces/parsers +@dirrm share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xerces/framework +@dirrm share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xerces/dom/events +@dirrm share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xerces/dom +@dirrm share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/xerces +@dirrm share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/wml/dom +@dirrm share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/wml +@dirrm share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/html/dom +@dirrm share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache/html +@dirrm share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org/apache +@dirrm share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/org +@dirrm share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/javax/xml/parsers +@dirrm share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/javax/xml +@dirrm share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/javax +@dirrm share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs/index-files +@dirrm share/java/xerces-%%PORTVERSION%%/docs/html/apiDocs @dirrm share/java/xerces-%%PORTVERSION%%/docs/html -@dirrm share/java/xerces-%%PORTVERSION%%/docs/dtd -@dirrm share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/xml/sax/helpers -@dirrm share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/xml/sax/ext -@dirrm share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/xml/sax -@dirrm share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/xml -@dirrm share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/traversal -@dirrm share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/ranges -@dirrm share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/html -@dirrm share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom/events -@dirrm share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c/dom -@dirrm share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/w3c -@dirrm share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xml/serialize -@dirrm share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xml -@dirrm share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/parsers -@dirrm share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/framework -@dirrm share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom/events -@dirrm share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces/dom -@dirrm share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/xerces -@dirrm share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml/dom -@dirrm share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/wml -@dirrm share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html/dom -@dirrm share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache/html -@dirrm share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org/apache -@dirrm share/java/xerces-%%PORTVERSION%%/docs/apiDocs/org -@dirrm share/java/xerces-%%PORTVERSION%%/docs/apiDocs/javax/xml/parsers -@dirrm share/java/xerces-%%PORTVERSION%%/docs/apiDocs/javax/xml -@dirrm share/java/xerces-%%PORTVERSION%%/docs/apiDocs/javax -@dirrm share/java/xerces-%%PORTVERSION%%/docs/apiDocs/index-files -@dirrm share/java/xerces-%%PORTVERSION%%/docs/apiDocs @dirrm share/java/xerces-%%PORTVERSION%%/docs @dirrm share/java/xerces-%%PORTVERSION%%/data @dirrm share/java/xerces-%%PORTVERSION%% >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 24 2:20:15 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 200BE37B423 for ; Thu, 24 May 2001 02:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4O9K1N52372; Thu, 24 May 2001 02:20:01 -0700 (PDT) (envelope-from gnats) Received: from psi.c.oka-pu.ac.jp (psi.c.oka-pu.ac.jp [163.225.213.86]) by hub.freebsd.org (Postfix) with ESMTP id 13A4337B423 for ; Thu, 24 May 2001 02:16:08 -0700 (PDT) (envelope-from kunishi@c.oka-pu.ac.jp) Received: from localhost (unknown [163.225.213.151]) by psi.c.oka-pu.ac.jp (Postfix) with ESMTP id E826264 for ; Thu, 24 May 2001 18:17:21 +0900 (JST) Message-Id: <20010524181605V.kunishi@aquamarine.c.oka-pu.ac.jp> Date: Thu, 24 May 2001 18:16:05 +0900 From: kunishi@acm.org Reply-To: kunishi@acm.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27610: www/apache-jserv: some docs are installed in wrong dir Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27610 >Category: ports >Synopsis: www/apache-jserv: some docs are installed in wrong dir >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu May 24 02:20:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: KUNISHIMA Takeo >Release: FreeBSD 4.3-STABLE i386 >Organization: Okayama Prefectural University >Environment: System: FreeBSD fiva.chorusroom.org 4.3-STABLE FreeBSD 4.3-STABLE #2: Sat May 12 23:37:29 JST 2001 root@fiva.chorusroom.org:/usr/obj/usr/src/sys/GENERIC i386 >Description: Some documents with Apache JServ (www/apache-jserv) are installed in ${LOCALBASE}/docs, not in ${LOCALBASE}/share/doc/mod_jserv. >How-To-Repeat: >Fix: Apply this patch: diff -ruN -x CVS -x README.html /usr/ports/www/apache-jserv/files/patch-ai apache-jserv/files/patch-ai --- /usr/ports/www/apache-jserv/files/patch-ai Thu Jan 1 09:00:00 1970 +++ apache-jserv/files/patch-ai Thu May 24 13:22:52 2001 @@ -0,0 +1,11 @@ +--- docs/api/Makefile.in.orig Sun Jun 18 04:07:12 2000 ++++ docs/api/Makefile.in Thu May 24 13:22:22 2001 +@@ -114,7 +114,7 @@ + + FILES = org *.html *.css package-list + +-docdir = ${prefix}/docs/api ++docdir = ${prefix}/share/doc/mod_jserv/api + mkinstalldirs = $(SHELL) $(top_srcdir)/src/scripts/build/unix/mkinstalldirs + CONFIG_CLEAN_FILES = + DIST_COMMON = Makefile.am Makefile.in diff -ruN -x CVS -x README.html /usr/ports/www/apache-jserv/pkg-plist apache-jserv/pkg-plist --- /usr/ports/www/apache-jserv/pkg-plist Mon May 1 04:41:31 2000 +++ apache-jserv/pkg-plist Thu May 24 13:25:07 2001 @@ -7,6 +7,97 @@ share/java/servlets/Hello.java share/java/servlets/IsItWorking.class share/java/servlets/IsItWorking.java +share/doc/mod_jserv/api/org/apache/java/io/SimpleFileFilter.html +share/doc/mod_jserv/api/org/apache/java/io/package-tree.html +share/doc/mod_jserv/api/org/apache/java/io/package-frame.html +share/doc/mod_jserv/api/org/apache/java/io/Logger.html +share/doc/mod_jserv/api/org/apache/java/io/LogRecord.html +share/doc/mod_jserv/api/org/apache/java/io/LogWriter.html +share/doc/mod_jserv/api/org/apache/java/io/LogWriter.Agent.html +share/doc/mod_jserv/api/org/apache/java/io/ReadFullyInputStream.html +share/doc/mod_jserv/api/org/apache/java/io/package-summary.html +share/doc/mod_jserv/api/org/apache/java/lang/TimeoutException.html +share/doc/mod_jserv/api/org/apache/java/lang/package-tree.html +share/doc/mod_jserv/api/org/apache/java/lang/package-frame.html +share/doc/mod_jserv/api/org/apache/java/lang/Stoppable.html +share/doc/mod_jserv/api/org/apache/java/lang/AdaptiveClassLoader.html +share/doc/mod_jserv/api/org/apache/java/lang/AdaptiveClassLoader.ClassCacheEntry.html +share/doc/mod_jserv/api/org/apache/java/lang/Bytes.html +share/doc/mod_jserv/api/org/apache/java/lang/Lock.html +share/doc/mod_jserv/api/org/apache/java/lang/Semaphore.html +share/doc/mod_jserv/api/org/apache/java/lang/package-summary.html +share/doc/mod_jserv/api/org/apache/java/net/package-summary.html +share/doc/mod_jserv/api/org/apache/java/net/package-tree.html +share/doc/mod_jserv/api/org/apache/java/net/package-frame.html +share/doc/mod_jserv/api/org/apache/java/net/AuthenticatedServerSocket.html +share/doc/mod_jserv/api/org/apache/java/net/AuthenticatedSocket.html +share/doc/mod_jserv/api/org/apache/java/net/AuthenticationException.html +share/doc/mod_jserv/api/org/apache/java/recycle/pool/package-summary.html +share/doc/mod_jserv/api/org/apache/java/recycle/pool/package-tree.html +share/doc/mod_jserv/api/org/apache/java/recycle/pool/package-frame.html +share/doc/mod_jserv/api/org/apache/java/recycle/pool/Worker.html +share/doc/mod_jserv/api/org/apache/java/recycle/pool/WorkerContainer.html +share/doc/mod_jserv/api/org/apache/java/recycle/pool/WorkerPool.html +share/doc/mod_jserv/api/org/apache/java/recycle/package-tree.html +share/doc/mod_jserv/api/org/apache/java/recycle/package-frame.html +share/doc/mod_jserv/api/org/apache/java/recycle/Controller.html +share/doc/mod_jserv/api/org/apache/java/recycle/Recyclable.html +share/doc/mod_jserv/api/org/apache/java/recycle/RecycleBin.html +share/doc/mod_jserv/api/org/apache/java/recycle/AdaptiveController.html +share/doc/mod_jserv/api/org/apache/java/recycle/Container.html +share/doc/mod_jserv/api/org/apache/java/recycle/ControlledContainer.html +share/doc/mod_jserv/api/org/apache/java/recycle/ControllerFactory.html +share/doc/mod_jserv/api/org/apache/java/recycle/DefaultController.html +share/doc/mod_jserv/api/org/apache/java/recycle/GaussianController.html +share/doc/mod_jserv/api/org/apache/java/recycle/LimitedContainer.html +share/doc/mod_jserv/api/org/apache/java/recycle/MinMaxController.html +share/doc/mod_jserv/api/org/apache/java/recycle/RecycleBinIsEmpty.html +share/doc/mod_jserv/api/org/apache/java/recycle/package-summary.html +share/doc/mod_jserv/api/org/apache/java/recycle/RecycleBinIsFull.html +share/doc/mod_jserv/api/org/apache/java/security/package-summary.html +share/doc/mod_jserv/api/org/apache/java/security/package-tree.html +share/doc/mod_jserv/api/org/apache/java/security/package-frame.html +share/doc/mod_jserv/api/org/apache/java/security/MD5.html +share/doc/mod_jserv/api/org/apache/java/security/MessageDigest.html +share/doc/mod_jserv/api/org/apache/java/util/SimpleQueue.html +share/doc/mod_jserv/api/org/apache/java/util/package-tree.html +share/doc/mod_jserv/api/org/apache/java/util/package-frame.html +share/doc/mod_jserv/api/org/apache/java/util/Configurations.html +share/doc/mod_jserv/api/org/apache/java/util/ConfigurationsRepository.html +share/doc/mod_jserv/api/org/apache/java/util/ExtendedProperties.html +share/doc/mod_jserv/api/org/apache/java/util/ExtendedProperties.PropertiesReader.html +share/doc/mod_jserv/api/org/apache/java/util/ExtendedProperties.PropertiesTokenizer.html +share/doc/mod_jserv/api/org/apache/java/util/package-summary.html +share/doc/mod_jserv/api/org/apache/jserv/JServUtils.html +share/doc/mod_jserv/api/org/apache/jserv/package-tree.html +share/doc/mod_jserv/api/org/apache/jserv/package-frame.html +share/doc/mod_jserv/api/org/apache/jserv/JServDefs.html +share/doc/mod_jserv/api/org/apache/jserv/JServLogChannels.html +share/doc/mod_jserv/api/org/apache/jserv/JServSendError.html +share/doc/mod_jserv/api/org/apache/jserv/Ajpv12InputStream.html +share/doc/mod_jserv/api/org/apache/jserv/JServ.html +share/doc/mod_jserv/api/org/apache/jserv/JServConnection.html +share/doc/mod_jserv/api/org/apache/jserv/JServConnection.JServInputStream.html +share/doc/mod_jserv/api/org/apache/jserv/JServConnection.JServOutputStream.html +share/doc/mod_jserv/api/org/apache/jserv/JServContext.html +share/doc/mod_jserv/api/org/apache/jserv/JServLog.html +share/doc/mod_jserv/api/org/apache/jserv/JServServletManager.html +share/doc/mod_jserv/api/org/apache/jserv/JServSession.html +share/doc/mod_jserv/api/org/apache/jserv/JServSTMStore.html +share/doc/mod_jserv/api/org/apache/jserv/JServServletManager.ACLObjectInputStream.html +share/doc/mod_jserv/api/org/apache/jserv/package-summary.html +share/doc/mod_jserv/api/stylesheet.css +share/doc/mod_jserv/api/serialized-form.html +share/doc/mod_jserv/api/packages.html +share/doc/mod_jserv/api/overview-tree.html +share/doc/mod_jserv/api/overview-summary.html +share/doc/mod_jserv/api/package-list +share/doc/mod_jserv/api/index.html +share/doc/mod_jserv/api/index-all.html +share/doc/mod_jserv/api/help-doc.html +share/doc/mod_jserv/api/deprecated-list.html +share/doc/mod_jserv/api/allclasses-frame.html +share/doc/mod_jserv/api/overview-frame.html share/doc/mod_jserv/FAQ.html share/doc/mod_jserv/STATUS.txt share/doc/mod_jserv/bugs.html @@ -46,112 +137,19 @@ share/doc/mod_jserv/upgrade.html share/doc/mod_jserv/y2k.html share/doc/mod_jserv/zones.html -docs/api/org/apache/java/io/SimpleFileFilter.html -docs/api/org/apache/java/io/package-tree.html -docs/api/org/apache/java/io/package-frame.html -docs/api/org/apache/java/io/Logger.html -docs/api/org/apache/java/io/LogRecord.html -docs/api/org/apache/java/io/LogWriter.html -docs/api/org/apache/java/io/LogWriter.Agent.html -docs/api/org/apache/java/io/ReadFullyInputStream.html -docs/api/org/apache/java/io/package-summary.html -docs/api/org/apache/java/lang/TimeoutException.html -docs/api/org/apache/java/lang/package-tree.html -docs/api/org/apache/java/lang/package-frame.html -docs/api/org/apache/java/lang/Stoppable.html -docs/api/org/apache/java/lang/AdaptiveClassLoader.html -docs/api/org/apache/java/lang/AdaptiveClassLoader.ClassCacheEntry.html -docs/api/org/apache/java/lang/Bytes.html -docs/api/org/apache/java/lang/Lock.html -docs/api/org/apache/java/lang/Semaphore.html -docs/api/org/apache/java/lang/package-summary.html -docs/api/org/apache/java/net/package-summary.html -docs/api/org/apache/java/net/package-tree.html -docs/api/org/apache/java/net/package-frame.html -docs/api/org/apache/java/net/AuthenticatedServerSocket.html -docs/api/org/apache/java/net/AuthenticatedSocket.html -docs/api/org/apache/java/net/AuthenticationException.html -docs/api/org/apache/java/recycle/pool/package-summary.html -docs/api/org/apache/java/recycle/pool/package-tree.html -docs/api/org/apache/java/recycle/pool/package-frame.html -docs/api/org/apache/java/recycle/pool/Worker.html -docs/api/org/apache/java/recycle/pool/WorkerContainer.html -docs/api/org/apache/java/recycle/pool/WorkerPool.html -docs/api/org/apache/java/recycle/package-tree.html -docs/api/org/apache/java/recycle/package-frame.html -docs/api/org/apache/java/recycle/Controller.html -docs/api/org/apache/java/recycle/Recyclable.html -docs/api/org/apache/java/recycle/RecycleBin.html -docs/api/org/apache/java/recycle/AdaptiveController.html -docs/api/org/apache/java/recycle/Container.html -docs/api/org/apache/java/recycle/ControlledContainer.html -docs/api/org/apache/java/recycle/ControllerFactory.html -docs/api/org/apache/java/recycle/DefaultController.html -docs/api/org/apache/java/recycle/GaussianController.html -docs/api/org/apache/java/recycle/LimitedContainer.html -docs/api/org/apache/java/recycle/MinMaxController.html -docs/api/org/apache/java/recycle/RecycleBinIsEmpty.html -docs/api/org/apache/java/recycle/package-summary.html -docs/api/org/apache/java/recycle/RecycleBinIsFull.html -docs/api/org/apache/java/security/package-summary.html -docs/api/org/apache/java/security/package-tree.html -docs/api/org/apache/java/security/package-frame.html -docs/api/org/apache/java/security/MD5.html -docs/api/org/apache/java/security/MessageDigest.html -docs/api/org/apache/java/util/SimpleQueue.html -docs/api/org/apache/java/util/package-tree.html -docs/api/org/apache/java/util/package-frame.html -docs/api/org/apache/java/util/Configurations.html -docs/api/org/apache/java/util/ConfigurationsRepository.html -docs/api/org/apache/java/util/ExtendedProperties.html -docs/api/org/apache/java/util/ExtendedProperties.PropertiesReader.html -docs/api/org/apache/java/util/ExtendedProperties.PropertiesTokenizer.html -docs/api/org/apache/java/util/package-summary.html -docs/api/org/apache/jserv/JServUtils.html -docs/api/org/apache/jserv/package-tree.html -docs/api/org/apache/jserv/package-frame.html -docs/api/org/apache/jserv/JServDefs.html -docs/api/org/apache/jserv/JServLogChannels.html -docs/api/org/apache/jserv/JServSendError.html -docs/api/org/apache/jserv/Ajpv12InputStream.html -docs/api/org/apache/jserv/JServ.html -docs/api/org/apache/jserv/JServConnection.html -docs/api/org/apache/jserv/JServConnection.JServInputStream.html -docs/api/org/apache/jserv/JServConnection.JServOutputStream.html -docs/api/org/apache/jserv/JServContext.html -docs/api/org/apache/jserv/JServLog.html -docs/api/org/apache/jserv/JServServletManager.html -docs/api/org/apache/jserv/JServSession.html -docs/api/org/apache/jserv/JServSTMStore.html -docs/api/org/apache/jserv/JServServletManager.ACLObjectInputStream.html -docs/api/org/apache/jserv/package-summary.html -docs/api/stylesheet.css -docs/api/serialized-form.html -docs/api/packages.html -docs/api/overview-tree.html -docs/api/overview-summary.html -docs/api/package-list -docs/api/index.html -docs/api/index-all.html -docs/api/help-doc.html -docs/api/deprecated-list.html -docs/api/allclasses-frame.html -docs/api/overview-frame.html -@dirrm docs/api/org/apache/java/io -@dirrm docs/api/org/apache/java/lang -@dirrm docs/api/org/apache/java/net -@dirrm docs/api/org/apache/java/recycle/pool -@dirrm docs/api/org/apache/java/recycle -@dirrm docs/api/org/apache/java/security -@dirrm docs/api/org/apache/java/util -@dirrm docs/api/org/apache/java -@dirrm docs/api/org/apache/jserv -@dirrm docs/api/org/apache -@dirrm docs/api/org -@dirrm docs/api -@dirrm docs @dirrm etc/apache/jserv @dirrm share/java/servlets +@dirrm share/doc/mod_jserv/api/org/apache/java/io +@dirrm share/doc/mod_jserv/api/org/apache/java/lang +@dirrm share/doc/mod_jserv/api/org/apache/java/net +@dirrm share/doc/mod_jserv/api/org/apache/java/recycle/pool +@dirrm share/doc/mod_jserv/api/org/apache/java/recycle +@dirrm share/doc/mod_jserv/api/org/apache/java/security +@dirrm share/doc/mod_jserv/api/org/apache/java/util +@dirrm share/doc/mod_jserv/api/org/apache/java +@dirrm share/doc/mod_jserv/api/org/apache/jserv +@dirrm share/doc/mod_jserv/api/org/apache +@dirrm share/doc/mod_jserv/api/org @dirrm share/doc/mod_jserv/api @dirrm share/doc/mod_jserv/future @dirrm share/doc/mod_jserv/images >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 24 2:23:42 2001 Delivered-To: freebsd-ports@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id E760737B440; Thu, 24 May 2001 02:23:36 -0700 (PDT) (envelope-from des@ofug.org) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.3) id LAA02986; Thu, 24 May 2001 11:23:32 +0200 (CEST) (envelope-from des@ofug.org) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: Alexander Langer Cc: Will Andrews , "David W. Chapman Jr." , The Unicorn , cvs-committers@FreeBSD.org, ports@FreeBSD.org Subject: Re: cvsup trouble References: <20010521214919.A31941@unicorn.blackhats.org> <20010521144853.E19376@casimir.physics.purdue.edu> <038701c0e230$68eacda0$931576d8@inethouston.net> <20010521145718.F19376@casimir.physics.purdue.edu> <20010521221230.A54225@zerogravity.kawo2.rwth-aachen.d> <20010523214255.A41007@zerogravity.kawo2.rwth-aachen.d> From: Dag-Erling Smorgrav Date: 24 May 2001 11:23:31 +0200 In-Reply-To: <20010523214255.A41007@zerogravity.kawo2.rwth-aachen.d> Message-ID: Lines: 16 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Alexander Langer writes: > Thus spake Dag-Erling Smorgrav (des@ofug.org): > > > > file would fix it.. of course, I don't use cvsup anymore. :-) > > > You know, you should. > > Why? In this case, it's the right solution to the wrong problem. > > CVSup the repo and use cvs(1). > I said this because of the waste of resouces. > One shouldn`t checkout directly from freefall for his daily use > src/ports, that`s what mirrors are for. No, that's what a local CVS repo, cvsupped from a mirror, is for. Read what I write before you answer to it. DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 24 2:33:36 2001 Delivered-To: freebsd-ports@freebsd.org Received: from casimir.physics.purdue.edu (casimir.physics.purdue.edu [128.210.146.111]) by hub.freebsd.org (Postfix) with ESMTP id 7BBEF37B423; Thu, 24 May 2001 02:33:31 -0700 (PDT) (envelope-from will@physics.purdue.edu) Received: by casimir.physics.purdue.edu (Postfix, from userid 1000) id CE4B718A51; Thu, 24 May 2001 04:33:16 -0500 (EST) Date: Thu, 24 May 2001 04:33:16 -0500 From: Will Andrews To: "David W. Chapman Jr." Cc: erothwell@callgtn.com, ports@FreeBSD.ORG Subject: Re: XFree86 4 Message-ID: <20010524043316.E19376@casimir.physics.purdue.edu> Reply-To: Will Andrews Mail-Followup-To: Will Andrews , "David W. Chapman Jr." , erothwell@callgtn.com, ports@FreeBSD.ORG References: <3B0C97A2.90270DE3@callgtn.com> <024401c0e40f$fab3bea0$931576d8@inethouston.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.15i In-Reply-To: <024401c0e40f$fab3bea0$931576d8@inethouston.net>; from dwcjr@inethouston.net on Thu, May 24, 2001 at 12:11:24AM -0500 X-Operating-System: Linux 2.2.18 sparc64 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org [ bcc questions for the benefit of whoever needs to know ] On Thu, May 24, 2001 at 12:11:24AM -0500, David W. Chapman Jr. wrote: > > I've been wondering a couple of things about the XFree86 4 port... > > doesn't XF86 *include* GL libraries (viz., Mesa) & the FreeType > > libraries or do the relevant ports need to be installed? I ask only b/c > > I saw someone on -questions post that specifying XFREE86_VERSION=4 would > > solve "Mesa dependency problems." > > The mesa gl libs are in /usr/ports/graphics/mesa3 and are a different port. You didn't answer his question. :-) The correct answer is: XFree86 4.x includes GL and FreeType2 libraries, but they are incomplete in various ways. So you are forced to make up for it by having special exceptions made in their original sources for XFREE86_VERSION=4. Therefore the freetype2 and Mesa3 ports will only install what XFree86 4.x is missing, IFF XFREE86_VERSION=4 is specified in /etc/make.conf. The magic is pretty well interwoven in Mk/bsd.port.mk, graphics/Mesa3, and print/freetype2. -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 24 3:41: 0 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C534737B423; Thu, 24 May 2001 03:40:58 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4OAewh63976; Thu, 24 May 2001 03:40:58 -0700 (PDT) (envelope-from will) Date: Thu, 24 May 2001 03:40:58 -0700 (PDT) From: Message-Id: <200105241040.f4OAewh63976@freefall.freebsd.org> To: will@FreeBSD.org, freebsd-ports@FreeBSD.org, will@FreeBSD.org Subject: Re: ports/27537: New port: graphics/opendis Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New port: graphics/opendis Responsible-Changed-From-To: freebsd-ports->will Responsible-Changed-By: will Responsible-Changed-When: Thu May 24 03:39:50 PDT 2001 Responsible-Changed-Why: I'm reviewing this program's functionality in USB and have initiated a discussion with the authors/maintainers. Please be patient; I'll commit this by June 2 if nothing happens. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27537 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 24 3:53:38 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ringworld.nanolink.com (diskworld.nanolink.com [195.24.48.189]) by hub.freebsd.org (Postfix) with SMTP id 63B0A37B424 for ; Thu, 24 May 2001 03:53:32 -0700 (PDT) (envelope-from roam@orbitel.bg) Received: (qmail 5152 invoked by uid 1000); 24 May 2001 10:52:37 -0000 Date: Thu, 24 May 2001 13:52:37 +0300 From: Peter Pentchev To: Dan Langille Cc: ports@freebsd.org Subject: Re: net/isc-dhcp3 fails build, dhcp2 fails install in 4.3-stable Message-ID: <20010524135237.A416@ringworld.oblivion.bg> Mail-Followup-To: Dan Langille , ports@freebsd.org References: <200105240059.f4O0xer02986@lists.unixathome.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200105240059.f4O0xer02986@lists.unixathome.org>; from dan@langille.org on Wed, May 23, 2001 at 08:59:38PM -0400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, May 23, 2001 at 08:59:38PM -0400, Dan Langille wrote: > They don't build here, yet other report success building them. I feel > *so* special... > > # uname -a > FreeBSD xeon.unixathome.org 4.3-STABLE FreeBSD 4.3-STABLE #0: > Sun May 20 00:39:31 EDT 2001 > dan@xeon.int.nz.freebsd.org:/usr/src/sys/compile/XEON i386 > > From a cvsup of ports-all just minutes old (via cvsup.ca.freebsd.org): > > # make > >> dhcp-3.0rc7.tar.gz doesn't seem to exist in /usr/ports/distfiles/. > >> Attempting to fetch from ftp://ftp.isc.org/isc/dhcp/. > Receiving dhcp-3.0rc7.tar.gz (840782 bytes): 100% > 840782 bytes transferred in 9.8 seconds (83.44 kBps) > ===> Extracting for isc-dhcp3-3.0.r7 > >> Checksum OK for dhcp-3.0rc7.tar.gz. > ===> Patching for isc-dhcp3-3.0.r7 > ===> Applying FreeBSD patches for isc-dhcp3-3.0.r7 > ===> Configuring for isc-dhcp3-3.0.r7 > System Type: --with-tclinclude=/usr/local/include/tcl8.3 > mkdir: work.--with-tclinclude=/usr/local/include: No such file or directory > mkdir: work.--with-tclinclude=/usr/local/include/tcl8.3: No such file or > directory What is the output of make -V CONFIGURE_ARGS in the port directory? The isc-dhcp3 configure script expects no arguments by default, or one of --with-nsupdate or --print-sysname, OR a system type given as an argument. If you're passing a --with-tclinclude=path argument, it considers that to be the system type, and.. well.. fails :) If this is the problem, you'll have to check where is CONFIGURE_ARGS defined/added to - in your shell environment, or in /etc/make.conf, or someplace else, and remove it, at least for the building of this particular port. G'luck, Peter -- This sentence contains exactly threee erors. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 24 4: 0:12 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 74F0E37B424 for ; Thu, 24 May 2001 04:00:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4OB06C78519; Thu, 24 May 2001 04:00:06 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1069537B423 for ; Thu, 24 May 2001 03:58:36 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4OAwZe78325; Thu, 24 May 2001 03:58:36 -0700 (PDT) (envelope-from nobody) Message-Id: <200105241058.f4OAwZe78325@freefall.freebsd.org> Date: Thu, 24 May 2001 03:58:36 -0700 (PDT) From: mohacsi@ik.bme.hu To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/27611: Bug in ports/devel/p5-Locale-gettext Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27611 >Category: ports >Synopsis: Bug in ports/devel/p5-Locale-gettext >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu May 24 04:00:05 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Janos Mohacsi >Release: FreeBSD 4.3-STABLE >Organization: Technical University of Budapest >Environment: FreeBSD hydra.ik.bme.hu 4.3-STABLE FreeBSD 4.3-STABLE #3: Tue Apr 24 14:28:25 CEST 2001 mohacsi@hydra.ik.bme.hu:/mirror/source/src/sys/compile/HYDRA i386 >Description: The devel/p5-Local-gettext is misses the gnu gettext package. It reports in the make time: ===> Configuring for p5-gettext-1.01 Note (probably harmless): No library found for -lintl Writing Makefile for Locale::gettext It does harmful! After installing the p5-Locale-gettext package, it reports: /usr/libexec/ld-elf.so.1: /usr/local/lib/perl5/site_perl/5.005/i386-freebsd/auto/Locale/gettext/gettext.so: Undefined symbol "bindtextdomain" This symbol is part of the GNU gettext package so p5-Locale-gettext should be compiled with that library. >How-To-Repeat: Try access the bindtextdomain function from perl: use POSIX; use Locale::gettext; my $lang_path='/usr/local/www/locale'; ######################################################## ####gettext lib initalization bindtextdomain("xxyyzz", $lang_path); >Fix: diff work/gettext-1.01/Makefile.PL working/gettext-1.01/Makefile.PL 4c4,5 < LIBS => ["-lintl"], --- > INC => "-I/usr/local/include", > LIBS => ["-L/usr/local/lib -lintl"], >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 24 5: 8:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B443637B422; Thu, 24 May 2001 05:08:07 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4OC87M30372; Thu, 24 May 2001 05:08:07 -0700 (PDT) (envelope-from ijliao) Date: Thu, 24 May 2001 05:08:07 -0700 (PDT) From: Message-Id: <200105241208.f4OC87M30372@freefall.freebsd.org> To: mdharnois@home.com, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/26675: postfix-current does not load at startup with mysql support Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: postfix-current does not load at startup with mysql support State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Thu May 24 05:06:26 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26675 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 24 5:10: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 52FD637B423 for ; Thu, 24 May 2001 05:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4OCA2l31816; Thu, 24 May 2001 05:10:02 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 98F3837B422 for ; Thu, 24 May 2001 05:05:14 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4OC5Ep25706; Thu, 24 May 2001 05:05:14 -0700 (PDT) (envelope-from nobody) Message-Id: <200105241205.f4OC5Ep25706@freefall.freebsd.org> Date: Thu, 24 May 2001 05:05:14 -0700 (PDT) From: ats@first.gmd.de To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/27612: ports/www/wwwcount has a checksum error Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27612 >Category: ports >Synopsis: ports/www/wwwcount has a checksum error >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu May 24 05:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Andreas Schulz >Release: 4.3-RELEASE >Organization: GMD-FIRST >Environment: FreeBSD freebsd.first.gmd.de 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Thu May 3 20:2 8:30 CEST 2001 root@freebsd.first.gmd.de:/usr/src/sys/compile/FREEBSD i386 >Description: ports/www/wwwcount has a checksum error for the tar-file. Look like it gets repackaged this year. Seems to built okay. >How-To-Repeat: fetch it and do a make checksum. >Fix: a new make makesum and the a cvs of the distinfo file ? :-). >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 24 5:12:57 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 387A337B422; Thu, 24 May 2001 05:12:56 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4OCCol33791; Thu, 24 May 2001 05:12:50 -0700 (PDT) (envelope-from ijliao) Date: Thu, 24 May 2001 05:12:50 -0700 (PDT) From: Message-Id: <200105241212.f4OCCol33791@freefall.freebsd.org> To: leo@florida.sarang.net, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/26676: Update port: audio/libshout to 1.0.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: audio/libshout to 1.0.5 State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Thu May 24 05:09:49 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26676 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 24 5:25:48 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 64B0D37B422; Thu, 24 May 2001 05:25:46 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4OCPks43071; Thu, 24 May 2001 05:25:46 -0700 (PDT) (envelope-from ijliao) Date: Thu, 24 May 2001 05:25:46 -0700 (PDT) From: Message-Id: <200105241225.f4OCPks43071@freefall.freebsd.org> To: leo@florida.sarang.net, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/26677: New port: Shout - Perl glue for libshout MP3 streaming source library Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New port: Shout - Perl glue for libshout MP3 streaming source library State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Thu May 24 05:25:27 PDT 2001 State-Changed-Why: committed, thannks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26677 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 24 5:38: 5 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 845FC37B422; Thu, 24 May 2001 05:38:04 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4OCc3E52254; Thu, 24 May 2001 05:38:03 -0700 (PDT) (envelope-from ijliao) Date: Thu, 24 May 2001 05:38:03 -0700 (PDT) From: Message-Id: <200105241238.f4OCc3E52254@freefall.freebsd.org> To: perky@python.or.kr, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/26769: New port: net/py-xmlrpc Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New port: net/py-xmlrpc State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Thu May 24 05:37:39 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26769 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 24 5:39:47 2001 Delivered-To: freebsd-ports@freebsd.org Received: from storage-1.netscalibur.it (mail1.netscalibur.it [194.244.215.2]) by hub.freebsd.org (Postfix) with ESMTP id 6C7CA37B422 for ; Thu, 24 May 2001 05:39:44 -0700 (PDT) (envelope-from olgeni@uli.it) Received: from dev1.localdomain.net (194.244.229.102) by storage-1.netscalibur.it (5.5.031) id 3B0420AE0000EA5E; Thu, 24 May 2001 14:38:17 +0200 Received: from localhost (localhost [127.0.0.1]) by dev1.localdomain.net (8.11.3/8.11.3) with ESMTP id f4OCf5286838; Thu, 24 May 2001 14:41:05 +0200 (CEST) (envelope-from olgeni@uli.it) Date: Thu, 24 May 2001 14:41:05 +0200 (CEST) From: Jimmy Olgeni X-X-Sender: To: Cc: Subject: teTeX port Message-ID: <20010524143705.M25497-100000@dev1.localdomain.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi! I see that the teTeX port has MANUAL_PACKAGE_BUILD set ("can only build with empty /usr/local"). I just tried it and it packages correctly even with a full /usr/local, so I'd like to remove MANUAL_PACKAGE_BUILD if nobody comes up with a good reason to keep it. I don't know about past teTeX issues, so I'd like a comment about this. Thanks :) -- jimmy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 24 5:47:16 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A535237B423; Thu, 24 May 2001 05:47:14 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4OClE058205; Thu, 24 May 2001 05:47:14 -0700 (PDT) (envelope-from ijliao) Date: Thu, 24 May 2001 05:47:14 -0700 (PDT) From: Message-Id: <200105241247.f4OClE058205@freefall.freebsd.org> To: dan@BSDpro.com, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/26776: new port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: new port State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Thu May 24 05:41:41 PDT 2001 State-Changed-Why: this package already added by dburr with other pr (?) http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26776 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 24 5:50:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0A67F37B424 for ; Thu, 24 May 2001 05:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4OCo3M59628; Thu, 24 May 2001 05:50:03 -0700 (PDT) (envelope-from gnats) Received: from smarts-gsm.ru (gsm900.mv.ru [193.125.154.106]) by hub.freebsd.org (Postfix) with ESMTP id 72EF437B423 for ; Thu, 24 May 2001 05:41:28 -0700 (PDT) (envelope-from vlm@smarts-gsm.ru) Received: (from root@localhost) by smarts-gsm.ru (8.11.3/8.11.0-vlm) id f4OCfOC43279 for FreeBSD-gnats-submit@freebsd.org.AVP; Thu, 24 May 2001 16:41:24 +0400 (MSD) (envelope-from vlm@smarts-gsm.ru) Received: (from root@localhost) by smarts-gsm.ru (8.11.3/8.11.0-vlm) id f4OCfOM43270; Thu, 24 May 2001 16:41:24 +0400 (MSD) (envelope-from vlm@smarts-gsm.ru) Message-Id: <200105241241.f4OCfOM43270@smarts-gsm.ru> Date: Thu, 24 May 2001 16:41:24 +0400 (MSD) From: vlm@spelio.net.ru Reply-To: vlm@spelio.net.ru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/27613: UPDATE net/ipcad: Maintainer upgrade Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27613 >Category: ports >Synopsis: UPDATE net/ipcad: Maintainer upgrade >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu May 24 05:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Lev Walkin >Release: FreeBSD 4.2-RELEASE i386 >Organization: Ulyanovsk-GSM JSC >Environment: >Description: net/ipcad port updated. Even more threading safety achieved. Added "show interface " rsh command for FreeBSD and Linux. >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: # # ipcad # ipcad/Makefile # ipcad/distinfo # ipcad/pkg-comment # ipcad/pkg-descr # ipcad/pkg-plist # echo c - ipcad mkdir -p ipcad > /dev/null 2>&1 echo x - ipcad/Makefile sed 's/^X//' >ipcad/Makefile << 'END-of-ipcad/Makefile' X# New ports collection makefile for: ipcad X# Date created: 25 April 2001 X# Whom: Lev Walkin X# X# $FreeBSD: ports/net/ipcad/Makefile,v 1.1 2001/04/17 18:06:49 will Exp $ X# X XPORTNAME= ipcad XPORTVERSION= 2.5 XCATEGORIES= net XMASTER_SITES= http://www.spelio.net.ru/soft/ X XMAINTAINER= vlm@spelio.net.ru X Xpost-install: X strip ${PREFIX}/bin/ipcad X.if !defined(NOPORTDOCS) X ${INSTALL_MAN} ${WRKSRC}/ipcad.8 ${PREFIX}/man/man8/ipcad.8 X ${INSTALL_MAN} ${WRKSRC}/ipcad.conf.5 ${PREFIX}/man/man5/ipcad.conf.5 X.endif X X.include END-of-ipcad/Makefile echo x - ipcad/distinfo sed 's/^X//' >ipcad/distinfo << 'END-of-ipcad/distinfo' XMD5 (ipcad-2.5.tar.gz) = 0e700c5b2b0ccb1f4e3925d358cf1298 END-of-ipcad/distinfo echo x - ipcad/pkg-comment sed 's/^X//' >ipcad/pkg-comment << 'END-of-ipcad/pkg-comment' XIP accounting daemon simulating Cisco ip accounting END-of-ipcad/pkg-comment echo x - ipcad/pkg-descr sed 's/^X//' >ipcad/pkg-descr << 'END-of-ipcad/pkg-descr' XIPCAD is an ip accounting daemon. It uses bpf or pcap to access interfaces Xand gather ip statistics. Collected numbers are arranged to form an Xaddress-to-address flow pairs and than can be accessed via rsh in Cisco Xfashion. X XSee README file and man pages for details. X XWWW: http://www.spelio.net.ru/soft/ X X-- XLev Walkin Xvlm@spelio.net.ru END-of-ipcad/pkg-descr echo x - ipcad/pkg-plist sed 's/^X//' >ipcad/pkg-plist << 'END-of-ipcad/pkg-plist' Xbin/ipcad Xetc/ipcad.conf.sample X%%PORTDOCS%%man/man8/ipcad.8 X%%PORTDOCS%%man/man5/ipcad.conf.5 END-of-ipcad/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 24 5:50:45 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0B71F37B423; Thu, 24 May 2001 05:50:44 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4OCoiv60258; Thu, 24 May 2001 05:50:44 -0700 (PDT) (envelope-from ijliao) Date: Thu, 24 May 2001 05:50:44 -0700 (PDT) From: Message-Id: <200105241250.f4OCoiv60258@freefall.freebsd.org> To: dan@BSDpro.com, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/26782: new port - pronto, a mail client Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: new port - pronto, a mail client State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Thu May 24 05:49:41 PDT 2001 State-Changed-Why: this package also added by dburr, too http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26782 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 24 5:55: 3 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6118337B422; Thu, 24 May 2001 05:55:02 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4OCsws63703; Thu, 24 May 2001 05:54:58 -0700 (PDT) (envelope-from ijliao) Date: Thu, 24 May 2001 05:54:58 -0700 (PDT) From: Message-Id: <200105241254.f4OCsws63703@freefall.freebsd.org> To: ancient@outloud.org, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/26790: PATCH Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: PATCH State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Thu May 24 05:53:20 PDT 2001 State-Changed-Why: already updated by kevlo, pr 26745, sent by maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26790 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 24 5:59: 1 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4BC2137B422; Thu, 24 May 2001 05:58:58 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4OCwwT67077; Thu, 24 May 2001 05:58:58 -0700 (PDT) (envelope-from ijliao) Date: Thu, 24 May 2001 05:58:58 -0700 (PDT) From: Message-Id: <200105241258.f4OCwwT67077@freefall.freebsd.org> To: durian@man.boogie.com, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/26807: The mozilla 0.8.1 ports build fails under -current Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: The mozilla 0.8.1 ports build fails under -current State-Changed-From-To: open->analyzed State-Changed-By: ijliao State-Changed-When: Thu May 24 05:57:50 PDT 2001 State-Changed-Why: plz update your ports tree and try again it's 0.9 now http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26807 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 24 6: 0:41 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8ABE937B422; Thu, 24 May 2001 06:00:39 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4OD0dX68428; Thu, 24 May 2001 06:00:39 -0700 (PDT) (envelope-from ijliao) Date: Thu, 24 May 2001 06:00:39 -0700 (PDT) From: Message-Id: <200105241300.f4OD0dX68428@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/26811: librep/gtkhtml instal Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: librep/gtkhtml instal Responsible-Changed-From-To: freebsd-ports->gnome Responsible-Changed-By: ijliao Responsible-Changed-When: Thu May 24 05:59:55 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26811 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 24 6: 5: 5 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A463A37B42C; Thu, 24 May 2001 06:05:03 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4OD52N73398; Thu, 24 May 2001 06:05:02 -0700 (PDT) (envelope-from ijliao) Date: Thu, 24 May 2001 06:05:02 -0700 (PDT) From: Message-Id: <200105241305.f4OD52N73398@freefall.freebsd.org> To: girgen@partitur.se, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/26820: devel/jakarta-ant dependence on crimson points to too common file Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: devel/jakarta-ant dependence on crimson points to too common file State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Thu May 24 06:04:16 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26820 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 24 6:20: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DCB9E37B422 for ; Thu, 24 May 2001 06:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4ODK2A87470; Thu, 24 May 2001 06:20:02 -0700 (PDT) (envelope-from gnats) Date: Thu, 24 May 2001 06:20:02 -0700 (PDT) Message-Id: <200105241320.f4ODK2A87470@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "David W. Chapman Jr." Subject: Re: ports/27597: UPDATE mail/postfix-current Reply-To: "David W. Chapman Jr." Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/27597; it has been noted by GNATS. From: "David W. Chapman Jr." To: , "David W Chapman Jr." Cc: Subject: Re: ports/27597: UPDATE mail/postfix-current Date: Thu, 24 May 2001 08:16:52 -0500 This is a multi-part message in MIME format. ------=_NextPart_000_02D3_01C0E429.E3188180 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit A recent commit broke part of the patch, here's a new one so whoever takes care of this won't have to merge it by hand. ------=_NextPart_000_02D3_01C0E429.E3188180 Content-Type: application/octet-stream; name="postfix.patch" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="postfix.patch" Index: Makefile=0A= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=0A= RCS file: /home/ncvs/ports/mail/postfix-current/Makefile,v=0A= retrieving revision 1.56=0A= diff -u -r1.56 Makefile=0A= --- Makefile 2001/05/23 16:48:34 1.56=0A= +++ Makefile 2001/05/24 13:15:23=0A= @@ -7,6 +7,7 @@=0A= =0A= PORTNAME=3D postfix=0A= PORTVERSION=3D 20010502=0A= +PORTREVISION=3D 1=0A= CATEGORIES=3D mail ipv6=0A= MASTER_SITES=3D = ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/ \=0A= ftp://ftp.aet.tu-cottbus.de/pub/postfix_tls/%SUBDIR%/ \=0A= @@ -62,7 +63,8 @@=0A= SCRIPTS_ENV=3D WRKDIRPREFIX=3D"${WRKDIRPREFIX}" \=0A= PREFIX=3D"${PREFIX}" \=0A= TOUCH=3D"${TOUCH}" \=0A= - MKDIR=3D"${MKDIR}"=0A= + MKDIR=3D"${MKDIR}" \=0A= + PREFIX=3D"${PREFIX}"=0A= =0A= pre-fetch:=0A= @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.postfix=0A= Index: scripts/configure.postfix=0A= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=0A= RCS file: = /home/ncvs/ports/mail/postfix-current/scripts/configure.postfix,v=0A= retrieving revision 1.18=0A= diff -u -r1.18 configure.postfix=0A= --- scripts/configure.postfix 2001/05/24 12:07:41 1.18=0A= +++ scripts/configure.postfix 2001/05/24 13:15:23=0A= @@ -68,6 +68,10 @@=0A= echo "BUILD_DEPENDS+=3D = \${LOCALBASE}/lib/libsasl.a:\${PORTSDIR}/security/cyrus-sasl"=0A= echo "POSTFIX_CCARGS+=3D -DUSE_SASL_AUTH -I\${LOCALBASE}/include"=0A= echo "POSTFIX_AUXLIBS+=3D \${LOCALBASE}/lib/libsasl.a -lpam -lcrypt"=0A= + if [ `strings ${PREFIX}/lib/libsasl.a | grep mysql_verify_password` = =3D "mysql_verify_password" ]; then=0A= + echo "POSTFIX_CCARGS+=3D -DHAS_MYSQL -I\${LOCALBASE}/include/mysql"=0A= + echo "POSTFIX_AUXLIBS+=3D \${LOCALBASE}/lib/mysql/libmysqlclient.a = -lm -lz"=0A= + fi=0A= echo ".if exists(/usr/lib/libkrb.a)"=0A= echo "POSTFIX_AUXLIBS+=3D -lkrb -ldes -lcom_err"=0A= echo ".endif"=0A= ------=_NextPart_000_02D3_01C0E429.E3188180-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 24 6:21:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6E25037B509; Thu, 24 May 2001 06:21:06 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4ODL6j88106; Thu, 24 May 2001 06:21:06 -0700 (PDT) (envelope-from ijliao) Date: Thu, 24 May 2001 06:21:06 -0700 (PDT) From: Message-Id: <200105241321.f4ODL6j88106@freefall.freebsd.org> To: perky@python.or.kr, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/26823: New port: irc/py-irclib Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New port: irc/py-irclib State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Thu May 24 06:20:52 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26823 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 24 6:24:28 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B05B037B43C; Thu, 24 May 2001 06:24:25 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4ODOP688604; Thu, 24 May 2001 06:24:25 -0700 (PDT) (envelope-from ijliao) Date: Thu, 24 May 2001 06:24:25 -0700 (PDT) From: Message-Id: <200105241324.f4ODOP688604@freefall.freebsd.org> To: fracture@allusion.net, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/26828: Feature request for x11-related ports variable Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Feature request for x11-related ports variable State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Thu May 24 06:23:05 PDT 2001 State-Changed-Why: it seems that originator fixed the problem himself, so close it http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26828 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 24 6:25:16 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 548B637B422; Thu, 24 May 2001 06:25:15 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4ODPFI88723; Thu, 24 May 2001 06:25:15 -0700 (PDT) (envelope-from ijliao) Date: Thu, 24 May 2001 06:25:15 -0700 (PDT) From: Message-Id: <200105241325.f4ODPFI88723@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, dima@FreeBSD.org Subject: Re: ports/26865: kpilot requires kdecore3 lib even when kdecore4 is installed Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: kpilot requires kdecore3 lib even when kdecore4 is installed Responsible-Changed-From-To: freebsd-ports->dima Responsible-Changed-By: ijliao Responsible-Changed-When: Thu May 24 06:24:54 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26865 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 24 6:30: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8EAF137B423 for ; Thu, 24 May 2001 06:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4ODU3o89051; Thu, 24 May 2001 06:30:03 -0700 (PDT) (envelope-from gnats) Date: Thu, 24 May 2001 06:30:03 -0700 (PDT) Message-Id: <200105241330.f4ODU3o89051@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "David W. Chapman Jr." Subject: Re: ports/27597: UPDATE mail/postfix-current Reply-To: "David W. Chapman Jr." Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/27597; it has been noted by GNATS. From: "David W. Chapman Jr." To: , "David W Chapman Jr." Cc: Subject: Re: ports/27597: UPDATE mail/postfix-current Date: Thu, 24 May 2001 08:28:35 -0500 nevermind, I don't know why I had mime turned on. begin 666 postfix.patch M26YD97@Z($UA:V5F:6QE"CT]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T] M/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T*4D-3(&9I M;&4Z("]H;VUE+VYC=G,O<&]R=',O;6%I;"]P;W-T9FEX+6-UU!2149)6'TB M"B *('!R92UF971C:#H*( E )'M3151%3E9]("1[4T-225!44U]%3E9]("1[ M4TA]("1[4T-225!41$E2?2]C;VYF:6=U I);F1E>#H@ H]/3T]/3T]/3T]/3T]/3T]/3T]/3T] M/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T] M"E)#4R!F:6QE.B O:&]M92]N8W9S+W!O"UC=7)R M96YT+W-CU!/4E131$E2?2]S96-U2]C>7)U5]P87-S=V]R9& @/2 B;7ES<6Q?=F5R:69Y7W!A&ES=',H+W5S Message-Id: <200105241332.f4ODWwg89590@freefall.freebsd.org> To: petef@databits.net, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/26867: New port: textproc/p5-HTML-Format Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New port: textproc/p5-HTML-Format State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Thu May 24 06:32:39 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26867 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 24 6:36:50 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A590C37B422; Thu, 24 May 2001 06:36:48 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4ODamA97059; Thu, 24 May 2001 06:36:48 -0700 (PDT) (envelope-from ijliao) Date: Thu, 24 May 2001 06:36:48 -0700 (PDT) From: Message-Id: <200105241336.f4ODamA97059@freefall.freebsd.org> To: petef@databits.net, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/26868: New port: mail/demime Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New port: mail/demime State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Thu May 24 06:36:13 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26868 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 24 6:40: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 51F6E37B424 for ; Thu, 24 May 2001 06:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4ODe2W06716; Thu, 24 May 2001 06:40:02 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 389B937B424 for ; Thu, 24 May 2001 06:38:16 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4ODcGC02348; Thu, 24 May 2001 06:38:16 -0700 (PDT) (envelope-from nobody) Message-Id: <200105241338.f4ODcGC02348@freefall.freebsd.org> Date: Thu, 24 May 2001 06:38:16 -0700 (PDT) From: yliu@cs.fsu.edu To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/27614: cvsup failed Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27614 >Category: ports >Synopsis: cvsup failed >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu May 24 06:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Yongbo Liu >Release: 4.3 >Organization: csit, fsu >Environment: FreeBSD yliunote.csit.fsu.edu 4.3-RELEASE FreeBSD 4.3-RELEASE #6: Thu Apr 26 16:22:05 EST 2001 root@yliunote.csit.fsu.edu:/usr/src/sys/compile/CUSTOM.4010CDS i386 >Description: cvsup failed in updating ports: yliunote# cvsup -g -L 2 /etc/cvsupfile Parsing supfile "/etc/cvsupfile" Connecting to cvsup.FreeBSD.org Connected to cvsup.FreeBSD.org Server software version: REL_16_1 Negotiating file attribute support Exchanging collection information Establishing multiplexed-mode data connection Running Updating collection src-sys/cvs Updating collection ports-all/cvs Delete ports/www/jakarta-tomcat/files Updater failed: Cannot delete "/usr/ports/www/jakarta-tomcat/files": Directory not empty the cvsupfile is as following: *default host=cvsup.FreeBSD.org *default base=/usr *default prefix=/usr *default release=cvs *default tag=RELENG_4 *default delete use-rel-suffix src-sys *default tag=. ports-all >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 24 6:50: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 28D5D37B42C for ; Thu, 24 May 2001 06:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4ODo3545692; Thu, 24 May 2001 06:50:03 -0700 (PDT) (envelope-from gnats) Date: Thu, 24 May 2001 06:50:03 -0700 (PDT) Message-Id: <200105241350.f4ODo3545692@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "David W. Chapman Jr." Subject: Re: ports/27614: cvsup failed Reply-To: "David W. Chapman Jr." Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/27614; it has been noted by GNATS. From: "David W. Chapman Jr." To: , Cc: Subject: Re: ports/27614: cvsup failed Date: Thu, 24 May 2001 08:44:34 -0500 You can delete you /usr/sup/ports-all/checkouts* as an easy fix Can someone close this as this makes the 4th duplicate pr of this problem. ----- Original Message ----- From: To: Sent: Thursday, May 24, 2001 8:38 AM Subject: ports/27614: cvsup failed > > >Number: 27614 > >Category: ports > >Synopsis: cvsup failed > >Confidential: no > >Severity: serious > >Priority: medium > >Responsible: freebsd-ports > >State: open > >Quarter: > >Keywords: > >Date-Required: > >Class: sw-bug > >Submitter-Id: current-users > >Arrival-Date: Thu May 24 06:40:01 PDT 2001 > >Closed-Date: > >Last-Modified: > >Originator: Yongbo Liu > >Release: 4.3 > >Organization: > csit, fsu > >Environment: > FreeBSD yliunote.csit.fsu.edu 4.3-RELEASE FreeBSD 4.3-RELEASE #6: Thu Apr 26 16:22:05 EST 2001 root@yliunote.csit.fsu.edu:/usr/src/sys/compile/CUSTOM.4010CDS i386 > >Description: > cvsup failed in updating ports: > yliunote# cvsup -g -L 2 /etc/cvsupfile > Parsing supfile "/etc/cvsupfile" > Connecting to cvsup.FreeBSD.org > Connected to cvsup.FreeBSD.org > Server software version: REL_16_1 > Negotiating file attribute support > Exchanging collection information > Establishing multiplexed-mode data connection > Running > Updating collection src-sys/cvs > Updating collection ports-all/cvs > Delete ports/www/jakarta-tomcat/files > Updater failed: Cannot delete "/usr/ports/www/jakarta-tomcat/files": Directory not empty > the cvsupfile is as following: > *default host=cvsup.FreeBSD.org > *default base=/usr > *default prefix=/usr > *default release=cvs > *default tag=RELENG_4 > *default delete use-rel-suffix > > src-sys > *default tag=. > ports-all > >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 > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 24 7:10:30 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4BC3837B42C; Thu, 24 May 2001 07:10:29 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4OEADr88838; Thu, 24 May 2001 07:10:13 -0700 (PDT) (envelope-from ijliao) Date: Thu, 24 May 2001 07:10:13 -0700 (PDT) From: Message-Id: <200105241410.f4OEADr88838@freefall.freebsd.org> To: root@tobez.org, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/26968: New port: devel/p5-Cache-Cache (Cache::Cache -- Perl Cache interface) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New port: devel/p5-Cache-Cache (Cache::Cache -- Perl Cache interface) State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Thu May 24 07:09:10 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26968 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 24 7:18:23 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 93EF137B422; Thu, 24 May 2001 07:18:19 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4OEIJJ97177; Thu, 24 May 2001 07:18:19 -0700 (PDT) (envelope-from ijliao) Date: Thu, 24 May 2001 07:18:19 -0700 (PDT) From: Message-Id: <200105241418.f4OEIJJ97177@freefall.freebsd.org> To: petef@databits.net, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/26991: New port: deskutils/jlj Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New port: deskutils/jlj State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Thu May 24 07:18:02 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26991 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 24 7:19:21 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6A6B537B423; Thu, 24 May 2001 07:19:18 -0700 (PDT) (envelope-from greid@FreeBSD.org) Received: (from greid@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4OEJI798480; Thu, 24 May 2001 07:19:18 -0700 (PDT) (envelope-from greid) Date: Thu, 24 May 2001 07:19:18 -0700 (PDT) From: Message-Id: <200105241419.f4OEJI798480@freefall.freebsd.org> To: yliu@cs.fsu.edu, greid@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27614: cvsup failed Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: cvsup failed State-Changed-From-To: open->closed State-Changed-By: greid State-Changed-When: Thu May 24 07:18:41 PDT 2001 State-Changed-Why: Duplicate of 27495; please see this for instructions on how to fix the problem. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27614 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 24 7:22:51 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F031637B422; Thu, 24 May 2001 07:22:47 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4OEMl400685; Thu, 24 May 2001 07:22:47 -0700 (PDT) (envelope-from ijliao) Date: Thu, 24 May 2001 07:22:47 -0700 (PDT) From: Message-Id: <200105241422.f4OEMl400685@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/27377: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Responsible-Changed-From-To: freebsd-ports->gnome Responsible-Changed-By: ijliao Responsible-Changed-When: Thu May 24 07:22:23 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27377 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 24 7:36:48 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 49FF337B423; Thu, 24 May 2001 07:36:46 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4OEahh04486; Thu, 24 May 2001 07:36:43 -0700 (PDT) (envelope-from ijliao) Date: Thu, 24 May 2001 07:36:43 -0700 (PDT) From: Message-Id: <200105241436.f4OEahh04486@freefall.freebsd.org> To: vlm@spelio.net.ru, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27613: UPDATE net/ipcad: Maintainer upgrade Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: UPDATE net/ipcad: Maintainer upgrade State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Thu May 24 07:35:25 PDT 2001 State-Changed-Why: committed, thanks and plz, send in "diff -ruN old-dir new-dir" next time :) http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27613 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 24 8: 2:28 2001 Delivered-To: freebsd-ports@freebsd.org Received: from c1030098-a.wtrlo1.ia.home.com (c1030098-a.wtrlo1.ia.home.com [24.6.200.230]) by hub.freebsd.org (Postfix) with ESMTP id CA14237B422 for ; Thu, 24 May 2001 08:02:26 -0700 (PDT) (envelope-from mdharnois@home.com) Received: by c1030098-a.wtrlo1.ia.home.com (Postfix, from userid 1001) id E199214A1F; Thu, 24 May 2001 10:03:30 -0500 (CDT) To: Erik Rothwell Cc: ports@FreeBSD.ORG Subject: Re: How is Nautilus broken? References: <3B0C96EF.A2289786@callgtn.com> <023a01c0e40f$8f1f2800$931576d8@inethouston.net> <3B0C9819.291EA684@callgtn.com> From: Michael Harnois Date: 24 May 2001 10:03:30 -0500 In-Reply-To: <3B0C9819.291EA684@callgtn.com> (Erik Rothwell's message of "Thu, 24 May 2001 01:11:53 -0400") Message-ID: <86r8xevlfh.fsf@mharnois.workgroup.net> Lines: 17 User-Agent: Gnus/5.090004 (Oort Gnus v0.04) XEmacs/21.5 (anise) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, 24 May 2001 01:11:53 -0400, Erik Rothwell said: > I suppose if it does *absolutely nothing* (i.e. > won't run) then that's broken ;) If you start with no nautilus information in your home directory it will display the first couple of splash screens. Then (at least here) it turns my root window grey. *Then* it does nothing. The last I heard from Ade about it he thought it had something to do with threads. -- Michael D. Harnois mdharnois@home.com Redeemer Lutheran Church Washburn, Iowa "It's not what we don't know that hurts us, it's what we know for certain that just ain't so." -- Mark Twain To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 24 8:30:17 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3787837B423 for ; Thu, 24 May 2001 08:30:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4OFU5V15248; Thu, 24 May 2001 08:30:05 -0700 (PDT) (envelope-from gnats) Received: from yertle.kciLink.com (yertle.kcilink.com [216.194.193.105]) by hub.freebsd.org (Postfix) with ESMTP id 0AD3037B422; Thu, 24 May 2001 08:28:11 -0700 (PDT) (envelope-from khera@kciLink.com) Received: from onceler.kciLink.com (onceler.kciLink.com [216.194.193.106]) by yertle.kciLink.com (Postfix) with ESMTP id BBE552E461; Thu, 24 May 2001 11:28:08 -0400 (EDT) Received: (from khera@localhost) by onceler.kciLink.com (8.11.3/8.11.3) id f4OFS8280964; Thu, 24 May 2001 11:28:08 -0400 (EDT) (envelope-from khera) Message-Id: <200105241528.f4OFS8280964@onceler.kciLink.com> Date: Thu, 24 May 2001 11:28:08 -0400 (EDT) From: Reply-To: khera@kciLink.com To: FreeBSD-gnats-submit@freebsd.org Cc: lioux@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27617: ports/sysutils/clockspeed doesn't install leapsecs.dat Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27617 >Category: ports >Synopsis: clockspeed port needs leapsecs.dat >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu May 24 08:30:04 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Vivek Khera >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD onceler.kciLink.com 4.3-STABLE FreeBSD 4.3-STABLE #3: Wed May 2 13:09:53 EDT 2001 khera@yertle.kciLink.com:/u/yertle2/usr.obj/amd/onceler/u/onceler1/usr/src/sys/ONCELER i386 ports cvsup'd today >Description: the sntpclock program from the sysutils/clockspeed port reports time that is off by about 22 seconds. This just about corresponds with the number of leap seconds added since the "epoch" used as the basis time. the leapsecs.dat file should adjust for these, but it is not installed. however, even with the file installed, it still gets my clock off by about 22 seconds from the reference ntp server... >How-To-Repeat: run sntpclock IP.OF.NTP.SERVER | clockview the "after" time will be 22 seconds off from the before time, assuming that your local clock is synchronized with the reference clock. >Fix: the following patch installs the leapsecs.dat file, but it doesn't still solve my problem. any ideas? --- #Makefile~ Thu May 24 10:47:46 2001 +++ Makefile Thu May 24 10:47:46 2001 @@ -37,5 +37,6 @@ .endif @${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -m 755 \ ${PREFIX}/etc/clockspeed + @${INSTALL_DATA} ${WRKSRC}/leapsecs.dat ${PREFIX}/etc/clockspeed .include --- #pkg-plist~ Thu May 24 10:49:20 2001 +++ pkg-plist Thu May 24 10:49:20 2001 @@ -4,6 +4,7 @@ bin/sntpclock bin/taiclock bin/taiclockd +etc/clockspeed/leapsecs.dat %%PORTDOCS%%share/doc/clockspeed/INSTALL %%PORTDOCS%%@dirrm share/doc/clockspeed @mode 0755 --- /dev/null Thu May 24 10:51:24 2001 +++ files/patch-ae Thu May 24 10:49:55 2001 @@ -0,0 +1,11 @@ +--- #leapsecs_read.c~ Thu May 24 10:40:43 2001 ++++ leapsecs_read.c Thu May 24 10:40:43 2001 +@@ -18,7 +18,7 @@ + int i; + struct tai u; + +- fd = open("/etc/leapsecs.dat",O_RDONLY | O_NDELAY); ++ fd = open("etc/clockspeed/leapsecs.dat",O_RDONLY | O_NDELAY); + if (fd == -1) { + if (errno != ENOENT) return -1; + if (leapsecs) free(leapsecs); >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 24 8:40:27 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BF5F437B423 for ; Thu, 24 May 2001 08:40:22 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4OFeMc16040; Thu, 24 May 2001 08:40:22 -0700 (PDT) (envelope-from gnats) Received: from tol.netreach.net (tol.netreach.net [209.152.221.17]) by hub.freebsd.org (Postfix) with ESMTP id 2E47C37B423 for ; Thu, 24 May 2001 08:33:22 -0700 (PDT) (envelope-from petef@tol.netreach.net) Received: (from petef@localhost) by tol.netreach.net (8.11.1/8.11.1) id f4OFlT037285; Thu, 24 May 2001 11:47:29 -0400 (EDT) (envelope-from petef) Message-Id: <200105241547.f4OFlT037285@tol.netreach.net> Date: Thu, 24 May 2001 11:47:29 -0400 (EDT) From: petef@databits.net Reply-To: petef@databits.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/27618: New port: security/p5-Digest-MD2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27618 >Category: ports >Synopsis: New port: security/p5-Digest-MD2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu May 24 08:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Pete Fritchman >Release: FreeBSD 4.2-STABLE i386 >Organization: Databits Network Services, Inc. >Environment: FreeBSD tol.netreach.net 4.2-STABLE FreeBSD 4.2-STABLE #0: Sun Jan 28 13:01:14 EST 2001 root@tol.netreach.net:/usr/obj/usr/src/sys/TOL i386 >Description: Perl5 interface to the MD2 message digest algorithm >How-To-Repeat: N/A >Fix: (http://hex.databits.net/~petef/freebsd/p5-Digest-MD2.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: # # p5-Digest-MD2 # p5-Digest-MD2/Makefile # p5-Digest-MD2/distinfo # p5-Digest-MD2/pkg-comment # p5-Digest-MD2/pkg-descr # p5-Digest-MD2/pkg-plist # echo c - p5-Digest-MD2 mkdir -p p5-Digest-MD2 > /dev/null 2>&1 echo x - p5-Digest-MD2/Makefile sed 's/^X//' >p5-Digest-MD2/Makefile << 'END-of-p5-Digest-MD2/Makefile' X# New ports collection makefile for: p5-Digest-MD2 X# Date created: 24 May 2001 X# Whom: petef@databits.net X# X# $FreeBSD$ X# X XPORTNAME= Digest-MD2 XPORTVERSION= 2.00 XCATEGORIES= security perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Digest XPKGNAMEPREFIX= p5- X XMAINTAINER= petef@databits.net X XPERL_CONFIGURE= yes X XMANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} XMAN3= Digest::MD2.3 X X.include END-of-p5-Digest-MD2/Makefile echo x - p5-Digest-MD2/distinfo sed 's/^X//' >p5-Digest-MD2/distinfo << 'END-of-p5-Digest-MD2/distinfo' XMD5 (Digest-MD2-2.00.tar.gz) = 2ea030c189c07f7477c9a623c793f0ad END-of-p5-Digest-MD2/distinfo echo x - p5-Digest-MD2/pkg-comment sed 's/^X//' >p5-Digest-MD2/pkg-comment << 'END-of-p5-Digest-MD2/pkg-comment' XPerl5 interface to the MD2 message digest algorithm END-of-p5-Digest-MD2/pkg-comment echo x - p5-Digest-MD2/pkg-descr sed 's/^X//' >p5-Digest-MD2/pkg-descr << 'END-of-p5-Digest-MD2/pkg-descr' XThe Digest::MD2 module allows you to use the RSA Data Security XInc. MD2 Message Digest algorithm from within Perl programs. The Xalgorithm takes as input a message of arbitrary length and produces as Xoutput a 128-bit "fingerprint" or "message digest" of the input. X XThe Digest::MD2 programming interface is identical to the interface Xof Digest::MD5. MD2 is described in RFC 1115. X XWWW: http://search.cpan.org/search?dist=Digest-MD2 X X- Pete Xpetef@databits.net END-of-p5-Digest-MD2/pkg-descr echo x - p5-Digest-MD2/pkg-plist sed 's/^X//' >p5-Digest-MD2/pkg-plist << 'END-of-p5-Digest-MD2/pkg-plist' Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Digest/MD2/.packlist Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Digest/MD2/MD2.so Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Digest/MD2/MD2.bs Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Digest/MD2.pm X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Digest/MD2 X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Digest 2>/dev/null || true X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Digest 2>/dev/null || true END-of-p5-Digest-MD2/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 24 9: 0:17 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D6DAD37B423 for ; Thu, 24 May 2001 09:00:14 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4OG0Em17914; Thu, 24 May 2001 09:00:14 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E1E1937B423 for ; Thu, 24 May 2001 08:57:40 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4OFvea17686; Thu, 24 May 2001 08:57:40 -0700 (PDT) (envelope-from nobody) Message-Id: <200105241557.f4OFvea17686@freefall.freebsd.org> Date: Thu, 24 May 2001 08:57:40 -0700 (PDT) From: bischoff@rickjr.org To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/27619: linux_base -- None of the files exist anywhere? Old versions? Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27619 >Category: ports >Synopsis: linux_base -- None of the files exist anywhere? Old versions? >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu May 24 09:00:14 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Rick Bischoff >Release: 4.3-RELEASE >Organization: >Environment: FreeBSD bowtie.pasta 4.3-STABLE FreeBSD 4.3-STABLE #2: Wed May 23 20:23:20 EDT 2001 beckett@bowtie.pasta:/usr/src/sys/compile/bowtie i386 >Description: When attempting to make install /usr/ports/emulators/linux_base, the fetch command fails (on every file!!); I attempted to find exact matches of versions and download them manually, but they all were replaced by slightly higher versions. (I tried those, but now my linux stuff segfaults) >How-To-Repeat: cd /usr/ports/emulators/linux_base make install >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 24 9:14:49 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5932437B43C; Thu, 24 May 2001 09:14:47 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4OGElS23961; Thu, 24 May 2001 09:14:47 -0700 (PDT) (envelope-from ijliao) Date: Thu, 24 May 2001 09:14:47 -0700 (PDT) From: Message-Id: <200105241614.f4OGElS23961@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, marcel@FreeBSD.org Subject: Re: ports/27619: linux_base -- None of the files exist anywhere? Old versions? Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: linux_base -- None of the files exist anywhere? Old versions? Responsible-Changed-From-To: freebsd-ports->marcel Responsible-Changed-By: ijliao Responsible-Changed-When: Thu May 24 09:13:58 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27619 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 24 9:19:20 2001 Delivered-To: freebsd-ports@freebsd.org Received: from epsilon.lucida.ca (epsilon.lucida.ca [209.47.215.67]) by hub.freebsd.org (Postfix) with SMTP id 86AF737B423 for ; Thu, 24 May 2001 09:19:16 -0700 (PDT) (envelope-from matt@LUCIDA.CA) Received: (qmail 2327 invoked by uid 1000); 24 May 2001 16:19:15 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 24 May 2001 16:19:15 -0000 Date: Thu, 24 May 2001 12:19:13 -0400 (EDT) From: Matt Heckaman To: FreeBSD-PORTS Subject: Odd port behaviour, machine lockup Message-ID: <20010524121332.W2300-100000@epsilon.lucida.ca> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: localhost 1.6.2 0/1000/N Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi all: I've got an odd situation here. After a port update yesterday, doing a 'make clean' on several ports causes a hard machine freeze after a couple of minutes. I hit upon this with devel/glib12, which I can completely reproduce. During this time, make doesn't show anything, just sits there. Now, I first was thinking it's a system problem of mine, BUT, when I roll the ports tree back 4 days, everything works perfectly again... I'm unable to break into the debugger, and it doesn't panic or give me a core, it just dies. Thus, I'm afraid I can't provide much in the way of debugging information.. The machine is 4.3-STABLE, April 29. ports-current causes this behaviour, while rolling back to May 20 2001 fixes it.. Any ideas? TIA. Matt * Matt Heckaman - mailto:matt@LUCIDA.CA http://www.lucida.ca/gpg * * GPG fingerprint - 53CA 8320 C8F6 32ED 9DDF 036E 3171 C093 4AD3 1364 * UNPRECEDENTED PERFORMANCE: nothing we had before ever worked this way. - Simon Travaglia -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.5 (FreeBSD) Comment: http://www.lucida.ca/gpg iD8DBQE7DTSDMXHAk0rTE2QRAmd/AJ0QDyDwBhPovnPq+o0x8m9nVgS/JwCZAVj8 U1BRzL/5ik1fp5bEo8pbDxY= =0YHH -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 24 9:30:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BCBFA37B424 for ; Thu, 24 May 2001 09:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4OGU3I30037; Thu, 24 May 2001 09:30:03 -0700 (PDT) (envelope-from gnats) Received: from convex.cs.unb.ca (convex.cs.unb.ca [131.202.244.141]) by hub.freebsd.org (Postfix) with ESMTP id D555137B422 for ; Thu, 24 May 2001 09:26:41 -0700 (PDT) (envelope-from bremner@unb.ca) Received: (from bremner@localhost) by convex.cs.unb.ca (8.11.3/8.11.3) id f4OGSNe10928; Thu, 24 May 2001 13:28:23 -0300 (ADT) (envelope-from bremner) Message-Id: <200105241628.f4OGSNe10928@convex.cs.unb.ca> Date: Thu, 24 May 2001 13:28:23 -0300 (ADT) From: bremner@unb.ca Reply-To: bremner@unb.ca To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27620: New Port: nauty -- Graph Isomorphism testers Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27620 >Category: ports >Synopsis: New Port: nauty -- Graph Isomorphism testers >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu May 24 09:30:03 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David Bremner >Release: FreeBSD 4.3-RELEASE i386 >Organization: University of New Brunswick >Environment: System: FreeBSD convex.cs.unb.ca 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Sat Apr 21 10:54:49 GMT 2001 jkh@narf.osd.bsdi.com:/usr/src/sys/compile/GENERIC i386 >Description: New port, compiles clean, no patches >How-To-Repeat: unpack. type make :-) >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: # # nauty # nauty/Makefile # nauty/np.shar # nauty/distinfo # nauty/pkg-comment # nauty/pkg-plist # nauty/pkg-descr # echo c - nauty mkdir -p nauty > /dev/null 2>&1 echo x - nauty/Makefile sed 's/^X//' >nauty/Makefile << 'END-of-nauty/Makefile' X# New ports collection makefile for: Ipe X# Date created: May 24 2001 X# Whom: bremner@unb.ca X# X# $FreeBSD$ X# X XPORTNAME= nauty XPORTVERSION= 2.0b9 XCATEGORIES= math X XMASTER_SITES= http://cs.anu.edu.au/~bdm/nauty/ XDISTNAME= ${PORTNAME}20 XDISTFILES= ${PORTNAME}20beta9.tar.gz X XMAINTAINER= bremner@unb.ca X XMAKEFILE= makefile XALL_TARGET= nauty XNO_INSTALL_MANPAGES=yes X Xdo-install: X cd ${WRKSRC}; ${INSTALL_PROGRAM} dreadnaut dreadnaut1 \ X dreadnautL1 dreadnautB ${PREFIX}/bin X Xpost-install: X.if !defined(NOPORTDOCS) X ${MKDIR} ${PREFIX}/share/doc/${PORTNAME} X ${INSTALL_MAN} ${WRKSRC}/oldmanual.ps ${WRKSRC}/read.me \ X ${PREFIX}/share/doc/${PORTNAME} X.endif X X.include END-of-nauty/Makefile echo x - nauty/np.shar sed 's/^X//' >nauty/np.shar << 'END-of-nauty/np.shar' END-of-nauty/np.shar echo x - nauty/distinfo sed 's/^X//' >nauty/distinfo << 'END-of-nauty/distinfo' XMD5 (nauty20beta9.tar.gz) = 0209a4531f19d0522603871d90204175 END-of-nauty/distinfo echo x - nauty/pkg-comment sed 's/^X//' >nauty/pkg-comment << 'END-of-nauty/pkg-comment' XBrendan McKay's graph isomorphism tester END-of-nauty/pkg-comment echo x - nauty/pkg-plist sed 's/^X//' >nauty/pkg-plist << 'END-of-nauty/pkg-plist' Xbin/dreadnaut Xbin/dreadnaut1 Xbin/dreadnautL1 Xbin/dreadnautB Xshare/doc/nauty/oldmanual.ps Xshare/doc/nauty/read.me X@dirrm share/doc/nauty END-of-nauty/pkg-plist echo x - nauty/pkg-descr sed 's/^X//' >nauty/pkg-descr << 'END-of-nauty/pkg-descr' X XThis is a port of Brendan McKay's graph isomorphism tester. X XWWW: http://cs.anu.edu.au/~bdm/nauty/ END-of-nauty/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 24 9:56:28 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ptavv.es.net (ptavv.es.net [198.128.4.29]) by hub.freebsd.org (Postfix) with ESMTP id 5ECF537B422; Thu, 24 May 2001 09:56:24 -0700 (PDT) (envelope-from oberman@ptavv.es.net) Received: from ptavv.es.net (localhost [127.0.0.1]) by ptavv.es.net (8.10.1/8.10.1) with ESMTP id f4OGu9c21467; Thu, 24 May 2001 09:56:09 -0700 (PDT) Message-Id: <200105241656.f4OGu9c21467@ptavv.es.net> To: Will Andrews Cc: will@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27064: New port of ThinkPad mWave ACP WinModem support In-reply-to: Your message of "Sun, 20 May 2001 20:59:48 CDT." <20010520205948.K1198@casimir.physics.purdue.edu> Date: Thu, 24 May 2001 09:56:09 -0700 From: "Kevin Oberman" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > Date: Sun, 20 May 2001 20:59:48 -0500 > From: Will Andrews > > On Sun, May 20, 2001 at 06:22:52PM -0700, Kevin Oberman wrote: > > By the way, did you have an actual mWave APC to use to test this on? > > Nope. My rule is: if it can package properly, I assume the submitter > knows it works. :-) Unfortunately, now that I'm home from travel and have had a chance to try the port, while it may package properly, some of the changes you made broke the port. You removed patch-aa which makes a number of corrections to modem.c. Without this patch, the code fails to work. I can re-do these patches to be done with Perl, although patch looks like a better tool to make more than one change in a single file: --- modem.c.orig Sun Apr 22 17:14:17 2001 +++ modem.c Sun Apr 22 17:14:53 2001 @@ -59,7 +59,7 @@ DWORD modem_trc_flags=0x00000200; // see ./mwm/include/port_functions -unsigned char * ini_file="/etc/mwavem.conf"; // default location for mwm ini f$+unsigned char * ini_file="/usr/local/etc/mwavem.conf"; // default location for$ int main(int argc, char **argv) { BOOL bRC; @@ -230,7 +230,6 @@ } else { fprintf(stdout,"OK.\n"); fflush(stdout); - fprintf(stdout,"mwave modem STARTED. To setup serial port use: $ fflush(stdout); // Note: mwmParseHandleMessage replaces the message processing // code from mwmw32/mwmwin.c The other problem is that you modified the install procedure under "drivers" to install the driver kernel module into share/mwave. While it might work as well there, the startup script was not modified to reflect this and the driver is not loaded. I had to modify the Makefile with: --- Makefile.orig Sat May 19 21:34:27 2001 +++ Makefile Wed May 23 11:43:53 2001 @@ -26,5 +26,5 @@ pre-build: ${PERL} -pi.orig -e "s@f /etc@f ${PREFIX}/etc@g" ${WRKSRC}/Makefile - ${PERL} -pi.orig -e "s@ko /modules@ko ${PREFIX}/share/mwave@g" ${WRKSRC}/drivers/Makefile + ${PERL} -pi.orig -e "s@ko /modules@ko ${PREFIX}/modules@g" ${WRKSRC}/drivers/Makefile ${PERL} -pi.orig -e "s@install -m@install -c -m@g" \ Finally, since the kernel module is a driver, it really should be loaded at boot time before the device probe. I see no way to do that without installing the driver into /modules as /usr is not mounted before the device probe. Is it permissible to install something in /modules? I will soon be submitting a change to fix up a couple of oversight on my part when building the port and to add a man page for the tool and will submit these as a pr. The author will soon have his new version which will eliminate most (maybe all) of the patches shortly and will take this into account, as well, if it is available in time. Thanks again for the time you spent on this. The RE is clearly a better way to patch the Makefiles! R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 24 11:10:12 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 81C6737B423 for ; Thu, 24 May 2001 11:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4OIA1E38503; Thu, 24 May 2001 11:10:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 467A237B422 for ; Thu, 24 May 2001 11:07:44 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4OI7iR38302; Thu, 24 May 2001 11:07:44 -0700 (PDT) (envelope-from nobody) Message-Id: <200105241807.f4OI7iR38302@freefall.freebsd.org> Date: Thu, 24 May 2001 11:07:44 -0700 (PDT) From: arensb+freebsd-ports@ooblick.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/27621: port upgrade: palm/coldsync Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27621 >Category: ports >Synopsis: port upgrade: palm/coldsync >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu May 24 11:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Andrew Arensburger >Release: 4.2-RELEASE >Organization: >Environment: >Description: This is an update to the palm/coldsync port, to bring it up to the latest stable version (2.1.2). About time, too! :-) >How-To-Repeat: >Fix: diff -urN coldsync/Makefile coldsync-2.1.2/Makefile --- coldsync/Makefile Sat Sep 30 01:23:00 2000 +++ coldsync-2.1.2/Makefile Thu May 24 13:46:06 2001 @@ -2,11 +2,11 @@ # Date created: 27 January 2000 # Whom: Andrew Arensburger # -# $FreeBSD: ports/palm/coldsync/Makefile,v 1.7 2000/09/29 15:38:20 kevlo Exp $ +# $FreeBSD$ # PORTNAME= coldsync -PORTVERSION= 1.4.6 +PORTVERSION= 2.1.2 CATEGORIES= palm comms MASTER_SITES= http://www.ooblick.com/software/coldsync/ diff -urN coldsync/distinfo coldsync-2.1.2/distinfo --- coldsync/distinfo Fri Sep 29 18:38:00 2000 +++ coldsync-2.1.2/distinfo Thu May 24 02:38:05 2001 @@ -1 +1 @@ -MD5 (coldsync-1.4.6.tar.gz) = 8e39d0af7e4c80b1dfa74021357f40f7 +MD5 (coldsync-2.1.2.tar.gz) = 3ccb6d66c0258a4b08f7f9b13a265c3a diff -urN coldsync/pkg-plist coldsync-2.1.2/pkg-plist --- coldsync/pkg-plist Mon Sep 25 11:04:00 2000 +++ coldsync-2.1.2/pkg-plist Thu May 24 03:11:41 2001 @@ -10,4 +10,8 @@ etc/sample.coldsync.rc @unexec install-info --delete %D/info/conduits.info %D/info/dir info/conduits.info +info/conduits.info-1 +info/conduits.info-2 @exec install-info %D/info/conduits.info %D/info/dir +share/locale/fr/LC_MESSAGES/coldsync.mo +share/locale/de/LC_MESSAGES/coldsync.mo >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 24 11:52:31 2001 Delivered-To: freebsd-ports@freebsd.org Received: from hub.lovett.com (hub.lovett.com [216.60.121.161]) by hub.freebsd.org (Postfix) with ESMTP id 972B037B42C for ; Thu, 24 May 2001 11:52:27 -0700 (PDT) (envelope-from ade@lovett.com) Received: from ade by hub.lovett.com with local (Exim 3.22 #1) id 1530DY-000ILV-00; Thu, 24 May 2001 13:52:16 -0500 Date: Thu, 24 May 2001 13:52:16 -0500 From: Ade Lovett To: Michael Harnois Cc: Erik Rothwell , ports@FreeBSD.ORG Subject: Re: How is Nautilus broken? Message-ID: <20010524135216.F66492@FreeBSD.org> References: <3B0C96EF.A2289786@callgtn.com> <023a01c0e40f$8f1f2800$931576d8@inethouston.net> <3B0C9819.291EA684@callgtn.com> <86r8xevlfh.fsf@mharnois.workgroup.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <86r8xevlfh.fsf@mharnois.workgroup.net>; from mdharnois@home.com on Thu, May 24, 2001 at 10:03:30AM -0500 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, May 24, 2001 at 10:03:30AM -0500, Michael Harnois wrote: > The last I heard from Ade about it he thought it had something to do > with threads. Indeed. I am attempting to build up a GNOME environment where every single port is compiled and installed with debugging symbols enabled, so that I can track this down. Needless to say, this is something of a complicated process. -aDe -- Ade Lovett, Austin, TX. ade@FreeBSD.org FreeBSD: The Power to Serve http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 24 11:57:29 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3CB7537B423; Thu, 24 May 2001 11:57:28 -0700 (PDT) (envelope-from okazaki@FreeBSD.org) Received: (from okazaki@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4OIvSt44548; Thu, 24 May 2001 11:57:28 -0700 (PDT) (envelope-from okazaki) Date: Thu, 24 May 2001 11:57:28 -0700 (PDT) From: Message-Id: <200105241857.f4OIvSt44548@freefall.freebsd.org> To: okazaki@FreeBSD.org, freebsd-ports@FreeBSD.org, lioux@FreeBSD.org Subject: Re: ports/27617: clockspeed port needs leapsecs.dat Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: clockspeed port needs leapsecs.dat Responsible-Changed-From-To: freebsd-ports->lioux Responsible-Changed-By: okazaki Responsible-Changed-When: Thu May 24 11:56:41 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27617 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 24 12: 0:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 71D0537B424 for ; Thu, 24 May 2001 12:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4OJ03Q44874; Thu, 24 May 2001 12:00:03 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DD32537B423 for ; Thu, 24 May 2001 11:59:28 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4OIxSp44739; Thu, 24 May 2001 11:59:28 -0700 (PDT) (envelope-from nobody) Message-Id: <200105241859.f4OIxSp44739@freefall.freebsd.org> Date: Thu, 24 May 2001 11:59:28 -0700 (PDT) From: evenson@panix.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/27623: gal-0.8 fails to build Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27623 >Category: ports >Synopsis: gal-0.8 fails to build >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu May 24 12:00:03 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Mark Evenson >Release: STABLE >Organization: >Environment: FreeBSD quid.not.org 4.3-STABLE FreeBSD 4.3-STABLE #1: Thu May 17 15:58:25 GMT 2001 realtime@quid.not.org:/usr/obj/usr/src/sys/QUID i386 >Description: Compilation of x11-toolkits/gal (gal-0.8) fails. cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/X11R6/include -DNEED_GNOMESUPPORT_H -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/local/include/gnome-xml -DGAL_GLADEDIR=\"/usr/X11R6/share/gnome/gal/0.8/glade\" -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -O -pipe -I/usr/X11R6/include -Wall -Wunused -c e-gui-utils.c -fPIC -DPIC -o .libs/e-gui-utils.lo e-gui-utils.c:20: gdk-pixbuf/gnome-canvas-pixbuf.h: No such file or directory gmake[3]: *** [e-gui-utils.lo] Error 1 No such file 'gnome-canvas-pixbuf.h' exists on my system. All other ports are up to date from cvsup'd daily. >How-To-Repeat: unix$ cd /usr/ports/x11-toolkits/gal && make >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 24 12: 0:35 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5B04B37B43C; Thu, 24 May 2001 12:00:31 -0700 (PDT) (envelope-from okazaki@FreeBSD.org) Received: (from okazaki@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4OJ0Ve44999; Thu, 24 May 2001 12:00:31 -0700 (PDT) (envelope-from okazaki) Date: Thu, 24 May 2001 12:00:31 -0700 (PDT) From: Message-Id: <200105241900.f4OJ0Ve44999@freefall.freebsd.org> To: okazaki@FreeBSD.org, freebsd-ports@FreeBSD.org, kevlo@FreeBSD.org Subject: Re: ports/27608: textproc/xerces: upgrade to 1.4.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: textproc/xerces: upgrade to 1.4.0 Responsible-Changed-From-To: freebsd-ports->kevlo Responsible-Changed-By: okazaki Responsible-Changed-When: Thu May 24 11:59:47 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27608 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 24 12:10:19 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2E79A37B422; Thu, 24 May 2001 12:10:18 -0700 (PDT) (envelope-from okazaki@FreeBSD.org) Received: (from okazaki@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4OJAIf48701; Thu, 24 May 2001 12:10:18 -0700 (PDT) (envelope-from okazaki) Date: Thu, 24 May 2001 12:10:18 -0700 (PDT) From: Message-Id: <200105241910.f4OJAIf48701@freefall.freebsd.org> To: okazaki@FreeBSD.org, freebsd-ports@FreeBSD.org, demon@FreeBSD.org Subject: Re: ports/27611: Bug in ports/devel/p5-Locale-gettext Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Bug in ports/devel/p5-Locale-gettext Responsible-Changed-From-To: freebsd-ports->demon Responsible-Changed-By: okazaki Responsible-Changed-When: Thu May 24 12:09:18 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27611 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 24 12:13:10 2001 Delivered-To: freebsd-ports@freebsd.org Received: from kalaid.f2f.com.ua (kalaid.f2f.com.ua [62.149.0.33]) by hub.freebsd.org (Postfix) with ESMTP id 0B81237B422 for ; Thu, 24 May 2001 12:12:39 -0700 (PDT) (envelope-from sobomax@mail-in.net) Received: from mail.uic-in.net (root@[212.35.189.4]) by kalaid.f2f.com.ua (8.11.3/8.11.1) with ESMTP id f4OJEQa59170 for ; Thu, 24 May 2001 22:14:41 +0300 (EEST) (envelope-from sobomax@mail-in.net) Received: from notebook.vega.com (das0-l103.uic-in.net [212.35.189.230]) by mail.uic-in.net (8.11.3/8.11.3) with ESMTP id f4OJC6S32618 for ; Thu, 24 May 2001 22:12:06 +0300 (EEST) (envelope-from sobomax@mail-in.net) Date: Thu, 24 May 2001 22:12:06 +0300 (EEST) Message-Id: <200105241912.f4OJC6S32618@mail.uic-in.net> To: ports@FreeBSD.ORG From: Maxim Sobolev Reply-To: sobomax@FreeBSD.ORG Subject: Re: Java port behavior ideas X-Mailer: Pygmy (v0.5.8) In-Reply-To: <3B0C3A63.3020908@quack.kfu.com> Content-type: text/plain Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org [thread redirected to java@FreeBSD.org] On Wed, 23 May 2001 15:32:03 -0700, Nick Sayer wrote: > We're starting to get a number of ports that consist simply of .jar = > files. Each one is currently taking a different approach to how they are = > installed and run and stuff. > = > I'd like to suggest some additional standards and port plumbing to = > handle this. > = > 1. 'javavm' should take a flag that will do for "old" JREs what the -jar = > flag does. Perhaps this should be a new script in the javavmwrapper port = > called 'runjar' or something like that. Ideally, IMHO, 'javavm -jar = > [jarfile]' should always be sufficient regardless of what JRE is in use. = > Of course, I leave it to the javavmwrapper maintainer(s) to actually do = > this. :-) Ok, suggestion noted. I'll think about it. > 2. .jar files should, IMHO, go in a common spot. ${PREFIX}/share/java = > seems quite reasonable. I'm not sure that it is technically possible. Many packages require several levels of directories, thus could be confused with such setup. Java porting rules already require that all java ports go into ${RREFIX}/share/java/${PORTNAME}, which IMO is sufficient to keep all things together. > 3. IS_JAR=3Dyes would be a nice short-hand for having a RUN_DEPENDS of = > javavmwrapper and a JRE and NO_BUILD=3Dyes. Yes, but it would require ports/Mk/bsd.java.mk, which is not there yet. > 4. Most ambitously, it's conceivable that a method could be devised to = > automatically make links from a javavmwrapper helper script to = > ${PREFIX}/bin/jarname. The helper script would be argv[0] aware and = > would do the equivalent of 'javavm -jar ${PREFIX}/share/java/$0.jar'. > This could be used in port Makefiles in a manner similar to MANn=3D lines= . I would rather like to see the following binding: bin/${PORTNAME} --> share/java/${PORTNAME}/${PORTNAME}.jar (${PORTNAME}.jar could be a symlink to actual .jar if necessary) > Just some ideas to kick around. Your ideas have been added into my already large javavmwrapperNG TODO list ;). Thank you for feedback! -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 24 12:50: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CBCED37B424 for ; Thu, 24 May 2001 12:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4OJo2B54090; Thu, 24 May 2001 12:50:02 -0700 (PDT) (envelope-from gnats) Received: from wumpus.wlcg.com (wumpus.wlcg.com [209.9.101.248]) by hub.freebsd.org (Postfix) with ESMTP id 4DACC37B42C for ; Thu, 24 May 2001 12:42:58 -0700 (PDT) (envelope-from rsimmons@wumpus.wlcg.com) Received: (from rsimmons@localhost) by wumpus.wlcg.com (8.11.3/8.11.3) id f4OJfhf89770; Thu, 24 May 2001 15:41:43 -0400 (EDT) (envelope-from rsimmons) Message-Id: <200105241941.f4OJfhf89770@wumpus.wlcg.com> Date: Thu, 24 May 2001 15:41:43 -0400 (EDT) From: Rob Simmons Reply-To: rsimmons@wumpus.wlcg.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27624: Windowmaker won't change workspaces until cvsup window is shaded Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27624 >Category: ports >Synopsis: Windowmaker won't change workspaces until cvsup window is shaded >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu May 24 12:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Rob Simmons >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD wumpus 4.3-STABLE FreeBSD 4.3-STABLE #0: Fri May 11 09:42:50 EDT 2001 root@wumpus:/usr/obj/usr/src/sys/WUMPUS i386 >Description: When running cvsup (cvsup-bin-16.1) from another machine with the DISPLAY set to my local machine, windowmaker will not let me switch workspaces until I windowshade the window up, and down once. After that, it works fine. If I come back to the workspace with cvsup in it, I have to shade the window again to get to another workspace. Netscape (linux-netscape-navigator-4.77 & netscape-navigator-4.76) has the same behaviour sometimes. I'm running the cvsup from a bash (bash-2.05) on the remote machine, through an ssh v2 connection (ssh from core OS). I'm running windowmaker (windowmaker-0.64.0) over XFree86 (XFree86-3.3.6_9). >How-To-Repeat: Install the above software to a machine cvsup'd to about the date of the kernel build in the uname above (I cvsup'd that same day). >Fix: Unknown >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 24 12:56:59 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1152937B423; Thu, 24 May 2001 12:56:58 -0700 (PDT) (envelope-from ade@FreeBSD.org) Received: (from ade@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4OJuvV55083; Thu, 24 May 2001 12:56:57 -0700 (PDT) (envelope-from ade) Date: Thu, 24 May 2001 12:56:57 -0700 (PDT) From: Message-Id: <200105241956.f4OJuvV55083@freefall.freebsd.org> To: evenson@panix.com, ade@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27623: gal-0.8 fails to build Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: gal-0.8 fails to build State-Changed-From-To: open->closed State-Changed-By: ade State-Changed-When: Thu May 24 12:55:57 PDT 2001 State-Changed-Why: As explained in a number of other PRs, gdk-pixbuf was recently modified and split out into two components (gdk-pixbuf and gnomecanvas). Update your ports, rebuild sysutils/gnomecontrolcenter, and proceed from there. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27623 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 24 13:46: 8 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail3.panix.com (mail3.panix.com [166.84.0.167]) by hub.freebsd.org (Postfix) with ESMTP id 7DE4137B422; Thu, 24 May 2001 13:46:06 -0700 (PDT) (envelope-from evenson@panix.com) Received: from panix6.panix.com (panix6.panix.com [166.84.0.231]) by mail3.panix.com (Postfix) with ESMTP id 7D5D79826D; Thu, 24 May 2001 16:46:05 -0400 (EDT) Received: (from evenson@localhost) by panix6.panix.com (8.8.8/8.7.1/PanixN1.0) id QAA08306; Thu, 24 May 2001 16:46:05 -0400 (EDT) X-Authentication-Warning: panix6.panix.com: evenson set sender to evenson@panix.com using -f To: Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/27623: gal-0.8 fails to build References: <200105241956.f4OJuvV55083@freefall.freebsd.org> From: Mark Evenson Date: 24 May 2001 16:46:05 -0400 In-Reply-To: 's message of "Thu, 24 May 2001 12:56:57 -0700 (PDT)" Message-ID: Lines: 24 User-Agent: Gnus/5.0805 (Gnus v5.8.5) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org writes: > Synopsis: gal-0.8 fails to build > > State-Changed-From-To: open->closed > State-Changed-By: ade > State-Changed-When: Thu May 24 12:55:57 PDT 2001 > State-Changed-Why: > As explained in a number of other PRs, gdk-pixbuf was recently modified > and split out into two components (gdk-pixbuf and gnomecanvas). > > Update your ports, rebuild sysutils/gnomecontrolcenter, and proceed > from there. Ok, but my 'gnomecontrolcenter' was up to date. Shouldn't there have been a minor-minor version number for 'gnomecontrolcenter' to indicate this change? -- Mark Evenson "A screaming comes across the sky. It has happened before, but there is nothing to compare to it now." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 24 13:59: 5 2001 Delivered-To: freebsd-ports@freebsd.org Received: from photon.laurand.net (ATours-101-1-1-95.abo.wanadoo.fr [193.252.49.95]) by hub.freebsd.org (Postfix) with ESMTP id 9E2DD37B423 for ; Thu, 24 May 2001 13:58:58 -0700 (PDT) (envelope-from pif@laurand.ath.cx) Received: from awax (awax.laurand.net [192.168.1.102]) by photon.laurand.net (8.11.3/8.11.1) with SMTP id f4OLJ4E26130 for ; Thu, 24 May 2001 23:19:06 +0200 (CEST) (envelope-from pif@laurand.ath.cx) Message-ID: <003101c0e495$2d7fbca0$6601a8c0@awax> Reply-To: =?iso-8859-1?Q?Pierre-Fran=E7ois_LAURAND?= From: =?iso-8859-1?Q?Pierre-Fran=E7ois_LAURAND?= To: Subject: cvsup updater failed in /usr/ports/www/jakarta-tomcat... Date: Thu, 24 May 2001 23:04:51 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, As I was cvsup'ing ports src, I had a mistake when cvsup coming on www/jakarta-tomcat... Here is the output: myhost# script -a /var/log/cvsup/cvsup-20010524.log cvsup -z -L 5 -g -h cvsup5.freebsd.org freebsd-stable.cvsup Script started, output file is /var/log/cvsup/freebsd-20010524.log Parsing supfile "freebsd-stable.cvsup" Connecting to cvsup5.freebsd.org Connected to cvsup5.freebsd.org Server software version: REL_16_1 Negotiating file attribute support Exchanging collection information Establishing multiplexed-mode data connection Running Updating collection src-all/cvs Edit src/include/stddef.h Add delta 1.2.8.3 2001.05.24.19.32.09 obrien Updating collection ports-all/cvs Edit ports/editors/vim5/Makefile Add delta 1.111 2001.05.24.19.12.47 obrien Edit ports/editors/vim5/distinfo Add delta 1.59 2001.05.24.19.12.47 obrien Edit ports/editors/vim5/pkg-plist Add delta 1.27 2001.05.24.19.12.47 obrien Delete ports/www/jakarta-tomcat/files Updater failed: Cannot delete "/usr/ports/www/jakarta-tomcat/files": Directory not empty To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 24 14: 3:30 2001 Delivered-To: freebsd-ports@freebsd.org Received: from clio.sc.intel.com (scfdns01.sc.intel.com [143.183.152.25]) by hub.freebsd.org (Postfix) with ESMTP id 5320837B424 for ; Thu, 24 May 2001 14:03:26 -0700 (PDT) (envelope-from jreynold@sedona.ch.intel.com) Received: from sedona.intel.com (sedona.ch.intel.com [143.182.218.21]) by clio.sc.intel.com (8.9.1a+p1/8.9.1/d: relay.m4,v 1.39 2001/05/18 00:47:02 root Exp $) with ESMTP id VAA20288 for ; Thu, 24 May 2001 21:03:26 GMT Received: from hip186.ch.intel.com (hip186.ch.intel.com [143.182.225.68]) by sedona.intel.com (8.9.1a/8.9.1/d: sendmail.cf,v 1.14 2001/01/02 18:39:59 steved Exp $) with ESMTP id OAA13348 for ; Thu, 24 May 2001 14:03:25 -0700 (MST) X-Envelope-To: X-Envelope-From: jreynold@sedona.ch.intel.com Received: (from jreynold@localhost) by hip186.ch.intel.com (8.9.1a/8.9.1/d: client.m4,v 1.3 1998/09/29 16:36:11 sedayao Exp sedayao $) id RAA07400; Thu, 24 May 2001 17:03:25 -0400 (EDT) X-Authentication-Warning: hip186.ch.intel.com: jreynold set sender to jreynold@sedona.ch.intel.com using -f From: John Reynolds~ MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15117.30493.261158.396949@hip186.ch.intel.com> Date: Thu, 24 May 2001 14:03:25 -0700 To: ports@freebsd.org Subject: mozilla port won't compile -- c++ segfaults X-Mailer: VM 6.92 under Emacs 20.7.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi all, I CVSup'ed my ports tree last night and starting from scratch, I tried to compile Mozilla 0.9. It gets a ways into it then croaks with the following error: c++ -I/usr/X11R6/include -I/usr/X11R6/include -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wbad-function-cast -Wcast-align -Woverloaded-virtual -Wsynth -Wshadow -Wno-long-long -O -pipe -march=pentiumpro -pipe -O -DNDEBUG -DTRIMMED -shared -Wl,-h -Wl,libgklayout.so -o libgklayout.so nsLayoutDLF.o nsLayoutFactory.o nsLayoutModule.o -Wl,--whole-archive ../../dist/lib/libgkhtmlbase_s.a ../../dist/lib/libgkhtmldoc_s.a ../../dist/lib/libgkhtmlforms_s.a ../../dist/lib/libgkhtmlstyle_s.a ../../dist/lib/libgkhtmltable_s.a ../../dist/lib/libgkxulbase_s.a ../../dist/lib/libgkbase_s.a ../../dist/lib/libgkconshared_s.a ../../dist/lib/libgkxuloutliner_s.a ../../dist/lib/libgkmathmlcon_s.a ../../dist/lib/libgkmathmlbase_s.a ../../dist/lib/libgksvgcon_s.a ../../dist/lib/libgksvgbase_s.a -Wl,--no-whole-archive -L../../dist/bin -ljsdom -lgkgfx -L../../dist/bin -lxpcom -L../../dist/bin -L/usr/ports/www/mozilla/work/mozilla/dist/lib -lplds4 -lplc4 -lnspr4 -pthread -lmozjs -lm c++: Internal compiler error: program ld got fatal signal 11 gmake[2]: *** [libgklayout.so] Error 1 gmake[2]: *** Deleting file `libgklayout.so' gmake[2]: Leaving directory `/usr/ports/www/mozilla/work/mozilla/layout/build' gmake[1]: *** [install] Error 2 gmake[1]: Leaving directory `/usr/ports/www/mozilla/work/mozilla/layout' gmake: *** [install] Error 2 *** Error code 2 Stop in /usr/ports/www/mozilla. *** Error code 1 Stop in /usr/ports/www/mozilla. (long compile line wrapped by me for prettiness) I've tried this on a dual Celeron machine (that has been rock stable doing "-j6" buildworlds for almost a year) as well as a Dell Latitude CPx J laptop, so I'm kinda thinking it's not the typical "hardware problem" that people experience when they catch sig 11's during buildworld. Anybody else see this? -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= | John Reynolds WCCG, CCE, (space for rent, cheap!) | | Intel Corporation MS: CH6-210 Phone: 480-554-9092 pgr: 602-868-6512 | | jreynold@sedona.ch.intel.com http://www-aec.ch.intel.com/~jreynold/ | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 24 14:13:48 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mailb.telia.com (mailb.telia.com [194.22.194.6]) by hub.freebsd.org (Postfix) with ESMTP id AD8BB37B423; Thu, 24 May 2001 14:13:37 -0700 (PDT) (envelope-from jorgen@telia.net) Received: from mailbox.telia.net (mailbox.telia.net [194.237.170.234]) by mailb.telia.com (8.9.3/8.9.3) with ESMTP id XAA25741; Thu, 24 May 2001 23:13:35 +0200 (CEST) Received: from TUK000615.telia.net (t1o312p52.teliauk.com [195.12.230.52]) by mailbox.telia.net (8.8.8/8.8.8) with ESMTP id XAA26726; Thu, 24 May 2001 23:13:33 +0200 (CEST) Message-Id: <5.1.0.14.0.20010524214246.01c3fab8@mailbox.telia.net> X-Sender: jorgen@mailbox.telia.net X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Thu, 24 May 2001 22:13:55 +0100 To: ade@FreeBSD.org From: =?iso-8859-1?Q?J=F6rgen?= I Larsson Subject: FreeBSD Port: gal-0.5 Cc: ports@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1"; format=flowed Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi I am trying to install the mail client evolution and have been fighting for= =20 some days. It has now boiled down to that gal can't be installed. I would appreciate=20 any help or advise. I am running FreeBSD 4.3, XFree86 4.0.2 on a Thinkpad Regards /jorgen t21# cd /usr/ports/x11-toolkits/gal/ t21# make install =3D=3D=3D> Building for gal-0.8 gmake all-recursive gmake[1]: Entering directory `/usr/ports/x11-toolkits/gal/work/gal-0.8' Making all in gal gmake[2]: Entering directory `/usr/ports/x11-toolkits/gal/work/gal-0.8/gal' Making all in util gmake[3]: Entering directory `/usr/ports/x11-toolkits/gal/work/gal-0.8/gal/util' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/usr/ports/x11-toolkits/gal/work/gal-0.8/gal/util' Making all in unicode gmake[3]: Entering directory `/usr/ports/x11-toolkits/gal/work/gal-0.8/gal/unico de' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/usr/ports/x11-toolkits/gal/work/gal-0.8/gal/unicod e' Making all in widgets gmake[3]: Entering directory `/usr/ports/x11-toolkits/gal/work/gal-0.8/gal/widge ts' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/usr/ports/x11-toolkits/gal/work/gal-0.8/gal/widget s' Making all in e-paned gmake[3]: Entering directory `/usr/ports/x11-toolkits/gal/work/gal-0.8/gal/e-pan ed' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/usr/ports/x11-toolkits/gal/work/gal-0.8/gal/e-pane d' Making all in e-table gmake[3]: Entering directory `/usr/ports/x11-toolkits/gal/work/gal-0.8/gal/e-tab le' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/usr/ports/x11-toolkits/gal/work/gal-0.8/gal/e-tabl e' Making all in e-text gmake[3]: Entering directory `/usr/ports/x11-toolkits/gal/work/gal-0.8/gal/e-tex t' /bin/sh ../../libtool --mode=3Dlink cc -O -pipe -I/usr/X11R6/include -Wall -Wunu sed -L/usr/X11R6/lib -o e-completion-test e-completion-test.o libetext.la ../. ./gal/e-table/libetable.la -Wl,-E -L/usr/X11R6/lib -L/usr/local/lib -lgnome print -lglade-gnome -lglade -lxml -lXpm -lgnomeui -lart_lgpl -lgdk_imlib -lungif -lSM -lICE -lgnome -lgnomesupport -lesd -laudiofile -lgdk_pixbuf -ltiff -ljpeg -lpng -lz -lgtk12 -lgdk12 -lgmodule12 -lglib12 -lintl -lxpg4 -lXext -lX11 -lm -l gnomecanvaspixbuf ../../gal/widgets/libwidgets.la ../../ga l/unicode/libunicode.la ../../gal/util/libutil.la -L/usr/local/lib cc -O -pipe -I/usr/X11R6/include -Wall -Wunused -L/usr/X11R6/lib -o e-completion -test e-completion-test.o .libs/libetext.al -L/usr/local/lib ../../gal/e-table/. libs/libetable.al -Wl,-E -L/usr/X11R6/lib -L/usr/local/lib -lgnomeprint -lglade- gnome -lglade -lxml -lXpm -lgnomeui -lart_lgpl -lgdk_imlib -lungif -lSM -lICE -l gnome -lgnomesupport -lesd -laudiofile -lgdk_pixbuf -ltiff -ljpeg -lpng -lz -lgt k12 -lgdk12 -lgmodule12 -lglib12 -lintl -lxpg4 -lXext -lX11 -lm -lgnomecanvaspix buf ../../gal/widgets/.libs/libwidgets.al -lgiconv ../../gal/unicode/.libs/libun icode.al ../../gal/util/.libs/libutil.al -L/usr/local/lib /usr/libexec/elf/ld: warning: libgnomeui.so.4, needed by /usr/local/lib/libglade -gnome.so, may conflict with libgnomeui.so.5 /usr/libexec/elf/ld: warning: libart_lgpl.so.4, needed by /usr/local/lib/libglad e-gnome.so, may conflict with libart_lgpl.so.5 /usr/libexec/elf/ld: warning: libgnome.so.4, needed by /usr/local/lib/libglade-g nome.so, may conflict with libgnome.so.5 /usr/libexec/elf/ld: warning: libgnomesupport.so.4, needed by /usr/local/lib/lib glade-gnome.so, may conflict with libgnomesupport.so.5 ../../gal/e-table/.libs/libetable.al(e-table-item.lo): In function `eti_realize_ cell_views': e-table-item.lo(.text+0x65): undefined reference to `e_cell_realize' ../../gal/e-table/.libs/libetable.al(e-table-item.lo): In function `eti_attach_c ell_views': e-table-item.lo(.text+0x153): undefined reference to `e_cell_new_view' ../../gal/e-table/.libs/libetable.al(e-table-item.lo): In function `eti_unrealiz e_cell_views': e-table-item.lo(.text+0x1f1): undefined reference to `e_cell_unrealize' ../../gal/e-table/.libs/libetable.al(e-table-item.lo): In function `eti_detach_c ell_views': e-table-item.lo(.text+0x241): undefined reference to `e_cell_kill_view' ../../gal/e-table/.libs/libetable.al(e-table-item.lo): In function `eti_row_heig ht_real': e-table-item.lo(.text+0xbb5): undefined reference to `e_cell_height' ../../gal/e-table/.libs/libetable.al(e-table-item.lo): In function `eti_request_ column_width': e-table-item.lo(.text+0x1d59): undefined reference to `e_cell_max_width' ../../gal/e-table/.libs/libetable.al(e-table-item.lo): In function `eti_draw': e-table-item.lo(.text+0x3095): undefined reference to `e_cell_draw' ../../gal/e-table/.libs/libetable.al(e-table-item.lo): In function `_do_tooltip' : e-table-item.lo(.text+0x3e38): undefined reference to `e_cell_show_tooltip' ../../gal/e-table/.libs/libetable.al(e-table-item.lo): In function `eti_e_cell_e vent': e-table-item.lo(.text+0x3e87): undefined reference to `e_cell_event' ../../gal/e-table/.libs/libetable.al(e-table-item.lo): In function `e_table_item _enter_edit': e-table-item.lo(.text+0x6494): undefined reference to `e_cell_enter_edit' ../../gal/e-table/.libs/libetable.al(e-table-item.lo): In function `e_table_item _leave_edit': e-table-item.lo(.text+0x6595): undefined reference to `e_cell_leave_edit' ../../gal/e-table/.libs/libetable.al(e-table-item.lo): In function `eti_printed_ row_height': e-table-item.lo(.text+0x686b): undefined reference to `e_cell_print_height' ../../gal/e-table/.libs/libetable.al(e-table-item.lo): In function `e_table_item _print_page': e-table-item.lo(.text+0x6b7e): undefined reference to `e_cell_print' ../../gal/e-table/.libs/libetable.al(e-table-extras.lo): In function `ete_init': e-table-extras.lo(.text+0x2a3): undefined reference to `e_cell_checkbox_new' e-table-extras.lo(.text+0x2c3): undefined reference to `e_cell_date_new' e-table-extras.lo(.text+0x2e6): undefined reference to `e_cell_number_new' e-table-extras.lo(.text+0x302): undefined reference to `e_cell_pixbuf_new' ../../gal/e-table/.libs/libetable.al(e-cell-text.lo): In function `e_cell_text_c lass_init': e-cell-text.lo(.text+0x282c): undefined reference to `e_cell_get_type' ../../gal/e-table/.libs/libetable.al(e-cell-text.lo): In function `e_cell_text_g et_type': e-cell-text.lo(.text+0x2917): undefined reference to `e_cell_get_type' ../../gal/e-table/.libs/libetable.al(e-cell-text.lo): In function `e_cell_text_c onstruct': e-cell-text.lo(.text+0x2968): undefined reference to `e_cell_get_type' ../../gal/e-table/.libs/libetable.al(e-cell-tree.lo): In function `ect_new_view' : e-cell-tree.lo(.text+0x1de): undefined reference to `e_cell_new_view' ../../gal/e-table/.libs/libetable.al(e-cell-tree.lo): In function `ect_kill_view ': e-cell-tree.lo(.text+0x212): undefined reference to `e_cell_kill_view' ../../gal/e-table/.libs/libetable.al(e-cell-tree.lo): In function `ect_realize': e-cell-tree.lo(.text+0x246): undefined reference to `e_cell_realize' ../../gal/e-table/.libs/libetable.al(e-cell-tree.lo): In function `ect_unrealize ': e-cell-tree.lo(.text+0x2d2): undefined reference to `e_cell_unrealize' ../../gal/e-table/.libs/libetable.al(e-cell-tree.lo): In function `ect_draw': e-cell-tree.lo(.text+0x7b0): undefined reference to `e_cell_draw' ../../gal/e-table/.libs/libetable.al(e-cell-tree.lo): In function `ect_event': e-cell-tree.lo(.text+0x8fd): undefined reference to `e_cell_event' ../../gal/e-table/.libs/libetable.al(e-cell-tree.lo): In function `ect_height': e-cell-tree.lo(.text+0x957): undefined reference to `e_cell_height' ../../gal/e-table/.libs/libetable.al(e-cell-tree.lo): In function `ect_max_width ': e-cell-tree.lo(.text+0x9a2): undefined reference to `e_cell_max_width' ../../gal/e-table/.libs/libetable.al(e-cell-tree.lo): In function `ect_show_tool tip': e-cell-tree.lo(.text+0xb83): undefined reference to `e_cell_show_tooltip' ../../gal/e-table/.libs/libetable.al(e-cell-tree.lo): In function `ect_enter_edi t': e-cell-tree.lo(.text+0xbb3): undefined reference to `e_cell_enter_edit' ../../gal/e-table/.libs/libetable.al(e-cell-tree.lo): In function `ect_leave_edi t': e-cell-tree.lo(.text+0xbe5): undefined reference to `e_cell_leave_edit' ../../gal/e-table/.libs/libetable.al(e-cell-tree.lo): In function `ect_print': e-cell-tree.lo(.text+0xfb5): undefined reference to `e_cell_print' ../../gal/e-table/.libs/libetable.al(e-cell-tree.lo): In function `e_cell_tree_c lass_init': e-cell-tree.lo(.text+0x1144): undefined reference to `e_cell_get_type' ../../gal/e-table/.libs/libetable.al(e-cell-tree.lo): In function `e_cell_tree_g et_type': e-cell-tree.lo(.text+0x1193): undefined reference to `e_cell_get_type' gmake[3]: *** [e-completion-test] Error 1 gmake[3]: Leaving directory `/usr/ports/x11-toolkits/gal/work/gal-0.8/gal/e-text ' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/x11-toolkits/gal/work/gal-0.8/gal' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/x11-toolkits/gal/work/gal-0.8' gmake: *** [all-recursive-am] Error 2 *** Error code 2 Stop in /usr/ports/x11-toolkits/gal. *** Error code 1 Stop in /usr/ports/x11-toolkits/gal. *** Error code 1 Stop in /usr/ports/x11-toolkits/gal. *** Error code 1 Stop in /usr/ports/x11-toolkits/gal. -------------------------------------------------------------- J=F6rgen I Larsson IP Network Manager Telia UK 4th floor Holborn Gate 330 High Holborn London WC1V 7QY UK mailto:jorgen@telia.net Phone: +44 20 7870 5266 Mobile: +44 7788 186 302 ---------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 24 14:30:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8BF5B37B43C for ; Thu, 24 May 2001 14:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4OLU2G69298; Thu, 24 May 2001 14:30:02 -0700 (PDT) (envelope-from gnats) Received: from sj-msg-core-1.cisco.com (sj-msg-core-1.cisco.com [171.71.163.11]) by hub.freebsd.org (Postfix) with ESMTP id 8F88C37B424 for ; Thu, 24 May 2001 14:28:21 -0700 (PDT) (envelope-from asaddi@cisco.com) Received: from alephnull.cisco.com (alephnull.cisco.com [171.69.92.51]) by sj-msg-core-1.cisco.com (8.11.3/8.9.1) with ESMTP id f4OLRs916178; Thu, 24 May 2001 14:27:54 -0700 (PDT) Received: (from asaddi@localhost) by alephnull.cisco.com (8.11.3/8.11.3) id f4OLRnt61010; Thu, 24 May 2001 14:27:49 -0700 (PDT) (envelope-from asaddi) Message-Id: <200105242127.f4OLRnt61010@alephnull.cisco.com> Date: Thu, 24 May 2001 14:27:49 -0700 (PDT) From: asaddi@philosophysw.com Reply-To: asaddi@philosophysw.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27625: Update port: news/newsfish Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27625 >Category: ports >Synopsis: Update port: news/newsfish >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu May 24 14:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Allan Saddi >Release: FreeBSD 4.3-RELEASE i386 >Organization: Philosophy SoftWorks >Environment: System: FreeBSD alephnull.cisco.com 4.3-RELEASE FreeBSD 4.3-RELEASE #42: Sun Apr 22 11:27:50 PDT 2001 root@alephnull.cisco.com:/usr/src/sys/compile/ALEPHNULL i386 >Description: Update port to version 1.2.4. No files added or deleted. >How-To-Repeat: >Fix: diff -ruN newsfish/Makefile newsfish.new/Makefile --- newsfish/Makefile Tue Aug 1 17:23:47 2000 +++ newsfish.new/Makefile Thu May 24 14:13:43 2001 @@ -6,9 +6,10 @@ # PORTNAME= newsfish -PORTVERSION= 1.2.3 +PORTVERSION= 1.2.4 CATEGORIES= news -MASTER_SITES= ftp://ftp.philosophysw.com/pub/software/ +MASTER_SITES= http://download.sourceforge.net/newsfish/ \ + ftp://ftp.philosophysw.com/pub/software/ MAINTAINER= asaddi@philosophysw.com diff -ruN newsfish/distinfo newsfish.new/distinfo --- newsfish/distinfo Tue Aug 1 17:23:48 2000 +++ newsfish.new/distinfo Thu May 24 14:14:08 2001 @@ -1 +1 @@ -MD5 (newsfish-1.2.3.tar.gz) = a1c72a1d94768a38e8cb9f8dbbdabce7 +MD5 (newsfish-1.2.4.tar.gz) = 4ad93117248f4c3f988333d98f5bea2a >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 24 15: 0:15 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E9A4C37B424 for ; Thu, 24 May 2001 15:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4OM02972215; Thu, 24 May 2001 15:00:02 -0700 (PDT) (envelope-from gnats) Received: from sabre.velocet.net (sabre.velocet.net [198.96.118.66]) by hub.freebsd.org (Postfix) with ESMTP id 4616637B422 for ; Thu, 24 May 2001 14:51:54 -0700 (PDT) (envelope-from dgilbert@office.tor.velocet.net) Received: from office.tor.velocet.net (trooper.velocet.net [204.138.45.2]) by sabre.velocet.net (Postfix) with ESMTP id 07B78137F1A for ; Thu, 24 May 2001 17:51:53 -0400 (EDT) Received: (from dgilbert@localhost) by office.tor.velocet.net (8.11.2/8.9.3) id f4OLpji79528; Thu, 24 May 2001 17:51:45 -0400 (EDT) (envelope-from dgilbert) Message-Id: <200105242151.f4OLpji79528@office.tor.velocet.net> Date: Thu, 24 May 2001 17:51:45 -0400 (EDT) From: dgilbert@velocet.ca Reply-To: dgilbert@velocet.ca To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/27626: xscreensaver w/ GLE is cooler :) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27626 >Category: ports >Synopsis: Add GLE to XScreenSaver Port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu May 24 15:00:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David Gilbert >Release: FreeBSD 4.2-STABLE i386 >Organization: Velocet Communications >Environment: FreeBSD version isn't likely relavant. >Description: Some time ago, I added the GLE port to the tree with the intention that I'd ask for it to be included here. When GLE is added to XScreenSaver, several cool screen hacks are added to the tree. I just updated the GLE port to keep it up-to-date. I'm not positive if the current pkg-plist is correct, either. I generated this one with a find -newer on my machine. I believe it to be more correct ... and ... of course it includes the new hacks' files. >How-To-Repeat: make install with my patch :) >Fix: --- pkg-plist.old Tue May 1 22:20:12 2001 +++ pkg-plist Thu May 24 17:43:14 2001 @@ -1,129 +1,130 @@ -bin/ant -bin/atlantis +bin/ifs bin/attraction -bin/blaster +bin/xscreensaver +bin/xscreensaver-command +bin/xscreensaver-demo +bin/xscreensaver-getimage +bin/xscreensaver-getimage-file bin/blitspin +bin/qix +bin/xscreensaver-getimage-video bin/bouboule bin/braid -bin/bsod -bin/bubble3d bin/bubbles -bin/bumps -bin/cage -bin/ccurve -bin/compass -bin/coral -bin/critical -bin/crystal -bin/cynosure -bin/dangerball bin/decayscreen bin/deco -bin/deluxe -bin/demon -bin/discrete -bin/distort bin/drift -bin/epicycle -bin/fadeplot bin/flag bin/flame -bin/flow bin/forest +bin/vines bin/galaxy -bin/gears -bin/gflux -bin/glplanet -bin/gltext -bin/goop bin/grav bin/greynetic bin/halo bin/helix bin/hopalong -bin/hyperball bin/hypercube -bin/ifs bin/imsmap -bin/interference -bin/jigsaw bin/julia bin/kaleidescope -bin/kumppa -bin/lament bin/laser bin/lightning bin/lisa -bin/lissie bin/lmorph -bin/loop bin/maze -bin/moebius bin/moire -bin/moire2 -bin/molecule -bin/morph3d -bin/mountain -bin/munch -bin/nerverot bin/noseguy +bin/ant bin/pedal -bin/penetrate bin/penrose -bin/petri -bin/phosphor -bin/pipes -bin/pulsar bin/pyro -bin/qix -bin/rd-bomb -bin/ripples bin/rocks bin/rorschach -bin/rotor -bin/rotzoomer -bin/rubik -bin/shadebobs bin/sierpinski -bin/sierpinski3d bin/slidescreen bin/slip -bin/sonar bin/sphere bin/spiral -bin/spotlight -bin/sproingies -bin/squiral -bin/stairs -bin/starfish -bin/starwars -bin/stonerview bin/strange -bin/superquadrics bin/swirl -bin/t3d +bin/goop +bin/starfish +bin/munch +bin/fadeplot +bin/rd-bomb +bin/coral +bin/mountain bin/triangle -bin/truchet -bin/vidwhacker -bin/vines -bin/wander -bin/webcollage -bin/whirlwindwarp +bin/lissie bin/worm -bin/xflame +bin/rotor bin/xjack bin/xlyap +bin/jigsaw +bin/cynosure +bin/moire2 +bin/flow +bin/truchet +bin/epicycle +bin/interference +bin/bsod +bin/crystal +bin/discrete +bin/t3d +bin/distort +bin/kumppa +bin/demon +bin/loop +bin/penetrate +bin/deluxe +bin/compass +bin/squiral +bin/xflame +bin/wander +bin/spotlight +bin/critical +bin/phosphor bin/xmatrix -bin/xrayswarm -bin/xscreensaver -bin/xscreensaver-command -bin/xscreensaver-demo -bin/xscreensaver-getimage -bin/xscreensaver-getimage-file -bin/xscreensaver-getimage-video -bin/xscreensaver-gl-helper -bin/xspirograph +bin/petri +bin/shadebobs bin/xsublim +bin/ccurve +bin/blaster +bin/bumps +bin/ripples bin/xteevee +bin/xspirograph +bin/nerverot bin/zoom +bin/xrayswarm +bin/hyperball +bin/whirlwindwarp +bin/rotzoomer +bin/sonar +bin/vidwhacker +bin/webcollage +bin/xscreensaver-gl-helper +bin/cage +bin/gears +bin/moebius +bin/pipes +bin/sproingies +bin/stairs +bin/superquadrics +bin/morph3d +bin/rubik +bin/atlantis +bin/lament +bin/bubble3d +bin/glplanet +bin/pulsar +bin/sierpinski3d +bin/gflux +bin/stonerview +bin/starwars +bin/gltext +bin/molecule +bin/dangerball +bin/extrusion lib/X11/app-defaults/XScreenSaver --- Makefile.old Thu May 24 14:59:07 2001 +++ Makefile Thu May 24 17:46:13 2001 @@ -10,6 +10,8 @@ CATEGORIES= x11 MASTER_SITES= http://www.jwz.org/xscreensaver/ +LIB_DEPENDS= gle.3:${PORTSDIR}/graphics/gle + MAINTAINER= DougB@FreeBSD.org USE_X_PREFIX= yes @@ -17,7 +19,7 @@ USE_MESA= yes WANT_GTK= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --without-pam --with-gl --with-xpm --without-gnome \ +CONFIGURE_ARGS= --without-pam --with-gl --with-gle --with-xpm --without-gnome \ --with-zippy=/usr/games/fortune MAN1= attraction.1 blitspin.1 bouboule.1 braid.1 \ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 24 16:50:17 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1F55C37B423 for ; Thu, 24 May 2001 16:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4ONo2Z01274; Thu, 24 May 2001 16:50:02 -0700 (PDT) (envelope-from gnats) Received: from hunkular.glarp.com (hunkular.glarp.com [199.117.25.251]) by hub.freebsd.org (Postfix) with ESMTP id E33A237B423 for ; Thu, 24 May 2001 16:40:30 -0700 (PDT) (envelope-from huntting@hunkular.glarp.com) Received: (from huntting@localhost) by hunkular.glarp.com (8.11.3/8.11.3) id f4ONeUr47557; Thu, 24 May 2001 17:40:30 -0600 (MDT) (envelope-from huntting) Message-Id: <200105242340.f4ONeUr47557@hunkular.glarp.com> Date: Thu, 24 May 2001 17:40:30 -0600 (MDT) From: Brad Huntting Reply-To: huntting@glarp.com To: FreeBSD-gnats-submit@freebsd.org Cc: oemer@tph.tuwien.ac.at, huntting@glarp.com X-Send-Pr-Version: 3.113 Subject: ports/27628: New port: QCL is a Quantum Computer Language/Simulator. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27628 >Category: ports >Synopsis: New port: QCL is a Quantum Computer Language/Simulator. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu May 24 16:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Brad Huntting >Release: FreeBSD 4.3-RELEASE i386 / FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD hunkular.glarp.com 4.3-STABLE FreeBSD 4.3-STABLE #0: Mon May 14 18:39:38 MDT 2001 root@hunkular.glarp.com:/usr/src/sys/compile/HUNKULAR i386 >Description: The documentation for QCL is in a ps/pdf file and is not included in this port. It can be found on Bernhard Oemers web page (http://tph.tuwien.ac.at/~oemer/qcl.html). >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: # # qcl # qcl/Makefile # qcl/distinfo # qcl/files # qcl/files/patch-aa # qcl/scripts # qcl/scripts/configure # qcl/pkg-plist # qcl/pkg-comment # qcl/pkg-descr # echo c - qcl mkdir -p qcl > /dev/null 2>&1 echo x - qcl/Makefile sed 's/^X//' >qcl/Makefile << 'END-of-qcl/Makefile' X# ports collection makefile for: qcl X# Date created: 23 May 2001 X# Whom: Brad Huntting X# X# $FreeBSD$ X# X XPORTNAME= qcl XPORTVERSION= 0.4.1 XCATEGORIES= emulators math XMASTER_SITES= http://tph.tuwien.ac.at/~oemer/tgz/ XEXTRACT_SUFX= .tgz X XMAINTAINER= huntting@glarp.com X XLIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt X Xpost-install: X strip ${PREFIX}/bin/qcl X X.include END-of-qcl/Makefile echo x - qcl/distinfo sed 's/^X//' >qcl/distinfo << 'END-of-qcl/distinfo' XMD5 (qcl-0.4.1.tgz) = 0ff6cdb3c29cc3c533f3b27018662a57 END-of-qcl/distinfo echo c - qcl/files mkdir -p qcl/files > /dev/null 2>&1 echo x - qcl/files/patch-aa sed 's/^X//' >qcl/files/patch-aa << 'END-of-qcl/files/patch-aa' X--- Makefile.orig Wed Jan 17 13:17:06 2001 X+++ Makefile Thu May 24 15:51:01 2001 X@@ -14,29 +14,25 @@ X X # Directory for Standard .qcl files X X-QCLDIR = /usr/local/lib/qcl X+QCLDIR = ${PREFIX}/share/qcl X X # Path for qcl binaries X X-QCLBIN = /usr/local/bin X+QCLBIN = ${PREFIX}/bin X X # Debugging options X X-DEBUG = -g -DQCL_DEBUG -DQC_DEBUG X-#DEBUG = -O2 X+DEBUG = -O2 X X # Comment out if you don't have GNU readline on your system X # explicit linking against libtermcap or libncurses may be required X X RLOPT = -DQCL_USE_READLINE X-#RLLIB = -lreadline X-RLLIB = -lreadline -lncurses X+RLLIB = -lreadline X X # Replace with lex and yacc on non-GNU systems (untested) X X-LEX = flex X-YACC = bison X-INSTALL = install X+INSTALL = install -c X X ##### You shouldn't have to edit the stuff below ##### X X@@ -44,13 +40,15 @@ X QCLIB = $(QCDIR)/libqc.a X QCLINC = lib X X-CC = g++ X-CPP = $(CC) -E X-CFLAGS = -c -Wall $(DEBUG) $(RLOPT) -I$(QCDIR) -DDEF_INCLUDE_PATH="\"$(QCLDIR)\"" X-LFLAGS = -L$(QCDIR) $(DEBUG) -lm -lfl -lqc $(RLLIB) X+CXXFLAGS += -Wall $(DEBUG) $(RLOPT) -I$(QCDIR) -I${PREFIX}/include -DDEF_INCLUDE_PATH="\"$(QCLDIR)\"" X+LDFLAGS += -L$(QCDIR) $(DEBUG) -L${PREFIX}/lib -lgnugetopt -lm -lfl -lqc $(RLLIB) X+ X+FILESCC = debug.cc error.cc eval.cc exec.cc extern.cc lex.cc \ X+ options.cc parse.cc print.cc qcl.cc quheap.cc symbols.cc \ X+ syntax.cc typcheck.cc types.cc yacc.cc X+FILESH = debug.h error.h extern.h options.h parse.h quheap.h \ X+ symbols.h syntax.h types.h yacc.h X X-FILESCC = $(wildcard *.cc) X-FILESH = $(wildcard *.h) X X SOURCE = $(FILESCC) $(FILESH) qcl.lex qcl.y Makefile X X@@ -58,23 +56,11 @@ X lex.o yacc.o print.o quheap.o extern.o eval.o exec.o \ X parse.o options.o debug.o X X-all: do-it-all X+all: build X+ X X-ifeq (.depend,$(wildcard .depend)) X-include .depend X-do-it-all: build X-else X-do-it-all: dep X- make X-endif X- X-#### Rules for depend X- X-dep: lex.cc yacc.cc yacc.h $(QCLIB) X- for i in *.cc; do \ X- $(CPP) -I$(QCDIR) -MM $$i; \ X- echo -e '\t$(CC) $(CFLAGS)' $$i '\n'; \ X- done > .depend X+dep: $(FILESCC) $(FILESH) X+ $(CXX) -M $(CXXFLAGS) $(FILESCC) >.depend X X lex.cc: qcl.lex X $(LEX) -olex.cc qcl.lex X@@ -86,24 +72,24 @@ X mv yacc.cc.h yacc.h X X $(QCLIB): X- cd $(QCDIR) && make libqc.a X+ cd $(QCDIR) && $(MAKE) $(MAKEFLAGS) libqc.a X X #### Rules for build X X build: qcl $(QCLINC)/default.qcl X X qcl: $(OBJECTS) qcl.o $(QCLIB) X- $(CC) $(OBJECTS) qcl.o $(LFLAGS) -o qcl X+ $(CXX) $(OBJECTS) qcl.o $(LDFLAGS) -o qcl X X qcl-static: $(OBJECTS) qcl.o $(QCLIB) X- $(CC) -static $(OBJECTS) qcl.o $(LFLAGS) -o qcl-static X+ $(CXX) -static $(OBJECTS) qcl.o $(LDFLAGS) -o qcl-static X strip qcl-static X X $(QCLINC)/default.qcl: extern.cc X grep "^//!" extern.cc | cut -c5- > $(QCLINC)/default.qcl X X install: build X- $(INSTALL) -m 0755 -d $(QCLBIN) $(QCLDIR) X+ umask 022; mkdir -p $(QCLDIR); chmod 0755 $(QCLDIR) X $(INSTALL) -m 0755 ./qcl $(QCLBIN) X $(INSTALL) -m 0644 ./lib/default.qcl $(QCLDIR) X $(INSTALL) -m 0644 ./lib/dft.qcl $(QCLDIR) X@@ -115,6 +101,7 @@ X $(INSTALL) -m 0644 ./lib/roulette.qcl $(QCLDIR) X $(INSTALL) -m 0644 ./lib/shor.qcl $(QCLDIR) X $(INSTALL) -m 0644 ./lib/swap.qcl $(QCLDIR) X+ $(INSTALL) -m 0644 ./lib/grover.qcl $(QCLDIR) X X #### Other Functions X END-of-qcl/files/patch-aa echo c - qcl/scripts mkdir -p qcl/scripts > /dev/null 2>&1 echo x - qcl/scripts/configure sed 's/^X//' >qcl/scripts/configure << 'END-of-qcl/scripts/configure' X#!/bin/sh X Xcd $WRKSRC Xrm -f .depend Xmake dep END-of-qcl/scripts/configure echo x - qcl/pkg-plist sed 's/^X//' >qcl/pkg-plist << 'END-of-qcl/pkg-plist' Xbin/qcl Xshare/qcl/default.qcl Xshare/qcl/dft.qcl Xshare/qcl/expmod.qcl Xshare/qcl/fanout.qcl Xshare/qcl/functions.qcl Xshare/qcl/modarith.qcl Xshare/qcl/qufunct.qcl Xshare/qcl/roulette.qcl Xshare/qcl/shor.qcl Xshare/qcl/swap.qcl Xshare/qcl/grover.qcl X@dirrm share/qcl END-of-qcl/pkg-plist echo x - qcl/pkg-comment sed 's/^X//' >qcl/pkg-comment << 'END-of-qcl/pkg-comment' XA quantum computer simulator END-of-qcl/pkg-comment echo x - qcl/pkg-descr sed 's/^X//' >qcl/pkg-descr << 'END-of-qcl/pkg-descr' XThis is a port of qcl, a quantum computer simulator. X XWWW: http://tph.tuwien.ac.at/~oemer/qcl.html X X- brad.huntting@glarp.com END-of-qcl/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 24 16:52:17 2001 Delivered-To: freebsd-ports@freebsd.org Received: from dt051n37.san.rr.com (dt051n37.san.rr.com [204.210.32.55]) by hub.freebsd.org (Postfix) with ESMTP id 9AE7637B424 for ; Thu, 24 May 2001 16:52:14 -0700 (PDT) (envelope-from DougB@DougBarton.net) Received: from DougBarton.net (master [10.0.0.2]) by dt051n37.san.rr.com (8.9.3/8.9.3) with ESMTP id QAA18517; Thu, 24 May 2001 16:49:49 -0700 (PDT) (envelope-from DougB@DougBarton.net) Message-ID: <3B0D9E17.60DF922B@DougBarton.net> Date: Thu, 24 May 2001 16:49:43 -0700 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: =?iso-8859-1?Q?Pierre=2DFran=E7ois?= LAURAND Cc: freebsd-ports@FreeBSD.ORG Subject: Re: cvsup updater failed in /usr/ports/www/jakarta-tomcat... References: <003101c0e495$2d7fbca0$6601a8c0@awax> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Pierre-François LAURAND wrote: > > Hi, > As I was cvsup'ing ports src, I had a mistake when cvsup coming on > www/jakarta-tomcat... When you have problems like this please check the mail archives first before posting. This topic is covered at _great_ length. Thanks, Doug -- I need someone really bad. Are you really bad? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 24 17:11:29 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1D9CC37B43F; Thu, 24 May 2001 17:11:27 -0700 (PDT) (envelope-from okazaki@FreeBSD.org) Received: (from okazaki@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4P0BRX05382; Thu, 24 May 2001 17:11:27 -0700 (PDT) (envelope-from okazaki) Date: Thu, 24 May 2001 17:11:27 -0700 (PDT) From: Message-Id: <200105250011.f4P0BRX05382@freefall.freebsd.org> To: okazaki@FreeBSD.org, freebsd-ports@FreeBSD.org, dougb@FreeBSD.org Subject: Re: ports/27626: Add GLE to XScreenSaver Port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Add GLE to XScreenSaver Port Responsible-Changed-From-To: freebsd-ports->dougb Responsible-Changed-By: okazaki Responsible-Changed-When: Thu May 24 17:10:11 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27626 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 24 19: 2:30 2001 Delivered-To: freebsd-ports@freebsd.org Received: from always.tellme.com (always.tellme.com [209.157.156.44]) by hub.freebsd.org (Postfix) with ESMTP id DDC8B37B422; Thu, 24 May 2001 19:02:26 -0700 (PDT) (envelope-from dannyman@tellme.com) Received: by always.tellme.com (Postfix, from userid 501) id 89DD722E02; Thu, 24 May 2001 19:02:26 -0700 (PDT) Date: Thu, 24 May 2001 19:02:26 -0700 From: Danny Howard To: scrappy@FreeBSD.org Cc: ports@freebsd.org Subject: p5-Net-LDAP -> p5-perl-ldap -> /dev/null ??! Message-ID: <20010524190226.A72099@tellme.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Loop: djhoward@uiuc.edu Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org So, I went to install the Mozilla "PerlDAP" module, which I used to install from p5-perl-ldap, and find it installs for me Net::LDAP instead. Okay ... And the aptly-named p5-Net-LDAP module that used to install Net::LDAP for me no longer exists. It has been moved to p5-perl-ldap?! No. This makes no sense. Please make things seem more sane. I would suggest: Net::LDAP -> p5-Net-LDAP (move the wrongly named p5-perl-ldap to p5-Net-LDAP and you should do fine.) Mozilla::LDAP -> p5-Mozilla-LDAP or p5-perldap (Perldap used to be in ports at p5-perl-ldap, and can be found at http://www.mozilla.org/directory/perldap.html .) If you need a maintainer for LDAP stuff I am happy to volunteer. Just let me know. Thanks, -danny To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 24 19:50:14 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 82CB037B42C for ; Thu, 24 May 2001 19:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4P2o1122273; Thu, 24 May 2001 19:50:01 -0700 (PDT) (envelope-from gnats) Received: from shumai.marcuscom.com (rdu26-228-058.nc.rr.com [66.26.228.58]) by hub.freebsd.org (Postfix) with ESMTP id 5D4C437B422 for ; Thu, 24 May 2001 19:49:28 -0700 (PDT) (envelope-from marcus@shumai.marcuscom.com) Received: (from marcus@localhost) by shumai.marcuscom.com (8.11.3/8.11.3) id f4P2nbN08568; Thu, 24 May 2001 22:49:37 -0400 (EDT) (envelope-from marcus) Message-Id: <200105250249.f4P2nbN08568@shumai.marcuscom.com> Date: Thu, 24 May 2001 22:49:37 -0400 (EDT) From: marcus@marcuscom.com Reply-To: marcus@marcuscom.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27631: New port: confregdecode-1.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27631 >Category: ports >Synopsis: New port: confregdecode-1.0 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu May 24 19:50:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Joe Marcus Clarke >Release: FreeBSD 4.3-RELEASE i386 >Organization: MarcusCom >Environment: System: FreeBSD shumai.marcuscom.com 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Sun May 6 01:46:59 EDT 2001 root@shumai.marcuscom.com:/usr/src/sys/compile/SHUMAI i386 >Description: This is a port of the Cisco Systems IOS(tm) configuration register decoder/encoder to FreeBSD. It is distributed in both Java applet and application form. >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: # # confregdecode # confregdecode/files # confregdecode/files/patch-ab # confregdecode/files/confregdecode # confregdecode/Makefile # confregdecode/distinfo # confregdecode/pkg-comment # confregdecode/pkg-descr # confregdecode/pkg-plist # echo c - confregdecode mkdir -p confregdecode > /dev/null 2>&1 echo c - confregdecode/files mkdir -p confregdecode/files > /dev/null 2>&1 echo x - confregdecode/files/patch-ab sed 's/^X//' >confregdecode/files/patch-ab << 'END-of-confregdecode/files/patch-ab' X--- Makefile.orig Thu May 24 22:06:27 2001 X+++ Makefile Thu May 24 22:06:42 2001 X@@ -12,8 +12,8 @@ X $(JAVAC) $(JAVAC_FLAGS) com/marcuscom/confregdecode/ConfregDecode.java X X jar: all X- jar -cvf cd.jar com/marcuscom/confregdecode/*.class X+ jar -cvf confregdecode.jar com/marcuscom/confregdecode/*.class X X clean: X $(RM) -f com/marcuscom/confregdecode/*.class X- $(RM) -f cd.jar X+ $(RM) -f cconfregdecode.jar END-of-confregdecode/files/patch-ab echo x - confregdecode/files/confregdecode sed 's/^X//' >confregdecode/files/confregdecode << 'END-of-confregdecode/files/confregdecode' X#!/bin/sh X X# X# Copyright (c)2000-2001 by MarcusCom, Inc. All rights reserved. X# $Id: confregdecode.sh,v 1.3 2001/05/24 20:22:44 jmarcus Exp $ X# X X# Change this to your path to jre XJRE=%%LOCALBASE%%/bin/javavm X# End changeable things X XCLASSPATH=%%PREFIX%%/share/java/confregdecode.jar:${CLASSPATH} X Xexec ${JRE} -classpath ${CLASSPATH} com.marcuscom.confregdecode.ConfregDecode END-of-confregdecode/files/confregdecode echo x - confregdecode/Makefile sed 's/^X//' >confregdecode/Makefile << 'END-of-confregdecode/Makefile' X# New ports collection makefile for: The cisco Systems IOS(tm) config register decoder X# Date created: 24 May 2001 X# Whom: Joe Clarke X# X# $FreeBSD$ X# X XPORTNAME= confregdecode XPORTVERSION= 1.0 XCATEGORIES= net java XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= cosi-nms XDISTNAME= confregdecode-src-${PORTVERSION} X XMAINTAINER= marcus@marcuscom.com X XBUILD_DEPENDS= ${LOCALBASE}/jdk1.1.8/bin/javac:${PORTSDIR}/java/jdk XRUN_DEPENDS= ${LOCALBASE}/jdk1.1.8/bin/java:${PORTSDIR}/java/jdk \ X ${LOCALBASE}/bin/javavm:${PORTSDIR}/java/javavmwrapper X XALL_TARGET= jar X Xdo-install: X @${MKDIR} ${PREFIX}/share/java X @${INSTALL_DATA} ${WRKSRC}/confregdecode.jar ${LOCALBASE}/share/java X @${SED} \ X -e s,%%PREFIX%%,${PREFIX}, \ X -e s,%%LOCALBASE%%,${LOCALBASE}, \ X < ${FILESDIR}/confregdecode > ${PREFIX}/bin/confregdecode; \ X ${CHMOD} a+x ${PREFIX}/bin/confregdecode X Xpost-install: X @${MKDIR} ${PREFIX}/share/doc/confregdecode X @${INSTALL_DATA} ${WRKSRC}/README.txt ${LOCALBASE}/share/doc/confregdecode X @${INSTALL_DATA} ${WRKSRC}/ConfregDecode.html ${LOCALBASE}/share/doc/confregdecode X X.include END-of-confregdecode/Makefile echo x - confregdecode/distinfo sed 's/^X//' >confregdecode/distinfo << 'END-of-confregdecode/distinfo' XMD5 (confregdecode-src-1.0.tar.gz) = 3bd8ec11e298f42b2ae0f672940cf5d6 END-of-confregdecode/distinfo echo x - confregdecode/pkg-comment sed 's/^X//' >confregdecode/pkg-comment << 'END-of-confregdecode/pkg-comment' XCisco Systems IOS(tm) configuration register decoder END-of-confregdecode/pkg-comment echo x - confregdecode/pkg-descr sed 's/^X//' >confregdecode/pkg-descr << 'END-of-confregdecode/pkg-descr' XThis is a Java applet and application that can encode and decode a Cisco Xrouter's configuration register. X XIt also shows some valuable notes for each router family that can help Xwith disaster recovery. X XIt is being released as part of the Cisco-centric Open Source Initiative. X XWWW: http://cosi-nms.sourceforge.net END-of-confregdecode/pkg-descr echo x - confregdecode/pkg-plist sed 's/^X//' >confregdecode/pkg-plist << 'END-of-confregdecode/pkg-plist' Xbin/confregdecode Xshare/java/confregdecode.jar Xshare/doc/confregdecode/README.txt Xshare/doc/confregdecode/ConfregDecode.html X@dirrm share/doc/confregdecode X@unexec rmdir %D/share/java || true END-of-confregdecode/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 24 21:10:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8E9B437B424 for ; Thu, 24 May 2001 21:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4P4A3a34045; Thu, 24 May 2001 21:10:03 -0700 (PDT) (envelope-from gnats) Date: Thu, 24 May 2001 21:10:03 -0700 (PDT) Message-Id: <200105250410.f4P4A3a34045@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Masahide -mac- NODA Subject: Re: ports/27488: windowmaker-i18n update to 0.65.0 Reply-To: Masahide -mac- NODA Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/27488; it has been noted by GNATS. From: Masahide -mac- NODA To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: Subject: Re: ports/27488: windowmaker-i18n update to 0.65.0 Date: Fri, 25 May 2001 13:01:50 +0900 (JST) Sorry, I forgot one file. Please put this file in files/patch-wsetfont. --- util/wsetfont.orig Fri May 18 22:09:24 2001 +++ util/wsetfont Fri May 18 22:09:40 2001 @@ -77,7 +77,7 @@ "--auto") auto="YES";; *) - if echo $i |grep "^--locale=" &>/dev/null; then + if echo $i |grep "^--locale=" >/dev/null 2>&1; then new_locale=$(echo $i |sed -e "s|--locale=||" -) elif [ -z $family ]; then family=$i @@ -115,7 +115,7 @@ for i in $DomainNames; do tmp="Domain$i" - AllKeys="$AllKeys ${!tmp}" + AllKeys="$AllKeys `eval echo '${'$tmp'}'`" done # @@ -212,8 +212,8 @@ family="default" else for i in $all_codings; do - for j in ${!i}; do - if [ "$j" == "${locale%_*}" ]; then + for j in `eval echo '${'$i'}'`; do + if [ "$j" = "${locale%_*}" ]; then family="$i" break 2 fi @@ -227,7 +227,7 @@ # is_supported="" for i in $Supported; do - if test "$family" == "$i"; then + if test "$family" = "$i"; then is_supported="YES" break fi @@ -245,7 +245,7 @@ # is_nodef_unable="" for i in $NodefUnable; do - if test "$family" == "$i"; then + if test "$family" = "$i"; then if test -n "$nodef"; then # --nodef with one from $NodefUnable echo -e "\n"\ "Sorry, --nodef argument is not allowed for these font codings:\n"\ @@ -268,22 +268,22 @@ for i in $AllKeys; do if test -n "$is_nodef_unable"; then # japanese,... defaults tmp="$family$i" - eval $i=${!tmp} + eval $i=`eval echo '${'$tmp'}'` else # rest, load defaults not_font="" for j in $NotFont; do - if test "$i" == "$j"; then + if test "$i" = "$j"; then not_font="YES" break fi done if test -n "$not_font"; then # don't append coding (not default!) tmp="${family}$i" - eval $i="${!tmp}" + eval $i="`eval echo '${'$tmp'}'`" else # append coding tmp="Default$i" tmp1="${family}Coding" - eval $i="${!tmp}${!tmp1}" + eval $i="`eval echo '${'$tmp'}${'$tmp1'}'`" fi fi done @@ -305,36 +305,38 @@ echo echo "Setting up $i domain file..." tmp="Domain$i" - for j in ${!tmp}; do + for j in `eval echo '${'$tmp'}'`; do if test -n "$nodef"; then # --nodef, change coding only not_font="" for k in $NotFont; do - if test "$k" == "$j"; then + if test "$k" = "$j"; then not_font="YES" break; fi done if test -n "$not_font"; then # don't append coding tmp1="${family}$j" - eval $j=${!tmp1} + eval $j=`eval echo '${'$tmp1'}'` else # append coding #TODO:make this funny sed script a lot smarter to let us make changes in font # lists, etc... (then we can enable --nodef for NodefUnable codings) #TODO:better (or at least any) check, whether wmaker is installed... - tmp1="${family}Coding" - eval $j=$($WDREAD $i $j | sed -e "s/\(^-.*-\).*-.*$/\1${!tmp1}/g") - if test -z "${!j}"; then # failed, load default + tmp1="`eval echo '${'${family}Coding'}'`" + eval $j=`$WDREAD $i $j | sed -e "s/\(^-.*-\).*-.*$/\1${tmp1}/g"` + if test -z "`eval echo '${'$j'}'`"; then # failed, load default tmp2="Default$j" - eval $j=${!tmp2} + eval $j=`eval echo '${'$tmp2'}'` fi fi fi - tmp1="$j=\"${!j}\"" # cosmetic length workaround - if (( ${#tmp1} > 80 )); then - tmp1=$(echo "${tmp1:0:76}...\"") + tmp1="$j=\"`eval echo '${'$j'}'`\"" # cosmetic length workaround + echo '<<<<' + if [ ${#tmp1} -lt 80 ]; then + tmp1=`echo $tmp1 | sed -e 's/^\(.\{1,76\}\).*/\1/'` fi + echo '>>>>' echo "$tmp1" - $WDWRITE $i $j \"${!j}\" + $WDWRITE $i $j \"`eval echo '${'$j'}'`\" done done echo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 24 22:20: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3588E37B422 for ; Thu, 24 May 2001 22:20:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4P5K4L49168; Thu, 24 May 2001 22:20:04 -0700 (PDT) (envelope-from gnats) Date: Thu, 24 May 2001 22:20:04 -0700 (PDT) Message-Id: <200105250520.f4P5K4L49168@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "David W. Chapman Jr." Subject: Re: ports/27421: UPDATE databases/mysql323-server Reply-To: "David W. Chapman Jr." Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/27421; it has been noted by GNATS. From: "David W. Chapman Jr." To: , "David W Chapman Jr." Cc: Subject: Re: ports/27421: UPDATE databases/mysql323-server Date: Fri, 25 May 2001 00:14:07 -0500 oops, I thought it was working apparently its -f instead of -x on the if statement. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu May 24 22:20:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F1D9A37B424 for ; Thu, 24 May 2001 22:20:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4P5K5P49203; Thu, 24 May 2001 22:20:05 -0700 (PDT) (envelope-from gnats) Date: Thu, 24 May 2001 22:20:05 -0700 (PDT) Message-Id: <200105250520.f4P5K5P49203@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "David W. Chapman Jr." Subject: Re: ports/27421: UPDATE databases/mysql323-server Reply-To: "David W. Chapman Jr." Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/27421; it has been noted by GNATS. From: "David W. Chapman Jr." To: , "David W Chapman Jr." Cc: Subject: Re: ports/27421: UPDATE databases/mysql323-server Date: Fri, 25 May 2001 00:17:16 -0500 After thinking it through, it should go in the start part of the case statement. Killing mysqld should delete the mysql.sock so if it doesn't kill mysqld it won't delete mysql.sock. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 25 0:15:48 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ED81037B424; Fri, 25 May 2001 00:15:46 -0700 (PDT) (envelope-from dougb@FreeBSD.org) Received: (from dougb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4P7FkU63397; Fri, 25 May 2001 00:15:46 -0700 (PDT) (envelope-from dougb) Date: Fri, 25 May 2001 00:15:46 -0700 (PDT) From: Message-Id: <200105250715.f4P7FkU63397@freefall.freebsd.org> To: rsimmons@wumpus.wlcg.com, dougb@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27624: Windowmaker won't change workspaces until cvsup window is shaded Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Windowmaker won't change workspaces until cvsup window is shaded State-Changed-From-To: open->closed State-Changed-By: dougb State-Changed-When: Fri May 25 00:12:25 PDT 2001 State-Changed-Why: First off, please wrap your lines at about 75 columns. Your PR was very hard to read. Second, I have used windowmaker and cvsup for well over a year and never had this problem, and I just tested it to be sure. Try updating to windowmaker 0.65 (now in the ports) and if that doesn't work, try removing your $HOME/GNUstep directory and do a clean install using wmaker.inst. It's possible that your settings are hosed. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27624 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 25 1:10: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9A99437B424 for ; Fri, 25 May 2001 01:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4P8A2C70983; Fri, 25 May 2001 01:10:02 -0700 (PDT) (envelope-from gnats) Received: from miranda.mbl.uib.no (miranda.mbl.uib.no [129.177.70.211]) by hub.freebsd.org (Postfix) with ESMTP id 361FC37B422 for ; Fri, 25 May 2001 01:00:43 -0700 (PDT) (envelope-from karin@miranda.mbl.uib.no) Received: (from karin@localhost) by miranda.mbl.uib.no (8.11.1/8.11.1) id f4P7xVm04495; Fri, 25 May 2001 09:59:31 +0200 (CEST) (envelope-from karin) Message-Id: <200105250759.f4P7xVm04495@miranda.mbl.uib.no> Date: Fri, 25 May 2001 09:59:31 +0200 (CEST) From: karin@ii.uib.no Reply-To: karin@ii.uib.no To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/27632: SNNSv4.2 bug + how to fix Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27632 >Category: ports >Synopsis: SNNSv4.2 port has known and fixable bug >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri May 25 01:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Karin Lagesen >Release: FreeBSD 4.2-RELEASE i386 >Organization: University of Bergen, Oslo >Environment: karin@miranda ~% uname -a FreeBSD miranda.mbl.uib.no 4.2-RELEASE FreeBSD 4.2-RELEASE #3: Wed Mar 14 18:43:08 CET 2001 karin@miranda.mbl.uib.no:/usr/src/sys/compile/MIRANDA i386 karin@miranda ~% pkg_info |grep snns snns-4.2 Fully featured neural network simulator karin@miranda ~% >Description: The neural network simulator SNNSv4.2 in the ports collection has shown a bug that the makers of SNNSv4.2 has published a fix for. >How-To-Repeat: The problem appears during the loading of network files in the FILES menu. If a network file (*.net) has a config file (*cfg) with the same name, the program will try to load it. This error will then appear: Read error in configuration file line 69 ! The cfg file is also not being read. >Fix: The people who make SNNS has this error listed and a fix for it on their bug fix page: http://www-ra.informatik.uni-tuebingen.de/SNNS/bugfix.html I have not had a chance to use the program too much yet, so I cannot say whether the port suffers from any of the other bugs specified on the bugs page. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 25 1:49: 4 2001 Delivered-To: freebsd-ports@freebsd.org Received: from lists01.iafrica.com (lists01.iafrica.com [196.7.0.141]) by hub.freebsd.org (Postfix) with ESMTP id E354337B423; Fri, 25 May 2001 01:48:58 -0700 (PDT) (envelope-from sheldonh@uunet.co.za) Received: from nwl.fw.uunet.co.za ([196.31.2.162]) by lists01.iafrica.com with esmtp (Exim 3.12 #2) id 153DHE-0001v8-00; Fri, 25 May 2001 10:48:56 +0200 Received: (from nobody@localhost) by nwl.fw.uunet.co.za (8.8.8/8.6.9) id KAA02550; Fri, 25 May 2001 10:48:54 +0200 (SAST) Received: by nwl.fw.uunet.co.za via recvmail id 2361; Fri May 25 10:48:30 2001 Received: from sheldonh (helo=axl.fw.uunet.co.za) by axl.fw.uunet.co.za with local-esmtp (Exim 3.22 #1) id 153DGo-000Klz-00; Fri, 25 May 2001 10:48:30 +0200 To: Dirk Froemberg Cc: ports@freebsd.org Subject: Re: cvs commit: ports/www/mod_php3 Makefile pkg-plist ports/www/mod_php4 Makefile pkg-plist In-reply-to: Your message of "Thu, 24 May 2001 14:41:49 MST." <200105242141.f4OLfnE70442@freefall.freebsd.org> Date: Fri, 25 May 2001 10:48:30 +0200 Message-ID: <79854.990780510@axl.fw.uunet.co.za> From: Sheldon Hearn Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, 24 May 2001 14:41:49 MST, Dirk Froemberg wrote: > dirk 2001/05/24 14:41:49 PDT > > Modified files: > www/mod_php3 Makefile pkg-plist > www/mod_php4 Makefile pkg-plist > Log: > Don't restart apache, i. e. don't start if not running. > It seems to cause problems for some users. I think it's a very good idea for ports to never ever start the software they install. The reason is simple. Often, people will install from ports or packages before they've read the documentation. They expect to get the documentation along with the port or package, and indeed they do. However, starting the software before they've had a chance to read the documentation and make any local changes to configuration files etc. could end up causing trouble. The mail/exim port is a good example of the paradigm I like. It installs an exim.sh into etc/rc.d/ but it only installs a configure.sample file. The Exim software will fail to start until the operator copies (and possibly edits) configure.sample to its correct (and documented) name, configure. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 25 3:16:40 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3AA0537B422; Fri, 25 May 2001 03:16:39 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4PAGZD89457; Fri, 25 May 2001 03:16:35 -0700 (PDT) (envelope-from kris) Date: Fri, 25 May 2001 03:16:35 -0700 (PDT) From: Message-Id: <200105251016.f4PAGZD89457@freefall.freebsd.org> To: maurice@planetoid.serc.rmit.edu.au, kris@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/18911: New port - plptools Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New port - plptools State-Changed-From-To: analyzed->closed State-Changed-By: kris State-Changed-When: Fri May 25 03:16:25 PDT 2001 State-Changed-Why: Port fails to compile http://www.FreeBSD.org/cgi/query-pr.cgi?pr=18911 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 25 3:19:18 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4E3E437B422; Fri, 25 May 2001 03:19:17 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4PAJG789806; Fri, 25 May 2001 03:19:16 -0700 (PDT) (envelope-from kris) Date: Fri, 25 May 2001 03:19:16 -0700 (PDT) From: Message-Id: <200105251019.f4PAJG789806@freefall.freebsd.org> To: leifn@neland.dk, kris@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/22878: piewm doesn't build Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: piewm doesn't build State-Changed-From-To: feedback->closed State-Changed-By: kris State-Changed-When: Fri May 25 03:18:09 PDT 2001 State-Changed-Why: The port does seem to build fine under FreeBSD; please use the package if you still have problems. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=22878 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 25 3:20: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C3EF037B423 for ; Fri, 25 May 2001 03:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4PAK1D89917; Fri, 25 May 2001 03:20:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D16B137B42C for ; Fri, 25 May 2001 03:12:36 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4PACaQ88765; Fri, 25 May 2001 03:12:36 -0700 (PDT) (envelope-from nobody) Message-Id: <200105251012.f4PACaQ88765@freefall.freebsd.org> Date: Fri, 25 May 2001 03:12:36 -0700 (PDT) From: ats@first.gmd.de To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/27634: ports/chinese/dia misses a new checksum in the distinfo file Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27634 >Category: ports >Synopsis: ports/chinese/dia misses a new checksum in the distinfo file >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri May 25 03:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Andreas Schulz >Release: 4.3-RELEASE >Organization: GMD-FIRST >Environment: FreeBSD freebsd.first.gmd.de 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Thu May 3 20:2 8:30 CEST 2001 root@freebsd.first.gmd.de:/usr/src/sys/compile/FREEBSD i386 >Description: ports/chinese/dia has been updated to a newer version from 0.86 to 0.88. But the distinfo file and the checksum has been forgotten :-). >How-To-Repeat: Try a make checksum. >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 25 3:21:21 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C2F2337B42C; Fri, 25 May 2001 03:21:19 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4PALJb90161; Fri, 25 May 2001 03:21:19 -0700 (PDT) (envelope-from kris) Date: Fri, 25 May 2001 03:21:19 -0700 (PDT) From: Message-Id: <200105251021.f4PALJb90161@freefall.freebsd.org> To: dglo@ssec.wisc.edu, kris@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/22706: Update driver Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update driver State-Changed-From-To: feedback->closed State-Changed-By: kris State-Changed-When: Fri May 25 03:20:57 PDT 2001 State-Changed-Why: Timeout waiting for feedback http://www.FreeBSD.org/cgi/query-pr.cgi?pr=22706 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 25 3:25: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B977337B423; Fri, 25 May 2001 03:25:06 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4PAP6g90757; Fri, 25 May 2001 03:25:06 -0700 (PDT) (envelope-from ijliao) Date: Fri, 25 May 2001 03:25:06 -0700 (PDT) From: Message-Id: <200105251025.f4PAP6g90757@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, keith@FreeBSD.org Subject: Re: ports/27634: ports/chinese/dia misses a new checksum in the distinfo file Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: ports/chinese/dia misses a new checksum in the distinfo file Responsible-Changed-From-To: freebsd-ports->keith Responsible-Changed-By: ijliao Responsible-Changed-When: Fri May 25 03:24:34 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27634 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 25 4:40: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 40C8137B423 for ; Fri, 25 May 2001 04:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4PBe2F05562; Fri, 25 May 2001 04:40:02 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5098A37B422 for ; Fri, 25 May 2001 04:39:25 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4PBdP705515; Fri, 25 May 2001 04:39:25 -0700 (PDT) (envelope-from nobody) Message-Id: <200105251139.f4PBdP705515@freefall.freebsd.org> Date: Fri, 25 May 2001 04:39:25 -0700 (PDT) From: scorpio@drkshdw.org To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/27635: update to linux-realplayer Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27635 >Category: ports >Synopsis: update to linux-realplayer >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri May 25 04:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Jeff Palmer >Release: 3.5-STABLE >Organization: >Environment: FreeBSD cx151504-c.sthngtn1.ct.home.com 3.5-STABLE FreeBSD 3.5-STABLE #0: Fri May 25 05:11:34 EDT 2001 root@cx151504-c.sthngtn1.ct.home.com:/usr/src/sys/compile/Glacier i386 >Description: update to linux-realplayer change from -cs1 to -cs2 >How-To-Repeat: >Fix: diff -urN linux-realplayer/Makefile linux-realplayer.old/Makefile --- linux-realplayer/Makefile Fri May 25 07:15:47 2001 +++ linux-realplayer.old/Makefile Tue Mar 20 15:27:57 2001 @@ -6,7 +6,7 @@ # PORTNAME= linux-realplayer -PORTVERSION= 8.cs2 +PORTVERSION= 8.cs1 CATEGORIES= audio graphics linux MASTER_SITES= # fetch manually DISTNAME= rp${PORTVERSION:R}_linux20_libc6_i386_${PORTVERSION:E} diff -urN linux-realplayer/distinfo linux-realplayer.old/distinfo --- linux-realplayer/distinfo Fri May 25 07:16:39 2001 +++ linux-realplayer.old/distinfo Tue Jan 2 14:00:52 2001 @@ -1 +1 @@ -MD5 (rp8_linux20_libc6_i386_cs2_rpm) = 525f6f050d076148e9e02769f2055d53 +MD5 (rp8_linux20_libc6_i386_cs1_rpm) = a6503993cc1f5d38f2bd135f6fffcf8c >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 25 6:41:18 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 081EA37B423 for ; Fri, 25 May 2001 06:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4PDe0E34349; Fri, 25 May 2001 06:40:00 -0700 (PDT) (envelope-from gnats) Received: from heinz.jollem.com (c104187.upc-c.chello.nl [212.187.104.187]) by hub.freebsd.org (Postfix) with ESMTP id BF23437B422; Fri, 25 May 2001 06:35:54 -0700 (PDT) (envelope-from ernst@heinz.jollem.com) Received: (from ernst@localhost) by heinz.jollem.com (8.11.3/8.11.3) id f4PDY8P16161; Fri, 25 May 2001 15:34:08 +0200 (CEST) (envelope-from ernst) Message-Id: <200105251334.f4PDY8P16161@heinz.jollem.com> Date: Fri, 25 May 2001 15:34:08 +0200 (CEST) From: ernst@jollem.com Reply-To: ernst@heinz.jollem.com To: FreeBSD-gnats-submit@freebsd.org Cc: java@freebsd.org, kevlo@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27638: Update port: java/linux-jdk13 (1.3.0_02 to 1.3.1) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27638 >Category: ports >Synopsis: Update port: java/linux-jdk13 (1.3.0_02 to 1.3.1) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri May 25 06:40:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Ernst de Haan >Release: FreeBSD 4.3-RELEASE i386 >Organization: Jollem Information Technology >Environment: System: FreeBSD heinz.jollem.com 4.3-RELEASE FreeBSD 4.3-RELEASE #5: Mon May 14 16:08:56 CEST 2001 root@heinz.jollem.com:/usr/src/sys/compile/HEINZ i386 >Description: Current version of SUN JDK for Linux is 1.3.1, version in ports is 1.3.0_02. >How-To-Repeat: N/A >Fix: The following diff will update the port to 1.3.1. I migrated the patches too, and introduced a few improvements in the Makefile and pkg-plist file. See below. I did some initial testing (with Ant and with a pretty large Swing app) and it seems both `normal' and Swing programs function properly. I did notice one problem, it seems PrintWriter does not auto-flush, although it is instructed to. diff -ruN --exclude=CVS /usr/ports/java/linux-jdk13/Makefile /home/ernst/freebsd-ports/java/linux-jdk13/Makefile --- /usr/ports/java/linux-jdk13/Makefile Wed Apr 11 08:47:08 2001 +++ /home/ernst/freebsd-ports/java/linux-jdk13/Makefile Fri May 25 15:16:27 2001 @@ -10,14 +10,11 @@ CATEGORIES= java devel MASTER_SITES= # PKGNAMEPREFIX= linux- -DISTFILES= j2sdk-1_3_0_02-linux.bin +DISTFILES= j2sdk-1_3_1-linux-i386.bin MAINTAINER= kevlo@FreeBSD.org -RUN_DEPENDS= ${LINUXBASE}/lib/libc.so.6:${PORTSDIR}/emulators/linux_base \ - javavm:${PORTSDIR}/java/javavmwrapper - -JDK_VERSION= 1.3.0 +RUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper NO_CDROM= "License doesn\'t allow distribution with fee" RESTRICTED= "Redistribution of repackaged binaries not permitted" @@ -26,20 +23,24 @@ IGNORE= "You can not legally distribute binaries" .endif -ONLY_FOR_ARCHS= i386 EXTRACT_CMD= # empty EXTRACT_BEFORE_ARGS= # empty EXTRACT_AFTER_ARGS= #empty -WRKSRC= ${WRKDIR}/jdk1.3.0_02 +WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION} +PLIST_SUB+= TARGET_PREFIX=${TARGET_PREFIX:S/^${PREFIX}\///} NO_BUILD= yes +USE_LINUX= yes +JDK_VERSION= 1.3.1 +ONLY_FOR_ARCHS= i386 +TARGET_PREFIX?= ${PREFIX}/${PKGBASE}${PORTVERSION} .include .for file in ${DISTFILES} .if !exists(${DISTDIR}/${file}) -IGNORE=You must manually fetch the Java SDK 1.3.0 for Linux archive (j2sdk-1_3_0_02-linux.bin) from http://java.sun.com/j2se/1.3/download-linux.html, place it in ${DISTDIR} and then run make again. +IGNORE=You must manually fetch the Java 2 Development Kit ${JDK_VERSION} for Linux archive (${DISTFILES}) from http://java.sun.com/j2se/1.3/download-linux.html, place it in ${DISTDIR} and then run make again. .endif .endfor diff -ruN --exclude=CVS /usr/ports/java/linux-jdk13/distinfo /home/ernst/freebsd-ports/java/linux-jdk13/distinfo --- /usr/ports/java/linux-jdk13/distinfo Mon Mar 5 04:03:37 2001 +++ /home/ernst/freebsd-ports/java/linux-jdk13/distinfo Fri May 25 14:39:25 2001 @@ -1 +1 @@ -MD5 (j2sdk-1_3_0_02-linux.bin) = 76acfd9fd2c6a237db8234bb1237fd25 +MD5 (j2sdk-1_3_1-linux-i386.bin) = c76ea483213796e2a12109dff6b73e3a diff -ruN --exclude=CVS /usr/ports/java/linux-jdk13/files/patch-aa /home/ernst/freebsd-ports/java/linux-jdk13/files/patch-aa --- /usr/ports/java/linux-jdk13/files/patch-aa Thu Dec 7 04:29:32 2000 +++ /home/ernst/freebsd-ports/java/linux-jdk13/files/patch-aa Fri May 25 14:44:13 2001 @@ -1,13 +1,13 @@ ---- bin/.java_wrapper.orig Tue Dec 5 15:01:50 2000 -+++ bin/.java_wrapper Tue Dec 5 15:02:20 2000 -@@ -31,8 +31,8 @@ +--- bin/.java_wrapper.orig Fri May 25 14:39:58 2001 ++++ bin/.java_wrapper Fri May 25 14:42:25 2001 +@@ -34,8 +34,8 @@ # Resolve symlinks. See 4152645. while [ -L "$PRG" ]; do - ls=`/bin/ls -ld "$PRG"` -- link=`/usr/bin/expr "$ls" : '.*-> \(.*\)$'` -- if /usr/bin/expr "$link" : '/' > /dev/null; then + ls=`ls -ld "$PRG"` +- link=`expr "$ls" : '.*-> \(.*\)$'` +- if expr "$link" : '/' > /dev/null; then + link=`/compat/linux/usr/bin/expr "$ls" : '.*-> \(.*\)$'` + if /compat/linux/usr/bin/expr "$link" : '/' > /dev/null; then PRG="$link" else - PRG="`/usr/bin/dirname $PRG`/$link" + PRG="`dirname $PRG`/$link" diff -ruN --exclude=CVS /usr/ports/java/linux-jdk13/files/patch-ab /home/ernst/freebsd-ports/java/linux-jdk13/files/patch-ab --- /usr/ports/java/linux-jdk13/files/patch-ab Thu Dec 7 04:29:32 2000 +++ /home/ernst/freebsd-ports/java/linux-jdk13/files/patch-ab Fri May 25 14:47:26 2001 @@ -1,13 +1,13 @@ ---- jre/bin/.java_wrapper.orig Tue Dec 5 15:25:11 2000 -+++ jre/bin/.java_wrapper Tue Dec 5 15:25:29 2000 -@@ -31,8 +31,8 @@ +--- jre/bin/.java_wrapper.orig Fri May 25 14:39:58 2001 ++++ jre/bin/.java_wrapper Fri May 25 14:42:25 2001 +@@ -34,8 +34,8 @@ # Resolve symlinks. See 4152645. while [ -L "$PRG" ]; do - ls=`/bin/ls -ld "$PRG"` -- link=`/usr/bin/expr "$ls" : '.*-> \(.*\)$'` -- if /usr/bin/expr "$link" : '/' > /dev/null; then + ls=`ls -ld "$PRG"` +- link=`expr "$ls" : '.*-> \(.*\)$'` +- if expr "$link" : '/' > /dev/null; then + link=`/compat/linux/usr/bin/expr "$ls" : '.*-> \(.*\)$'` + if /compat/linux/usr/bin/expr "$link" : '/' > /dev/null; then PRG="$link" else - PRG="`/usr/bin/dirname $PRG`/$link" + PRG="`dirname $PRG`/$link" diff -ruN --exclude=CVS /usr/ports/java/linux-jdk13/files/patch-ac /home/ernst/freebsd-ports/java/linux-jdk13/files/patch-ac --- /usr/ports/java/linux-jdk13/files/patch-ac Tue May 15 04:14:18 2001 +++ /home/ernst/freebsd-ports/java/linux-jdk13/files/patch-ac Fri May 25 15:20:11 2001 @@ -1,152 +1,104 @@ ---- jre/lib/font.properties.orig Sat Jan 27 12:30:43 2001 -+++ jre/lib/font.properties Tue May 15 09:39:02 2001 -@@ -23,25 +23,25 @@ - serif.1=-b&h-lucidabright-medium-r-normal--*-%d-*-*-p-*-iso8859-1 - #replace .1 font line if you have zapf fonts - #serif.1=--zapf dingbats-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific --serif.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific -+#serif.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific +--- jre/lib/font.properties.orig Fri May 25 15:17:02 2001 ++++ jre/lib/font.properties Fri May 25 15:18:50 2001 +@@ -13,79 +13,80 @@ + # + + # +-# Linux version derived from the version for SunOS 5.5.1 Notice that ++# FreeBSD version derived from the Linux version derived from the ++# version for SunOS 5.5.1 Notice that + # we use the .ttf files shipped in the JDK distribution. + # + + # Serif font definition + # + serif.0=-b&h-lucidabright-medium-r-normal--*-%d-*-*-p-*-iso8859-1 +-serif.1=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific ++#serif.1=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific serif.italic.0=-b&h-lucidabright-medium-i-normal--*-%d-*-*-p-*-iso8859-1 - serif.italic.1=-b&h-lucidabright-medium-i-normal--*-%d-*-*-p-*-iso8859-1 - #replace .1 font line if you have zapf fonts - #serif.italic.1=--zapf dingbats-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific --serif.italic.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific -+#serif.italic.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific +-serif.italic.1=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific ++#serif.italic.1=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific serif.bold.0=-b&h-lucidabright-demibold-r-normal--*-%d-*-*-p-*-iso8859-1 - serif.bold.1=-b&h-lucidabright-demibold-r-normal--*-%d-*-*-p-*-iso8859-1 - #replace .1 font line if you have zapf fonts - #serif.bold.1=--zapf dingbats-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific --serif.bold.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific -+#serif.bold.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific +-serif.bold.1=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific ++#serif.bold.1=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific serif.bolditalic.0=-b&h-lucidabright-demibold-i-normal--*-%d-*-*-p-*-iso8859-1 - serif.bolditalic.1=-b&h-lucidabright-demibold-i-normal--*-%d-*-*-p-*-iso8859-1 - #replace .1 font line if you have zapf fonts - #serif.bolditalic.1=--zapf dingbats-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific --serif.bolditalic.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific -+#serif.bolditalic.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific +-serif.bolditalic.1=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific ++#serif.bolditalic.1=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific # SansSerif font definition # -@@ -49,25 +49,25 @@ - sansserif.1=-b&h-lucidasans-medium-r-normal-sans-*-%d-*-*-p-*-iso8859-1 - #replace .1 font line if you have zapf fonts - #sansserif.1=--zapf dingbats-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific --sansserif.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific -+#sansserif.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific + sansserif.0=-b&h-lucidasans-medium-r-normal-sans-*-%d-*-*-p-*-iso8859-1 +-sansserif.1=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific ++#sansserif.1=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific sansserif.italic.0=-b&h-lucidasans-medium-i-normal-sans-*-%d-*-*-p-*-iso8859-1 - sansserif.italic.1=-b&h-lucidasans-medium-i-normal-sans-*-%d-*-*-p-*-iso8859-1 - #replace .1 font line if you have zapf fonts - #sansserif.italic.1=--zapf dingbats-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific --sansserif.italic.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific -+#sansserif.italic.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific +-sansserif.italic.1=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific ++#sansserif.italic.1=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific sansserif.bold.0=-b&h-lucidasans-bold-r-normal-sans-*-%d-*-*-p-*-iso8859-1 - sansserif.bold.1=-b&h-lucidasans-bold-r-normal-sans-*-%d-*-*-p-*-iso8859-1 - #replace .1 font line if you have zapf fonts - #sansserif.bold.1=--zapf dingbats-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific --sansserif.bold.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific -+#sansserif.bold.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific +-sansserif.bold.1=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific ++#sansserif.bold.1=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific sansserif.bolditalic.0=-b&h-lucidasans-bold-i-normal-sans-*-%d-*-*-p-*-iso8859-1 - sansserif.bolditalic.1=-b&h-lucidasans-bold-i-normal-sans-*-%d-*-*-p-*-iso8859-1 - #replace .1 font line if you have zapf fonts - #sansserif.bolditalic.1=--zapf dingbats-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific --sansserif.bolditalic.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific -+#sansserif.bolditalic.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific +-sansserif.bolditalic.1=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific ++#sansserif.bolditalic.1=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific # Monospaced font definition # -@@ -75,25 +75,25 @@ - monospaced.1=-b&h-lucidatypewriter-medium-r-normal-sans-*-%d-*-*-m-*-iso8859-1 - #replace .1 font line if you have zapf fonts - #monospaced.1=--zapf dingbats-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific --monospaced.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific -+#monospaced.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific - - monospaced.italic.0=-b&h-lucidatypewriter-medium-r-normal-sans-*-%d-*-*-m-*-iso8859-1 - monospaced.italic.1=-b&h-lucidatypewriter-medium-r-normal-sans-*-%d-*-*-m-*-iso8859-1 - #replace .1 font line if you have zapf fonts - #monospaced.italic.1=--zapf dingbats-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific --monospaced.italic.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific -+#monospaced.italic.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific + monospaced.0=-b&h-lucidatypewriter-medium-r-normal-sans-*-%d-*-*-m-*-iso8859-1 +-monospaced.1=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific ++#monospaced.1=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific + + monospaced.italic.0=-b&h-lucidatypewriter-medium-i-normal-sans-*-%d-*-*-m-*-iso8859-1 +-monospaced.italic.1=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific ++#monospaced.italic.1=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific monospaced.bold.0=-b&h-lucidatypewriter-bold-r-normal-sans-*-%d-*-*-m-*-iso8859-1 - monospaced.bold.1=-b&h-lucidatypewriter-bold-r-normal-sans-*-%d-*-*-m-*-iso8859-1 - #replace .1 font line if you have zapf fonts - #monospaced.bold.1=--zapf dingbats-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific --monospaced.bold.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific -+#monospaced.bold.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific - - monospaced.bolditalic.0=-b&h-lucidatypewriter-bold-r-normal-sans-*-%d-*-*-m-*-iso8859-1 - monospaced.bolditalic.1=-b&h-lucidatypewriter-bold-r-normal-sans-*-%d-*-*-m-*-iso8859-1 - #replace .1 font line if you have zapf fonts - #monospaced.bolditalic.1=--zapf dingbats-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific --monospaced.bolditalic.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific -+#monospaced.bolditalic.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific +-monospaced.bold.1=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific ++#monospaced.bold.1=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific + + monospaced.bolditalic.0=-b&h-lucidatypewriter-bold-i-normal-sans-*-%d-*-*-m-*-iso8859-1 +-monospaced.bolditalic.1=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific ++#monospaced.bolditalic.1=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific # Dialog font definition # -@@ -101,25 +101,25 @@ - dialog.1=-b&h-lucidasans-medium-r-normal-sans-*-%d-*-*-p-*-iso8859-1 - #replace .1 font line if you have zapf fonts - #dialog.1=--zapf dingbats-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific --dialog.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific -+#dialog.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific + dialog.0=-b&h-lucidasans-medium-r-normal-sans-*-%d-*-*-p-*-iso8859-1 +-dialog.1=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific ++#dialog.1=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific dialog.italic.0=-b&h-lucidasans-medium-i-normal-sans-*-%d-*-*-p-*-iso8859-1 - dialog.italic.1=-b&h-lucidasans-medium-i-normal-sans-*-%d-*-*-p-*-iso8859-1 - #replace .1 font line if you have zapf fonts - #dialog.italic.1=--zapf dingbats-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific --dialog.italic.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific -+#dialog.italic.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific +-dialog.italic.1=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific ++#dialog.italic.1=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific dialog.bold.0=-b&h-lucidasans-bold-r-normal-sans-*-%d-*-*-p-*-iso8859-1 - dialog.bold.1=-b&h-lucidasans-bold-r-normal-sans-*-%d-*-*-p-*-iso8859-1 - #replace .1 font line if you have zapf fonts - #dialog.bold.1=--zapf dingbats-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific --dialog.bold.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific -+#dialog.bold.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific +-dialog.bold.1=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific ++#dialog.bold.1=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific dialog.bolditalic.0=-b&h-lucidasans-bold-i-normal-sans-*-%d-*-*-p-*-iso8859-1 - dialog.bolditalic.1=-b&h-lucidasans-bold-i-normal-sans-*-%d-*-*-p-*-iso8859-1 - #replace .1 font line if you have zapf fonts - #dialog.bolditalic.1=--zapf dingbats-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific --dialog.bolditalic.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific -+#dialog.bolditalic.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific +-dialog.bolditalic.1=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific ++#dialog.bolditalic.1=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific # DialogInput font definition # -@@ -127,25 +127,25 @@ - dialoginput.1=-b&h-lucidatypewriter-medium-r-normal-sans-*-%d-*-*-m-*-iso8859-1 - #replace .1 font line if you have zapf fonts - #dialoginput.1=--zapf dingbats-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific --dialoginput.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific -+#dialoginput.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific - - dialoginput.italic.0=-b&h-lucidatypewriter-medium-r-normal-sans-*-%d-*-*-m-*-iso8859-1 - dialoginput.italic.1=-b&h-lucidatypewriter-medium-r-normal-sans-*-%d-*-*-m-*-iso8859-1 - #replace .1 font line if you have zapf fonts - #dialoginput.italic.1=--zapf dingbats-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific --dialoginput.italic.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific -+#dialoginput.italic.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific + dialoginput.0=-b&h-lucidatypewriter-medium-r-normal-sans-*-%d-*-*-m-*-iso8859-1 +-dialoginput.1=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific ++#dialoginput.1=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific + + dialoginput.italic.0=-b&h-lucidatypewriter-medium-i-normal-sans-*-%d-*-*-m-*-iso8859-1 +-dialoginput.italic.1=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific ++#dialoginput.italic.1=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific dialoginput.bold.0=-b&h-lucidatypewriter-bold-r-normal-sans-*-%d-*-*-m-*-iso8859-1 - dialoginput.bold.1=-b&h-lucidatypewriter-bold-r-normal-sans-*-%d-*-*-m-*-iso8859-1 - #replace .1 font line if you have zapf fonts - #dialoginput.bold.1=--zapf dingbats-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific --dialoginput.bold.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific -+#dialoginput.bold.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific - - dialoginput.bolditalic.0=-b&h-lucidatypewriter-bold-r-normal-sans-*-%d-*-*-m-*-iso8859-1 - dialoginput.bolditalic.1=-b&h-lucidatypewriter-bold-r-normal-sans-*-%d-*-*-m-*-iso8859-1 - #replace .1 font line if you have zapf fonts - #dialoginput.bolditalic.1=--zapf dingbats-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific --dialoginput.bolditalic.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific -+#dialoginput.bolditalic.2=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific +-dialoginput.bold.1=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific ++#dialoginput.bold.1=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific + + dialoginput.bolditalic.0=-b&h-lucidatypewriter-bold-i-normal-sans-*-%d-*-*-m-*-iso8859-1 +-dialoginput.bolditalic.1=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific ++#dialoginput.bolditalic.1=--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific # Default font definition # diff -ruN --exclude=CVS /usr/ports/java/linux-jdk13/pkg-plist /home/ernst/freebsd-ports/java/linux-jdk13/pkg-plist --- /usr/ports/java/linux-jdk13/pkg-plist Mon Mar 5 04:03:37 2001 +++ /home/ernst/freebsd-ports/java/linux-jdk13/pkg-plist Fri May 25 15:13:29 2001 @@ -1,1178 +1,959 @@ -linux-jdk1.3.0/COPYRIGHT -linux-jdk1.3.0/LICENSE -linux-jdk1.3.0/README -linux-jdk1.3.0/README.html -linux-jdk1.3.0/bin/.java_wrapper -linux-jdk1.3.0/bin/ControlPanel -linux-jdk1.3.0/bin/appletviewer -linux-jdk1.3.0/bin/awt_robot -linux-jdk1.3.0/bin/extcheck -linux-jdk1.3.0/bin/i386/green_threads/appletviewer -linux-jdk1.3.0/bin/i386/green_threads/extcheck -linux-jdk1.3.0/bin/i386/green_threads/idlj -linux-jdk1.3.0/bin/i386/green_threads/jar -linux-jdk1.3.0/bin/i386/green_threads/jarsigner -linux-jdk1.3.0/bin/i386/green_threads/java -linux-jdk1.3.0/bin/i386/green_threads/javac -linux-jdk1.3.0/bin/i386/green_threads/javadoc -linux-jdk1.3.0/bin/i386/green_threads/javah -linux-jdk1.3.0/bin/i386/green_threads/javap -linux-jdk1.3.0/bin/i386/green_threads/jdb -linux-jdk1.3.0/bin/i386/green_threads/keytool -linux-jdk1.3.0/bin/i386/green_threads/native2ascii -linux-jdk1.3.0/bin/i386/green_threads/oldjava -linux-jdk1.3.0/bin/i386/green_threads/oldjavac -linux-jdk1.3.0/bin/i386/green_threads/oldjdb -linux-jdk1.3.0/bin/i386/green_threads/policytool -linux-jdk1.3.0/bin/i386/green_threads/rmic -linux-jdk1.3.0/bin/i386/green_threads/rmid -linux-jdk1.3.0/bin/i386/green_threads/rmiregistry -linux-jdk1.3.0/bin/i386/green_threads/serialver -linux-jdk1.3.0/bin/i386/green_threads/tnameserv -linux-jdk1.3.0/bin/i386/native_threads/appletviewer -linux-jdk1.3.0/bin/i386/native_threads/extcheck -linux-jdk1.3.0/bin/i386/native_threads/idlj -linux-jdk1.3.0/bin/i386/native_threads/jar -linux-jdk1.3.0/bin/i386/native_threads/jarsigner -linux-jdk1.3.0/bin/i386/native_threads/java -linux-jdk1.3.0/bin/i386/native_threads/java_vm -linux-jdk1.3.0/bin/i386/native_threads/javac -linux-jdk1.3.0/bin/i386/native_threads/javadoc -linux-jdk1.3.0/bin/i386/native_threads/javah -linux-jdk1.3.0/bin/i386/native_threads/javap -linux-jdk1.3.0/bin/i386/native_threads/jdb -linux-jdk1.3.0/bin/i386/native_threads/keytool -linux-jdk1.3.0/bin/i386/native_threads/native2ascii -linux-jdk1.3.0/bin/i386/native_threads/oldjava -linux-jdk1.3.0/bin/i386/native_threads/oldjavac -linux-jdk1.3.0/bin/i386/native_threads/oldjdb -linux-jdk1.3.0/bin/i386/native_threads/policytool -linux-jdk1.3.0/bin/i386/native_threads/rmic -linux-jdk1.3.0/bin/i386/native_threads/rmid -linux-jdk1.3.0/bin/i386/native_threads/rmiregistry -linux-jdk1.3.0/bin/i386/native_threads/serialver -linux-jdk1.3.0/bin/i386/native_threads/tnameserv -linux-jdk1.3.0/bin/i386/realpath -linux-jdk1.3.0/bin/idlj -linux-jdk1.3.0/bin/jar -linux-jdk1.3.0/bin/jarsigner -linux-jdk1.3.0/bin/java -linux-jdk1.3.0/bin/java-rmi.cgi -linux-jdk1.3.0/bin/javac -linux-jdk1.3.0/bin/javadoc -linux-jdk1.3.0/bin/javah -linux-jdk1.3.0/bin/javap -linux-jdk1.3.0/bin/jdb -linux-jdk1.3.0/bin/keytool -linux-jdk1.3.0/bin/native2ascii -linux-jdk1.3.0/bin/oldjava -linux-jdk1.3.0/bin/oldjavac -linux-jdk1.3.0/bin/oldjdb -linux-jdk1.3.0/bin/policytool -linux-jdk1.3.0/bin/realpath -linux-jdk1.3.0/bin/rmic -linux-jdk1.3.0/bin/rmid -linux-jdk1.3.0/bin/rmiregistry -linux-jdk1.3.0/bin/serialver -linux-jdk1.3.0/bin/tnameserv -linux-jdk1.3.0/demo/applets/Animator/Animation.class -linux-jdk1.3.0/demo/applets/Animator/AnimationFrame.class -linux-jdk1.3.0/demo/applets/Animator/Animator.class -linux-jdk1.3.0/demo/applets/Animator/Animator.java -linux-jdk1.3.0/demo/applets/Animator/DescriptionFrame.class -linux-jdk1.3.0/demo/applets/Animator/ParseException.class -linux-jdk1.3.0/demo/applets/Animator/audio/0.au -linux-jdk1.3.0/demo/applets/Animator/audio/1.au -linux-jdk1.3.0/demo/applets/Animator/audio/2.au -linux-jdk1.3.0/demo/applets/Animator/audio/3.au -linux-jdk1.3.0/demo/applets/Animator/audio/4.au -linux-jdk1.3.0/demo/applets/Animator/audio/5.au -linux-jdk1.3.0/demo/applets/Animator/audio/6.au -linux-jdk1.3.0/demo/applets/Animator/audio/7.au -linux-jdk1.3.0/demo/applets/Animator/audio/8.au -linux-jdk1.3.0/demo/applets/Animator/audio/9.au -linux-jdk1.3.0/demo/applets/Animator/audio/spacemusic.au -linux-jdk1.3.0/demo/applets/Animator/example1.html -linux-jdk1.3.0/demo/applets/Animator/example2.html -linux-jdk1.3.0/demo/applets/Animator/example3.html -linux-jdk1.3.0/demo/applets/Animator/example4.html -linux-jdk1.3.0/demo/applets/Animator/images/Beans/T1.gif -linux-jdk1.3.0/demo/applets/Animator/images/Beans/T10.gif -linux-jdk1.3.0/demo/applets/Animator/images/Beans/T2.gif -linux-jdk1.3.0/demo/applets/Animator/images/Beans/T3.gif -linux-jdk1.3.0/demo/applets/Animator/images/Beans/T4.gif -linux-jdk1.3.0/demo/applets/Animator/images/Beans/T5.gif -linux-jdk1.3.0/demo/applets/Animator/images/Beans/T6.gif -linux-jdk1.3.0/demo/applets/Animator/images/Beans/T7.gif -linux-jdk1.3.0/demo/applets/Animator/images/Beans/T8.gif -linux-jdk1.3.0/demo/applets/Animator/images/Beans/T9.gif -linux-jdk1.3.0/demo/applets/Animator/images/SimpleAnimation/T1.gif -linux-jdk1.3.0/demo/applets/Animator/images/SimpleAnimation/T2.gif -linux-jdk1.3.0/demo/applets/Animator/images/loading-msg.gif -linux-jdk1.3.0/demo/applets/ArcTest/ArcCanvas.class -linux-jdk1.3.0/demo/applets/ArcTest/ArcControls.class -linux-jdk1.3.0/demo/applets/ArcTest/ArcTest.class -linux-jdk1.3.0/demo/applets/ArcTest/ArcTest.java -linux-jdk1.3.0/demo/applets/ArcTest/example1.html -linux-jdk1.3.0/demo/applets/BarChart/Chart.class -linux-jdk1.3.0/demo/applets/BarChart/Chart.java -linux-jdk1.3.0/demo/applets/BarChart/example1.html -linux-jdk1.3.0/demo/applets/Blink/Blink$1.class -linux-jdk1.3.0/demo/applets/Blink/Blink.class -linux-jdk1.3.0/demo/applets/Blink/Blink.java -linux-jdk1.3.0/demo/applets/Blink/example1.html -linux-jdk1.3.0/demo/applets/CardTest/CardPanel.class -linux-jdk1.3.0/demo/applets/CardTest/CardTest.class -linux-jdk1.3.0/demo/applets/CardTest/CardTest.java -linux-jdk1.3.0/demo/applets/CardTest/example1.html -linux-jdk1.3.0/demo/applets/Clock/Clock2.class -linux-jdk1.3.0/demo/applets/Clock/Clock2.java -linux-jdk1.3.0/demo/applets/Clock/example1.html -linux-jdk1.3.0/demo/applets/DitherTest/DitherCanvas.class -linux-jdk1.3.0/demo/applets/DitherTest/DitherControls.class -linux-jdk1.3.0/demo/applets/DitherTest/DitherTest.class -linux-jdk1.3.0/demo/applets/DitherTest/DitherTest.java -linux-jdk1.3.0/demo/applets/DitherTest/example1.html -linux-jdk1.3.0/demo/applets/DrawTest/DrawControls.class -linux-jdk1.3.0/demo/applets/DrawTest/DrawPanel.class -linux-jdk1.3.0/demo/applets/DrawTest/DrawTest.class -linux-jdk1.3.0/demo/applets/DrawTest/DrawTest.java -linux-jdk1.3.0/demo/applets/DrawTest/example1.html -linux-jdk1.3.0/demo/applets/Fractal/CLSFractal.class -linux-jdk1.3.0/demo/applets/Fractal/CLSFractal.java -linux-jdk1.3.0/demo/applets/Fractal/CLSRule.class -linux-jdk1.3.0/demo/applets/Fractal/CLSTurtle.class -linux-jdk1.3.0/demo/applets/Fractal/ContextLSystem.class -linux-jdk1.3.0/demo/applets/Fractal/example1.html -linux-jdk1.3.0/demo/applets/GraphLayout/Edge.class -linux-jdk1.3.0/demo/applets/GraphLayout/Graph.class -linux-jdk1.3.0/demo/applets/GraphLayout/Graph.java -linux-jdk1.3.0/demo/applets/GraphLayout/GraphPanel.class -linux-jdk1.3.0/demo/applets/GraphLayout/Node.class -linux-jdk1.3.0/demo/applets/GraphLayout/audio/computer.au -linux-jdk1.3.0/demo/applets/GraphLayout/audio/drip.au -linux-jdk1.3.0/demo/applets/GraphLayout/audio/gong.au -linux-jdk1.3.0/demo/applets/GraphLayout/example1.html -linux-jdk1.3.0/demo/applets/GraphLayout/example2.html -linux-jdk1.3.0/demo/applets/GraphLayout/example3.html -linux-jdk1.3.0/demo/applets/GraphLayout/example4.html -linux-jdk1.3.0/demo/applets/GraphicsTest/AppletFrame.class -linux-jdk1.3.0/demo/applets/GraphicsTest/AppletFrame.java -linux-jdk1.3.0/demo/applets/GraphicsTest/ArcCard.class -linux-jdk1.3.0/demo/applets/GraphicsTest/ArcDegreePanel.class -linux-jdk1.3.0/demo/applets/GraphicsTest/ArcPanel.class -linux-jdk1.3.0/demo/applets/GraphicsTest/ColorUtils.class -linux-jdk1.3.0/demo/applets/GraphicsTest/GraphicsCards.class -linux-jdk1.3.0/demo/applets/GraphicsTest/GraphicsPanel.class -linux-jdk1.3.0/demo/applets/GraphicsTest/GraphicsTest.class -linux-jdk1.3.0/demo/applets/GraphicsTest/GraphicsTest.java -linux-jdk1.3.0/demo/applets/GraphicsTest/OvalShape.class -linux-jdk1.3.0/demo/applets/GraphicsTest/PolygonShape.class -linux-jdk1.3.0/demo/applets/GraphicsTest/RectShape.class -linux-jdk1.3.0/demo/applets/GraphicsTest/RoundRectShape.class -linux-jdk1.3.0/demo/applets/GraphicsTest/Shape.class -linux-jdk1.3.0/demo/applets/GraphicsTest/ShapeTest.class -linux-jdk1.3.0/demo/applets/GraphicsTest/example1.html -linux-jdk1.3.0/demo/applets/ImageMap/AniArea.class -linux-jdk1.3.0/demo/applets/ImageMap/AniArea.java -linux-jdk1.3.0/demo/applets/ImageMap/ButtonFilter.class -linux-jdk1.3.0/demo/applets/ImageMap/ButtonFilter.java -linux-jdk1.3.0/demo/applets/ImageMap/ClickArea.class -linux-jdk1.3.0/demo/applets/ImageMap/ClickArea.java -linux-jdk1.3.0/demo/applets/ImageMap/DelayedSoundArea.class -linux-jdk1.3.0/demo/applets/ImageMap/DelayedSoundArea.java -linux-jdk1.3.0/demo/applets/ImageMap/HighlightArea.class -linux-jdk1.3.0/demo/applets/ImageMap/HighlightArea.java -linux-jdk1.3.0/demo/applets/ImageMap/HighlightFilter.class -linux-jdk1.3.0/demo/applets/ImageMap/HighlightFilter.java -linux-jdk1.3.0/demo/applets/ImageMap/HrefButtonArea.class -linux-jdk1.3.0/demo/applets/ImageMap/HrefButtonArea.java -linux-jdk1.3.0/demo/applets/ImageMap/ImageMap.class -linux-jdk1.3.0/demo/applets/ImageMap/ImageMap.java -linux-jdk1.3.0/demo/applets/ImageMap/ImageMapArea.class -linux-jdk1.3.0/demo/applets/ImageMap/ImageMapArea.java -linux-jdk1.3.0/demo/applets/ImageMap/LinkArea.class -linux-jdk1.3.0/demo/applets/ImageMap/LinkArea.java -linux-jdk1.3.0/demo/applets/ImageMap/NameArea.class -linux-jdk1.3.0/demo/applets/ImageMap/NameArea.java -linux-jdk1.3.0/demo/applets/ImageMap/RoundButtonFilter.class -linux-jdk1.3.0/demo/applets/ImageMap/RoundButtonFilter.java -linux-jdk1.3.0/demo/applets/ImageMap/RoundHrefButtonArea.class -linux-jdk1.3.0/demo/applets/ImageMap/RoundHrefButtonArea.java -linux-jdk1.3.0/demo/applets/ImageMap/SoundArea.class -linux-jdk1.3.0/demo/applets/ImageMap/SoundArea.java -linux-jdk1.3.0/demo/applets/ImageMap/TickerArea.class -linux-jdk1.3.0/demo/applets/ImageMap/TickerArea.java -linux-jdk1.3.0/demo/applets/ImageMap/audio/chirp1.au -linux-jdk1.3.0/demo/applets/ImageMap/audio/hi.au -linux-jdk1.3.0/demo/applets/ImageMap/example1.html -linux-jdk1.3.0/demo/applets/ImageMap/imagemapcheat.html -linux-jdk1.3.0/demo/applets/ImageMap/images/jim.graham.gif -linux-jdk1.3.0/demo/applets/ImageMap/sources.html -linux-jdk1.3.0/demo/applets/JumpingBox/MouseTrack.class -linux-jdk1.3.0/demo/applets/JumpingBox/MouseTrack.java -linux-jdk1.3.0/demo/applets/JumpingBox/example1.html -linux-jdk1.3.0/demo/applets/JumpingBox/sounds/adapt-or-die.au -linux-jdk1.3.0/demo/applets/JumpingBox/sounds/cannot.be.completed.au -linux-jdk1.3.0/demo/applets/JumpingBox/sounds/ip.au -linux-jdk1.3.0/demo/applets/JumpingBox/sounds/that.hurts.au -linux-jdk1.3.0/demo/applets/JumpingBox/sounds/thin.bell.au -linux-jdk1.3.0/demo/applets/JumpingBox/sounds/tiptoe.thru.the.tulips.au -linux-jdk1.3.0/demo/applets/MoleculeViewer/Atom.class -linux-jdk1.3.0/demo/applets/MoleculeViewer/Matrix3D.class -linux-jdk1.3.0/demo/applets/MoleculeViewer/Matrix3D.java -linux-jdk1.3.0/demo/applets/MoleculeViewer/XYZApp.class -linux-jdk1.3.0/demo/applets/MoleculeViewer/XYZApp.java -linux-jdk1.3.0/demo/applets/MoleculeViewer/XYZChemModel.class -linux-jdk1.3.0/demo/applets/MoleculeViewer/example1.html -linux-jdk1.3.0/demo/applets/MoleculeViewer/example2.html -linux-jdk1.3.0/demo/applets/MoleculeViewer/example3.html -linux-jdk1.3.0/demo/applets/MoleculeViewer/models/HyaluronicAcid.xyz -linux-jdk1.3.0/demo/applets/MoleculeViewer/models/benzene.xyz -linux-jdk1.3.0/demo/applets/MoleculeViewer/models/buckminsterfullerine.xyz -linux-jdk1.3.0/demo/applets/MoleculeViewer/models/cyclohexane.xyz -linux-jdk1.3.0/demo/applets/MoleculeViewer/models/ethane.xyz -linux-jdk1.3.0/demo/applets/MoleculeViewer/models/water.xyz -linux-jdk1.3.0/demo/applets/NervousText/NervousText.class -linux-jdk1.3.0/demo/applets/NervousText/NervousText.java -linux-jdk1.3.0/demo/applets/NervousText/example1.html -linux-jdk1.3.0/demo/applets/SimpleGraph/GraphApplet.class -linux-jdk1.3.0/demo/applets/SimpleGraph/GraphApplet.java -linux-jdk1.3.0/demo/applets/SimpleGraph/example1.html -linux-jdk1.3.0/demo/applets/SortDemo/BidirBubbleSortAlgorithm.class -linux-jdk1.3.0/demo/applets/SortDemo/BidirBubbleSortAlgorithm.java -linux-jdk1.3.0/demo/applets/SortDemo/BubbleSortAlgorithm.class -linux-jdk1.3.0/demo/applets/SortDemo/BubbleSortAlgorithm.java -linux-jdk1.3.0/demo/applets/SortDemo/QSortAlgorithm.class -linux-jdk1.3.0/demo/applets/SortDemo/QSortAlgorithm.java -linux-jdk1.3.0/demo/applets/SortDemo/SortAlgorithm.class -linux-jdk1.3.0/demo/applets/SortDemo/SortAlgorithm.java -linux-jdk1.3.0/demo/applets/SortDemo/SortItem.class -linux-jdk1.3.0/demo/applets/SortDemo/SortItem.java -linux-jdk1.3.0/demo/applets/SortDemo/example1.html -linux-jdk1.3.0/demo/applets/SpreadSheet/Cell.class -linux-jdk1.3.0/demo/applets/SpreadSheet/CellUpdater.class -linux-jdk1.3.0/demo/applets/SpreadSheet/InputField.class -linux-jdk1.3.0/demo/applets/SpreadSheet/Node.class -linux-jdk1.3.0/demo/applets/SpreadSheet/SpreadSheet.class -linux-jdk1.3.0/demo/applets/SpreadSheet/SpreadSheet.java -linux-jdk1.3.0/demo/applets/SpreadSheet/SpreadSheetInput.class -linux-jdk1.3.0/demo/applets/SpreadSheet/example1.html -linux-jdk1.3.0/demo/applets/SymbolTest/SymbolCanvas.class -linux-jdk1.3.0/demo/applets/SymbolTest/SymbolTest$MyAdapter.class -linux-jdk1.3.0/demo/applets/SymbolTest/SymbolTest.class -linux-jdk1.3.0/demo/applets/SymbolTest/SymbolTest.java -linux-jdk1.3.0/demo/applets/SymbolTest/example1.html -linux-jdk1.3.0/demo/applets/TicTacToe/TicTacToe.class -linux-jdk1.3.0/demo/applets/TicTacToe/TicTacToe.java -linux-jdk1.3.0/demo/applets/TicTacToe/audio/beep.au -linux-jdk1.3.0/demo/applets/TicTacToe/audio/ding.au -linux-jdk1.3.0/demo/applets/TicTacToe/audio/return.au -linux-jdk1.3.0/demo/applets/TicTacToe/audio/yahoo1.au -linux-jdk1.3.0/demo/applets/TicTacToe/audio/yahoo2.au -linux-jdk1.3.0/demo/applets/TicTacToe/example1.html -linux-jdk1.3.0/demo/applets/TicTacToe/images/cross.gif -linux-jdk1.3.0/demo/applets/TicTacToe/images/not.gif -linux-jdk1.3.0/demo/applets/WireFrame/FileFormatException.class -linux-jdk1.3.0/demo/applets/WireFrame/Matrix3D.class -linux-jdk1.3.0/demo/applets/WireFrame/Matrix3D.java -linux-jdk1.3.0/demo/applets/WireFrame/Model3D.class -linux-jdk1.3.0/demo/applets/WireFrame/ThreeD.class -linux-jdk1.3.0/demo/applets/WireFrame/ThreeD.java -linux-jdk1.3.0/demo/applets/WireFrame/example1.html -linux-jdk1.3.0/demo/applets/WireFrame/example2.html -linux-jdk1.3.0/demo/applets/WireFrame/example3.html -linux-jdk1.3.0/demo/applets/WireFrame/example4.html -linux-jdk1.3.0/demo/applets/WireFrame/models/cube.obj -linux-jdk1.3.0/demo/applets/WireFrame/models/dinasaur.obj -linux-jdk1.3.0/demo/applets/WireFrame/models/hughes_500.obj -linux-jdk1.3.0/demo/applets/WireFrame/models/knoxS.obj -linux-jdk1.3.0/demo/jfc/DBDemos/CreateCoffees/MSAccess/CreateCoffees.class -linux-jdk1.3.0/demo/jfc/DBDemos/CreateCoffees/MSAccess/CreateCoffees.java -linux-jdk1.3.0/demo/jfc/DBDemos/CreateCoffees/MSAccess/runnit.bat -linux-jdk1.3.0/demo/jfc/DBDemos/CreateCoffees/Sybase/CreateCoffees.class -linux-jdk1.3.0/demo/jfc/DBDemos/CreateCoffees/Sybase/CreateCoffees.java -linux-jdk1.3.0/demo/jfc/DBDemos/CreateCoffees/Sybase/runnit.bat -linux-jdk1.3.0/demo/jfc/DBDemos/CreateSuppliers/MSAccess/CreateSuppliers.class -linux-jdk1.3.0/demo/jfc/DBDemos/CreateSuppliers/MSAccess/CreateSuppliers.java -linux-jdk1.3.0/demo/jfc/DBDemos/CreateSuppliers/MSAccess/runnit.bat -linux-jdk1.3.0/demo/jfc/DBDemos/CreateSuppliers/Sybase/CreateSuppliers.class -linux-jdk1.3.0/demo/jfc/DBDemos/CreateSuppliers/Sybase/CreateSuppliers.java -linux-jdk1.3.0/demo/jfc/DBDemos/CreateSuppliers/Sybase/runnit.bat -linux-jdk1.3.0/demo/jfc/DBDemos/InsertCoffees/SQLSrvr/InsertCoffees.class -linux-jdk1.3.0/demo/jfc/DBDemos/InsertCoffees/SQLSrvr/InsertCoffees.java -linux-jdk1.3.0/demo/jfc/DBDemos/InsertCoffees/SQLSrvr/runnit.bat -linux-jdk1.3.0/demo/jfc/DBDemos/InsertCoffees/Sybase/InsertCoffees.class -linux-jdk1.3.0/demo/jfc/DBDemos/InsertCoffees/Sybase/InsertCoffees.java -linux-jdk1.3.0/demo/jfc/DBDemos/InsertCoffees/Sybase/runnit.bat -linux-jdk1.3.0/demo/jfc/DBDemos/InsertSuppliers/MSAccess/InsertSuppliers.class -linux-jdk1.3.0/demo/jfc/DBDemos/InsertSuppliers/MSAccess/InsertSuppliers.java -linux-jdk1.3.0/demo/jfc/DBDemos/InsertSuppliers/MSAccess/runnit.bat -linux-jdk1.3.0/demo/jfc/DBDemos/InsertSuppliers/Sybase/InsertSuppliers.class -linux-jdk1.3.0/demo/jfc/DBDemos/InsertSuppliers/Sybase/InsertSuppliers.java -linux-jdk1.3.0/demo/jfc/DBDemos/InsertSuppliers/Sybase/runnit.bat -linux-jdk1.3.0/demo/jfc/DBDemos/JavaDB/CAFEJAVA.MDB -linux-jdk1.3.0/demo/jfc/DBDemos/JavaDB/CAFEJAVA.ldb -linux-jdk1.3.0/demo/jfc/DBDemos/README.txt -linux-jdk1.3.0/demo/jfc/DBDemos/private.fls -linux-jdk1.3.0/demo/jfc/FileChooserDemo/FileChooserDemo.jar -linux-jdk1.3.0/demo/jfc/FileChooserDemo/README.txt -linux-jdk1.3.0/demo/jfc/FileChooserDemo/images/gifIcon.gif -linux-jdk1.3.0/demo/jfc/FileChooserDemo/images/jpgIcon.jpg -linux-jdk1.3.0/demo/jfc/FileChooserDemo/src/ExampleFileFilter.java -linux-jdk1.3.0/demo/jfc/FileChooserDemo/src/ExampleFileView.java -linux-jdk1.3.0/demo/jfc/FileChooserDemo/src/FileChooserDemo.java -linux-jdk1.3.0/demo/jfc/Font2DTest/Font2DTest.html -linux-jdk1.3.0/demo/jfc/Font2DTest/Font2DTest.jar -linux-jdk1.3.0/demo/jfc/Font2DTest/README.txt -linux-jdk1.3.0/demo/jfc/Font2DTest/resources/TextResources.properties -linux-jdk1.3.0/demo/jfc/Font2DTest/resources/TextResources_de.properties -linux-jdk1.3.0/demo/jfc/Font2DTest/resources/TextResources_en.properties -linux-jdk1.3.0/demo/jfc/Font2DTest/resources/TextResources_en_GB.properties -linux-jdk1.3.0/demo/jfc/Font2DTest/resources/TextResources_ko.properties -linux-jdk1.3.0/demo/jfc/Font2DTest/resources/resource.data -linux-jdk1.3.0/demo/jfc/Font2DTest/src/Font2DTest.java -linux-jdk1.3.0/demo/jfc/Java2D/Java2Demo.html -linux-jdk1.3.0/demo/jfc/Java2D/Java2Demo.jar -linux-jdk1.3.0/demo/jfc/Java2D/README.txt -linux-jdk1.3.0/demo/jfc/Java2D/fonts/A.ttf -linux-jdk1.3.0/demo/jfc/Java2D/images/HotJava-16.gif -linux-jdk1.3.0/demo/jfc/Java2D/images/bld.jpg -linux-jdk1.3.0/demo/jfc/Java2D/images/boat.png -linux-jdk1.3.0/demo/jfc/Java2D/images/box.gif -linux-jdk1.3.0/demo/jfc/Java2D/images/boxwave.gif -linux-jdk1.3.0/demo/jfc/Java2D/images/clone.gif -linux-jdk1.3.0/demo/jfc/Java2D/images/clouds.jpg -linux-jdk1.3.0/demo/jfc/Java2D/images/cupanim.gif -linux-jdk1.3.0/demo/jfc/Java2D/images/duke.gif -linux-jdk1.3.0/demo/jfc/Java2D/images/duke.png -linux-jdk1.3.0/demo/jfc/Java2D/images/duke.running.gif -linux-jdk1.3.0/demo/jfc/Java2D/images/dukeplug.gif -linux-jdk1.3.0/demo/jfc/Java2D/images/fight.gif -linux-jdk1.3.0/demo/jfc/Java2D/images/globe.gif -linux-jdk1.3.0/demo/jfc/Java2D/images/java_logo.gif -linux-jdk1.3.0/demo/jfc/Java2D/images/jumptojavastrip.png -linux-jdk1.3.0/demo/jfc/Java2D/images/loop.gif -linux-jdk1.3.0/demo/jfc/Java2D/images/looping.gif -linux-jdk1.3.0/demo/jfc/Java2D/images/magnify.gif -linux-jdk1.3.0/demo/jfc/Java2D/images/painting.gif -linux-jdk1.3.0/demo/jfc/Java2D/images/print.gif -linux-jdk1.3.0/demo/jfc/Java2D/images/remove.gif -linux-jdk1.3.0/demo/jfc/Java2D/images/snooze.gif -linux-jdk1.3.0/demo/jfc/Java2D/images/star7.gif -linux-jdk1.3.0/demo/jfc/Java2D/images/start.gif -linux-jdk1.3.0/demo/jfc/Java2D/images/start2.gif -linux-jdk1.3.0/demo/jfc/Java2D/images/stop.gif -linux-jdk1.3.0/demo/jfc/Java2D/images/stop2.gif -linux-jdk1.3.0/demo/jfc/Java2D/images/surfing.gif -linux-jdk1.3.0/demo/jfc/Java2D/images/thumbsup.gif -linux-jdk1.3.0/demo/jfc/Java2D/images/tip.gif -linux-jdk1.3.0/demo/jfc/Java2D/media/ambient.rmf -linux-jdk1.3.0/demo/jfc/Java2D/media/bark.aiff -linux-jdk1.3.0/demo/jfc/Java2D/media/bong.wav -linux-jdk1.3.0/demo/jfc/Java2D/media/classical.rmf -linux-jdk1.3.0/demo/jfc/Java2D/media/modern-rock.rmf -linux-jdk1.3.0/demo/jfc/Java2D/media/sfx-medley.rmf -linux-jdk1.3.0/demo/jfc/Java2D/media/spacemusic.au -linux-jdk1.3.0/demo/jfc/Java2D/media/trance.rmf -linux-jdk1.3.0/demo/jfc/Java2D/media/trippygaia1.mid -linux-jdk1.3.0/demo/jfc/Java2D/src/AnimatingControlsSurface.java -linux-jdk1.3.0/demo/jfc/Java2D/src/AnimatingSurface.java -linux-jdk1.3.0/demo/jfc/Java2D/src/CloningFeature.java -linux-jdk1.3.0/demo/jfc/Java2D/src/ControlsSurface.java -linux-jdk1.3.0/demo/jfc/Java2D/src/CustomControls.java -linux-jdk1.3.0/demo/jfc/Java2D/src/CustomControlsContext.java -linux-jdk1.3.0/demo/jfc/Java2D/src/DemoFonts.java -linux-jdk1.3.0/demo/jfc/Java2D/src/DemoGroup.java -linux-jdk1.3.0/demo/jfc/Java2D/src/DemoImages.java -linux-jdk1.3.0/demo/jfc/Java2D/src/DemoPanel.java -linux-jdk1.3.0/demo/jfc/Java2D/src/GlobalControls.java -linux-jdk1.3.0/demo/jfc/Java2D/src/GlobalPanel.java -linux-jdk1.3.0/demo/jfc/Java2D/src/Intro.java -linux-jdk1.3.0/demo/jfc/Java2D/src/Java2Demo.java -linux-jdk1.3.0/demo/jfc/Java2D/src/Java2DemoApplet.java -linux-jdk1.3.0/demo/jfc/Java2D/src/MemoryMonitor.java -linux-jdk1.3.0/demo/jfc/Java2D/src/PerformanceMonitor.java -linux-jdk1.3.0/demo/jfc/Java2D/src/RunWindow.java -linux-jdk1.3.0/demo/jfc/Java2D/src/Surface.java -linux-jdk1.3.0/demo/jfc/Java2D/src/TextureChooser.java -linux-jdk1.3.0/demo/jfc/Java2D/src/Tools.java -linux-jdk1.3.0/demo/jfc/Java2D/src/demos/Arcs_Curves/Arcs.java -linux-jdk1.3.0/demo/jfc/Java2D/src/demos/Arcs_Curves/BezierAnim.java -linux-jdk1.3.0/demo/jfc/Java2D/src/demos/Arcs_Curves/Curves.java -linux-jdk1.3.0/demo/jfc/Java2D/src/demos/Arcs_Curves/Ellipses.java -linux-jdk1.3.0/demo/jfc/Java2D/src/demos/Clipping/Areas.java -linux-jdk1.3.0/demo/jfc/Java2D/src/demos/Clipping/ClipAnim.java -linux-jdk1.3.0/demo/jfc/Java2D/src/demos/Clipping/Intersection.java -linux-jdk1.3.0/demo/jfc/Java2D/src/demos/Clipping/Text.java -linux-jdk1.3.0/demo/jfc/Java2D/src/demos/Colors/BullsEye.java -linux-jdk1.3.0/demo/jfc/Java2D/src/demos/Colors/ColorConvert.java -linux-jdk1.3.0/demo/jfc/Java2D/src/demos/Colors/Rotator3D.java -linux-jdk1.3.0/demo/jfc/Java2D/src/demos/Composite/ACimages.java -linux-jdk1.3.0/demo/jfc/Java2D/src/demos/Composite/ACrules.java -linux-jdk1.3.0/demo/jfc/Java2D/src/demos/Composite/FadeAnim.java -linux-jdk1.3.0/demo/jfc/Java2D/src/demos/Fonts/AllFonts.java -linux-jdk1.3.0/demo/jfc/Java2D/src/demos/Fonts/AttributedStr.java -linux-jdk1.3.0/demo/jfc/Java2D/src/demos/Fonts/Highlighting.java -linux-jdk1.3.0/demo/jfc/Java2D/src/demos/Fonts/Outline.java -linux-jdk1.3.0/demo/jfc/Java2D/src/demos/Fonts/Tree.java -linux-jdk1.3.0/demo/jfc/Java2D/src/demos/Images/DukeAnim.java -linux-jdk1.3.0/demo/jfc/Java2D/src/demos/Images/ImageOps.java -linux-jdk1.3.0/demo/jfc/Java2D/src/demos/Images/JPEGFlip.java -linux-jdk1.3.0/demo/jfc/Java2D/src/demos/Images/WarpImage.java -linux-jdk1.3.0/demo/jfc/Java2D/src/demos/Lines/Caps.java -linux-jdk1.3.0/demo/jfc/Java2D/src/demos/Lines/Dash.java -linux-jdk1.3.0/demo/jfc/Java2D/src/demos/Lines/Joins.java -linux-jdk1.3.0/demo/jfc/Java2D/src/demos/Lines/LineAnim.java -linux-jdk1.3.0/demo/jfc/Java2D/src/demos/Mix/Balls.java -linux-jdk1.3.0/demo/jfc/Java2D/src/demos/Mix/BezierScroller.java -linux-jdk1.3.0/demo/jfc/Java2D/src/demos/Mix/JavaMedia.java -linux-jdk1.3.0/demo/jfc/Java2D/src/demos/Mix/Stars3D.java -linux-jdk1.3.0/demo/jfc/Java2D/src/demos/Paint/GradAnim.java -linux-jdk1.3.0/demo/jfc/Java2D/src/demos/Paint/Gradient.java -linux-jdk1.3.0/demo/jfc/Java2D/src/demos/Paint/Texture.java -linux-jdk1.3.0/demo/jfc/Java2D/src/demos/Paint/TextureAnim.java -linux-jdk1.3.0/demo/jfc/Java2D/src/demos/Paths/Append.java -linux-jdk1.3.0/demo/jfc/Java2D/src/demos/Paths/CurveQuadTo.java -linux-jdk1.3.0/demo/jfc/Java2D/src/demos/Paths/FillStroke.java -linux-jdk1.3.0/demo/jfc/Java2D/src/demos/Paths/WindingRule.java -linux-jdk1.3.0/demo/jfc/Java2D/src/demos/Transforms/Rotate.java -linux-jdk1.3.0/demo/jfc/Java2D/src/demos/Transforms/SelectTx.java -linux-jdk1.3.0/demo/jfc/Java2D/src/demos/Transforms/TransformAnim.java -linux-jdk1.3.0/demo/jfc/Metalworks/HelpFiles/back.gif -linux-jdk1.3.0/demo/jfc/Metalworks/HelpFiles/credits.html -linux-jdk1.3.0/demo/jfc/Metalworks/HelpFiles/duke.gif -linux-jdk1.3.0/demo/jfc/Metalworks/HelpFiles/javalogo.gif -linux-jdk1.3.0/demo/jfc/Metalworks/HelpFiles/metal.html -linux-jdk1.3.0/demo/jfc/Metalworks/HelpFiles/metalworks.html -linux-jdk1.3.0/demo/jfc/Metalworks/HelpFiles/swing.html -linux-jdk1.3.0/demo/jfc/Metalworks/HelpFiles/toc.html -linux-jdk1.3.0/demo/jfc/Metalworks/Metalworks.jar -linux-jdk1.3.0/demo/jfc/Metalworks/MyTheme.theme -linux-jdk1.3.0/demo/jfc/Metalworks/README.txt -linux-jdk1.3.0/demo/jfc/Metalworks/images/palette_crop.gif -linux-jdk1.3.0/demo/jfc/Metalworks/images/palette_draw.gif -linux-jdk1.3.0/demo/jfc/Metalworks/images/palette_hand.gif -linux-jdk1.3.0/demo/jfc/Metalworks/images/palette_select.gif -linux-jdk1.3.0/demo/jfc/Metalworks/images/palette_text.gif -linux-jdk1.3.0/demo/jfc/Metalworks/images/palette_zoom.gif -linux-jdk1.3.0/demo/jfc/Metalworks/src/AquaMetalTheme.java -linux-jdk1.3.0/demo/jfc/Metalworks/src/BigContrastMetalTheme.java -linux-jdk1.3.0/demo/jfc/Metalworks/src/ContrastMetalTheme.java -linux-jdk1.3.0/demo/jfc/Metalworks/src/DemoMetalTheme.java -linux-jdk1.3.0/demo/jfc/Metalworks/src/GreenMetalTheme.java -linux-jdk1.3.0/demo/jfc/Metalworks/src/KhakiMetalTheme.java -linux-jdk1.3.0/demo/jfc/Metalworks/src/MetalThemeMenu.java -linux-jdk1.3.0/demo/jfc/Metalworks/src/Metalworks.java -linux-jdk1.3.0/demo/jfc/Metalworks/src/MetalworksDocumentFrame.java -linux-jdk1.3.0/demo/jfc/Metalworks/src/MetalworksFrame.java -linux-jdk1.3.0/demo/jfc/Metalworks/src/MetalworksHelp.java -linux-jdk1.3.0/demo/jfc/Metalworks/src/MetalworksInBox.java -linux-jdk1.3.0/demo/jfc/Metalworks/src/MetalworksPrefs.java -linux-jdk1.3.0/demo/jfc/Metalworks/src/PropertiesMetalTheme.java -linux-jdk1.3.0/demo/jfc/Metalworks/src/UISwitchListener.java -linux-jdk1.3.0/demo/jfc/Notepad/Notepad.jar -linux-jdk1.3.0/demo/jfc/Notepad/README.txt -linux-jdk1.3.0/demo/jfc/Notepad/resources/Notepad.properties -linux-jdk1.3.0/demo/jfc/Notepad/resources/Notepad_fr.properties -linux-jdk1.3.0/demo/jfc/Notepad/resources/Notepad_sv.properties -linux-jdk1.3.0/demo/jfc/Notepad/resources/Notepad_zh_CN.properties -linux-jdk1.3.0/demo/jfc/Notepad/resources/copy.gif -linux-jdk1.3.0/demo/jfc/Notepad/resources/cut.gif -linux-jdk1.3.0/demo/jfc/Notepad/resources/new.gif -linux-jdk1.3.0/demo/jfc/Notepad/resources/open.gif -linux-jdk1.3.0/demo/jfc/Notepad/resources/paste.gif -linux-jdk1.3.0/demo/jfc/Notepad/resources/save.gif -linux-jdk1.3.0/demo/jfc/Notepad/src/ElementTreePanel.java -linux-jdk1.3.0/demo/jfc/Notepad/src/Notepad.java -linux-jdk1.3.0/demo/jfc/SampleTree/README.txt -linux-jdk1.3.0/demo/jfc/SampleTree/SampleTree.jar -linux-jdk1.3.0/demo/jfc/SampleTree/images/collapsed.gif -linux-jdk1.3.0/demo/jfc/SampleTree/images/expanded.gif -linux-jdk1.3.0/demo/jfc/SampleTree/src/DynamicTreeNode.java -linux-jdk1.3.0/demo/jfc/SampleTree/src/SampleData.java -linux-jdk1.3.0/demo/jfc/SampleTree/src/SampleTree.java -linux-jdk1.3.0/demo/jfc/SampleTree/src/SampleTreeCellRenderer.java -linux-jdk1.3.0/demo/jfc/SampleTree/src/SampleTreeModel.java -linux-jdk1.3.0/demo/jfc/SimpleExample/README.txt -linux-jdk1.3.0/demo/jfc/SimpleExample/SimpleExample.jar -linux-jdk1.3.0/demo/jfc/SimpleExample/src/SimpleExample.java -linux-jdk1.3.0/demo/jfc/Stylepad/README.txt -linux-jdk1.3.0/demo/jfc/Stylepad/Stylepad.jar -linux-jdk1.3.0/demo/jfc/Stylepad/resources/Notepad.properties -linux-jdk1.3.0/demo/jfc/Stylepad/resources/Notepad_fr.properties -linux-jdk1.3.0/demo/jfc/Stylepad/resources/Notepad_sv.properties -linux-jdk1.3.0/demo/jfc/Stylepad/resources/Notepad_zh_CN.properties -linux-jdk1.3.0/demo/jfc/Stylepad/resources/Stylepad.properties -linux-jdk1.3.0/demo/jfc/Stylepad/resources/Stylepad_sv.properties -linux-jdk1.3.0/demo/jfc/Stylepad/resources/Stylepad_zh_CN.properties -linux-jdk1.3.0/demo/jfc/Stylepad/resources/alice.gif -linux-jdk1.3.0/demo/jfc/Stylepad/resources/bold.gif -linux-jdk1.3.0/demo/jfc/Stylepad/resources/bullets.gif -linux-jdk1.3.0/demo/jfc/Stylepad/resources/caterpillar.gif -linux-jdk1.3.0/demo/jfc/Stylepad/resources/center.gif -linux-jdk1.3.0/demo/jfc/Stylepad/resources/copy.gif -linux-jdk1.3.0/demo/jfc/Stylepad/resources/cut.gif -linux-jdk1.3.0/demo/jfc/Stylepad/resources/fg.gif -linux-jdk1.3.0/demo/jfc/Stylepad/resources/hatter.gif -linux-jdk1.3.0/demo/jfc/Stylepad/resources/italic.gif -linux-jdk1.3.0/demo/jfc/Stylepad/resources/left.gif -linux-jdk1.3.0/demo/jfc/Stylepad/resources/new.gif -linux-jdk1.3.0/demo/jfc/Stylepad/resources/open.gif -linux-jdk1.3.0/demo/jfc/Stylepad/resources/paste.gif -linux-jdk1.3.0/demo/jfc/Stylepad/resources/rabbit.gif -linux-jdk1.3.0/demo/jfc/Stylepad/resources/rabbit2.gif -linux-jdk1.3.0/demo/jfc/Stylepad/resources/right.gif -linux-jdk1.3.0/demo/jfc/Stylepad/resources/save.gif -linux-jdk1.3.0/demo/jfc/Stylepad/resources/underline.gif -linux-jdk1.3.0/demo/jfc/Stylepad/src/ElementTreePanel.java -linux-jdk1.3.0/demo/jfc/Stylepad/src/HelloWorld.java -linux-jdk1.3.0/demo/jfc/Stylepad/src/Notepad.java -linux-jdk1.3.0/demo/jfc/Stylepad/src/Stylepad.java -linux-jdk1.3.0/demo/jfc/Stylepad/src/Wonderland.java -linux-jdk1.3.0/demo/jfc/SwingApplet/README.txt -linux-jdk1.3.0/demo/jfc/SwingApplet/SwingApplet.html -linux-jdk1.3.0/demo/jfc/SwingApplet/SwingApplet.jar -linux-jdk1.3.0/demo/jfc/SwingApplet/src/SwingApplet.java -linux-jdk1.3.0/demo/jfc/SwingSet2/README.txt -linux-jdk1.3.0/demo/jfc/SwingSet2/SwingSet2.html -linux-jdk1.3.0/demo/jfc/SwingSet2/SwingSet2.jar -linux-jdk1.3.0/demo/jfc/SwingSet2/SwingSet2Plugin.html -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/ant.html -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/bug.html -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/About.jpg -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/ImageClub/COPYRIGHT -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/ImageClub/food/apple.jpg -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/ImageClub/food/asparagus.jpg -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/ImageClub/food/banana.jpg -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/ImageClub/food/broccoli.jpg -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/ImageClub/food/cantaloupe.jpg -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/ImageClub/food/carrot.jpg -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/ImageClub/food/corn.jpg -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/ImageClub/food/grapefruit.jpg -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/ImageClub/food/grapes.jpg -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/ImageClub/food/kiwi.jpg -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/ImageClub/food/onion.jpg -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/ImageClub/food/peach.jpg -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/ImageClub/food/pear.jpg -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/ImageClub/food/pepper.jpg -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/ImageClub/food/pickle.jpg -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/ImageClub/food/pineapple.jpg -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/ImageClub/food/raspberry.jpg -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/ImageClub/food/strawberry.jpg -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/ImageClub/food/tomato.jpg -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/ImageClub/food/watermelon.jpg -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/ImageClub/misc/cab.gif -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/ImageClub/misc/cab_small.gif -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/ImageClub/misc/fish.gif -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/ImageClub/misc/fish_small.gif -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/ImageClub/misc/moon.gif -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/ImageClub/misc/moon_small.gif -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/ImageClub/misc/sun.gif -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/ImageClub/misc/sun_small.gif -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/Octavo/COPYRIGHT -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/Octavo/ant.jpg -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/Octavo/book.jpg -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/Octavo/bug.jpg -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/Octavo/bug2.jpg -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/Octavo/crest.jpg -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/Octavo/king.jpg -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/Octavo/micro.jpg -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/Octavo/seaweed.jpg -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/Splash.jpg -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/buttons/b1.gif -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/buttons/b1d.gif -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/buttons/b1p.gif -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/buttons/b1r.gif -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/buttons/b2.gif -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/buttons/b2d.gif -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/buttons/b2p.gif -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/buttons/b2r.gif -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/buttons/b3.gif -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/buttons/b3d.gif -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/buttons/b3p.gif -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/buttons/b3r.gif -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/buttons/bl.gif -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/buttons/bldn.gif -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/buttons/bm.gif -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/buttons/bmdn.gif -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/buttons/br.gif -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/buttons/brdn.gif -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/buttons/c.gif -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/buttons/cb.gif -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/buttons/cbr.gif -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/buttons/cbrs.gif -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/buttons/cbs.gif -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/buttons/cdn.gif -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/buttons/ml.gif -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/buttons/mldn.gif -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/buttons/mr.gif -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/buttons/mrdn.gif -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/buttons/rb.gif -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/buttons/rbp.gif -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/buttons/rbr.gif -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/buttons/rbrs.gif -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/buttons/rbs.gif -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/buttons/tl.gif -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/buttons/tldn.gif -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/buttons/tm.gif -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/buttons/tmdn.gif -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/buttons/toggle.gif -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/buttons/toggledn.gif -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/buttons/tr.gif -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/buttons/trdn.gif -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/combobox/brenteyes.jpg -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/combobox/brenthair.jpg -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/combobox/brentmouth.jpg -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/combobox/georgeseyes.jpg -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/combobox/georgeshair.jpg -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/combobox/georgesmouth.jpg -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/combobox/hanseyes.jpg -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/combobox/hanshair.jpg -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/combobox/hansmouth.jpg -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/combobox/howardeyes.jpg -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/combobox/howardhair.jpg -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/combobox/howardmouth.jpg -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/combobox/jameseyes.jpg -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/combobox/jameshair.jpg -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/combobox/jamesmouth.jpg -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/combobox/jeffeyes.jpg -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/combobox/jeffhair.jpg -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/combobox/jeffmouth.jpg -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/combobox/joneyes.jpg -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/combobox/jonhair.jpg -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/combobox/jonmouth.jpg -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/combobox/laraeyes.jpg -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/combobox/larahair.jpg -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/combobox/laramouth.jpg -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/combobox/larryeyes.jpg -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/combobox/larryhair.jpg -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/combobox/larrymouth.jpg -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/combobox/lisaeyes.jpg -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/combobox/lisahair.jpg -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/combobox/lisamouth.jpg -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/combobox/michaeleyes.jpg -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/combobox/michaelhair.jpg -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/combobox/michaelmouth.jpg -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/combobox/philipeyes.jpg -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/combobox/philiphair.jpg -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/combobox/philipmouth.jpg -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/combobox/scotteyes.jpg -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/combobox/scotthair.jpg -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/combobox/scottmouth.jpg -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/filechooser/find.gif -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/filechooser/gifIcon.gif -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/filechooser/help.gif -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/filechooser/jpgIcon.jpg -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/htmldemo/back.jpg -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/htmldemo/forward.jpg -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/htmldemo/header.jpg -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/list/blue.gif -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/list/cyan.gif -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/list/gray.gif -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/list/green.gif -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/list/magenta.gif -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/list/red.gif -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/list/yellow.gif -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/optionpane/bottle.gif -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/optionpane/ibd.gif -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/optionpane/ibu.gif -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/scrollpane/COPYRIGHT -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/scrollpane/colheader.jpg -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/scrollpane/crayons.jpg -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/scrollpane/lowerleft.jpg -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/scrollpane/rowheader.jpg -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/scrollpane/upperleft.jpg -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/scrollpane/upperright.jpg -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/splitpane/README -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/splitpane/earth.jpg -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/splitpane/moon.jpg -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/tabbedpane/blake.gif -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/tabbedpane/brooke.gif -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/tabbedpane/david.gif -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/tabbedpane/ewan.gif -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/tabbedpane/ewan.jpg -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/tabbedpane/hania.jpg -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/tabbedpane/laine.jpg -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/tabbedpane/matthew.gif -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/tabbedpane/stephen.gif -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/toolbar/JButton.gif -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/toolbar/JColorChooser.gif -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/toolbar/JComboBox.gif -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/toolbar/JDesktop.gif -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/toolbar/JDialog.gif -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/toolbar/JEditorPane.gif -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/toolbar/JFileChooser.gif -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/toolbar/JList.gif -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/toolbar/JMenu.gif -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/toolbar/JOptionPane.gif -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/toolbar/JProgressBar.gif -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/toolbar/JRadioButton.gif -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/toolbar/JScrollBar.gif -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/toolbar/JScrollPane.gif -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/toolbar/JSlider.gif -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/toolbar/JSplitPane.gif -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/toolbar/JTabbedPane.gif -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/toolbar/JTable.gif -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/toolbar/JTree.gif -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/toolbar/ToolTip.gif -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/tooltip/cow.gif -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/index.html -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/king.html -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/preface.html -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/seaweed.html -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/swingset.properties -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/swingset_zh_CN.properties -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/title.html -linux-jdk1.3.0/demo/jfc/SwingSet2/resources/tree.txt -linux-jdk1.3.0/demo/jfc/SwingSet2/src/AquaTheme.java -linux-jdk1.3.0/demo/jfc/SwingSet2/src/BezierAnimationPanel.java -linux-jdk1.3.0/demo/jfc/SwingSet2/src/ButtonDemo.java -linux-jdk1.3.0/demo/jfc/SwingSet2/src/CharcoalTheme.java -linux-jdk1.3.0/demo/jfc/SwingSet2/src/CodeViewer.java -linux-jdk1.3.0/demo/jfc/SwingSet2/src/ColorChooserDemo.java -linux-jdk1.3.0/demo/jfc/SwingSet2/src/ComboBoxDemo.java -linux-jdk1.3.0/demo/jfc/SwingSet2/src/ContrastTheme.java -linux-jdk1.3.0/demo/jfc/SwingSet2/src/DemoModule.java -linux-jdk1.3.0/demo/jfc/SwingSet2/src/DirectionPanel.java -linux-jdk1.3.0/demo/jfc/SwingSet2/src/EmeraldTheme.java -linux-jdk1.3.0/demo/jfc/SwingSet2/src/ExampleFileFilter.java -linux-jdk1.3.0/demo/jfc/SwingSet2/src/ExampleFileView.java -linux-jdk1.3.0/demo/jfc/SwingSet2/src/FileChooserDemo.java -linux-jdk1.3.0/demo/jfc/SwingSet2/src/HtmlDemo.java -linux-jdk1.3.0/demo/jfc/SwingSet2/src/InternalFrameDemo.java -linux-jdk1.3.0/demo/jfc/SwingSet2/src/LayoutControlPanel.java -linux-jdk1.3.0/demo/jfc/SwingSet2/src/ListDemo.java -linux-jdk1.3.0/demo/jfc/SwingSet2/src/OptionPaneDemo.java -linux-jdk1.3.0/demo/jfc/SwingSet2/src/Permuter.java -linux-jdk1.3.0/demo/jfc/SwingSet2/src/ProgressBarDemo.java -linux-jdk1.3.0/demo/jfc/SwingSet2/src/RubyTheme.java -linux-jdk1.3.0/demo/jfc/SwingSet2/src/ScrollPaneDemo.java -linux-jdk1.3.0/demo/jfc/SwingSet2/src/SliderDemo.java -linux-jdk1.3.0/demo/jfc/SwingSet2/src/SplitPaneDemo.java -linux-jdk1.3.0/demo/jfc/SwingSet2/src/SwingSet2.java -linux-jdk1.3.0/demo/jfc/SwingSet2/src/SwingSet2Applet.java -linux-jdk1.3.0/demo/jfc/SwingSet2/src/TabbedPaneDemo.java -linux-jdk1.3.0/demo/jfc/SwingSet2/src/TableDemo.java -linux-jdk1.3.0/demo/jfc/SwingSet2/src/ToolTipDemo.java -linux-jdk1.3.0/demo/jfc/SwingSet2/src/TreeDemo.java -linux-jdk1.3.0/demo/jfc/TableExample/README.txt -linux-jdk1.3.0/demo/jfc/TableExample/TableExample.jar -linux-jdk1.3.0/demo/jfc/TableExample/src/JDBCAdapter.java -linux-jdk1.3.0/demo/jfc/TableExample/src/OldJTable.java -linux-jdk1.3.0/demo/jfc/TableExample/src/TableExample.java -linux-jdk1.3.0/demo/jfc/TableExample/src/TableExample2.java -linux-jdk1.3.0/demo/jfc/TableExample/src/TableExample3.java -linux-jdk1.3.0/demo/jfc/TableExample/src/TableExample4.java -linux-jdk1.3.0/demo/jfc/TableExample/src/TableMap.java -linux-jdk1.3.0/demo/jfc/TableExample/src/TableSorter.java -linux-jdk1.3.0/demo/jpda/examples.jar -linux-jdk1.3.0/demo/sound/JavaSound.html -linux-jdk1.3.0/demo/sound/JavaSound.jar -linux-jdk1.3.0/demo/sound/README.txt -linux-jdk1.3.0/demo/sound/src/CapturePlayback.java -linux-jdk1.3.0/demo/sound/src/ControlContext.java -linux-jdk1.3.0/demo/sound/src/Groove.java -linux-jdk1.3.0/demo/sound/src/JavaSound.java -linux-jdk1.3.0/demo/sound/src/JavaSoundApplet.java -linux-jdk1.3.0/demo/sound/src/Juke.java -linux-jdk1.3.0/demo/sound/src/MidiSynth.java -linux-jdk1.3.0/demo/sound/src/TempoDial.java -linux-jdk1.3.0/include/jawt.h -linux-jdk1.3.0/include/jni.h -linux-jdk1.3.0/include/jvmdi.h -linux-jdk1.3.0/include/jvmpi.h -linux-jdk1.3.0/include/linux/jawt_md.h -linux-jdk1.3.0/include/linux/jni_md.h -linux-jdk1.3.0/include-old/StubPreamble.h -linux-jdk1.3.0/include-old/alloc_cache.h -linux-jdk1.3.0/include-old/bag.h -linux-jdk1.3.0/include-old/bool.h -linux-jdk1.3.0/include-old/breakpoints.h -linux-jdk1.3.0/include-old/byteorder.h -linux-jdk1.3.0/include-old/common_exceptions.h -linux-jdk1.3.0/include-old/debug.h -linux-jdk1.3.0/include-old/dll.h -linux-jdk1.3.0/include-old/exceptions.h -linux-jdk1.3.0/include-old/gc.h -linux-jdk1.3.0/include-old/hpi.h -linux-jdk1.3.0/include-old/interpreter.h -linux-jdk1.3.0/include-old/javaString.h -linux-jdk1.3.0/include-old/java_lang_ClassLoader.h -linux-jdk1.3.0/include-old/java_lang_String.h -linux-jdk1.3.0/include-old/java_lang_Thread.h -linux-jdk1.3.0/include-old/java_lang_ThreadGroup.h -linux-jdk1.3.0/include-old/jawt.h -linux-jdk1.3.0/include-old/jit.h -linux-jdk1.3.0/include-old/jmath.h -linux-jdk1.3.0/include-old/jni.h -linux-jdk1.3.0/include-old/jvm.h -linux-jdk1.3.0/include-old/jvmdi.h -linux-jdk1.3.0/include-old/jvmpi.h -linux-jdk1.3.0/include-old/linux/byteorder_md.h -linux-jdk1.3.0/include-old/linux/gc_md.h -linux-jdk1.3.0/include-old/linux/hpi_md.h -linux-jdk1.3.0/include-old/linux/io_md.h -linux-jdk1.3.0/include-old/linux/jawt_md.h -linux-jdk1.3.0/include-old/linux/jmath_md.h -linux-jdk1.3.0/include-old/linux/jni_md.h -linux-jdk1.3.0/include-old/linux/jvm_md.h -linux-jdk1.3.0/include-old/linux/miscdefs_md.h -linux-jdk1.3.0/include-old/linux/path_md.h -linux-jdk1.3.0/include-old/linux/sysmacros_md.h -linux-jdk1.3.0/include-old/linux/timeval_md.h -linux-jdk1.3.0/include-old/linux/typedefs_md.h -linux-jdk1.3.0/include-old/log.h -linux-jdk1.3.0/include-old/monitor.h -linux-jdk1.3.0/include-old/monitor_cache.h -linux-jdk1.3.0/include-old/native.h -linux-jdk1.3.0/include-old/oldnmi.h -linux-jdk1.3.0/include-old/oobj.h -linux-jdk1.3.0/include-old/opcodes.h -linux-jdk1.3.0/include-old/path.h -linux-jdk1.3.0/include-old/reflect.h -linux-jdk1.3.0/include-old/signature.h -linux-jdk1.3.0/include-old/sys_api.h -linux-jdk1.3.0/include-old/threads.h -linux-jdk1.3.0/include-old/tree.h -linux-jdk1.3.0/include-old/typecodes.h -linux-jdk1.3.0/include-old/typedefs.h -linux-jdk1.3.0/include-old/utf.h -linux-jdk1.3.0/include-old/util.h -linux-jdk1.3.0/include-old/vmprofiler.h -linux-jdk1.3.0/include-old/wrap.h -linux-jdk1.3.0/jre/ControlPanel.html -linux-jdk1.3.0/jre/Welcome.html -linux-jdk1.3.0/jre/bin/.java_wrapper -linux-jdk1.3.0/jre/bin/ControlPanel -linux-jdk1.3.0/jre/bin/awt_robot -linux-jdk1.3.0/jre/bin/i386/green_threads/appletviewer -linux-jdk1.3.0/jre/bin/i386/green_threads/extcheck -linux-jdk1.3.0/jre/bin/i386/green_threads/idlj -linux-jdk1.3.0/jre/bin/i386/green_threads/jar -linux-jdk1.3.0/jre/bin/i386/green_threads/jarsigner -linux-jdk1.3.0/jre/bin/i386/green_threads/java -linux-jdk1.3.0/jre/bin/i386/green_threads/javac -linux-jdk1.3.0/jre/bin/i386/green_threads/javadoc -linux-jdk1.3.0/jre/bin/i386/green_threads/javah -linux-jdk1.3.0/jre/bin/i386/green_threads/javap -linux-jdk1.3.0/jre/bin/i386/green_threads/jdb -linux-jdk1.3.0/jre/bin/i386/green_threads/keytool -linux-jdk1.3.0/jre/bin/i386/green_threads/native2ascii -linux-jdk1.3.0/jre/bin/i386/green_threads/oldjava -linux-jdk1.3.0/jre/bin/i386/green_threads/oldjavac -linux-jdk1.3.0/jre/bin/i386/green_threads/oldjdb -linux-jdk1.3.0/jre/bin/i386/green_threads/policytool -linux-jdk1.3.0/jre/bin/i386/green_threads/rmic -linux-jdk1.3.0/jre/bin/i386/green_threads/rmid -linux-jdk1.3.0/jre/bin/i386/green_threads/rmiregistry -linux-jdk1.3.0/jre/bin/i386/green_threads/serialver -linux-jdk1.3.0/jre/bin/i386/green_threads/tnameserv -linux-jdk1.3.0/jre/bin/i386/native_threads/java -linux-jdk1.3.0/jre/bin/i386/native_threads/java_vm -linux-jdk1.3.0/jre/bin/i386/native_threads/keytool -linux-jdk1.3.0/jre/bin/i386/native_threads/policytool -linux-jdk1.3.0/jre/bin/i386/native_threads/rmid -linux-jdk1.3.0/jre/bin/i386/native_threads/rmiregistry -linux-jdk1.3.0/jre/bin/i386/native_threads/tnameserv -linux-jdk1.3.0/jre/bin/i386/realpath -linux-jdk1.3.0/jre/bin/java -linux-jdk1.3.0/jre/bin/keytool -linux-jdk1.3.0/jre/bin/policytool -linux-jdk1.3.0/jre/bin/realpath -linux-jdk1.3.0/jre/bin/rmid -linux-jdk1.3.0/jre/bin/rmiregistry -linux-jdk1.3.0/jre/bin/tnameserv -linux-jdk1.3.0/jre/lib/audio/soundbank.gm -linux-jdk1.3.0/jre/lib/cmm/CIEXYZ.pf -linux-jdk1.3.0/jre/lib/cmm/GRAY.pf -linux-jdk1.3.0/jre/lib/cmm/LINEAR_RGB.pf -linux-jdk1.3.0/jre/lib/cmm/PYCC.pf -linux-jdk1.3.0/jre/lib/cmm/sRGB.pf -linux-jdk1.3.0/jre/lib/content-types.properties -linux-jdk1.3.0/jre/lib/flavormap.properties -linux-jdk1.3.0/jre/lib/font.properties -linux-jdk1.3.0/jre/lib/font.properties.ja -linux-jdk1.3.0/jre/lib/font.properties.zh -linux-jdk1.3.0/jre/lib/fonts/LucidaBrightDemiBold.ttf -linux-jdk1.3.0/jre/lib/fonts/LucidaBrightDemiItalic.ttf -linux-jdk1.3.0/jre/lib/fonts/LucidaBrightItalic.ttf -linux-jdk1.3.0/jre/lib/fonts/LucidaBrightRegular.ttf -linux-jdk1.3.0/jre/lib/fonts/LucidaSansDemiBold.ttf -linux-jdk1.3.0/jre/lib/fonts/LucidaSansDemiOblique.ttf -linux-jdk1.3.0/jre/lib/fonts/LucidaSansOblique.ttf -linux-jdk1.3.0/jre/lib/fonts/LucidaSansRegular.ttf -linux-jdk1.3.0/jre/lib/fonts/LucidaTypewriterBold.ttf -linux-jdk1.3.0/jre/lib/fonts/LucidaTypewriterBoldOblique.ttf -linux-jdk1.3.0/jre/lib/fonts/LucidaTypewriterOblique.ttf -linux-jdk1.3.0/jre/lib/fonts/LucidaTypewriterRegular.ttf -linux-jdk1.3.0/jre/lib/fonts/fonts.dir -linux-jdk1.3.0/jre/lib/i18n.jar -linux-jdk1.3.0/jre/lib/i386/classic/Xusage.txt -linux-jdk1.3.0/jre/lib/i386/classic/libjvm.so -linux-jdk1.3.0/jre/lib/i386/client/Xusage.txt -linux-jdk1.3.0/jre/lib/i386/client/libjvm.so -linux-jdk1.3.0/jre/lib/i386/green_threads/libhpi.so -linux-jdk1.3.0/jre/lib/i386/hotspot -linux-jdk1.3.0/jre/lib/i386/libJdbcOdbc.so -linux-jdk1.3.0/jre/lib/i386/libagent.so -linux-jdk1.3.0/jre/lib/i386/libawt.so -linux-jdk1.3.0/jre/lib/i386/libcmm.so -linux-jdk1.3.0/jre/lib/i386/libdcpr.so -linux-jdk1.3.0/jre/lib/i386/libfontmanager.so -linux-jdk1.3.0/jre/lib/i386/libhprof.so -linux-jdk1.3.0/jre/lib/i386/libioser12.so -linux-jdk1.3.0/jre/lib/i386/libjava.so -linux-jdk1.3.0/jre/lib/i386/libjavaplugin_jni.so -linux-jdk1.3.0/jre/lib/i386/libjawt.so -linux-jdk1.3.0/jre/lib/i386/libjcov.so -linux-jdk1.3.0/jre/lib/i386/libjpeg.so -linux-jdk1.3.0/jre/lib/i386/libjsound.so -linux-jdk1.3.0/jre/lib/i386/libmlib_image.so -linux-jdk1.3.0/jre/lib/i386/libnet.so -linux-jdk1.3.0/jre/lib/i386/libverify.so -linux-jdk1.3.0/jre/lib/i386/libzip.so -linux-jdk1.3.0/jre/lib/i386/native_threads/libhpi.so -linux-jdk1.3.0/jre/lib/i386/server/Xusage.txt -linux-jdk1.3.0/jre/lib/i386/server/libjvm.so -linux-jdk1.3.0/jre/lib/images/cursors/cursors.properties -linux-jdk1.3.0/jre/lib/images/cursors/invalid32x32.gif -linux-jdk1.3.0/jre/lib/images/cursors/motif_CopyDrop32x32.gif -linux-jdk1.3.0/jre/lib/images/cursors/motif_CopyNoDrop32x32.gif -linux-jdk1.3.0/jre/lib/images/cursors/motif_LinkDrop32x32.gif -linux-jdk1.3.0/jre/lib/images/cursors/motif_LinkNoDrop32x32.gif -linux-jdk1.3.0/jre/lib/images/cursors/motif_MoveDrop32x32.gif -linux-jdk1.3.0/jre/lib/images/cursors/motif_MoveNoDrop32x32.gif -linux-jdk1.3.0/jre/lib/javaplugin.jar -linux-jdk1.3.0/jre/lib/javaplugin_l10n.jar -linux-jdk1.3.0/jre/lib/jvm.cfg -linux-jdk1.3.0/jre/lib/jvm.hprof.txt -linux-jdk1.3.0/jre/lib/jvm.jcov.txt -linux-jdk1.3.0/jre/lib/locale/de/LC_MESSAGES/sunw_java_plugin.mo -linux-jdk1.3.0/jre/lib/locale/es/LC_MESSAGES/sunw_java_plugin.mo -linux-jdk1.3.0/jre/lib/locale/fr/LC_MESSAGES/sunw_java_plugin.mo -linux-jdk1.3.0/jre/lib/locale/it/LC_MESSAGES/sunw_java_plugin.mo -linux-jdk1.3.0/jre/lib/locale/ja/LC_MESSAGES/sunw_java_plugin.mo -linux-jdk1.3.0/jre/lib/locale/ko/LC_MESSAGES/sunw_java_plugin.mo -linux-jdk1.3.0/jre/lib/locale/ko.UTF-8/LC_MESSAGES/sunw_java_plugin.mo -linux-jdk1.3.0/jre/lib/locale/sv/LC_MESSAGES/sunw_java_plugin.mo -linux-jdk1.3.0/jre/lib/locale/zh/LC_MESSAGES/sunw_java_plugin.mo -linux-jdk1.3.0/jre/lib/locale/zh.GBK/LC_MESSAGES/sunw_java_plugin.mo -linux-jdk1.3.0/jre/lib/locale/zh_TW/LC_MESSAGES/sunw_java_plugin.mo -linux-jdk1.3.0/jre/lib/locale/zh_TW.BIG5/LC_MESSAGES/sunw_java_plugin.mo -linux-jdk1.3.0/jre/lib/psfont.properties.ja -linux-jdk1.3.0/jre/lib/rt.jar -linux-jdk1.3.0/jre/lib/security/cacerts -linux-jdk1.3.0/jre/lib/security/java.policy -linux-jdk1.3.0/jre/lib/security/java.security -linux-jdk1.3.0/jre/lib/sunrsasign.jar -linux-jdk1.3.0/jre/lib/tzmappings -linux-jdk1.3.0/jre/man/man1/java.1 -linux-jdk1.3.0/jre/man/man1/keytool.1 -linux-jdk1.3.0/jre/man/man1/rmid.1 -linux-jdk1.3.0/jre/man/man1/rmiregistry.1 -linux-jdk1.3.0/jre/man/man1/tnameserv.1 -linux-jdk1.3.0/jre/plugin/i386/ns4/javaplugin.so -linux-jdk1.3.0/jre/plugin/i386/ns600/libjavaplugin_oji.so -linux-jdk1.3.0/lib/dt.jar -linux-jdk1.3.0/lib/i386/libdt_socket.so -linux-jdk1.3.0/lib/i386/libjdwp.so -linux-jdk1.3.0/lib/ir.idl -linux-jdk1.3.0/lib/orb.idl -linux-jdk1.3.0/lib/tools.jar -linux-jdk1.3.0/man/man1/appletviewer.1 -linux-jdk1.3.0/man/man1/extcheck.1 -linux-jdk1.3.0/man/man1/jar.1 -linux-jdk1.3.0/man/man1/jarsigner.1 -linux-jdk1.3.0/man/man1/java.1 -linux-jdk1.3.0/man/man1/javac.1 -linux-jdk1.3.0/man/man1/javadoc.1 -linux-jdk1.3.0/man/man1/javah.1 -linux-jdk1.3.0/man/man1/javap.1 -linux-jdk1.3.0/man/man1/jdb.1 -linux-jdk1.3.0/man/man1/keytool.1 -linux-jdk1.3.0/man/man1/native2ascii.1 -linux-jdk1.3.0/man/man1/rmic.1 -linux-jdk1.3.0/man/man1/rmid.1 -linux-jdk1.3.0/man/man1/rmiregistry.1 -linux-jdk1.3.0/man/man1/serialver.1 -linux-jdk1.3.0/man/man1/tnameserv.1 -linux-jdk1.3.0/src.jar -@dirrm linux-jdk1.3.0/man/man1 -@dirrm linux-jdk1.3.0/man -@dirrm linux-jdk1.3.0/lib/i386 -@dirrm linux-jdk1.3.0/lib -@dirrm linux-jdk1.3.0/jre/plugin/i386/ns600 -@dirrm linux-jdk1.3.0/jre/plugin/i386/ns4 -@dirrm linux-jdk1.3.0/jre/plugin/i386 -@dirrm linux-jdk1.3.0/jre/plugin -@dirrm linux-jdk1.3.0/jre/man/man1 -@dirrm linux-jdk1.3.0/jre/man -@dirrm linux-jdk1.3.0/jre/lib/security -@dirrm linux-jdk1.3.0/jre/lib/locale/zh_TW.BIG5/LC_MESSAGES -@dirrm linux-jdk1.3.0/jre/lib/locale/zh_TW.BIG5 -@dirrm linux-jdk1.3.0/jre/lib/locale/zh_TW/LC_MESSAGES -@dirrm linux-jdk1.3.0/jre/lib/locale/zh_TW -@dirrm linux-jdk1.3.0/jre/lib/locale/zh.GBK/LC_MESSAGES -@dirrm linux-jdk1.3.0/jre/lib/locale/zh.GBK -@dirrm linux-jdk1.3.0/jre/lib/locale/zh/LC_MESSAGES -@dirrm linux-jdk1.3.0/jre/lib/locale/zh -@dirrm linux-jdk1.3.0/jre/lib/locale/sv/LC_MESSAGES/ -@dirrm linux-jdk1.3.0/jre/lib/locale/sv -@dirrm linux-jdk1.3.0/jre/lib/locale/ko.UTF-8/LC_MESSAGES/ -@dirrm linux-jdk1.3.0/jre/lib/locale/ko.UTF-8 -@dirrm linux-jdk1.3.0/jre/lib/locale/ko/LC_MESSAGES/ -@dirrm linux-jdk1.3.0/jre/lib/locale/ko -@dirrm linux-jdk1.3.0/jre/lib/locale/ja/LC_MESSAGES/ -@dirrm linux-jdk1.3.0/jre/lib/locale/ja -@dirrm linux-jdk1.3.0/jre/lib/locale/it/LC_MESSAGES/ -@dirrm linux-jdk1.3.0/jre/lib/locale/it -@dirrm linux-jdk1.3.0/jre/lib/locale/fr/LC_MESSAGES/ -@dirrm linux-jdk1.3.0/jre/lib/locale/fr -@dirrm linux-jdk1.3.0/jre/lib/locale/es/LC_MESSAGES/ -@dirrm linux-jdk1.3.0/jre/lib/locale/es -@dirrm linux-jdk1.3.0/jre/lib/locale/de/LC_MESSAGES/ -@dirrm linux-jdk1.3.0/jre/lib/locale/de -@dirrm linux-jdk1.3.0/jre/lib/locale -@dirrm linux-jdk1.3.0/jre/lib/images/cursors -@dirrm linux-jdk1.3.0/jre/lib/images -@dirrm linux-jdk1.3.0/jre/lib/i386/server -@dirrm linux-jdk1.3.0/jre/lib/i386/native_threads -@dirrm linux-jdk1.3.0/jre/lib/i386/green_threads -@dirrm linux-jdk1.3.0/jre/lib/i386/client -@dirrm linux-jdk1.3.0/jre/lib/i386/classic -@dirrm linux-jdk1.3.0/jre/lib/i386 -@dirrm linux-jdk1.3.0/jre/lib/fonts -@dirrm linux-jdk1.3.0/jre/lib/ext -@dirrm linux-jdk1.3.0/jre/lib/cmm -@dirrm linux-jdk1.3.0/jre/lib/audio -@dirrm linux-jdk1.3.0/jre/lib/applet -@dirrm linux-jdk1.3.0/jre/lib -@dirrm linux-jdk1.3.0/jre/bin/i386/native_threads -@dirrm linux-jdk1.3.0/jre/bin/i386/green_threads -@dirrm linux-jdk1.3.0/jre/bin/i386 -@dirrm linux-jdk1.3.0/jre/bin -@dirrm linux-jdk1.3.0/jre -@dirrm linux-jdk1.3.0/include-old/linux -@dirrm linux-jdk1.3.0/include-old -@dirrm linux-jdk1.3.0/include/linux -@dirrm linux-jdk1.3.0/include -@dirrm linux-jdk1.3.0/demo/sound/src -@dirrm linux-jdk1.3.0/demo/sound -@dirrm linux-jdk1.3.0/demo/jpda -@dirrm linux-jdk1.3.0/demo/jfc/TableExample/src -@dirrm linux-jdk1.3.0/demo/jfc/TableExample -@dirrm linux-jdk1.3.0/demo/jfc/SwingSet2/src -@dirrm linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/tooltip -@dirrm linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/toolbar -@dirrm linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/tabbedpane -@dirrm linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/splitpane -@dirrm linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/scrollpane -@dirrm linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/optionpane -@dirrm linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/list -@dirrm linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/htmldemo -@dirrm linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/filechooser -@dirrm linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/combobox -@dirrm linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/buttons -@dirrm linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/Octavo -@dirrm linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/ImageClub/misc -@dirrm linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/ImageClub/food -@dirrm linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images/ImageClub -@dirrm linux-jdk1.3.0/demo/jfc/SwingSet2/resources/images -@dirrm linux-jdk1.3.0/demo/jfc/SwingSet2/resources -@dirrm linux-jdk1.3.0/demo/jfc/SwingSet2 -@dirrm linux-jdk1.3.0/demo/jfc/SwingApplet/src -@dirrm linux-jdk1.3.0/demo/jfc/SwingApplet -@dirrm linux-jdk1.3.0/demo/jfc/Stylepad/src -@dirrm linux-jdk1.3.0/demo/jfc/Stylepad/resources -@dirrm linux-jdk1.3.0/demo/jfc/Stylepad -@dirrm linux-jdk1.3.0/demo/jfc/SimpleExample/src -@dirrm linux-jdk1.3.0/demo/jfc/SimpleExample -@dirrm linux-jdk1.3.0/demo/jfc/SampleTree/src -@dirrm linux-jdk1.3.0/demo/jfc/SampleTree/images -@dirrm linux-jdk1.3.0/demo/jfc/SampleTree -@dirrm linux-jdk1.3.0/demo/jfc/Notepad/src -@dirrm linux-jdk1.3.0/demo/jfc/Notepad/resources -@dirrm linux-jdk1.3.0/demo/jfc/Notepad -@dirrm linux-jdk1.3.0/demo/jfc/Metalworks/src -@dirrm linux-jdk1.3.0/demo/jfc/Metalworks/images -@dirrm linux-jdk1.3.0/demo/jfc/Metalworks/HelpFiles -@dirrm linux-jdk1.3.0/demo/jfc/Metalworks -@dirrm linux-jdk1.3.0/demo/jfc/Java2D/src/demos/Transforms -@dirrm linux-jdk1.3.0/demo/jfc/Java2D/src/demos/Paths -@dirrm linux-jdk1.3.0/demo/jfc/Java2D/src/demos/Paint -@dirrm linux-jdk1.3.0/demo/jfc/Java2D/src/demos/Mix -@dirrm linux-jdk1.3.0/demo/jfc/Java2D/src/demos/Lines -@dirrm linux-jdk1.3.0/demo/jfc/Java2D/src/demos/Images -@dirrm linux-jdk1.3.0/demo/jfc/Java2D/src/demos/Fonts -@dirrm linux-jdk1.3.0/demo/jfc/Java2D/src/demos/Composite -@dirrm linux-jdk1.3.0/demo/jfc/Java2D/src/demos/Colors -@dirrm linux-jdk1.3.0/demo/jfc/Java2D/src/demos/Clipping -@dirrm linux-jdk1.3.0/demo/jfc/Java2D/src/demos/Arcs_Curves -@dirrm linux-jdk1.3.0/demo/jfc/Java2D/src/demos -@dirrm linux-jdk1.3.0/demo/jfc/Java2D/src -@dirrm linux-jdk1.3.0/demo/jfc/Java2D/media -@dirrm linux-jdk1.3.0/demo/jfc/Java2D/images -@dirrm linux-jdk1.3.0/demo/jfc/Java2D/fonts -@dirrm linux-jdk1.3.0/demo/jfc/Java2D -@dirrm linux-jdk1.3.0/demo/jfc/Font2DTest/src -@dirrm linux-jdk1.3.0/demo/jfc/Font2DTest/resources -@dirrm linux-jdk1.3.0/demo/jfc/Font2DTest -@dirrm linux-jdk1.3.0/demo/jfc/FileChooserDemo/src -@dirrm linux-jdk1.3.0/demo/jfc/FileChooserDemo/images -@dirrm linux-jdk1.3.0/demo/jfc/FileChooserDemo -@dirrm linux-jdk1.3.0/demo/jfc/DBDemos/JavaDB -@dirrm linux-jdk1.3.0/demo/jfc/DBDemos/InsertSuppliers/Sybase -@dirrm linux-jdk1.3.0/demo/jfc/DBDemos/InsertSuppliers/MSAccess -@dirrm linux-jdk1.3.0/demo/jfc/DBDemos/InsertSuppliers -@dirrm linux-jdk1.3.0/demo/jfc/DBDemos/InsertCoffees/Sybase -@dirrm linux-jdk1.3.0/demo/jfc/DBDemos/InsertCoffees/SQLSrvr -@dirrm linux-jdk1.3.0/demo/jfc/DBDemos/InsertCoffees -@dirrm linux-jdk1.3.0/demo/jfc/DBDemos/CreateSuppliers/Sybase -@dirrm linux-jdk1.3.0/demo/jfc/DBDemos/CreateSuppliers/MSAccess -@dirrm linux-jdk1.3.0/demo/jfc/DBDemos/CreateSuppliers -@dirrm linux-jdk1.3.0/demo/jfc/DBDemos/CreateCoffees/Sybase -@dirrm linux-jdk1.3.0/demo/jfc/DBDemos/CreateCoffees/MSAccess -@dirrm linux-jdk1.3.0/demo/jfc/DBDemos/CreateCoffees -@dirrm linux-jdk1.3.0/demo/jfc/DBDemos -@dirrm linux-jdk1.3.0/demo/jfc -@dirrm linux-jdk1.3.0/demo/applets/WireFrame/models -@dirrm linux-jdk1.3.0/demo/applets/WireFrame -@dirrm linux-jdk1.3.0/demo/applets/TicTacToe/images -@dirrm linux-jdk1.3.0/demo/applets/TicTacToe/audio -@dirrm linux-jdk1.3.0/demo/applets/TicTacToe -@dirrm linux-jdk1.3.0/demo/applets/SymbolTest -@dirrm linux-jdk1.3.0/demo/applets/SpreadSheet -@dirrm linux-jdk1.3.0/demo/applets/SortDemo -@dirrm linux-jdk1.3.0/demo/applets/SimpleGraph -@dirrm linux-jdk1.3.0/demo/applets/NervousText -@dirrm linux-jdk1.3.0/demo/applets/MoleculeViewer/models -@dirrm linux-jdk1.3.0/demo/applets/MoleculeViewer -@dirrm linux-jdk1.3.0/demo/applets/JumpingBox/sounds -@dirrm linux-jdk1.3.0/demo/applets/JumpingBox -@dirrm linux-jdk1.3.0/demo/applets/ImageMap/images -@dirrm linux-jdk1.3.0/demo/applets/ImageMap/audio -@dirrm linux-jdk1.3.0/demo/applets/ImageMap -@dirrm linux-jdk1.3.0/demo/applets/GraphicsTest -@dirrm linux-jdk1.3.0/demo/applets/GraphLayout/audio -@dirrm linux-jdk1.3.0/demo/applets/GraphLayout -@dirrm linux-jdk1.3.0/demo/applets/Fractal -@dirrm linux-jdk1.3.0/demo/applets/DrawTest -@dirrm linux-jdk1.3.0/demo/applets/DitherTest -@dirrm linux-jdk1.3.0/demo/applets/Clock -@dirrm linux-jdk1.3.0/demo/applets/CardTest -@dirrm linux-jdk1.3.0/demo/applets/Blink -@dirrm linux-jdk1.3.0/demo/applets/BarChart -@dirrm linux-jdk1.3.0/demo/applets/ArcTest -@dirrm linux-jdk1.3.0/demo/applets/Animator/images/SimpleAnimation -@dirrm linux-jdk1.3.0/demo/applets/Animator/images/Beans -@dirrm linux-jdk1.3.0/demo/applets/Animator/images -@dirrm linux-jdk1.3.0/demo/applets/Animator/audio -@dirrm linux-jdk1.3.0/demo/applets/Animator -@dirrm linux-jdk1.3.0/demo/applets -@dirrm linux-jdk1.3.0/demo -@dirrm linux-jdk1.3.0/bin/i386/native_threads -@dirrm linux-jdk1.3.0/bin/i386/green_threads -@dirrm linux-jdk1.3.0/bin/i386 -@dirrm linux-jdk1.3.0/bin -@dirrm linux-jdk1.3.0 +%%TARGET_PREFIX%%/jre/bin/i386/green_threads/java +%%TARGET_PREFIX%%/jre/bin/i386/green_threads/oldjava +%%TARGET_PREFIX%%/jre/bin/i386/green_threads/javac +%%TARGET_PREFIX%%/jre/bin/i386/green_threads/oldjavac +%%TARGET_PREFIX%%/jre/bin/i386/green_threads/javah +%%TARGET_PREFIX%%/jre/bin/i386/green_threads/keytool +%%TARGET_PREFIX%%/jre/bin/i386/green_threads/jarsigner +%%TARGET_PREFIX%%/jre/bin/i386/green_threads/policytool +%%TARGET_PREFIX%%/jre/bin/i386/green_threads/jar +%%TARGET_PREFIX%%/jre/bin/i386/green_threads/appletviewer +%%TARGET_PREFIX%%/jre/bin/i386/green_threads/tnameserv +%%TARGET_PREFIX%%/jre/bin/i386/green_threads/rmic +%%TARGET_PREFIX%%/jre/bin/i386/green_threads/rmiregistry +%%TARGET_PREFIX%%/jre/bin/i386/green_threads/rmid +%%TARGET_PREFIX%%/jre/bin/i386/green_threads/javap +%%TARGET_PREFIX%%/jre/bin/i386/green_threads/native2ascii +%%TARGET_PREFIX%%/jre/bin/i386/green_threads/serialver +%%TARGET_PREFIX%%/jre/bin/i386/green_threads/oldjdb +%%TARGET_PREFIX%%/jre/bin/i386/green_threads/javadoc +%%TARGET_PREFIX%%/jre/bin/i386/green_threads/extcheck +%%TARGET_PREFIX%%/jre/bin/i386/green_threads/idlj +%%TARGET_PREFIX%%/jre/bin/i386/green_threads/jdb +%%TARGET_PREFIX%%/jre/bin/i386/native_threads/java +%%TARGET_PREFIX%%/jre/bin/i386/native_threads/keytool +%%TARGET_PREFIX%%/jre/bin/i386/native_threads/policytool +%%TARGET_PREFIX%%/jre/bin/i386/native_threads/tnameserv +%%TARGET_PREFIX%%/jre/bin/i386/native_threads/rmiregistry +%%TARGET_PREFIX%%/jre/bin/i386/native_threads/rmid +%%TARGET_PREFIX%%/jre/bin/i386/native_threads/java_vm +%%TARGET_PREFIX%%/jre/bin/i386/realpath +%%TARGET_PREFIX%%/jre/bin/.java_wrapper +%%TARGET_PREFIX%%/jre/bin/realpath +%%TARGET_PREFIX%%/jre/bin/java +%%TARGET_PREFIX%%/jre/bin/keytool +%%TARGET_PREFIX%%/jre/bin/policytool +%%TARGET_PREFIX%%/jre/bin/awt_robot +%%TARGET_PREFIX%%/jre/bin/tnameserv +%%TARGET_PREFIX%%/jre/bin/rmiregistry +%%TARGET_PREFIX%%/jre/bin/rmid +%%TARGET_PREFIX%%/jre/bin/ControlPanel +%%TARGET_PREFIX%%/jre/lib/i386/green_threads/libhpi.so +%%TARGET_PREFIX%%/jre/lib/i386/native_threads/libhpi.so +%%TARGET_PREFIX%%/jre/lib/i386/classic/Xusage.txt +%%TARGET_PREFIX%%/jre/lib/i386/classic/libjvm.so +%%TARGET_PREFIX%%/jre/lib/i386/server/libjvm.so +%%TARGET_PREFIX%%/jre/lib/i386/server/Xusage.txt +%%TARGET_PREFIX%%/jre/lib/i386/client/libjvm.so +%%TARGET_PREFIX%%/jre/lib/i386/client/Xusage.txt +%%TARGET_PREFIX%%/jre/lib/i386/hotspot +%%TARGET_PREFIX%%/jre/lib/i386/libverify.so +%%TARGET_PREFIX%%/jre/lib/i386/libjava.so +%%TARGET_PREFIX%%/jre/lib/i386/libzip.so +%%TARGET_PREFIX%%/jre/lib/i386/libhprof.so +%%TARGET_PREFIX%%/jre/lib/i386/libjcov.so +%%TARGET_PREFIX%%/jre/lib/i386/libnet.so +%%TARGET_PREFIX%%/jre/lib/i386/libjsound.so +%%TARGET_PREFIX%%/jre/lib/i386/libdcpr.so +%%TARGET_PREFIX%%/jre/lib/i386/libmlib_image.so +%%TARGET_PREFIX%%/jre/lib/i386/libawt.so +%%TARGET_PREFIX%%/jre/lib/i386/libfontmanager.so +%%TARGET_PREFIX%%/jre/lib/i386/libjpeg.so +%%TARGET_PREFIX%%/jre/lib/i386/libcmm.so +%%TARGET_PREFIX%%/jre/lib/i386/libioser12.so +%%TARGET_PREFIX%%/jre/lib/i386/libJdbcOdbc.so +%%TARGET_PREFIX%%/jre/lib/i386/libagent.so +%%TARGET_PREFIX%%/jre/lib/i386/libjawt.so +%%TARGET_PREFIX%%/jre/lib/i386/libpreemptive_close.so +%%TARGET_PREFIX%%/jre/lib/i386/libjavaplugin_jni.so +%%TARGET_PREFIX%%/jre/lib/sunrsasign.jar +%%TARGET_PREFIX%%/jre/lib/fonts/LucidaTypewriterRegular.ttf +%%TARGET_PREFIX%%/jre/lib/fonts/LucidaTypewriterBold.ttf +%%TARGET_PREFIX%%/jre/lib/fonts/LucidaTypewriterOblique.ttf +%%TARGET_PREFIX%%/jre/lib/fonts/LucidaTypewriterBoldOblique.ttf +%%TARGET_PREFIX%%/jre/lib/fonts/LucidaBrightRegular.ttf +%%TARGET_PREFIX%%/jre/lib/fonts/LucidaBrightDemiBold.ttf +%%TARGET_PREFIX%%/jre/lib/fonts/LucidaBrightItalic.ttf +%%TARGET_PREFIX%%/jre/lib/fonts/LucidaBrightDemiItalic.ttf +%%TARGET_PREFIX%%/jre/lib/fonts/LucidaSansRegular.ttf +%%TARGET_PREFIX%%/jre/lib/fonts/LucidaSansDemiBold.ttf +%%TARGET_PREFIX%%/jre/lib/fonts/LucidaSansOblique.ttf +%%TARGET_PREFIX%%/jre/lib/fonts/LucidaSansDemiOblique.ttf +%%TARGET_PREFIX%%/jre/lib/fonts/fonts.dir +%%TARGET_PREFIX%%/jre/lib/content-types.properties +%%TARGET_PREFIX%%/jre/lib/tzmappings +%%TARGET_PREFIX%%/jre/lib/jvm.cfg +%%TARGET_PREFIX%%/jre/lib/security/java.security +%%TARGET_PREFIX%%/jre/lib/security/java.policy +%%TARGET_PREFIX%%/jre/lib/security/cacerts +%%TARGET_PREFIX%%/jre/lib/jvm.hprof.txt +%%TARGET_PREFIX%%/jre/lib/jvm.jcov.txt +%%TARGET_PREFIX%%/jre/lib/flavormap.properties +%%TARGET_PREFIX%%/jre/lib/images/cursors/cursors.properties +%%TARGET_PREFIX%%/jre/lib/images/cursors/motif_CopyDrop32x32.gif +%%TARGET_PREFIX%%/jre/lib/images/cursors/motif_MoveDrop32x32.gif +%%TARGET_PREFIX%%/jre/lib/images/cursors/motif_LinkDrop32x32.gif +%%TARGET_PREFIX%%/jre/lib/images/cursors/motif_CopyNoDrop32x32.gif +%%TARGET_PREFIX%%/jre/lib/images/cursors/motif_MoveNoDrop32x32.gif +%%TARGET_PREFIX%%/jre/lib/images/cursors/motif_LinkNoDrop32x32.gif +%%TARGET_PREFIX%%/jre/lib/images/cursors/invalid32x32.gif +%%TARGET_PREFIX%%/jre/lib/audio/soundbank.gm +%%TARGET_PREFIX%%/jre/lib/psfontj2d.properties +%%TARGET_PREFIX%%/jre/lib/font.properties +%%TARGET_PREFIX%%/jre/lib/font.properties.ja +%%TARGET_PREFIX%%/jre/lib/psfont.properties.ja +%%TARGET_PREFIX%%/jre/lib/font.properties.zh +%%TARGET_PREFIX%%/jre/lib/cmm/sRGB.pf +%%TARGET_PREFIX%%/jre/lib/cmm/GRAY.pf +%%TARGET_PREFIX%%/jre/lib/cmm/CIEXYZ.pf +%%TARGET_PREFIX%%/jre/lib/cmm/PYCC.pf +%%TARGET_PREFIX%%/jre/lib/cmm/LINEAR_RGB.pf +%%TARGET_PREFIX%%/jre/lib/rt.jar +%%TARGET_PREFIX%%/jre/lib/i18n.jar +%%TARGET_PREFIX%%/jre/lib/javaplugin.jar +%%TARGET_PREFIX%%/jre/lib/locale/de/LC_MESSAGES/sunw_java_plugin.mo +%%TARGET_PREFIX%%/jre/lib/locale/es/LC_MESSAGES/sunw_java_plugin.mo +%%TARGET_PREFIX%%/jre/lib/locale/fr/LC_MESSAGES/sunw_java_plugin.mo +%%TARGET_PREFIX%%/jre/lib/locale/it/LC_MESSAGES/sunw_java_plugin.mo +%%TARGET_PREFIX%%/jre/lib/locale/ja/LC_MESSAGES/sunw_java_plugin.mo +%%TARGET_PREFIX%%/jre/lib/locale/ko/LC_MESSAGES/sunw_java_plugin.mo +%%TARGET_PREFIX%%/jre/lib/locale/ko.UTF-8/LC_MESSAGES/sunw_java_plugin.mo +%%TARGET_PREFIX%%/jre/lib/locale/sv/LC_MESSAGES/sunw_java_plugin.mo +%%TARGET_PREFIX%%/jre/lib/locale/zh/LC_MESSAGES/sunw_java_plugin.mo +%%TARGET_PREFIX%%/jre/lib/locale/zh.GBK/LC_MESSAGES/sunw_java_plugin.mo +%%TARGET_PREFIX%%/jre/lib/locale/zh_TW/LC_MESSAGES/sunw_java_plugin.mo +%%TARGET_PREFIX%%/jre/lib/locale/zh_TW.BIG5/LC_MESSAGES/sunw_java_plugin.mo +%%TARGET_PREFIX%%/jre/CHANGES +%%TARGET_PREFIX%%/jre/COPYRIGHT +%%TARGET_PREFIX%%/jre/LICENSE +%%TARGET_PREFIX%%/jre/LICENSE.fr +%%TARGET_PREFIX%%/jre/Welcome.html +%%TARGET_PREFIX%%/jre/README +%%TARGET_PREFIX%%/jre/plugin/i386/ns600/libjavaplugin_oji.so +%%TARGET_PREFIX%%/jre/plugin/i386/ns4/javaplugin.so +%%TARGET_PREFIX%%/jre/ControlPanel.html +%%TARGET_PREFIX%%/lib/htmlconverter.jar +%%TARGET_PREFIX%%/lib/tools.jar +%%TARGET_PREFIX%%/lib/orb.idl +%%TARGET_PREFIX%%/lib/ir.idl +%%TARGET_PREFIX%%/lib/i386/libdt_socket.so +%%TARGET_PREFIX%%/lib/i386/libjdwp.so +%%TARGET_PREFIX%%/lib/dt.jar +%%TARGET_PREFIX%%/bin/i386/green_threads/java +%%TARGET_PREFIX%%/bin/i386/green_threads/oldjava +%%TARGET_PREFIX%%/bin/i386/green_threads/javac +%%TARGET_PREFIX%%/bin/i386/green_threads/oldjavac +%%TARGET_PREFIX%%/bin/i386/green_threads/javah +%%TARGET_PREFIX%%/bin/i386/green_threads/keytool +%%TARGET_PREFIX%%/bin/i386/green_threads/jarsigner +%%TARGET_PREFIX%%/bin/i386/green_threads/policytool +%%TARGET_PREFIX%%/bin/i386/green_threads/jar +%%TARGET_PREFIX%%/bin/i386/green_threads/appletviewer +%%TARGET_PREFIX%%/bin/i386/green_threads/tnameserv +%%TARGET_PREFIX%%/bin/i386/green_threads/rmic +%%TARGET_PREFIX%%/bin/i386/green_threads/rmiregistry +%%TARGET_PREFIX%%/bin/i386/green_threads/rmid +%%TARGET_PREFIX%%/bin/i386/green_threads/javap +%%TARGET_PREFIX%%/bin/i386/green_threads/native2ascii +%%TARGET_PREFIX%%/bin/i386/green_threads/serialver +%%TARGET_PREFIX%%/bin/i386/green_threads/oldjdb +%%TARGET_PREFIX%%/bin/i386/green_threads/javadoc +%%TARGET_PREFIX%%/bin/i386/green_threads/extcheck +%%TARGET_PREFIX%%/bin/i386/green_threads/idlj +%%TARGET_PREFIX%%/bin/i386/green_threads/jdb +%%TARGET_PREFIX%%/bin/i386/native_threads/java +%%TARGET_PREFIX%%/bin/i386/native_threads/oldjava +%%TARGET_PREFIX%%/bin/i386/native_threads/javac +%%TARGET_PREFIX%%/bin/i386/native_threads/oldjavac +%%TARGET_PREFIX%%/bin/i386/native_threads/javah +%%TARGET_PREFIX%%/bin/i386/native_threads/keytool +%%TARGET_PREFIX%%/bin/i386/native_threads/jarsigner +%%TARGET_PREFIX%%/bin/i386/native_threads/policytool +%%TARGET_PREFIX%%/bin/i386/native_threads/jar +%%TARGET_PREFIX%%/bin/i386/native_threads/appletviewer +%%TARGET_PREFIX%%/bin/i386/native_threads/tnameserv +%%TARGET_PREFIX%%/bin/i386/native_threads/rmic +%%TARGET_PREFIX%%/bin/i386/native_threads/rmiregistry +%%TARGET_PREFIX%%/bin/i386/native_threads/rmid +%%TARGET_PREFIX%%/bin/i386/native_threads/javap +%%TARGET_PREFIX%%/bin/i386/native_threads/native2ascii +%%TARGET_PREFIX%%/bin/i386/native_threads/serialver +%%TARGET_PREFIX%%/bin/i386/native_threads/oldjdb +%%TARGET_PREFIX%%/bin/i386/native_threads/javadoc +%%TARGET_PREFIX%%/bin/i386/native_threads/extcheck +%%TARGET_PREFIX%%/bin/i386/native_threads/idlj +%%TARGET_PREFIX%%/bin/i386/native_threads/jdb +%%TARGET_PREFIX%%/bin/i386/native_threads/java_vm +%%TARGET_PREFIX%%/bin/i386/realpath +%%TARGET_PREFIX%%/bin/.java_wrapper +%%TARGET_PREFIX%%/bin/realpath +%%TARGET_PREFIX%%/bin/java +%%TARGET_PREFIX%%/bin/oldjava +%%TARGET_PREFIX%%/bin/javac +%%TARGET_PREFIX%%/bin/oldjavac +%%TARGET_PREFIX%%/bin/javah +%%TARGET_PREFIX%%/bin/keytool +%%TARGET_PREFIX%%/bin/jarsigner +%%TARGET_PREFIX%%/bin/policytool +%%TARGET_PREFIX%%/bin/jar +%%TARGET_PREFIX%%/bin/awt_robot +%%TARGET_PREFIX%%/bin/appletviewer +%%TARGET_PREFIX%%/bin/tnameserv +%%TARGET_PREFIX%%/bin/rmic +%%TARGET_PREFIX%%/bin/java-rmi.cgi +%%TARGET_PREFIX%%/bin/rmiregistry +%%TARGET_PREFIX%%/bin/rmid +%%TARGET_PREFIX%%/bin/javap +%%TARGET_PREFIX%%/bin/native2ascii +%%TARGET_PREFIX%%/bin/serialver +%%TARGET_PREFIX%%/bin/oldjdb +%%TARGET_PREFIX%%/bin/javadoc +%%TARGET_PREFIX%%/bin/extcheck +%%TARGET_PREFIX%%/bin/idlj +%%TARGET_PREFIX%%/bin/jdb +%%TARGET_PREFIX%%/bin/ControlPanel +%%TARGET_PREFIX%%/bin/HtmlConverter +%%TARGET_PREFIX%%/demo/applets/Animator/audio/0.au +%%TARGET_PREFIX%%/demo/applets/Animator/audio/1.au +%%TARGET_PREFIX%%/demo/applets/Animator/audio/2.au +%%TARGET_PREFIX%%/demo/applets/Animator/audio/3.au +%%TARGET_PREFIX%%/demo/applets/Animator/audio/4.au +%%TARGET_PREFIX%%/demo/applets/Animator/audio/5.au +%%TARGET_PREFIX%%/demo/applets/Animator/audio/6.au +%%TARGET_PREFIX%%/demo/applets/Animator/audio/7.au +%%TARGET_PREFIX%%/demo/applets/Animator/audio/8.au +%%TARGET_PREFIX%%/demo/applets/Animator/audio/9.au +%%TARGET_PREFIX%%/demo/applets/Animator/audio/spacemusic.au +%%TARGET_PREFIX%%/demo/applets/Animator/images/SimpleAnimation/T1.gif +%%TARGET_PREFIX%%/demo/applets/Animator/images/SimpleAnimation/T2.gif +%%TARGET_PREFIX%%/demo/applets/Animator/images/Beans/T10.gif +%%TARGET_PREFIX%%/demo/applets/Animator/images/Beans/T9.gif +%%TARGET_PREFIX%%/demo/applets/Animator/images/Beans/T7.gif +%%TARGET_PREFIX%%/demo/applets/Animator/images/Beans/T3.gif +%%TARGET_PREFIX%%/demo/applets/Animator/images/Beans/T8.gif +%%TARGET_PREFIX%%/demo/applets/Animator/images/Beans/T6.gif +%%TARGET_PREFIX%%/demo/applets/Animator/images/Beans/T2.gif +%%TARGET_PREFIX%%/demo/applets/Animator/images/Beans/T1.gif +%%TARGET_PREFIX%%/demo/applets/Animator/images/Beans/T5.gif +%%TARGET_PREFIX%%/demo/applets/Animator/images/Beans/T4.gif +%%TARGET_PREFIX%%/demo/applets/Animator/images/loading-msg.gif +%%TARGET_PREFIX%%/demo/applets/Animator/example1.html +%%TARGET_PREFIX%%/demo/applets/Animator/example2.html +%%TARGET_PREFIX%%/demo/applets/Animator/example3.html +%%TARGET_PREFIX%%/demo/applets/Animator/example4.html +%%TARGET_PREFIX%%/demo/applets/Animator/Animator.java +%%TARGET_PREFIX%%/demo/applets/Animator/Animator.class +%%TARGET_PREFIX%%/demo/applets/Animator/Animation.class +%%TARGET_PREFIX%%/demo/applets/Animator/ParseException.class +%%TARGET_PREFIX%%/demo/applets/Animator/AnimationFrame.class +%%TARGET_PREFIX%%/demo/applets/Animator/DescriptionFrame.class +%%TARGET_PREFIX%%/demo/applets/ArcTest/example1.html +%%TARGET_PREFIX%%/demo/applets/ArcTest/ArcTest.java +%%TARGET_PREFIX%%/demo/applets/ArcTest/ArcTest.class +%%TARGET_PREFIX%%/demo/applets/ArcTest/ArcControls.class +%%TARGET_PREFIX%%/demo/applets/ArcTest/ArcCanvas.class +%%TARGET_PREFIX%%/demo/applets/BarChart/example1.html +%%TARGET_PREFIX%%/demo/applets/BarChart/Chart.java +%%TARGET_PREFIX%%/demo/applets/BarChart/Chart.class +%%TARGET_PREFIX%%/demo/applets/Blink/example1.html +%%TARGET_PREFIX%%/demo/applets/Blink/Blink.java +%%TARGET_PREFIX%%/demo/applets/Blink/Blink$1.class +%%TARGET_PREFIX%%/demo/applets/Blink/Blink.class +%%TARGET_PREFIX%%/demo/applets/CardTest/example1.html +%%TARGET_PREFIX%%/demo/applets/CardTest/CardTest.java +%%TARGET_PREFIX%%/demo/applets/CardTest/CardPanel.class +%%TARGET_PREFIX%%/demo/applets/CardTest/CardTest.class +%%TARGET_PREFIX%%/demo/applets/Clock/example1.html +%%TARGET_PREFIX%%/demo/applets/Clock/Clock2.java +%%TARGET_PREFIX%%/demo/applets/Clock/Clock2.class +%%TARGET_PREFIX%%/demo/applets/DitherTest/example1.html +%%TARGET_PREFIX%%/demo/applets/DitherTest/DitherTest.java +%%TARGET_PREFIX%%/demo/applets/DitherTest/DitherTest.class +%%TARGET_PREFIX%%/demo/applets/DitherTest/DitherControls.class +%%TARGET_PREFIX%%/demo/applets/DitherTest/DitherCanvas.class +%%TARGET_PREFIX%%/demo/applets/DrawTest/example1.html +%%TARGET_PREFIX%%/demo/applets/DrawTest/DrawTest.java +%%TARGET_PREFIX%%/demo/applets/DrawTest/DrawTest.class +%%TARGET_PREFIX%%/demo/applets/DrawTest/DrawPanel.class +%%TARGET_PREFIX%%/demo/applets/DrawTest/DrawControls.class +%%TARGET_PREFIX%%/demo/applets/Fractal/example1.html +%%TARGET_PREFIX%%/demo/applets/Fractal/CLSFractal.java +%%TARGET_PREFIX%%/demo/applets/Fractal/CLSFractal.class +%%TARGET_PREFIX%%/demo/applets/Fractal/ContextLSystem.class +%%TARGET_PREFIX%%/demo/applets/Fractal/CLSRule.class +%%TARGET_PREFIX%%/demo/applets/Fractal/CLSTurtle.class +%%TARGET_PREFIX%%/demo/applets/GraphLayout/audio/computer.au +%%TARGET_PREFIX%%/demo/applets/GraphLayout/audio/drip.au +%%TARGET_PREFIX%%/demo/applets/GraphLayout/audio/gong.au +%%TARGET_PREFIX%%/demo/applets/GraphLayout/example1.html +%%TARGET_PREFIX%%/demo/applets/GraphLayout/example2.html +%%TARGET_PREFIX%%/demo/applets/GraphLayout/example3.html +%%TARGET_PREFIX%%/demo/applets/GraphLayout/example4.html +%%TARGET_PREFIX%%/demo/applets/GraphLayout/Graph.java +%%TARGET_PREFIX%%/demo/applets/GraphLayout/Node.class +%%TARGET_PREFIX%%/demo/applets/GraphLayout/Edge.class +%%TARGET_PREFIX%%/demo/applets/GraphLayout/GraphPanel.class +%%TARGET_PREFIX%%/demo/applets/GraphLayout/Graph.class +%%TARGET_PREFIX%%/demo/applets/GraphicsTest/example1.html +%%TARGET_PREFIX%%/demo/applets/GraphicsTest/AppletFrame.java +%%TARGET_PREFIX%%/demo/applets/GraphicsTest/GraphicsTest.java +%%TARGET_PREFIX%%/demo/applets/GraphicsTest/AppletFrame.class +%%TARGET_PREFIX%%/demo/applets/GraphicsTest/GraphicsPanel.class +%%TARGET_PREFIX%%/demo/applets/GraphicsTest/GraphicsCards.class +%%TARGET_PREFIX%%/demo/applets/GraphicsTest/GraphicsTest.class +%%TARGET_PREFIX%%/demo/applets/GraphicsTest/ArcCard.class +%%TARGET_PREFIX%%/demo/applets/GraphicsTest/ArcDegreePanel.class +%%TARGET_PREFIX%%/demo/applets/GraphicsTest/ArcPanel.class +%%TARGET_PREFIX%%/demo/applets/GraphicsTest/Shape.class +%%TARGET_PREFIX%%/demo/applets/GraphicsTest/RectShape.class +%%TARGET_PREFIX%%/demo/applets/GraphicsTest/OvalShape.class +%%TARGET_PREFIX%%/demo/applets/GraphicsTest/RoundRectShape.class +%%TARGET_PREFIX%%/demo/applets/GraphicsTest/PolygonShape.class +%%TARGET_PREFIX%%/demo/applets/GraphicsTest/ShapeTest.class +%%TARGET_PREFIX%%/demo/applets/GraphicsTest/ColorUtils.class +%%TARGET_PREFIX%%/demo/applets/ImageMap/audio/chirp1.au +%%TARGET_PREFIX%%/demo/applets/ImageMap/audio/hi.au +%%TARGET_PREFIX%%/demo/applets/ImageMap/images/jim.graham.gif +%%TARGET_PREFIX%%/demo/applets/ImageMap/example1.html +%%TARGET_PREFIX%%/demo/applets/ImageMap/sources.html +%%TARGET_PREFIX%%/demo/applets/ImageMap/imagemapcheat.html +%%TARGET_PREFIX%%/demo/applets/ImageMap/AniArea.java +%%TARGET_PREFIX%%/demo/applets/ImageMap/ButtonFilter.java +%%TARGET_PREFIX%%/demo/applets/ImageMap/ClickArea.java +%%TARGET_PREFIX%%/demo/applets/ImageMap/DelayedSoundArea.java +%%TARGET_PREFIX%%/demo/applets/ImageMap/HighlightArea.java +%%TARGET_PREFIX%%/demo/applets/ImageMap/HighlightFilter.java +%%TARGET_PREFIX%%/demo/applets/ImageMap/HrefButtonArea.java +%%TARGET_PREFIX%%/demo/applets/ImageMap/ImageMap.java +%%TARGET_PREFIX%%/demo/applets/ImageMap/ImageMapArea.java +%%TARGET_PREFIX%%/demo/applets/ImageMap/LinkArea.java +%%TARGET_PREFIX%%/demo/applets/ImageMap/NameArea.java +%%TARGET_PREFIX%%/demo/applets/ImageMap/RoundButtonFilter.java +%%TARGET_PREFIX%%/demo/applets/ImageMap/RoundHrefButtonArea.java +%%TARGET_PREFIX%%/demo/applets/ImageMap/SoundArea.java +%%TARGET_PREFIX%%/demo/applets/ImageMap/TickerArea.java +%%TARGET_PREFIX%%/demo/applets/ImageMap/AniArea.class +%%TARGET_PREFIX%%/demo/applets/ImageMap/ImageMapArea.class +%%TARGET_PREFIX%%/demo/applets/ImageMap/ImageMap.class +%%TARGET_PREFIX%%/demo/applets/ImageMap/ButtonFilter.class +%%TARGET_PREFIX%%/demo/applets/ImageMap/ClickArea.class +%%TARGET_PREFIX%%/demo/applets/ImageMap/DelayedSoundArea.class +%%TARGET_PREFIX%%/demo/applets/ImageMap/HighlightArea.class +%%TARGET_PREFIX%%/demo/applets/ImageMap/HighlightFilter.class +%%TARGET_PREFIX%%/demo/applets/ImageMap/HrefButtonArea.class +%%TARGET_PREFIX%%/demo/applets/ImageMap/LinkArea.class +%%TARGET_PREFIX%%/demo/applets/ImageMap/NameArea.class +%%TARGET_PREFIX%%/demo/applets/ImageMap/RoundButtonFilter.class +%%TARGET_PREFIX%%/demo/applets/ImageMap/RoundHrefButtonArea.class +%%TARGET_PREFIX%%/demo/applets/ImageMap/SoundArea.class +%%TARGET_PREFIX%%/demo/applets/ImageMap/TickerArea.class +%%TARGET_PREFIX%%/demo/applets/JumpingBox/sounds/adapt-or-die.au +%%TARGET_PREFIX%%/demo/applets/JumpingBox/sounds/ip.au +%%TARGET_PREFIX%%/demo/applets/JumpingBox/sounds/that.hurts.au +%%TARGET_PREFIX%%/demo/applets/JumpingBox/sounds/cannot.be.completed.au +%%TARGET_PREFIX%%/demo/applets/JumpingBox/sounds/thin.bell.au +%%TARGET_PREFIX%%/demo/applets/JumpingBox/sounds/tiptoe.thru.the.tulips.au +%%TARGET_PREFIX%%/demo/applets/JumpingBox/example1.html +%%TARGET_PREFIX%%/demo/applets/JumpingBox/MouseTrack.java +%%TARGET_PREFIX%%/demo/applets/JumpingBox/MouseTrack.class +%%TARGET_PREFIX%%/demo/applets/MoleculeViewer/models/benzene.xyz +%%TARGET_PREFIX%%/demo/applets/MoleculeViewer/models/buckminsterfullerine.xyz +%%TARGET_PREFIX%%/demo/applets/MoleculeViewer/models/HyaluronicAcid.xyz +%%TARGET_PREFIX%%/demo/applets/MoleculeViewer/models/cyclohexane.xyz +%%TARGET_PREFIX%%/demo/applets/MoleculeViewer/models/ethane.xyz +%%TARGET_PREFIX%%/demo/applets/MoleculeViewer/models/water.xyz +%%TARGET_PREFIX%%/demo/applets/MoleculeViewer/example1.html +%%TARGET_PREFIX%%/demo/applets/MoleculeViewer/example2.html +%%TARGET_PREFIX%%/demo/applets/MoleculeViewer/example3.html +%%TARGET_PREFIX%%/demo/applets/MoleculeViewer/Matrix3D.java +%%TARGET_PREFIX%%/demo/applets/MoleculeViewer/XYZApp.java +%%TARGET_PREFIX%%/demo/applets/MoleculeViewer/Matrix3D.class +%%TARGET_PREFIX%%/demo/applets/MoleculeViewer/XYZChemModel.class +%%TARGET_PREFIX%%/demo/applets/MoleculeViewer/Atom.class +%%TARGET_PREFIX%%/demo/applets/MoleculeViewer/XYZApp.class +%%TARGET_PREFIX%%/demo/applets/NervousText/example1.html +%%TARGET_PREFIX%%/demo/applets/NervousText/NervousText.java +%%TARGET_PREFIX%%/demo/applets/NervousText/NervousText.class +%%TARGET_PREFIX%%/demo/applets/SimpleGraph/example1.html +%%TARGET_PREFIX%%/demo/applets/SimpleGraph/GraphApplet.java +%%TARGET_PREFIX%%/demo/applets/SimpleGraph/GraphApplet.class +%%TARGET_PREFIX%%/demo/applets/SortDemo/example1.html +%%TARGET_PREFIX%%/demo/applets/SortDemo/BidirBubbleSortAlgorithm.java +%%TARGET_PREFIX%%/demo/applets/SortDemo/BubbleSortAlgorithm.java +%%TARGET_PREFIX%%/demo/applets/SortDemo/QSortAlgorithm.java +%%TARGET_PREFIX%%/demo/applets/SortDemo/SortAlgorithm.java +%%TARGET_PREFIX%%/demo/applets/SortDemo/SortItem.java +%%TARGET_PREFIX%%/demo/applets/SortDemo/BidirBubbleSortAlgorithm.class +%%TARGET_PREFIX%%/demo/applets/SortDemo/SortAlgorithm.class +%%TARGET_PREFIX%%/demo/applets/SortDemo/SortItem.class +%%TARGET_PREFIX%%/demo/applets/SortDemo/BubbleSortAlgorithm.class +%%TARGET_PREFIX%%/demo/applets/SortDemo/QSortAlgorithm.class +%%TARGET_PREFIX%%/demo/applets/SpreadSheet/example1.html +%%TARGET_PREFIX%%/demo/applets/SpreadSheet/SpreadSheet.java +%%TARGET_PREFIX%%/demo/applets/SpreadSheet/SpreadSheet.class +%%TARGET_PREFIX%%/demo/applets/SpreadSheet/SpreadSheetInput.class +%%TARGET_PREFIX%%/demo/applets/SpreadSheet/InputField.class +%%TARGET_PREFIX%%/demo/applets/SpreadSheet/Cell.class +%%TARGET_PREFIX%%/demo/applets/SpreadSheet/Node.class +%%TARGET_PREFIX%%/demo/applets/SpreadSheet/CellUpdater.class +%%TARGET_PREFIX%%/demo/applets/SymbolTest/example1.html +%%TARGET_PREFIX%%/demo/applets/SymbolTest/SymbolTest.java +%%TARGET_PREFIX%%/demo/applets/SymbolTest/SymbolTest$MyAdapter.class +%%TARGET_PREFIX%%/demo/applets/SymbolTest/SymbolTest.class +%%TARGET_PREFIX%%/demo/applets/SymbolTest/SymbolCanvas.class +%%TARGET_PREFIX%%/demo/applets/TicTacToe/audio/beep.au +%%TARGET_PREFIX%%/demo/applets/TicTacToe/audio/ding.au +%%TARGET_PREFIX%%/demo/applets/TicTacToe/audio/return.au +%%TARGET_PREFIX%%/demo/applets/TicTacToe/audio/yahoo1.au +%%TARGET_PREFIX%%/demo/applets/TicTacToe/audio/yahoo2.au +%%TARGET_PREFIX%%/demo/applets/TicTacToe/images/cross.gif +%%TARGET_PREFIX%%/demo/applets/TicTacToe/images/not.gif +%%TARGET_PREFIX%%/demo/applets/TicTacToe/example1.html +%%TARGET_PREFIX%%/demo/applets/TicTacToe/TicTacToe.java +%%TARGET_PREFIX%%/demo/applets/TicTacToe/TicTacToe.class +%%TARGET_PREFIX%%/demo/applets/WireFrame/models/cube.obj +%%TARGET_PREFIX%%/demo/applets/WireFrame/models/dinasaur.obj +%%TARGET_PREFIX%%/demo/applets/WireFrame/models/hughes_500.obj +%%TARGET_PREFIX%%/demo/applets/WireFrame/models/knoxS.obj +%%TARGET_PREFIX%%/demo/applets/WireFrame/example1.html +%%TARGET_PREFIX%%/demo/applets/WireFrame/example2.html +%%TARGET_PREFIX%%/demo/applets/WireFrame/example3.html +%%TARGET_PREFIX%%/demo/applets/WireFrame/example4.html +%%TARGET_PREFIX%%/demo/applets/WireFrame/Matrix3D.java +%%TARGET_PREFIX%%/demo/applets/WireFrame/ThreeD.java +%%TARGET_PREFIX%%/demo/applets/WireFrame/Matrix3D.class +%%TARGET_PREFIX%%/demo/applets/WireFrame/FileFormatException.class +%%TARGET_PREFIX%%/demo/applets/WireFrame/Model3D.class +%%TARGET_PREFIX%%/demo/applets/WireFrame/ThreeD.class +%%TARGET_PREFIX%%/demo/jfc/SwingSet2/src/AquaTheme.java +%%TARGET_PREFIX%%/demo/jfc/SwingSet2/src/BezierAnimationPanel.java +%%TARGET_PREFIX%%/demo/jfc/SwingSet2/src/ButtonDemo.java +%%TARGET_PREFIX%%/demo/jfc/SwingSet2/src/CharcoalTheme.java +%%TARGET_PREFIX%%/demo/jfc/SwingSet2/src/CodeViewer.java +%%TARGET_PREFIX%%/demo/jfc/SwingSet2/src/ColorChooserDemo.java +%%TARGET_PREFIX%%/demo/jfc/SwingSet2/src/ComboBoxDemo.java +%%TARGET_PREFIX%%/demo/jfc/SwingSet2/src/ContrastTheme.java +%%TARGET_PREFIX%%/demo/jfc/SwingSet2/src/DemoModule.java +%%TARGET_PREFIX%%/demo/jfc/SwingSet2/src/DirectionPanel.java +%%TARGET_PREFIX%%/demo/jfc/SwingSet2/src/EmeraldTheme.java +%%TARGET_PREFIX%%/demo/jfc/SwingSet2/src/ExampleFileFilter.java +%%TARGET_PREFIX%%/demo/jfc/SwingSet2/src/ExampleFileView.java +%%TARGET_PREFIX%%/demo/jfc/SwingSet2/src/FileChooserDemo.java +%%TARGET_PREFIX%%/demo/jfc/SwingSet2/src/HtmlDemo.java +%%TARGET_PREFIX%%/demo/jfc/SwingSet2/src/InternalFrameDemo.java +%%TARGET_PREFIX%%/demo/jfc/SwingSet2/src/LayoutControlPanel.java +%%TARGET_PREFIX%%/demo/jfc/SwingSet2/src/ListDemo.java +%%TARGET_PREFIX%%/demo/jfc/SwingSet2/src/OptionPaneDemo.java +%%TARGET_PREFIX%%/demo/jfc/SwingSet2/src/Permuter.java +%%TARGET_PREFIX%%/demo/jfc/SwingSet2/src/ProgressBarDemo.java +%%TARGET_PREFIX%%/demo/jfc/SwingSet2/src/RubyTheme.java +%%TARGET_PREFIX%%/demo/jfc/SwingSet2/src/ScrollPaneDemo.java +%%TARGET_PREFIX%%/demo/jfc/SwingSet2/src/SliderDemo.java +%%TARGET_PREFIX%%/demo/jfc/SwingSet2/src/SplitPaneDemo.java +%%TARGET_PREFIX%%/demo/jfc/SwingSet2/src/SwingSet2.java +%%TARGET_PREFIX%%/demo/jfc/SwingSet2/src/SwingSet2Applet.java +%%TARGET_PREFIX%%/demo/jfc/SwingSet2/src/TabbedPaneDemo.java +%%TARGET_PREFIX%%/demo/jfc/SwingSet2/src/TableDemo.java +%%TARGET_PREFIX%%/demo/jfc/SwingSet2/src/ToolTipDemo.java +%%TARGET_PREFIX%%/demo/jfc/SwingSet2/src/TreeDemo.java +%%TARGET_PREFIX%%/demo/jfc/SwingSet2/README.txt +%%TARGET_PREFIX%%/demo/jfc/SwingSet2/SwingSet2.html +%%TARGET_PREFIX%%/demo/jfc/SwingSet2/SwingSet2Plugin.html +%%TARGET_PREFIX%%/demo/jfc/SwingSet2/SwingSet2.jar +%%TARGET_PREFIX%%/demo/jfc/FileChooserDemo/images/gifIcon.gif +%%TARGET_PREFIX%%/demo/jfc/FileChooserDemo/images/jpgIcon.jpg +%%TARGET_PREFIX%%/demo/jfc/FileChooserDemo/src/ExampleFileFilter.java +%%TARGET_PREFIX%%/demo/jfc/FileChooserDemo/src/ExampleFileView.java +%%TARGET_PREFIX%%/demo/jfc/FileChooserDemo/src/FileChooserDemo.java +%%TARGET_PREFIX%%/demo/jfc/FileChooserDemo/README.txt +%%TARGET_PREFIX%%/demo/jfc/FileChooserDemo/FileChooserDemo.jar +%%TARGET_PREFIX%%/demo/jfc/Metalworks/HelpFiles/back.gif +%%TARGET_PREFIX%%/demo/jfc/Metalworks/HelpFiles/credits.html +%%TARGET_PREFIX%%/demo/jfc/Metalworks/HelpFiles/duke.gif +%%TARGET_PREFIX%%/demo/jfc/Metalworks/HelpFiles/javalogo.gif +%%TARGET_PREFIX%%/demo/jfc/Metalworks/HelpFiles/metal.html +%%TARGET_PREFIX%%/demo/jfc/Metalworks/HelpFiles/metalworks.html +%%TARGET_PREFIX%%/demo/jfc/Metalworks/HelpFiles/swing.html +%%TARGET_PREFIX%%/demo/jfc/Metalworks/HelpFiles/toc.html +%%TARGET_PREFIX%%/demo/jfc/Metalworks/images/palette_crop.gif +%%TARGET_PREFIX%%/demo/jfc/Metalworks/images/palette_draw.gif +%%TARGET_PREFIX%%/demo/jfc/Metalworks/images/palette_hand.gif +%%TARGET_PREFIX%%/demo/jfc/Metalworks/images/palette_select.gif +%%TARGET_PREFIX%%/demo/jfc/Metalworks/images/palette_text.gif +%%TARGET_PREFIX%%/demo/jfc/Metalworks/images/palette_zoom.gif +%%TARGET_PREFIX%%/demo/jfc/Metalworks/src/AquaMetalTheme.java +%%TARGET_PREFIX%%/demo/jfc/Metalworks/src/BigContrastMetalTheme.java +%%TARGET_PREFIX%%/demo/jfc/Metalworks/src/ContrastMetalTheme.java +%%TARGET_PREFIX%%/demo/jfc/Metalworks/src/DemoMetalTheme.java +%%TARGET_PREFIX%%/demo/jfc/Metalworks/src/GreenMetalTheme.java +%%TARGET_PREFIX%%/demo/jfc/Metalworks/src/KhakiMetalTheme.java +%%TARGET_PREFIX%%/demo/jfc/Metalworks/src/MetalThemeMenu.java +%%TARGET_PREFIX%%/demo/jfc/Metalworks/src/Metalworks.java +%%TARGET_PREFIX%%/demo/jfc/Metalworks/src/MetalworksDocumentFrame.java +%%TARGET_PREFIX%%/demo/jfc/Metalworks/src/MetalworksFrame.java +%%TARGET_PREFIX%%/demo/jfc/Metalworks/src/MetalworksHelp.java +%%TARGET_PREFIX%%/demo/jfc/Metalworks/src/MetalworksInBox.java +%%TARGET_PREFIX%%/demo/jfc/Metalworks/src/MetalworksPrefs.java +%%TARGET_PREFIX%%/demo/jfc/Metalworks/src/PropertiesMetalTheme.java +%%TARGET_PREFIX%%/demo/jfc/Metalworks/src/UISwitchListener.java +%%TARGET_PREFIX%%/demo/jfc/Metalworks/MyTheme.theme +%%TARGET_PREFIX%%/demo/jfc/Metalworks/README.txt +%%TARGET_PREFIX%%/demo/jfc/Metalworks/Metalworks.jar +%%TARGET_PREFIX%%/demo/jfc/DBDemos/CreateCoffees/MSAccess/runnit.bat +%%TARGET_PREFIX%%/demo/jfc/DBDemos/CreateCoffees/MSAccess/CreateCoffees.class +%%TARGET_PREFIX%%/demo/jfc/DBDemos/CreateCoffees/MSAccess/CreateCoffees.java +%%TARGET_PREFIX%%/demo/jfc/DBDemos/CreateCoffees/Sybase/runnit.bat +%%TARGET_PREFIX%%/demo/jfc/DBDemos/CreateCoffees/Sybase/CreateCoffees.class +%%TARGET_PREFIX%%/demo/jfc/DBDemos/CreateCoffees/Sybase/CreateCoffees.java +%%TARGET_PREFIX%%/demo/jfc/DBDemos/CreateSuppliers/MSAccess/runnit.bat +%%TARGET_PREFIX%%/demo/jfc/DBDemos/CreateSuppliers/MSAccess/CreateSuppliers.class +%%TARGET_PREFIX%%/demo/jfc/DBDemos/CreateSuppliers/MSAccess/CreateSuppliers.java +%%TARGET_PREFIX%%/demo/jfc/DBDemos/CreateSuppliers/Sybase/runnit.bat +%%TARGET_PREFIX%%/demo/jfc/DBDemos/CreateSuppliers/Sybase/CreateSuppliers.class +%%TARGET_PREFIX%%/demo/jfc/DBDemos/CreateSuppliers/Sybase/CreateSuppliers.java +%%TARGET_PREFIX%%/demo/jfc/DBDemos/InsertCoffees/SQLSrvr/runnit.bat +%%TARGET_PREFIX%%/demo/jfc/DBDemos/InsertCoffees/SQLSrvr/InsertCoffees.class +%%TARGET_PREFIX%%/demo/jfc/DBDemos/InsertCoffees/SQLSrvr/InsertCoffees.java +%%TARGET_PREFIX%%/demo/jfc/DBDemos/InsertCoffees/Sybase/runnit.bat +%%TARGET_PREFIX%%/demo/jfc/DBDemos/InsertCoffees/Sybase/InsertCoffees.class +%%TARGET_PREFIX%%/demo/jfc/DBDemos/InsertCoffees/Sybase/InsertCoffees.java +%%TARGET_PREFIX%%/demo/jfc/DBDemos/InsertSuppliers/MSAccess/InsertSuppliers.class +%%TARGET_PREFIX%%/demo/jfc/DBDemos/InsertSuppliers/MSAccess/InsertSuppliers.java +%%TARGET_PREFIX%%/demo/jfc/DBDemos/InsertSuppliers/MSAccess/runnit.bat +%%TARGET_PREFIX%%/demo/jfc/DBDemos/InsertSuppliers/Sybase/runnit.bat +%%TARGET_PREFIX%%/demo/jfc/DBDemos/InsertSuppliers/Sybase/InsertSuppliers.class +%%TARGET_PREFIX%%/demo/jfc/DBDemos/InsertSuppliers/Sybase/InsertSuppliers.java +%%TARGET_PREFIX%%/demo/jfc/DBDemos/JavaDB/CAFEJAVA.ldb +%%TARGET_PREFIX%%/demo/jfc/DBDemos/JavaDB/CAFEJAVA.MDB +%%TARGET_PREFIX%%/demo/jfc/DBDemos/README.txt +%%TARGET_PREFIX%%/demo/jfc/DBDemos/private.fls +%%TARGET_PREFIX%%/demo/jfc/SimpleExample/src/SimpleExample.java +%%TARGET_PREFIX%%/demo/jfc/SimpleExample/README.txt +%%TARGET_PREFIX%%/demo/jfc/SimpleExample/SimpleExample.jar +%%TARGET_PREFIX%%/demo/jfc/Notepad/resources/copy.gif +%%TARGET_PREFIX%%/demo/jfc/Notepad/resources/cut.gif +%%TARGET_PREFIX%%/demo/jfc/Notepad/resources/new.gif +%%TARGET_PREFIX%%/demo/jfc/Notepad/resources/Notepad.properties +%%TARGET_PREFIX%%/demo/jfc/Notepad/resources/Notepad_fr.properties +%%TARGET_PREFIX%%/demo/jfc/Notepad/resources/Notepad_sv.properties +%%TARGET_PREFIX%%/demo/jfc/Notepad/resources/Notepad_zh_CN.properties +%%TARGET_PREFIX%%/demo/jfc/Notepad/resources/open.gif +%%TARGET_PREFIX%%/demo/jfc/Notepad/resources/paste.gif +%%TARGET_PREFIX%%/demo/jfc/Notepad/resources/save.gif +%%TARGET_PREFIX%%/demo/jfc/Notepad/src/ElementTreePanel.java +%%TARGET_PREFIX%%/demo/jfc/Notepad/src/Notepad.java +%%TARGET_PREFIX%%/demo/jfc/Notepad/README.txt +%%TARGET_PREFIX%%/demo/jfc/Notepad/Notepad.jar +%%TARGET_PREFIX%%/demo/jfc/Stylepad/resources/alice.gif +%%TARGET_PREFIX%%/demo/jfc/Stylepad/resources/bold.gif +%%TARGET_PREFIX%%/demo/jfc/Stylepad/resources/bullets.gif +%%TARGET_PREFIX%%/demo/jfc/Stylepad/resources/caterpillar.gif +%%TARGET_PREFIX%%/demo/jfc/Stylepad/resources/center.gif +%%TARGET_PREFIX%%/demo/jfc/Stylepad/resources/fg.gif +%%TARGET_PREFIX%%/demo/jfc/Stylepad/resources/hatter.gif +%%TARGET_PREFIX%%/demo/jfc/Stylepad/resources/italic.gif +%%TARGET_PREFIX%%/demo/jfc/Stylepad/resources/left.gif +%%TARGET_PREFIX%%/demo/jfc/Stylepad/resources/rabbit.gif +%%TARGET_PREFIX%%/demo/jfc/Stylepad/resources/rabbit2.gif +%%TARGET_PREFIX%%/demo/jfc/Stylepad/resources/right.gif +%%TARGET_PREFIX%%/demo/jfc/Stylepad/resources/Stylepad.properties +%%TARGET_PREFIX%%/demo/jfc/Stylepad/resources/Stylepad_sv.properties +%%TARGET_PREFIX%%/demo/jfc/Stylepad/resources/Stylepad_zh_CN.properties +%%TARGET_PREFIX%%/demo/jfc/Stylepad/resources/underline.gif +%%TARGET_PREFIX%%/demo/jfc/Stylepad/resources/Notepad.properties +%%TARGET_PREFIX%%/demo/jfc/Stylepad/resources/Notepad_fr.properties +%%TARGET_PREFIX%%/demo/jfc/Stylepad/resources/Notepad_sv.properties +%%TARGET_PREFIX%%/demo/jfc/Stylepad/resources/Notepad_zh_CN.properties +%%TARGET_PREFIX%%/demo/jfc/Stylepad/resources/copy.gif +%%TARGET_PREFIX%%/demo/jfc/Stylepad/resources/cut.gif +%%TARGET_PREFIX%%/demo/jfc/Stylepad/resources/new.gif +%%TARGET_PREFIX%%/demo/jfc/Stylepad/resources/open.gif +%%TARGET_PREFIX%%/demo/jfc/Stylepad/resources/paste.gif +%%TARGET_PREFIX%%/demo/jfc/Stylepad/resources/save.gif +%%TARGET_PREFIX%%/demo/jfc/Stylepad/src/HelloWorld.java +%%TARGET_PREFIX%%/demo/jfc/Stylepad/src/Notepad.java +%%TARGET_PREFIX%%/demo/jfc/Stylepad/src/ElementTreePanel.java +%%TARGET_PREFIX%%/demo/jfc/Stylepad/src/Stylepad.java +%%TARGET_PREFIX%%/demo/jfc/Stylepad/src/Wonderland.java +%%TARGET_PREFIX%%/demo/jfc/Stylepad/README.txt +%%TARGET_PREFIX%%/demo/jfc/Stylepad/Stylepad.jar +%%TARGET_PREFIX%%/demo/jfc/SampleTree/images/collapsed.gif +%%TARGET_PREFIX%%/demo/jfc/SampleTree/images/expanded.gif +%%TARGET_PREFIX%%/demo/jfc/SampleTree/src/DynamicTreeNode.java +%%TARGET_PREFIX%%/demo/jfc/SampleTree/src/SampleData.java +%%TARGET_PREFIX%%/demo/jfc/SampleTree/src/SampleTree.java +%%TARGET_PREFIX%%/demo/jfc/SampleTree/src/SampleTreeCellRenderer.java +%%TARGET_PREFIX%%/demo/jfc/SampleTree/src/SampleTreeModel.java +%%TARGET_PREFIX%%/demo/jfc/SampleTree/README.txt +%%TARGET_PREFIX%%/demo/jfc/SampleTree/SampleTree.jar +%%TARGET_PREFIX%%/demo/jfc/SwingApplet/src/SwingApplet.java +%%TARGET_PREFIX%%/demo/jfc/SwingApplet/README.txt +%%TARGET_PREFIX%%/demo/jfc/SwingApplet/SwingApplet.html +%%TARGET_PREFIX%%/demo/jfc/SwingApplet/SwingApplet.jar +%%TARGET_PREFIX%%/demo/jfc/TableExample/src/JDBCAdapter.java +%%TARGET_PREFIX%%/demo/jfc/TableExample/src/OldJTable.java +%%TARGET_PREFIX%%/demo/jfc/TableExample/src/TableExample.java +%%TARGET_PREFIX%%/demo/jfc/TableExample/src/TableExample2.java +%%TARGET_PREFIX%%/demo/jfc/TableExample/src/TableExample3.java +%%TARGET_PREFIX%%/demo/jfc/TableExample/src/TableExample4.java +%%TARGET_PREFIX%%/demo/jfc/TableExample/src/TableMap.java +%%TARGET_PREFIX%%/demo/jfc/TableExample/src/TableSorter.java +%%TARGET_PREFIX%%/demo/jfc/TableExample/README.txt +%%TARGET_PREFIX%%/demo/jfc/TableExample/TableExample.jar +%%TARGET_PREFIX%%/demo/jfc/Java2D/src/demos/Arcs_Curves/Arcs.java +%%TARGET_PREFIX%%/demo/jfc/Java2D/src/demos/Arcs_Curves/BezierAnim.java +%%TARGET_PREFIX%%/demo/jfc/Java2D/src/demos/Arcs_Curves/Curves.java +%%TARGET_PREFIX%%/demo/jfc/Java2D/src/demos/Arcs_Curves/Ellipses.java +%%TARGET_PREFIX%%/demo/jfc/Java2D/src/demos/Clipping/ClipAnim.java +%%TARGET_PREFIX%%/demo/jfc/Java2D/src/demos/Clipping/Text.java +%%TARGET_PREFIX%%/demo/jfc/Java2D/src/demos/Clipping/Areas.java +%%TARGET_PREFIX%%/demo/jfc/Java2D/src/demos/Clipping/Intersection.java +%%TARGET_PREFIX%%/demo/jfc/Java2D/src/demos/Colors/ColorConvert.java +%%TARGET_PREFIX%%/demo/jfc/Java2D/src/demos/Colors/BullsEye.java +%%TARGET_PREFIX%%/demo/jfc/Java2D/src/demos/Colors/Rotator3D.java +%%TARGET_PREFIX%%/demo/jfc/Java2D/src/demos/Composite/ACimages.java +%%TARGET_PREFIX%%/demo/jfc/Java2D/src/demos/Composite/FadeAnim.java +%%TARGET_PREFIX%%/demo/jfc/Java2D/src/demos/Composite/ACrules.java +%%TARGET_PREFIX%%/demo/jfc/Java2D/src/demos/Fonts/AllFonts.java +%%TARGET_PREFIX%%/demo/jfc/Java2D/src/demos/Fonts/Outline.java +%%TARGET_PREFIX%%/demo/jfc/Java2D/src/demos/Fonts/Highlighting.java +%%TARGET_PREFIX%%/demo/jfc/Java2D/src/demos/Fonts/Tree.java +%%TARGET_PREFIX%%/demo/jfc/Java2D/src/demos/Fonts/AttributedStr.java +%%TARGET_PREFIX%%/demo/jfc/Java2D/src/demos/Images/DukeAnim.java +%%TARGET_PREFIX%%/demo/jfc/Java2D/src/demos/Images/ImageOps.java +%%TARGET_PREFIX%%/demo/jfc/Java2D/src/demos/Images/WarpImage.java +%%TARGET_PREFIX%%/demo/jfc/Java2D/src/demos/Images/JPEGFlip.java +%%TARGET_PREFIX%%/demo/jfc/Java2D/src/demos/Lines/LineAnim.java +%%TARGET_PREFIX%%/demo/jfc/Java2D/src/demos/Lines/Caps.java +%%TARGET_PREFIX%%/demo/jfc/Java2D/src/demos/Lines/Joins.java +%%TARGET_PREFIX%%/demo/jfc/Java2D/src/demos/Lines/Dash.java +%%TARGET_PREFIX%%/demo/jfc/Java2D/src/demos/Mix/Stars3D.java +%%TARGET_PREFIX%%/demo/jfc/Java2D/src/demos/Mix/Balls.java +%%TARGET_PREFIX%%/demo/jfc/Java2D/src/demos/Mix/BezierScroller.java +%%TARGET_PREFIX%%/demo/jfc/Java2D/src/demos/Paths/Append.java +%%TARGET_PREFIX%%/demo/jfc/Java2D/src/demos/Paths/CurveQuadTo.java +%%TARGET_PREFIX%%/demo/jfc/Java2D/src/demos/Paths/FillStroke.java +%%TARGET_PREFIX%%/demo/jfc/Java2D/src/demos/Paths/WindingRule.java +%%TARGET_PREFIX%%/demo/jfc/Java2D/src/demos/Transforms/Rotate.java +%%TARGET_PREFIX%%/demo/jfc/Java2D/src/demos/Transforms/SelectTx.java +%%TARGET_PREFIX%%/demo/jfc/Java2D/src/demos/Transforms/TransformAnim.java +%%TARGET_PREFIX%%/demo/jfc/Java2D/src/demos/Paint/GradAnim.java +%%TARGET_PREFIX%%/demo/jfc/Java2D/src/demos/Paint/TextureAnim.java +%%TARGET_PREFIX%%/demo/jfc/Java2D/src/demos/Paint/Gradient.java +%%TARGET_PREFIX%%/demo/jfc/Java2D/src/demos/Paint/Texture.java +%%TARGET_PREFIX%%/demo/jfc/Java2D/src/DemoPanel.java +%%TARGET_PREFIX%%/demo/jfc/Java2D/src/GlobalControls.java +%%TARGET_PREFIX%%/demo/jfc/Java2D/src/MemoryMonitor.java +%%TARGET_PREFIX%%/demo/jfc/Java2D/src/Surface.java +%%TARGET_PREFIX%%/demo/jfc/Java2D/src/Java2Demo.java +%%TARGET_PREFIX%%/demo/jfc/Java2D/src/Tools.java +%%TARGET_PREFIX%%/demo/jfc/Java2D/src/PerformanceMonitor.java +%%TARGET_PREFIX%%/demo/jfc/Java2D/src/RunWindow.java +%%TARGET_PREFIX%%/demo/jfc/Java2D/src/TextureChooser.java +%%TARGET_PREFIX%%/demo/jfc/Java2D/src/DemoGroup.java +%%TARGET_PREFIX%%/demo/jfc/Java2D/src/GlobalPanel.java +%%TARGET_PREFIX%%/demo/jfc/Java2D/src/Java2DemoApplet.java +%%TARGET_PREFIX%%/demo/jfc/Java2D/src/DemoImages.java +%%TARGET_PREFIX%%/demo/jfc/Java2D/src/DemoFonts.java +%%TARGET_PREFIX%%/demo/jfc/Java2D/src/AnimatingSurface.java +%%TARGET_PREFIX%%/demo/jfc/Java2D/src/AnimatingControlsSurface.java +%%TARGET_PREFIX%%/demo/jfc/Java2D/src/ControlsSurface.java +%%TARGET_PREFIX%%/demo/jfc/Java2D/src/Intro.java +%%TARGET_PREFIX%%/demo/jfc/Java2D/src/CustomControlsContext.java +%%TARGET_PREFIX%%/demo/jfc/Java2D/src/CustomControls.java +%%TARGET_PREFIX%%/demo/jfc/Java2D/src/CloningFeature.java +%%TARGET_PREFIX%%/demo/jfc/Java2D/README.txt +%%TARGET_PREFIX%%/demo/jfc/Java2D/Java2Demo.html +%%TARGET_PREFIX%%/demo/jfc/Java2D/Java2Demo.jar +%%TARGET_PREFIX%%/demo/jfc/Font2DTest/src/Font2DTest.java +%%TARGET_PREFIX%%/demo/jfc/Font2DTest/README.txt +%%TARGET_PREFIX%%/demo/jfc/Font2DTest/Font2DTest.html +%%TARGET_PREFIX%%/demo/jfc/Font2DTest/resources/resource.data +%%TARGET_PREFIX%%/demo/jfc/Font2DTest/resources/TextResources.properties +%%TARGET_PREFIX%%/demo/jfc/Font2DTest/resources/TextResources_de.properties +%%TARGET_PREFIX%%/demo/jfc/Font2DTest/resources/TextResources_en.properties +%%TARGET_PREFIX%%/demo/jfc/Font2DTest/resources/TextResources_en_GB.properties +%%TARGET_PREFIX%%/demo/jfc/Font2DTest/resources/TextResources_ko.properties +%%TARGET_PREFIX%%/demo/jfc/Font2DTest/Font2DTest.jar +%%TARGET_PREFIX%%/demo/sound/src/JavaSoundApplet.java +%%TARGET_PREFIX%%/demo/sound/src/JavaSound.java +%%TARGET_PREFIX%%/demo/sound/src/MidiSynth.java +%%TARGET_PREFIX%%/demo/sound/src/CapturePlayback.java +%%TARGET_PREFIX%%/demo/sound/src/ControlContext.java +%%TARGET_PREFIX%%/demo/sound/src/Groove.java +%%TARGET_PREFIX%%/demo/sound/src/TempoDial.java +%%TARGET_PREFIX%%/demo/sound/src/Juke.java +%%TARGET_PREFIX%%/demo/sound/README.txt +%%TARGET_PREFIX%%/demo/sound/JavaSound.html +%%TARGET_PREFIX%%/demo/sound/media/ambient.rmf +%%TARGET_PREFIX%%/demo/sound/media/classical.rmf +%%TARGET_PREFIX%%/demo/sound/media/spacemusic.au +%%TARGET_PREFIX%%/demo/sound/media/modern-rock.rmf +%%TARGET_PREFIX%%/demo/sound/media/sfx-medley.rmf +%%TARGET_PREFIX%%/demo/sound/media/bark.aiff +%%TARGET_PREFIX%%/demo/sound/media/trippygaia1.mid +%%TARGET_PREFIX%%/demo/sound/media/trance.rmf +%%TARGET_PREFIX%%/demo/sound/media/bong.wav +%%TARGET_PREFIX%%/demo/sound/JavaSound.jar +%%TARGET_PREFIX%%/demo/jpda/examples.jar +%%TARGET_PREFIX%%/include/jni.h +%%TARGET_PREFIX%%/include/linux/jni_md.h +%%TARGET_PREFIX%%/include/linux/jawt_md.h +%%TARGET_PREFIX%%/include/jvmdi.h +%%TARGET_PREFIX%%/include/jvmpi.h +%%TARGET_PREFIX%%/include/jawt.h +%%TARGET_PREFIX%%/src.jar +%%TARGET_PREFIX%%/include-old/StubPreamble.h +%%TARGET_PREFIX%%/include-old/alloc_cache.h +%%TARGET_PREFIX%%/include-old/bag.h +%%TARGET_PREFIX%%/include-old/breakpoints.h +%%TARGET_PREFIX%%/include-old/byteorder.h +%%TARGET_PREFIX%%/include-old/common_exceptions.h +%%TARGET_PREFIX%%/include-old/debug.h +%%TARGET_PREFIX%%/include-old/exceptions.h +%%TARGET_PREFIX%%/include-old/gc.h +%%TARGET_PREFIX%%/include-old/interpreter.h +%%TARGET_PREFIX%%/include-old/javaString.h +%%TARGET_PREFIX%%/include-old/jit.h +%%TARGET_PREFIX%%/include-old/jmath.h +%%TARGET_PREFIX%%/include-old/log.h +%%TARGET_PREFIX%%/include-old/monitor.h +%%TARGET_PREFIX%%/include-old/monitor_cache.h +%%TARGET_PREFIX%%/include-old/native.h +%%TARGET_PREFIX%%/include-old/oldnmi.h +%%TARGET_PREFIX%%/include-old/oobj.h +%%TARGET_PREFIX%%/include-old/opcodes.h +%%TARGET_PREFIX%%/include-old/path.h +%%TARGET_PREFIX%%/include-old/reflect.h +%%TARGET_PREFIX%%/include-old/signature.h +%%TARGET_PREFIX%%/include-old/sys_api.h +%%TARGET_PREFIX%%/include-old/threads.h +%%TARGET_PREFIX%%/include-old/tree.h +%%TARGET_PREFIX%%/include-old/typecodes.h +%%TARGET_PREFIX%%/include-old/typedefs.h +%%TARGET_PREFIX%%/include-old/utf.h +%%TARGET_PREFIX%%/include-old/util.h +%%TARGET_PREFIX%%/include-old/vmprofiler.h +%%TARGET_PREFIX%%/include-old/wrap.h +%%TARGET_PREFIX%%/include-old/jawt.h +%%TARGET_PREFIX%%/include-old/jvm.h +%%TARGET_PREFIX%%/include-old/jvmdi.h +%%TARGET_PREFIX%%/include-old/jvmpi.h +%%TARGET_PREFIX%%/include-old/bool.h +%%TARGET_PREFIX%%/include-old/dll.h +%%TARGET_PREFIX%%/include-old/hpi.h +%%TARGET_PREFIX%%/include-old/linux/gc_md.h +%%TARGET_PREFIX%%/include-old/linux/jmath_md.h +%%TARGET_PREFIX%%/include-old/linux/miscdefs_md.h +%%TARGET_PREFIX%%/include-old/linux/sysmacros_md.h +%%TARGET_PREFIX%%/include-old/linux/typedefs_md.h +%%TARGET_PREFIX%%/include-old/linux/jawt_md.h +%%TARGET_PREFIX%%/include-old/linux/jvm_md.h +%%TARGET_PREFIX%%/include-old/linux/byteorder_md.h +%%TARGET_PREFIX%%/include-old/linux/hpi_md.h +%%TARGET_PREFIX%%/include-old/linux/io_md.h +%%TARGET_PREFIX%%/include-old/linux/path_md.h +%%TARGET_PREFIX%%/include-old/linux/timeval_md.h +%%TARGET_PREFIX%%/include-old/java_lang_String.h +%%TARGET_PREFIX%%/include-old/java_lang_ClassLoader.h +%%TARGET_PREFIX%%/include-old/java_lang_Thread.h +%%TARGET_PREFIX%%/include-old/java_lang_ThreadGroup.h +%%TARGET_PREFIX%%/COPYRIGHT +%%TARGET_PREFIX%%/README.html +%%TARGET_PREFIX%%/LICENSE +%%TARGET_PREFIX%%/LICENSE.fr +%%TARGET_PREFIX%%/README +%%TARGET_PREFIX%%/man/man1/appletviewer.1 +%%TARGET_PREFIX%%/man/man1/extcheck.1 +%%TARGET_PREFIX%%/man/man1/jar.1 +%%TARGET_PREFIX%%/man/man1/jarsigner.1 +%%TARGET_PREFIX%%/man/man1/java.1 +%%TARGET_PREFIX%%/man/man1/javac.1 +%%TARGET_PREFIX%%/man/man1/javadoc.1 +%%TARGET_PREFIX%%/man/man1/javah.1 +%%TARGET_PREFIX%%/man/man1/javap.1 +%%TARGET_PREFIX%%/man/man1/jdb.1 +%%TARGET_PREFIX%%/man/man1/keytool.1 +%%TARGET_PREFIX%%/man/man1/native2ascii.1 +%%TARGET_PREFIX%%/man/man1/rmic.1 +%%TARGET_PREFIX%%/man/man1/rmid.1 +%%TARGET_PREFIX%%/man/man1/rmiregistry.1 +%%TARGET_PREFIX%%/man/man1/serialver.1 +%%TARGET_PREFIX%%/man/man1/tnameserv.1 +%%TARGET_PREFIX%%/man/ja +%%TARGET_PREFIX%%/man/ja_JP.eucJP/man1/java.1 +%%TARGET_PREFIX%%/man/ja_JP.eucJP/man1/keytool.1 +%%TARGET_PREFIX%%/man/ja_JP.eucJP/man1/rmid.1 +%%TARGET_PREFIX%%/man/ja_JP.eucJP/man1/rmiregistry.1 +%%TARGET_PREFIX%%/man/ja_JP.eucJP/man1/tnameserv.1 +%%TARGET_PREFIX%%/man/ja_JP.eucJP/man1/appletviewer.1 +%%TARGET_PREFIX%%/man/ja_JP.eucJP/man1/extcheck.1 +%%TARGET_PREFIX%%/man/ja_JP.eucJP/man1/jar.1 +%%TARGET_PREFIX%%/man/ja_JP.eucJP/man1/jarsigner.1 +%%TARGET_PREFIX%%/man/ja_JP.eucJP/man1/javac.1 +%%TARGET_PREFIX%%/man/ja_JP.eucJP/man1/javadoc.1 +%%TARGET_PREFIX%%/man/ja_JP.eucJP/man1/javah.1 +%%TARGET_PREFIX%%/man/ja_JP.eucJP/man1/javap.1 +%%TARGET_PREFIX%%/man/ja_JP.eucJP/man1/jdb.1 +%%TARGET_PREFIX%%/man/ja_JP.eucJP/man1/native2ascii.1 +%%TARGET_PREFIX%%/man/ja_JP.eucJP/man1/rmic.1 +%%TARGET_PREFIX%%/man/ja_JP.eucJP/man1/serialver.1 +@dirrm %%TARGET_PREFIX%%/jre/bin/i386/green_threads +@dirrm %%TARGET_PREFIX%%/jre/bin/i386/native_threads +@dirrm %%TARGET_PREFIX%%/jre/bin/i386 +@dirrm %%TARGET_PREFIX%%/jre/bin +@dirrm %%TARGET_PREFIX%%/jre/lib/i386/green_threads +@dirrm %%TARGET_PREFIX%%/jre/lib/i386/native_threads +@dirrm %%TARGET_PREFIX%%/jre/lib/i386/classic +@dirrm %%TARGET_PREFIX%%/jre/lib/i386/server +@dirrm %%TARGET_PREFIX%%/jre/lib/i386/client +@dirrm %%TARGET_PREFIX%%/jre/lib/i386 +@dirrm %%TARGET_PREFIX%%/jre/lib/ext +@dirrm %%TARGET_PREFIX%%/jre/lib/fonts +@dirrm %%TARGET_PREFIX%%/jre/lib/security +@dirrm %%TARGET_PREFIX%%/jre/lib/images/cursors +@dirrm %%TARGET_PREFIX%%/jre/lib/images +@dirrm %%TARGET_PREFIX%%/jre/lib/audio +@dirrm %%TARGET_PREFIX%%/jre/lib/cmm +@dirrm %%TARGET_PREFIX%%/jre/lib/locale/de/LC_MESSAGES +@dirrm %%TARGET_PREFIX%%/jre/lib/locale/de +@dirrm %%TARGET_PREFIX%%/jre/lib/locale/es/LC_MESSAGES +@dirrm %%TARGET_PREFIX%%/jre/lib/locale/es +@dirrm %%TARGET_PREFIX%%/jre/lib/locale/fr/LC_MESSAGES +@dirrm %%TARGET_PREFIX%%/jre/lib/locale/fr +@dirrm %%TARGET_PREFIX%%/jre/lib/locale/it/LC_MESSAGES +@dirrm %%TARGET_PREFIX%%/jre/lib/locale/it +@dirrm %%TARGET_PREFIX%%/jre/lib/locale/ja/LC_MESSAGES +@dirrm %%TARGET_PREFIX%%/jre/lib/locale/ja +@dirrm %%TARGET_PREFIX%%/jre/lib/locale/ko/LC_MESSAGES +@dirrm %%TARGET_PREFIX%%/jre/lib/locale/ko +@dirrm %%TARGET_PREFIX%%/jre/lib/locale/ko.UTF-8/LC_MESSAGES +@dirrm %%TARGET_PREFIX%%/jre/lib/locale/ko.UTF-8 +@dirrm %%TARGET_PREFIX%%/jre/lib/locale/sv/LC_MESSAGES +@dirrm %%TARGET_PREFIX%%/jre/lib/locale/sv +@dirrm %%TARGET_PREFIX%%/jre/lib/locale/zh/LC_MESSAGES +@dirrm %%TARGET_PREFIX%%/jre/lib/locale/zh +@dirrm %%TARGET_PREFIX%%/jre/lib/locale/zh.GBK/LC_MESSAGES +@dirrm %%TARGET_PREFIX%%/jre/lib/locale/zh.GBK +@dirrm %%TARGET_PREFIX%%/jre/lib/locale/zh_TW/LC_MESSAGES +@dirrm %%TARGET_PREFIX%%/jre/lib/locale/zh_TW +@dirrm %%TARGET_PREFIX%%/jre/lib/locale/zh_TW.BIG5/LC_MESSAGES +@dirrm %%TARGET_PREFIX%%/jre/lib/locale/zh_TW.BIG5 +@dirrm %%TARGET_PREFIX%%/jre/lib/locale +@dirrm %%TARGET_PREFIX%%/jre/lib/applet +@dirrm %%TARGET_PREFIX%%/jre/lib +@dirrm %%TARGET_PREFIX%%/jre/plugin/i386/ns600 +@dirrm %%TARGET_PREFIX%%/jre/plugin/i386/ns4 +@dirrm %%TARGET_PREFIX%%/jre/plugin/i386 +@dirrm %%TARGET_PREFIX%%/jre/plugin +@dirrm %%TARGET_PREFIX%%/jre +@dirrm %%TARGET_PREFIX%%/lib/i386 +@dirrm %%TARGET_PREFIX%%/lib +@dirrm %%TARGET_PREFIX%%/bin/i386/green_threads +@dirrm %%TARGET_PREFIX%%/bin/i386/native_threads +@dirrm %%TARGET_PREFIX%%/bin/i386 +@dirrm %%TARGET_PREFIX%%/bin +@dirrm %%TARGET_PREFIX%%/demo/applets/Animator/audio +@dirrm %%TARGET_PREFIX%%/demo/applets/Animator/images/SimpleAnimation +@dirrm %%TARGET_PREFIX%%/demo/applets/Animator/images/Beans +@dirrm %%TARGET_PREFIX%%/demo/applets/Animator/images +@dirrm %%TARGET_PREFIX%%/demo/applets/Animator +@dirrm %%TARGET_PREFIX%%/demo/applets/ArcTest +@dirrm %%TARGET_PREFIX%%/demo/applets/BarChart +@dirrm %%TARGET_PREFIX%%/demo/applets/Blink +@dirrm %%TARGET_PREFIX%%/demo/applets/CardTest +@dirrm %%TARGET_PREFIX%%/demo/applets/Clock +@dirrm %%TARGET_PREFIX%%/demo/applets/DitherTest +@dirrm %%TARGET_PREFIX%%/demo/applets/DrawTest +@dirrm %%TARGET_PREFIX%%/demo/applets/Fractal +@dirrm %%TARGET_PREFIX%%/demo/applets/GraphLayout/audio +@dirrm %%TARGET_PREFIX%%/demo/applets/GraphLayout +@dirrm %%TARGET_PREFIX%%/demo/applets/GraphicsTest +@dirrm %%TARGET_PREFIX%%/demo/applets/ImageMap/audio +@dirrm %%TARGET_PREFIX%%/demo/applets/ImageMap/images +@dirrm %%TARGET_PREFIX%%/demo/applets/ImageMap +@dirrm %%TARGET_PREFIX%%/demo/applets/JumpingBox/sounds +@dirrm %%TARGET_PREFIX%%/demo/applets/JumpingBox +@dirrm %%TARGET_PREFIX%%/demo/applets/MoleculeViewer/models +@dirrm %%TARGET_PREFIX%%/demo/applets/MoleculeViewer +@dirrm %%TARGET_PREFIX%%/demo/applets/NervousText +@dirrm %%TARGET_PREFIX%%/demo/applets/SimpleGraph +@dirrm %%TARGET_PREFIX%%/demo/applets/SortDemo +@dirrm %%TARGET_PREFIX%%/demo/applets/SpreadSheet +@dirrm %%TARGET_PREFIX%%/demo/applets/SymbolTest +@dirrm %%TARGET_PREFIX%%/demo/applets/TicTacToe/audio +@dirrm %%TARGET_PREFIX%%/demo/applets/TicTacToe/images +@dirrm %%TARGET_PREFIX%%/demo/applets/TicTacToe +@dirrm %%TARGET_PREFIX%%/demo/applets/WireFrame/models +@dirrm %%TARGET_PREFIX%%/demo/applets/WireFrame +@dirrm %%TARGET_PREFIX%%/demo/applets +@dirrm %%TARGET_PREFIX%%/demo/jfc/SwingSet2/src +@dirrm %%TARGET_PREFIX%%/demo/jfc/SwingSet2 +@dirrm %%TARGET_PREFIX%%/demo/jfc/FileChooserDemo/images +@dirrm %%TARGET_PREFIX%%/demo/jfc/FileChooserDemo/src +@dirrm %%TARGET_PREFIX%%/demo/jfc/FileChooserDemo +@dirrm %%TARGET_PREFIX%%/demo/jfc/Metalworks/HelpFiles +@dirrm %%TARGET_PREFIX%%/demo/jfc/Metalworks/images +@dirrm %%TARGET_PREFIX%%/demo/jfc/Metalworks/src +@dirrm %%TARGET_PREFIX%%/demo/jfc/Metalworks +@dirrm %%TARGET_PREFIX%%/demo/jfc/DBDemos/CreateCoffees/MSAccess +@dirrm %%TARGET_PREFIX%%/demo/jfc/DBDemos/CreateCoffees/Sybase +@dirrm %%TARGET_PREFIX%%/demo/jfc/DBDemos/CreateCoffees +@dirrm %%TARGET_PREFIX%%/demo/jfc/DBDemos/CreateSuppliers/MSAccess +@dirrm %%TARGET_PREFIX%%/demo/jfc/DBDemos/CreateSuppliers/Sybase +@dirrm %%TARGET_PREFIX%%/demo/jfc/DBDemos/CreateSuppliers +@dirrm %%TARGET_PREFIX%%/demo/jfc/DBDemos/InsertCoffees/SQLSrvr +@dirrm %%TARGET_PREFIX%%/demo/jfc/DBDemos/InsertCoffees/Sybase +@dirrm %%TARGET_PREFIX%%/demo/jfc/DBDemos/InsertCoffees +@dirrm %%TARGET_PREFIX%%/demo/jfc/DBDemos/InsertSuppliers/MSAccess +@dirrm %%TARGET_PREFIX%%/demo/jfc/DBDemos/InsertSuppliers/Sybase +@dirrm %%TARGET_PREFIX%%/demo/jfc/DBDemos/InsertSuppliers +@dirrm %%TARGET_PREFIX%%/demo/jfc/DBDemos/JavaDB +@dirrm %%TARGET_PREFIX%%/demo/jfc/DBDemos +@dirrm %%TARGET_PREFIX%%/demo/jfc/SimpleExample/src +@dirrm %%TARGET_PREFIX%%/demo/jfc/SimpleExample +@dirrm %%TARGET_PREFIX%%/demo/jfc/Notepad/resources +@dirrm %%TARGET_PREFIX%%/demo/jfc/Notepad/src +@dirrm %%TARGET_PREFIX%%/demo/jfc/Notepad +@dirrm %%TARGET_PREFIX%%/demo/jfc/Stylepad/resources +@dirrm %%TARGET_PREFIX%%/demo/jfc/Stylepad/src +@dirrm %%TARGET_PREFIX%%/demo/jfc/Stylepad +@dirrm %%TARGET_PREFIX%%/demo/jfc/SampleTree/images +@dirrm %%TARGET_PREFIX%%/demo/jfc/SampleTree/src +@dirrm %%TARGET_PREFIX%%/demo/jfc/SampleTree +@dirrm %%TARGET_PREFIX%%/demo/jfc/SwingApplet/src +@dirrm %%TARGET_PREFIX%%/demo/jfc/SwingApplet +@dirrm %%TARGET_PREFIX%%/demo/jfc/TableExample/src +@dirrm %%TARGET_PREFIX%%/demo/jfc/TableExample +@dirrm %%TARGET_PREFIX%%/demo/jfc/Java2D/src/demos/Arcs_Curves +@dirrm %%TARGET_PREFIX%%/demo/jfc/Java2D/src/demos/Clipping +@dirrm %%TARGET_PREFIX%%/demo/jfc/Java2D/src/demos/Colors +@dirrm %%TARGET_PREFIX%%/demo/jfc/Java2D/src/demos/Composite +@dirrm %%TARGET_PREFIX%%/demo/jfc/Java2D/src/demos/Fonts +@dirrm %%TARGET_PREFIX%%/demo/jfc/Java2D/src/demos/Images +@dirrm %%TARGET_PREFIX%%/demo/jfc/Java2D/src/demos/Lines +@dirrm %%TARGET_PREFIX%%/demo/jfc/Java2D/src/demos/Mix +@dirrm %%TARGET_PREFIX%%/demo/jfc/Java2D/src/demos/Paths +@dirrm %%TARGET_PREFIX%%/demo/jfc/Java2D/src/demos/Transforms +@dirrm %%TARGET_PREFIX%%/demo/jfc/Java2D/src/demos/Paint +@dirrm %%TARGET_PREFIX%%/demo/jfc/Java2D/src/demos +@dirrm %%TARGET_PREFIX%%/demo/jfc/Java2D/src +@dirrm %%TARGET_PREFIX%%/demo/jfc/Java2D +@dirrm %%TARGET_PREFIX%%/demo/jfc/Font2DTest/src +@dirrm %%TARGET_PREFIX%%/demo/jfc/Font2DTest/resources +@dirrm %%TARGET_PREFIX%%/demo/jfc/Font2DTest +@dirrm %%TARGET_PREFIX%%/demo/jfc +@dirrm %%TARGET_PREFIX%%/demo/sound/src +@dirrm %%TARGET_PREFIX%%/demo/sound/media +@dirrm %%TARGET_PREFIX%%/demo/sound +@dirrm %%TARGET_PREFIX%%/demo/jpda +@dirrm %%TARGET_PREFIX%%/demo +@dirrm %%TARGET_PREFIX%%/include/linux +@dirrm %%TARGET_PREFIX%%/include +@dirrm %%TARGET_PREFIX%%/include-old/linux +@dirrm %%TARGET_PREFIX%%/include-old +@dirrm %%TARGET_PREFIX%%/man/man1 +@dirrm %%TARGET_PREFIX%%/man/ja_JP.eucJP/man1 +@dirrm %%TARGET_PREFIX%%/man/ja_JP.eucJP +@dirrm %%TARGET_PREFIX%%/man +@dirrm %%TARGET_PREFIX%% >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 25 7:17:43 2001 Delivered-To: freebsd-ports@freebsd.org Received: from christel.heitec.net (christel.heitec.net [193.101.232.3]) by hub.freebsd.org (Postfix) with ESMTP id B88EC37B422 for ; Fri, 25 May 2001 07:17:41 -0700 (PDT) (envelope-from bdluevel@heitec.net) Received: from heitec.net (paladin.heitec.net [193.101.232.30]) by christel.heitec.net (Postfix) with ESMTP id 4930BB8101 for ; Fri, 25 May 2001 16:17:35 +0200 (CEST) Date: Fri, 25 May 2001 16:17:35 +0200 From: Bernd Luevelsmeyer X-Mailer: Mozilla 4.04 [en] (WinNT; I) MIME-Version: 1.0 To: freebsd-ports@FreeBSD.org Subject: make index, make readmes Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20010525141735.4930BB8101@christel.heitec.net> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, after upgrading to -Stable I wanted to re-create the ports' INDEX file and all the README.html . So I went into /usr/ports and issued make index make readmes Both didn't work properly, make readmes went to ===> graphics ===> Creating README.html cd: can't cd to shot2png cd: can't cd to shot2png and then it sat there, doing nothing. I found that shot2png is in graphics/Makefile but doesn't actually exist, that will be the reason but why didn't the make end somehow, with or without error? make index complained a lot about non-existing ports ("/usr/ports/math/numpy non-existent -- dependency list incomplete" is an example), and then it had a lot of missing entries, such as "make_index: no entry for: /usr/ports/x11/XFree86". It did create an INDEX, though. Is this behaviour to be expected, because the Makefiles aren't up to date all the time, or is my ports tree messed up? Should I do something about it, or just wait until another "make update" corrects the situation? Thanks, Bernd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 25 7:20: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C40A537B423 for ; Fri, 25 May 2001 07:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4PEK3d26371; Fri, 25 May 2001 07:20:03 -0700 (PDT) (envelope-from gnats) Date: Fri, 25 May 2001 07:20:03 -0700 (PDT) Message-Id: <200105251420.f4PEK3d26371@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "David W. Chapman Jr." Subject: Re: ports/27635: update to linux-realplayer Reply-To: "David W. Chapman Jr." Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/27635; it has been noted by GNATS. From: "David W. Chapman Jr." To: , Cc: Subject: Re: ports/27635: update to linux-realplayer Date: Fri, 25 May 2001 09:17:06 -0500 I think you ran diff wrong, which makes it look like you are downgrading the port. I think it should be diff -urN linux-realplayer.old/Makefile linux-realplayer/Makefile > diff -urN linux-realplayer/Makefile linux-realplayer.old/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 25 7:30:53 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail.oek.dk (oek.dk [195.215.62.2]) by hub.freebsd.org (Postfix) with ESMTP id AE84037B422; Fri, 25 May 2001 07:30:51 -0700 (PDT) (envelope-from pih@oek.dk) Received: from d705.oek.dk ([10.204.7.40] helo=oek.dk) by mail.oek.dk with esmtp (Exim 3.12 #1 (Debian)) id 153Ic6-0003BS-00; Fri, 25 May 2001 16:30:50 +0200 Message-ID: <3B0E6CDE.E4119FD9@oek.dk> Date: Fri, 25 May 2001 16:31:58 +0200 From: "Peter I. Hansen" X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: ade@FreeBSD.org Cc: ports@FreeBSD.org Subject: FreeBSD Port: gnomecontrolcenter-1.2.2_2 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I'm trying to install on FreeBSD 4.3, but it needs gnome-vfs >= 0.9 . In ports there only seems to be gnomevfs 0.5 What do i do ? /Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 25 7:37:46 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ringworld.nanolink.com (diskworld.nanolink.com [195.24.48.189]) by hub.freebsd.org (Postfix) with SMTP id A948337B422 for ; Fri, 25 May 2001 07:37:42 -0700 (PDT) (envelope-from roam@orbitel.bg) Received: (qmail 50078 invoked by uid 1000); 25 May 2001 14:36:47 -0000 Date: Fri, 25 May 2001 17:36:47 +0300 From: Peter Pentchev To: "Peter I. Hansen" Cc: ade@FreeBSD.org, ports@FreeBSD.org Subject: Re: FreeBSD Port: gnomecontrolcenter-1.2.2_2 Message-ID: <20010525173647.D3864@ringworld.oblivion.bg> Mail-Followup-To: "Peter I. Hansen" , ade@FreeBSD.org, ports@FreeBSD.org References: <3B0E6CDE.E4119FD9@oek.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3B0E6CDE.E4119FD9@oek.dk>; from pih@oek.dk on Fri, May 25, 2001 at 04:31:58PM +0200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, May 25, 2001 at 04:31:58PM +0200, Peter I. Hansen wrote: > I'm trying to install on FreeBSD 4.3, but it needs gnome-vfs >= 0.9 . > In ports there only seems to be gnomevfs 0.5 > > What do i do ? Update your ports collection. [roam@ringworld:v0 /usr/ports/devel/gnomevfs]$ make -V PORTVERSION 1.0.1 [roam@ringworld:v0 /usr/ports/devel/gnomevfs]$ G'luck, Peter -- This sentence contradicts itself - or rather - well, no, actually it doesn't! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 25 7:40:16 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 738BA37B449 for ; Fri, 25 May 2001 07:40:11 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4PEeBa29423; Fri, 25 May 2001 07:40:11 -0700 (PDT) (envelope-from gnats) Date: Fri, 25 May 2001 07:40:11 -0700 (PDT) Message-Id: <200105251440.f4PEeBa29423@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Jeff Palmer Subject: Re: ports/27635: update to linux-realplayer Reply-To: Jeff Palmer Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/27635; it has been noted by GNATS. From: Jeff Palmer To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: ports/27635: update to linux-realplayer Date: Fri, 25 May 2001 08:33:23 -0600 I submitted a bad patch (thank you for pointing it out) Here is the correct patch. Index: Makefile =================================================================== RCS file: /home/ncvs/ports/audio/linux-realplayer/Makefile,v retrieving revision 1.19 diff -u -r1.19 Makefile --- Makefile 2001/03/20 20:27:57 1.19 +++ Makefile 2001/05/25 14:33:53 @@ -6,7 +6,7 @@ # PORTNAME= linux-realplayer -PORTVERSION= 8.cs1 +PORTVERSION= 8.cs2 CATEGORIES= audio graphics linux MASTER_SITES= # fetch manually DISTNAME= rp${PORTVERSION:R}_linux20_libc6_i386_${PORTVERSION:E} Index: distinfo =================================================================== RCS file: /home/ncvs/ports/audio/linux-realplayer/distinfo,v retrieving revision 1.4 diff -u -r1.4 distinfo --- distinfo 2001/01/02 19:00:52 1.4 +++ distinfo 2001/05/25 14:33:53 @@ -1 +1 @@ -MD5 (rp8_linux20_libc6_i386_cs1_rpm) = a6503993cc1f5d38f2bd135f6fffcf8c +MD5 (rp8_linux20_libc6_i386_cs2_rpm) = 525f6f050d076148e9e02769f2055d53 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 25 7:43:23 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ringworld.nanolink.com (diskworld.nanolink.com [195.24.48.189]) by hub.freebsd.org (Postfix) with SMTP id 0A20A37B423 for ; Fri, 25 May 2001 07:43:20 -0700 (PDT) (envelope-from roam@orbitel.bg) Received: (qmail 50144 invoked by uid 1000); 25 May 2001 14:42:25 -0000 Date: Fri, 25 May 2001 17:42:25 +0300 From: Peter Pentchev To: Pierre-Francois LAURAND Cc: freebsd-ports@freebsd.org Subject: Re: cvsup updater failed in /usr/ports/www/jakarta-tomcat... Message-ID: <20010525174225.F3864@ringworld.oblivion.bg> Mail-Followup-To: Pierre-Francois LAURAND , freebsd-ports@freebsd.org References: <003101c0e495$2d7fbca0$6601a8c0@awax> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <003101c0e495$2d7fbca0$6601a8c0@awax>; from pif@laurand.ath.cx on Thu, May 24, 2001 at 11:04:51PM +0200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, May 24, 2001 at 11:04:51PM +0200, Pierre-Francois LAURAND wrote: > Hi, > As I was cvsup'ing ports src, I had a mistake when cvsup coming on > www/jakarta-tomcat... > Here is the output: As Doug mentioned, this topic was already covered. Take a look at http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27495 for a detailed analysis, and an 'official' workaround by John D. Polstra, the author and maintainer of CVSup. G'luck, Peter -- If the meanings of 'true' and 'false' were switched, then this sentence wouldn't be false. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 25 7:57:57 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 25F9337B422; Fri, 25 May 2001 07:57:56 -0700 (PDT) (envelope-from sf@FreeBSD.org) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4PEvu631225; Fri, 25 May 2001 07:57:56 -0700 (PDT) (envelope-from sf) Date: Fri, 25 May 2001 07:57:56 -0700 (PDT) From: Message-Id: <200105251457.f4PEvu631225@freefall.freebsd.org> To: sf@FreeBSD.org, freebsd-ports@FreeBSD.org, sf@FreeBSD.org Subject: Re: ports/27635: update to linux-realplayer Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: update to linux-realplayer Responsible-Changed-From-To: freebsd-ports->sf Responsible-Changed-By: sf Responsible-Changed-When: Fri May 25 07:57:26 PDT 2001 Responsible-Changed-Why: I'll handle this. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27635 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 25 8: 0:20 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EFE4D37B422 for ; Fri, 25 May 2001 08:00:13 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4PF0Di31542; Fri, 25 May 2001 08:00:13 -0700 (PDT) (envelope-from gnats) Date: Fri, 25 May 2001 08:00:13 -0700 (PDT) Message-Id: <200105251500.f4PF0Di31542@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Peter Pentchev Subject: Re: ports/27421: UPDATE databases/mysql323-server Reply-To: Peter Pentchev Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/27421; it has been noted by GNATS. From: Peter Pentchev To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/27421: UPDATE databases/mysql323-server Date: Fri, 25 May 2001 17:49:48 +0300 Argh. Send this to the *right* address for GNATS. G'luck, Peter --=20 If the meanings of 'true' and 'false' were switched, then this sentence wouldn't be false. ----- Forwarded message from Peter Pentchev ----- Date: Fri, 25 May 2001 17:40:12 +0300 From: Peter Pentchev To: "David W. Chapman Jr." Cc: freebsd-gnats-submit=1B@FreeBSD.org Subject: Re: ports/27421: UPDATE databases/mysql323-server User-Agent: Mutt/1.2.5i In-Reply-To: <200105250520.f4P5K5P49203@freefall.freebsd.org>; from dwcjr@i= nethouston.net on Thu, May 24, 2001 at 10:20:05PM -0700 On Thu, May 24, 2001 at 10:20:05PM -0700, David W. Chapman Jr. wrote: > The following reply was made to PR ports/27421; it has been noted by GNAT= S. >=20 > From: "David W. Chapman Jr." > To: , > "David W Chapman Jr." > Cc: =20 > Subject: Re: ports/27421: UPDATE databases/mysql323-server > Date: Fri, 25 May 2001 00:17:16 -0500 >=20 > After thinking it through, it should go in the start part of the case > statement. Killing mysqld should delete the mysql.sock so if it doesn't > kill mysqld it won't delete mysql.sock. Yes, I was going to comment on both these issues. If testing at all, it should be with -f, not -x. However, the -f flag to rm(1) obviates the need for testing - rm -f would remove the file if it exists, and just exit if it doesn't; thus, no need for redirection. [roam@ringworld:v0 ~]$ rm -f /tmp/no-such-file [roam@ringworld:v0 ~]$ echo $? 0 [roam@ringworld:v0 ~]$ So just a rm -f /tmp/mysql.sock would do. And yes, it would be better placed in the 'start' section, so that the MySQL server can start even if the machine had crashed without the 'stop' script being called. G'luck, Peter ----- End forwarded message ----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 25 8: 0:29 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3EB7F37B42C for ; Fri, 25 May 2001 08:00:15 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4PF0FF31556; Fri, 25 May 2001 08:00:15 -0700 (PDT) (envelope-from gnats) Received: from goliath.siemens.de (goliath.siemens.de [194.138.37.131]) by hub.freebsd.org (Postfix) with ESMTP id 07B3937B422 for ; Fri, 25 May 2001 07:55:27 -0700 (PDT) (envelope-from ust@cert.siemens.de) Received: from mail3.siemens.de (mail3.siemens.de [139.25.208.14]) by goliath.siemens.de (8.11.1/8.11.1) with ESMTP id f4PEtP400733 for ; Fri, 25 May 2001 16:55:26 +0200 (MET DST) Received: from mars.cert.siemens.de (ust.mchp.siemens.de [139.23.201.17]) by mail3.siemens.de (8.11.1/8.11.1) with ESMTP id f4PEtPG7376895 for ; Fri, 25 May 2001 16:55:25 +0200 (MEST) Received: from alaska.cert.siemens.de (reims.mchp.siemens.de [139.23.202.134]) by mars.cert.siemens.de (8.11.3/8.11.3/Siemens CERT [ $Revision: 1.13 ]) with ESMTP id f4PEtP646123 for ; Fri, 25 May 2001 16:55:25 +0200 (CEST) (envelope-from ust@alaska.cert.siemens.de) Received: (from ust@localhost) by alaska.cert.siemens.de (8.11.3/8.11.3/alaska [ $Revision: 1.6 ]) id f4PEtPC02121; Fri, 25 May 2001 14:55:25 GMT Message-Id: <200105251455.f4PEtPC02121@alaska.cert.siemens.de> Date: Fri, 25 May 2001 14:55:25 GMT From: Udo Schweigert Reply-To: ust@cert.siemens.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27640: maintainer-update of port mail/mutt-devel Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27640 >Category: ports >Synopsis: maintainer-update of port mail/mutt-devel >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri May 25 08:00:13 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Udo Schweigert >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: FreeBSD 4.3-STABLE FreeBSD 4.3-STABLE #12: Wed May 23 09:12:57 CEST 2001 FreeBSD 5.0-CURRENT FreeBSD 5.0-CURRENT #32: Wed May 23 18:41:08 CEST 2001 >Description: This updates mail/mutt-devel to 1.3.18. Also this fixes some problems with libiconv and now is compatible with the japanese/mutt-devel port. >How-To-Repeat: >Fix: diff -ruN mutt-devel.orig/Makefile mutt-devel/Makefile --- mutt-devel.orig/Makefile Fri Mar 30 18:30:59 2001 +++ mutt-devel/Makefile Fri May 25 16:53:47 2001 @@ -7,7 +7,7 @@ # PORTNAME= mutt-devel -PORTVERSION= 1.3.17 +PORTVERSION= 1.3.18 CATEGORIES= mail MASTER_SITES= ftp://ftp.guug.de/pub/mutt/devel/ \ ftp://ftp.uib.no/pub/mutt/devel/ \ @@ -21,11 +21,14 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -MAINTAINER?= ust@cert.siemens.de +MAINTAINER= ust@cert.siemens.de + +USE_GMAKE= yes +USE_AUTOMAKE= yes .if defined(PACKAGE_BUILDING) WITH_SLANG= yes -BUILD_DEPENDS= ispell:${PORTSDIR}/textproc/ispell +BUILD_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell \ RUN_DEPENDS= ispell:${PORTSDIR}/textproc/ispell \ urlview:${PORTSDIR}/textproc/urlview .if ${MACHINE_ARCH} != "alpha" @@ -35,7 +38,7 @@ .endif LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext \ - iconv.2:${PORTSDIR}/converters/libiconv + giconv.2:${PORTSDIR}/converters/libiconv .if defined(WITH_SLANG) LIB_DEPENDS+= slang.1:${PORTSDIR}/devel/libslang @@ -50,6 +53,7 @@ BUILD_DEPENDS+= sgmlfmt:${PORTSDIR}/textproc/sgmlformat .endif + DIST_SUBDIR= mutt GNU_CONFIGURE= yes CONFIGURE_TARGET=${ARCH}-portbld-freebsd${OSREL} @@ -57,8 +61,10 @@ CONFIGURE_ARGS= --enable-pop --enable-imap --enable-flock --disable-fcntl \ --with-sharedir=${PREFIX}/share/mutt \ --with-docdir=${PREFIX}/share/doc/mutt \ + --sysconfdir=${PREFIX}/etc \ --with-iconv=${PREFIX} \ --enable-compressed + .if defined(WITH_LOCALES_FIX) CONFIGURE_ARGS+= --enable-locales-fix .endif @@ -73,6 +79,9 @@ WRKSRC= ${WRKDIR}/${DISTNAME:S/i$//} MAN1= flea.1 mutt.1 mutt_dotlock.1 muttbug.1 MAN5= muttrc.5 mbox.5 + +pre-configure: + (cd ${WRKSRC}; aclocal -I m4) .if !defined(NOPORTDOCS) post-build: diff -ruN mutt-devel.orig/distinfo mutt-devel/distinfo --- mutt-devel.orig/distinfo Fri May 25 16:49:05 2001 +++ mutt-devel/distinfo Fri May 25 15:01:36 2001 @@ -1,2 +1 @@ -MD5 (mutt/mutt-1.3.17i.tar.gz) = 3cfdc92612b87260c1dfb2a530a2020b -MD5 (mutt/charmaps-0.0.tar.gz) = e79b9f57da1f6a4d0a63ff60a4ef7da8 +MD5 (mutt/mutt-1.3.18i.tar.gz) = 5ebcd0923748dcd21b4d2af3612408b9 diff -ruN mutt-devel.orig/files/patch-01 mutt-devel/files/patch-01 --- mutt-devel.orig/files/patch-01 Thu Jan 1 01:00:00 1970 +++ mutt-devel/files/patch-01 Fri May 25 14:55:31 2001 @@ -0,0 +1,47 @@ +--- configure.in.orig Thu May 3 10:31:09 2001 ++++ configure.in Thu May 3 10:34:15 2001 +@@ -417,14 +417,14 @@ + [ mutt_cv_func_iconv=no + mutt_cv_lib_iconv=no + AC_TRY_LINK([#include +-#include ], ++#include ], + [iconv_t cd = iconv_open("",""); iconv(cd,NULL,NULL,NULL,NULL); iconv_close(cd);], + mutt_cv_func_iconv=yes) + if test "$mutt_cv_func_iconv" = no; then + mutt_save_LIBS="$LIBS" +- LIBS="$LIBS -liconv" ++ LIBS="$LIBS -lgiconv" + AC_TRY_LINK([#include +-#include ], ++#include ], + [iconv_t cd = iconv_open("",""); iconv(cd,NULL,NULL,NULL,NULL); iconv_close(cd);], + mutt_cv_lib_iconv=yes + mutt_cv_func_iconv=yes) +@@ -435,7 +435,7 @@ + AC_MSG_ERROR(Unable to find iconv library) + fi + if test "$mutt_cv_lib_iconv" = yes; then +- LIBICONV="-liconv" ++ LIBICONV="-lgiconv" + fi + AC_DEFINE(HAVE_ICONV) + +@@ -448,7 +448,7 @@ + mutt_save_LIBS="$LIBS" + LIBS="$LIBS $LIBICONV" + AC_TRY_RUN([ +-#include ++#include + int main() + { + iconv_t cd; +@@ -479,7 +479,7 @@ + mutt_save_LIBS="$LIBS" + LIBS="$LIBS $LIBICONV" + AC_TRY_RUN([ +-#include ++#include + #include + int main() + { diff -ruN mutt-devel.orig/files/patch-06 mutt-devel/files/patch-06 --- mutt-devel.orig/files/patch-06 Thu Jan 1 01:00:00 1970 +++ mutt-devel/files/patch-06 Fri May 25 14:56:17 2001 @@ -0,0 +1,11 @@ +--- charset.c.orig Thu Feb 15 17:09:02 2001 ++++ charset.c Thu Mar 1 02:27:30 2001 +@@ -31,7 +31,7 @@ + #include + #include + +-#include ++#include + + #include "mutt.h" + #include "charset.h" diff -ruN mutt-devel.orig/files/patch-07 mutt-devel/files/patch-07 --- mutt-devel.orig/files/patch-07 Thu Jan 1 01:00:00 1970 +++ mutt-devel/files/patch-07 Fri May 25 14:56:45 2001 @@ -0,0 +1,11 @@ +--- gettext.c.orig Thu Jan 4 14:38:55 2001 ++++ gettext.c Sun Feb 4 21:06:06 2001 +@@ -5,7 +5,7 @@ + + #include "hash.h" + +-#include "iconv.h" ++#include "giconv.h" + #include "lib.h" + #include "charset.h" + diff -ruN mutt-devel.orig/files/patch-09 mutt-devel/files/patch-09 --- mutt-devel.orig/files/patch-09 Thu Jan 1 01:00:00 1970 +++ mutt-devel/files/patch-09 Fri May 25 14:57:14 2001 @@ -0,0 +1,11 @@ +--- gnupgparse.c.orig Tue Jan 9 07:21:51 2001 ++++ gnupgparse.c Sun Feb 4 21:07:30 2001 +@@ -44,7 +44,7 @@ + #include "mutt.h" + #include "pgp.h" + #include "charset.h" +-#include "iconv.h" ++#include "giconv.h" + + /* for hexval */ + #include "mime.h" diff -ruN mutt-devel.orig/files/patch-10 mutt-devel/files/patch-10 --- mutt-devel.orig/files/patch-10 Thu Jan 1 01:00:00 1970 +++ mutt-devel/files/patch-10 Fri May 25 14:57:39 2001 @@ -0,0 +1,11 @@ +--- rfc2047.c.orig Sun Feb 4 21:04:05 2001 ++++ rfc2047.c Sun Feb 4 21:08:22 2001 +@@ -24,7 +24,7 @@ + + #include + #include +-#include ++#include + #include + #include + #include diff -ruN mutt-devel.orig/files/patch-11 mutt-devel/files/patch-11 --- mutt-devel.orig/files/patch-11 Thu Jan 1 01:00:00 1970 +++ mutt-devel/files/patch-11 Fri May 25 14:58:00 2001 @@ -0,0 +1,11 @@ +--- charset.h.orig Tue Mar 6 00:03:04 2001 ++++ charset.h Tue Mar 6 00:04:22 2001 +@@ -19,7 +19,7 @@ + #ifndef _CHARSET_H + #define _CHARSET_H + +-#include ++#include + + int mutt_convert_string (char **, const char *, const char *, int); + void mutt_sanitize_ja_chars (char *, size_t, int); diff -ruN mutt-devel.orig/pkg-plist.htmlfiles mutt-devel/pkg-plist.htmlfiles --- mutt-devel.orig/pkg-plist.htmlfiles Thu Mar 29 12:41:37 2001 +++ mutt-devel/pkg-plist.htmlfiles Fri May 25 15:42:37 2001 @@ -242,6 +242,12 @@ share/doc/mutt/html/manual308.html share/doc/mutt/html/manual309.html share/doc/mutt/html/manual310.html +share/doc/mutt/html/manual311.html +share/doc/mutt/html/manual312.html +share/doc/mutt/html/manual313.html +share/doc/mutt/html/manual314.html +share/doc/mutt/html/manual315.html +share/doc/mutt/html/manual316.html share/doc/mutt/html/manual31.html share/doc/mutt/html/manual32.html share/doc/mutt/html/manual33.html >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 25 8:50:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8A18737B42C for ; Fri, 25 May 2001 08:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4PFo1t39371; Fri, 25 May 2001 08:50:01 -0700 (PDT) (envelope-from gnats) Received: from user4.net011.fl.sprint-hsd.net (user4.net011.fl.sprint-hsd.net [207.30.203.4]) by hub.freebsd.org (Postfix) with ESMTP id 47E3337B424 for ; Fri, 25 May 2001 08:48:48 -0700 (PDT) (envelope-from root@user4.net011.fl.sprint-hsd.net) Received: (qmail 9019 invoked by uid 0); 25 May 2001 15:48:46 -0000 Message-Id: <20010525154846.9018.qmail@user4.net011.fl.sprint-hsd.net> Date: 25 May 2001 15:48:46 -0000 From: scorpio@drkshdw.org Reply-To: scorpio@drkshdw.org To: FreeBSD-gnats-submit@freebsd.org Cc: billf@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27641: UPDATE irc/bnc Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27641 >Category: ports >Synopsis: UPDATE irc/bnc to 2.8.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri May 25 08:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Jeff Palmer >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD jeff.isni.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Wed May 16 12:55:48 EDT 2001 root@jeff.isni.net:/usr/obj/usr/src/sys/FreeBSD i386 >Description: update irc/bnc to 2.8.4 Also, update MASTER_SITES to reflect the new home for the project. >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/irc/bnc/Makefile,v retrieving revision 1.10 diff -u -r1.10 Makefile --- Makefile 2001/04/02 08:30:53 1.10 +++ Makefile 2001/05/25 15:45:45 @@ -6,9 +6,9 @@ # PORTNAME= bnc -PORTVERSION= 2.8.2 +PORTVERSION= 2.8.4 CATEGORIES= irc -MASTER_SITES= http://www.psn.net/~andrews/dist/ +MASTER_SITES= http://www.gotbnc.com/files/ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= billf@FreeBSD.org Index: distinfo =================================================================== RCS file: /home/ncvs/ports/irc/bnc/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- distinfo 2000/05/22 06:38:59 1.3 +++ distinfo 2001/05/25 15:45:45 @@ -1 +1 @@ -MD5 (bnc2.8.2.tar.gz) = e0d12168cdace5d9ae410db4d24e6e2e +MD5 (bnc2.8.4.tar.gz) = 15f197a4f04f2bcc7136ed635bff4afc Index: files/patch-aa =================================================================== RCS file: /home/ncvs/ports/irc/bnc/files/patch-aa,v retrieving revision 1.2 diff -u -r1.2 patch-aa --- files/patch-aa 1999/05/16 23:07:30 1.2 +++ files/patch-aa 2001/05/25 15:45:46 @@ -1,11 +1,11 @@ ---- Makefile.in.orig Thu Mar 18 01:09:25 1999 -+++ Makefile.in Thu Mar 18 01:09:31 1999 -@@ -4,7 +4,7 @@ - CFLAGS = -DVERSION='"v2.4.8"' -O6 +--- Makefile.in.old Fri May 25 11:42:02 2001 ++++ Makefile.in Fri May 25 11:42:58 2001 +@@ -6,7 +6,7 @@ + STRIP = strip CC = gcc -ALL: bnc mkpasswd +all: bnc mkpasswd - @echo "*** Done compiling required files" - @echo "Please read the README.TXT file included" + mkpasswd:mkpasswd.c + ${CC} ${OPTS} ${COPT} ${LIBS} -o mkpasswd mkpasswd.c >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 25 9: 1:48 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ringworld.nanolink.com (diskworld.nanolink.com [195.24.48.189]) by hub.freebsd.org (Postfix) with SMTP id 159AF37B422 for ; Fri, 25 May 2001 09:01:42 -0700 (PDT) (envelope-from roam@orbitel.bg) Received: (qmail 18182 invoked by uid 1000); 25 May 2001 16:00:46 -0000 Date: Fri, 25 May 2001 19:00:46 +0300 From: Peter Pentchev To: Bernd Luevelsmeyer Cc: freebsd-ports@FreeBSD.org Subject: Re: make index, make readmes Message-ID: <20010525190046.A18002@ringworld.oblivion.bg> Mail-Followup-To: Bernd Luevelsmeyer , freebsd-ports@FreeBSD.org References: <20010525141735.4930BB8101@christel.heitec.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010525141735.4930BB8101@christel.heitec.net>; from bdluevel@heitec.net on Fri, May 25, 2001 at 04:17:35PM +0200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, May 25, 2001 at 04:17:35PM +0200, Bernd Luevelsmeyer wrote: > Hi, > > after upgrading to -Stable I wanted to re-create the ports' INDEX file > and all the README.html . So I went into /usr/ports and issued > make index > make readmes > > Both didn't work properly, make readmes went to > ===> graphics > ===> Creating README.html > cd: can't cd to shot2png > cd: can't cd to shot2png > and then it sat there, doing nothing. I found that shot2png is in > graphics/Makefile but doesn't actually exist, that will be the reason > but why didn't the make end somehow, with or without error? > > make index complained a lot about non-existing ports > ("/usr/ports/math/numpy non-existent -- dependency list incomplete" is > an example), and then it had a lot of missing entries, such as > "make_index: no entry for: /usr/ports/x11/XFree86". It did create an > INDEX, though. > > Is this behaviour to be expected, because the Makefiles aren't up to > date all the time, or is my ports tree messed up? Should I do something > about it, or just wait until another "make update" corrects the > situation? No, this behavior is not to be expected, it is the result of slip-ups while removing/moving/adding ports. Thanks for reporting it! I removed the entries for graphics/shot2png and textproc/shot2txt, added in an entry for math/numpy, and fixed a couple of dependencies in other ports. I am doing another 'make index' as we speak, to check if everything is fine now. G'luck, Peter -- If the meanings of 'true' and 'false' were switched, then this sentence wouldn't be false. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 25 9: 3:58 2001 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 D79AA37B422; Fri, 25 May 2001 09:03:54 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4PG3sB41241; Fri, 25 May 2001 09:03:54 -0700 (PDT) (envelope-from nectar) Date: Fri, 25 May 2001 09:03:54 -0700 (PDT) From: Message-Id: <200105251603.f4PG3sB41241@freefall.freebsd.org> To: nectar@FreeBSD.org, nectar@FreeBSD.org, ports@FreeBSD.org Subject: Re: ports/26925: wxgtk port does not compile OpenGL module Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: wxgtk port does not compile OpenGL module Responsible-Changed-From-To: nectar->ports Responsible-Changed-By: nectar Responsible-Changed-When: Fri May 25 09:02:34 PDT 2001 Responsible-Changed-Why: Unfortunately, I do not currently have time to update and test this port as a MAINTAINER should, so I have dropped MAINTAINERship. Hopefully, someone will soon pick up the MAINTAINERship (maybe you, Randall?). http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26925 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 25 9:30:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 433B637B424 for ; Fri, 25 May 2001 09:30:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4PGU6Y46268; Fri, 25 May 2001 09:30:06 -0700 (PDT) (envelope-from gnats) Received: from hactar.xrob.org (c1631842-a.saltlk1.ut.home.com [24.6.251.54]) by hub.freebsd.org (Postfix) with ESMTP id C739B37B422 for ; Fri, 25 May 2001 09:25:27 -0700 (PDT) (envelope-from ricci@hactar.xrob.org) Received: (from ricci@localhost) by hactar.xrob.org (8.11.3/8.11.3) id f4PGPZo86912; Fri, 25 May 2001 10:25:35 -0600 (MDT) (envelope-from ricci) Message-Id: <200105251625.f4PGPZo86912@hactar.xrob.org> Date: Fri, 25 May 2001 10:25:35 -0600 (MDT) From: Robert P Ricci Reply-To: ricci@xrob.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27642: Update x11-wm/ion to latest version Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27642 >Category: ports >Synopsis: Update x11-wm/ion to latest version >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri May 25 09:30:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Robert P Ricci >Release: FreeBSD 4.3-STABLE i386 >Organization: Universtity of Utah >Environment: System: FreeBSD hactar.xrob.org 4.3-STABLE FreeBSD 4.3-STABLE #7: Sat May 19 17:28:03 MDT 2001 root@hactar.xrob.org:/usr/obj/usr/src/sys/HACTAR i386 Tested with XFree86-4.0.3_3 >Description: Update ports/x11-wm/ion to author's latest version. Patch relative to ports/x11-wm is below in Fix section. >How-To-Repeat: >Fix: diff -ruN ion.old/Makefile ion/Makefile --- ion.old/Makefile Thu Mar 29 13:26:00 2001 +++ ion/Makefile Fri May 25 09:58:19 2001 @@ -6,7 +6,7 @@ # PORTNAME= ion -PORTVERSION= 20010314 +PORTVERSION= 20010523 CATEGORIES= x11-wm MASTER_SITES= http://www.students.tut.fi/~tuomov/dl/ diff -ruN ion.old/distinfo ion/distinfo --- ion.old/distinfo Thu Mar 29 13:26:00 2001 +++ ion/distinfo Fri May 25 10:02:02 2001 @@ -1 +1 @@ -MD5 (ion-20010314.tar.gz) = e6d637d458c89b777d1ee5e1c3b89f2f +MD5 (ion-20010523.tar.gz) = 63e8e076c57085a633ffdc5c08447ba0 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 25 9:47:48 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DCB0637B424; Fri, 25 May 2001 09:47:46 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4PGlka47871; Fri, 25 May 2001 09:47:46 -0700 (PDT) (envelope-from ijliao) Date: Fri, 25 May 2001 09:47:46 -0700 (PDT) From: Message-Id: <200105251647.f4PGlka47871@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, billf@FreeBSD.org Subject: Re: ports/27641: UPDATE irc/bnc to 2.8.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: UPDATE irc/bnc to 2.8.4 Responsible-Changed-From-To: freebsd-ports->billf Responsible-Changed-By: ijliao Responsible-Changed-When: Fri May 25 09:47:20 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27641 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 25 10: 0: 4 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8178C37B422; Fri, 25 May 2001 10:00:02 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4PH02w49204; Fri, 25 May 2001 10:00:02 -0700 (PDT) (envelope-from ijliao) Date: Fri, 25 May 2001 10:00:02 -0700 (PDT) From: Message-Id: <200105251700.f4PH02w49204@freefall.freebsd.org> To: ricci@xrob.org, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27642: Update x11-wm/ion to latest version Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update x11-wm/ion to latest version State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Fri May 25 09:59:39 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27642 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 25 10:20:55 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A2DCA37B422; Fri, 25 May 2001 10:20:53 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4PHKrg59206; Fri, 25 May 2001 10:20:53 -0700 (PDT) (envelope-from ijliao) Date: Fri, 25 May 2001 10:20:53 -0700 (PDT) From: Message-Id: <200105251720.f4PHKrg59206@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, reg@FreeBSD.org Subject: Re: ports/27632: SNNSv4.2 port has known and fixable bug Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: SNNSv4.2 port has known and fixable bug Responsible-Changed-From-To: freebsd-ports->reg Responsible-Changed-By: ijliao Responsible-Changed-When: Fri May 25 10:20:06 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27632 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 25 10:31:28 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 11CFB37B424; Fri, 25 May 2001 10:31:27 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4PHVRY60398; Fri, 25 May 2001 10:31:27 -0700 (PDT) (envelope-from ijliao) Date: Fri, 25 May 2001 10:31:27 -0700 (PDT) From: Message-Id: <200105251731.f4PHVRY60398@freefall.freebsd.org> To: daved@tamu.edu, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/24580: cfengine giving errors when invoked Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: cfengine giving errors when invoked State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Fri May 25 10:28:02 PDT 2001 State-Changed-Why: maintainer had upgrade the port, and the originator no response so, close it http://www.FreeBSD.org/cgi/query-pr.cgi?pr=24580 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 25 11:20:12 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5D87B37B424 for ; Fri, 25 May 2001 11:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4PIK2S66889; Fri, 25 May 2001 11:20:02 -0700 (PDT) (envelope-from gnats) Received: from e-ppp7.eken.phys.nagoya-u.ac.jp (e-ppp7.eken.phys.nagoya-u.ac.jp [133.6.121.53]) by hub.freebsd.org (Postfix) with ESMTP id BBB2A37B422 for ; Fri, 25 May 2001 11:14:44 -0700 (PDT) (envelope-from yoichi@e-ppp7.eken.phys.nagoya-u.ac.jp) Received: (from yoichi@localhost) by e-ppp7.eken.phys.nagoya-u.ac.jp (8.11.3/8.11.3) id f4PIEhJ62627; Sat, 26 May 2001 03:14:43 +0900 (JST) (envelope-from yoichi) Message-Id: <200105251814.f4PIEhJ62627@e-ppp7.eken.phys.nagoya-u.ac.jp> Date: Sat, 26 May 2001 03:14:43 +0900 (JST) From: yoichi@eken.phys.nagoya-u.ac.jp Reply-To: yoichi@eken.phys.nagoya-u.ac.jp To: FreeBSD-gnats-submit@freebsd.org Cc: yoichi@eken.phys.nagoya-u.ac.jp X-Send-Pr-Version: 3.113 Subject: ports/27645: PKG_IGNORE_DEPENDS for X does not work Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27645 >Category: ports >Synopsis: PKG_IGNORE_DEPENDS for X does not work >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri May 25 11:20:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Yoichi NAKAYAMA >Release: FreeBSD 4.3-STABLE i386 >Organization: E-ken, Dept. of Physics, Nagoya University, JAPAN >Environment: System: FreeBSD 4.3-STABLE >Description: Hi. The default setting for PKG_IGNORE_DEPENDS is to ignore X11 dependency for pkg_add users, I think. But, the version of ports/x11/XFree86 is now 3.3.6_9 and make package does't ignore the dependency for XFree86. >How-To-Repeat: >Fix: Index: bsd.port.mk =================================================================== RCS file: /home/ncvs/ports/Mk/bsd.port.mk,v retrieving revision 1.367 diff -u -r1.367 bsd.port.mk --- bsd.port.mk 2001/05/23 02:46:52 1.367 +++ bsd.port.mk 2001/05/25 18:03:24 @@ -825,7 +825,7 @@ LIB_DEPENDS+= GL.14:${PORTSDIR}/graphics/Mesa3 .endif XAWVER= 6 -PKG_IGNORE_DEPENDS?= '(XFree86-3\.3\.6_8)' +PKG_IGNORE_DEPENDS?= '(XFree86-3\.3\.6_9)' .else .if defined(USE_IMAKE) BUILD_DEPENDS+= imake:${PORTSDIR}/devel/imake-4 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 25 11:21: 4 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 15FA437B423 for ; Fri, 25 May 2001 11:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4PIK2j66880; Fri, 25 May 2001 11:20:02 -0700 (PDT) (envelope-from gnats) Received: from heinz.jollem.com (c104187.upc-c.chello.nl [212.187.104.187]) by hub.freebsd.org (Postfix) with ESMTP id 13C9137B422; Fri, 25 May 2001 11:13:00 -0700 (PDT) (envelope-from ernst@heinz.jollem.com) Received: (from ernst@localhost) by heinz.jollem.com (8.11.3/8.11.3) id f4PIBJH55474; Fri, 25 May 2001 20:11:19 +0200 (CEST) (envelope-from ernst) Message-Id: <200105251811.f4PIBJH55474@heinz.jollem.com> Date: Fri, 25 May 2001 20:11:19 +0200 (CEST) From: ernst@jollem.com Reply-To: ernst@heinz.jollem.com To: FreeBSD-gnats-submit@freebsd.org Cc: java@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27644: New port: java/linux-jdk14 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27644 >Category: ports >Synopsis: New port: java/linux-jdk14 >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri May 25 11:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Ernst de Haan >Release: FreeBSD 4.3-RELEASE i386 >Organization: Jollem Information Technology >Environment: System: FreeBSD heinz.jollem.com 4.3-RELEASE FreeBSD 4.3-RELEASE #5: Mon May 14 16:08:56 CEST 2001 root@heinz.jollem.com:/usr/src/sys/compile/HEINZ i386 >Description: New port, the Linux JDK 1.4.0 (beta). It got released today, so I thought let's get this thing in the ports tree *fast* :) I tested that it does install and deinstall correctly, I fixed the bin/.java_wrapper and the jre/bin/.java_wrapper scripts using 2 patch files and I tested that `java -version' works as expected. The rest is up to the testing team ;) >How-To-Repeat: N/A >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # java/linux-jdk14/ # java/linux-jdk14/distinfo # java/linux-jdk14/Makefile # java/linux-jdk14/files/ # java/linux-jdk14/files/patch-aa # java/linux-jdk14/files/patch-ab # java/linux-jdk14/pkg-comment # java/linux-jdk14/pkg-descr # java/linux-jdk14/pkg-plist # echo c - java/linux-jdk14/ mkdir -p java/linux-jdk14/ > /dev/null 2>&1 echo x - java/linux-jdk14/distinfo sed 's/^X//' >java/linux-jdk14/distinfo << 'END-of-java/linux-jdk14/distinfo' XMD5 (j2sdk-1_4_0-beta-linux-i386.bin) = b4e711b578b953150f5c4c958179b545 END-of-java/linux-jdk14/distinfo echo x - java/linux-jdk14/Makefile sed 's/^X//' >java/linux-jdk14/Makefile << 'END-of-java/linux-jdk14/Makefile' X# New ports collection makefile for: Sun Linux JDK 1.4.x X# Date created: 25 May 2001 X# Whom: Ernst de Haan X# X# $FreeBSD$ X# X XPORTNAME= jdk XPORTVERSION= ${JDK_VERSION:S/-//g} XCATEGORIES= java devel XMASTER_SITES= # XPKGNAMEPREFIX= linux- XDISTNAME= j2sdk-${JDK_VERSION:S/./_/g}-linux-i386 XEXTRACT_SUFX= .bin X XMAINTAINER= ernst@jollem.com X XRUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper X XNO_CDROM= "License doesn\'t allow distribution with fee" XRESTRICTED= "Redistribution of repackaged binaries not permitted" X X.if defined(BATCH) || defined(PACKAGE_BUILDING) XIGNORE= "You can not legally distribute binaries" X.endif X XEXTRACT_CMD= # empty XEXTRACT_BEFORE_ARGS= # empty XEXTRACT_AFTER_ARGS= #empty X XWRKSRC= ${WRKDIR}/j2sdk1.4.0 XPLIST_SUB+= TARGET_PREFIX=${TARGET_PREFIX:S/^${PREFIX}\///} X XNO_BUILD= yes XUSE_LINUX= yes XJDK_VERSION= 1.4.0-beta XONLY_FOR_ARCHS= i386 XTARGET_PREFIX?= ${PREFIX}/${PKGBASE}${PORTVERSION} X X.include X X.for file in ${DISTFILES} X.if !exists(${DISTDIR}/${file}) XIGNORE=You must manually fetch the Java 2 Development Kit ${JDK_VERSION} for Linux archive (${DISTFILES}) from http://java.sun.com/j2se/1.3/download-linux.html, place it in ${DISTDIR} and then run make again. X.endif X.endfor X Xpost-fetch: X @${CHMOD} +x ${DISTDIR}/${DISTFILES} X Xpost-patch: X find ${WRKSRC} -name '*.orig' -print | xargs ${RM} -f X Xdo-install: X ${MKDIR} ${PREFIX}/${PKGNAMEPREFIX}jdk${PORTVERSION} X ${TAR} -C ${WRKSRC} -cf- . | ${TAR} -C ${PREFIX}/${PKGNAMEPREFIX}jdk${PORTVERSION} -xpf- X ${LOCALBASE}/bin/registervm "${PREFIX}/linux-jdk${PORTVERSION}/bin/java # Linux-JDK${PORTVERSION}" X X.include END-of-java/linux-jdk14/Makefile echo c - java/linux-jdk14/files/ mkdir -p java/linux-jdk14/files/ > /dev/null 2>&1 echo x - java/linux-jdk14/files/patch-aa sed 's/^X//' >java/linux-jdk14/files/patch-aa << 'END-of-java/linux-jdk14/files/patch-aa' X--- bin/.java_wrapper.orig Fri May 25 19:52:36 2001 X+++ bin/.java_wrapper Fri May 25 19:54:12 2001 X@@ -34,8 +34,8 @@ X # Resolve symlinks. See 4152645. X while [ -L "$PRG" ]; do X ls=`ls -ld "$PRG"` X- link=`expr "$ls" : '.*-> \(.*\)$'` X- if expr "$link" : '/' > /dev/null; then X+ link=`/compat/linux/usr/bin/expr "$ls" : '.*-> \(.*\)$'` X+ if /compat/linux/usr/bin/expr "$link" : '/' > /dev/null; then X PRG="$link" X else X PRG="`dirname $PRG`/$link" END-of-java/linux-jdk14/files/patch-aa echo x - java/linux-jdk14/files/patch-ab sed 's/^X//' >java/linux-jdk14/files/patch-ab << 'END-of-java/linux-jdk14/files/patch-ab' X--- jre/bin/.java_wrapper.orig Fri May 25 19:56:57 2001 X+++ jre/bin/.java_wrapper Fri May 25 19:57:11 2001 X@@ -34,8 +34,8 @@ X # Resolve symlinks. See 4152645. X while [ -L "$PRG" ]; do X ls=`ls -ld "$PRG"` X- link=`expr "$ls" : '.*-> \(.*\)$'` X- if expr "$link" : '/' > /dev/null; then X+ link=`/compat/linux/usr/bin/expr "$ls" : '.*-> \(.*\)$'` X+ if /compat/linux/usr/bin/expr "$link" : '/' > /dev/null; then X PRG="$link" X else X PRG="`dirname $PRG`/$link" END-of-java/linux-jdk14/files/patch-ab echo x - java/linux-jdk14/pkg-comment sed 's/^X//' >java/linux-jdk14/pkg-comment << 'END-of-java/linux-jdk14/pkg-comment' XSun's Java Developers Kit for Linux, version 1.4 END-of-java/linux-jdk14/pkg-comment echo x - java/linux-jdk14/pkg-descr sed 's/^X//' >java/linux-jdk14/pkg-descr << 'END-of-java/linux-jdk14/pkg-descr' XThe Sun Java Development Kit 1.4 for Linux. X XWWW: http://java.sun.com/j2se/1.4/ END-of-java/linux-jdk14/pkg-descr echo x - java/linux-jdk14/pkg-plist sed 's/^X//' >java/linux-jdk14/pkg-plist << 'END-of-java/linux-jdk14/pkg-plist' X%%TARGET_PREFIX%%/jre/bin/i386/native_threads/java X%%TARGET_PREFIX%%/jre/bin/i386/native_threads/keytool X%%TARGET_PREFIX%%/jre/bin/i386/native_threads/policytool X%%TARGET_PREFIX%%/jre/bin/i386/native_threads/rmiregistry X%%TARGET_PREFIX%%/jre/bin/i386/native_threads/rmid X%%TARGET_PREFIX%%/jre/bin/i386/native_threads/orbd X%%TARGET_PREFIX%%/jre/bin/i386/native_threads/servertool X%%TARGET_PREFIX%%/jre/bin/i386/native_threads/tnameserv X%%TARGET_PREFIX%%/jre/bin/i386/native_threads/java_vm X%%TARGET_PREFIX%%/jre/bin/i386/realpath X%%TARGET_PREFIX%%/jre/bin/.java_wrapper X%%TARGET_PREFIX%%/jre/bin/realpath X%%TARGET_PREFIX%%/jre/bin/java X%%TARGET_PREFIX%%/jre/bin/keytool X%%TARGET_PREFIX%%/jre/bin/policytool X%%TARGET_PREFIX%%/jre/bin/awt_robot X%%TARGET_PREFIX%%/jre/bin/rmiregistry X%%TARGET_PREFIX%%/jre/bin/rmid X%%TARGET_PREFIX%%/jre/bin/orbd X%%TARGET_PREFIX%%/jre/bin/servertool X%%TARGET_PREFIX%%/jre/bin/tnameserv X%%TARGET_PREFIX%%/jre/bin/ControlPanel X%%TARGET_PREFIX%%/jre/lib/i386/native_threads/libhpi.so X%%TARGET_PREFIX%%/jre/lib/i386/server/libjvm.so X%%TARGET_PREFIX%%/jre/lib/i386/server/Xusage.txt X%%TARGET_PREFIX%%/jre/lib/i386/client/libjvm.so X%%TARGET_PREFIX%%/jre/lib/i386/client/Xusage.txt X%%TARGET_PREFIX%%/jre/lib/i386/hotspot X%%TARGET_PREFIX%%/jre/lib/i386/libverify.so X%%TARGET_PREFIX%%/jre/lib/i386/libjava.so X%%TARGET_PREFIX%%/jre/lib/i386/libzip.so X%%TARGET_PREFIX%%/jre/lib/i386/libhprof.so X%%TARGET_PREFIX%%/jre/lib/i386/libjcov.so X%%TARGET_PREFIX%%/jre/lib/i386/libnet.so X%%TARGET_PREFIX%%/jre/lib/i386/libnio.so X%%TARGET_PREFIX%%/jre/lib/i386/libjsound.so X%%TARGET_PREFIX%%/jre/lib/i386/libdcpr.so X%%TARGET_PREFIX%%/jre/lib/i386/libmlib_image.so X%%TARGET_PREFIX%%/jre/lib/i386/libawt.so X%%TARGET_PREFIX%%/jre/lib/i386/libfontmanager.so X%%TARGET_PREFIX%%/jre/lib/i386/libjpeg.so X%%TARGET_PREFIX%%/jre/lib/i386/libcmm.so X%%TARGET_PREFIX%%/jre/lib/i386/libioser12.so X%%TARGET_PREFIX%%/jre/lib/i386/librmi.so X%%TARGET_PREFIX%%/jre/lib/i386/libJdbcOdbc.so X%%TARGET_PREFIX%%/jre/lib/i386/libjawt.so X%%TARGET_PREFIX%%/jre/lib/i386/libjaas_unix.so X%%TARGET_PREFIX%%/jre/lib/i386/libjavaplugin_jni.so X%%TARGET_PREFIX%%/jre/lib/ext/sunjce_provider.jar X%%TARGET_PREFIX%%/jre/lib/ext/dnsns.jar X%%TARGET_PREFIX%%/jre/lib/ext/ldapsec.jar X%%TARGET_PREFIX%%/jre/lib/sunrsasign.jar X%%TARGET_PREFIX%%/jre/lib/jce.jar X%%TARGET_PREFIX%%/jre/lib/security/US_export_policy.jar X%%TARGET_PREFIX%%/jre/lib/security/local_policy.jar X%%TARGET_PREFIX%%/jre/lib/security/java.security X%%TARGET_PREFIX%%/jre/lib/security/java.policy X%%TARGET_PREFIX%%/jre/lib/security/cacerts X%%TARGET_PREFIX%%/jre/lib/jsse.jar X%%TARGET_PREFIX%%/jre/lib/fonts/LucidaTypewriterRegular.ttf X%%TARGET_PREFIX%%/jre/lib/fonts/LucidaTypewriterBold.ttf X%%TARGET_PREFIX%%/jre/lib/fonts/LucidaTypewriterOblique.ttf X%%TARGET_PREFIX%%/jre/lib/fonts/LucidaTypewriterBoldOblique.ttf X%%TARGET_PREFIX%%/jre/lib/fonts/LucidaBrightRegular.ttf X%%TARGET_PREFIX%%/jre/lib/fonts/LucidaBrightDemiBold.ttf X%%TARGET_PREFIX%%/jre/lib/fonts/LucidaBrightItalic.ttf X%%TARGET_PREFIX%%/jre/lib/fonts/LucidaBrightDemiItalic.ttf X%%TARGET_PREFIX%%/jre/lib/fonts/LucidaSansRegular.ttf X%%TARGET_PREFIX%%/jre/lib/fonts/LucidaSansDemiBold.ttf X%%TARGET_PREFIX%%/jre/lib/fonts/LucidaSansOblique.ttf X%%TARGET_PREFIX%%/jre/lib/fonts/LucidaSansDemiOblique.ttf X%%TARGET_PREFIX%%/jre/lib/fonts/fonts.dir X%%TARGET_PREFIX%%/jre/lib/content-types.properties X%%TARGET_PREFIX%%/jre/lib/tzmappings X%%TARGET_PREFIX%%/jre/lib/jvm.cfg X%%TARGET_PREFIX%%/jre/lib/jvm.hprof.txt X%%TARGET_PREFIX%%/jre/lib/jvm.jcov.txt X%%TARGET_PREFIX%%/jre/lib/flavormap.properties X%%TARGET_PREFIX%%/jre/lib/images/cursors/cursors.properties X%%TARGET_PREFIX%%/jre/lib/images/cursors/motif_CopyDrop32x32.gif X%%TARGET_PREFIX%%/jre/lib/images/cursors/motif_MoveDrop32x32.gif X%%TARGET_PREFIX%%/jre/lib/images/cursors/motif_LinkDrop32x32.gif X%%TARGET_PREFIX%%/jre/lib/images/cursors/motif_CopyNoDrop32x32.gif X%%TARGET_PREFIX%%/jre/lib/images/cursors/motif_MoveNoDrop32x32.gif X%%TARGET_PREFIX%%/jre/lib/images/cursors/motif_LinkNoDrop32x32.gif X%%TARGET_PREFIX%%/jre/lib/images/cursors/invalid32x32.gif X%%TARGET_PREFIX%%/jre/lib/logging.properties X%%TARGET_PREFIX%%/jre/lib/psfontj2d.properties X%%TARGET_PREFIX%%/jre/lib/psfont.properties.ja X%%TARGET_PREFIX%%/jre/lib/audio/soundbank.gm X%%TARGET_PREFIX%%/jre/lib/rt.jar X%%TARGET_PREFIX%%/jre/lib/zi/Africa/Mbabane X%%TARGET_PREFIX%%/jre/lib/zi/Africa/Tunis X%%TARGET_PREFIX%%/jre/lib/zi/Africa/Gaborone X%%TARGET_PREFIX%%/jre/lib/zi/Africa/Banjul X%%TARGET_PREFIX%%/jre/lib/zi/Africa/Conakry X%%TARGET_PREFIX%%/jre/lib/zi/Africa/Djibouti X%%TARGET_PREFIX%%/jre/lib/zi/Africa/Freetown X%%TARGET_PREFIX%%/jre/lib/zi/Africa/Sao_Tome X%%TARGET_PREFIX%%/jre/lib/zi/Africa/Mogadishu X%%TARGET_PREFIX%%/jre/lib/zi/Africa/Nairobi X%%TARGET_PREFIX%%/jre/lib/zi/Africa/Malabo X%%TARGET_PREFIX%%/jre/lib/zi/Africa/Cairo X%%TARGET_PREFIX%%/jre/lib/zi/Africa/Dakar X%%TARGET_PREFIX%%/jre/lib/zi/Africa/Lubumbashi X%%TARGET_PREFIX%%/jre/lib/zi/Africa/Lusaka X%%TARGET_PREFIX%%/jre/lib/zi/Africa/Douala X%%TARGET_PREFIX%%/jre/lib/zi/Africa/Windhoek X%%TARGET_PREFIX%%/jre/lib/zi/Africa/Maseru X%%TARGET_PREFIX%%/jre/lib/zi/Africa/Bissau X%%TARGET_PREFIX%%/jre/lib/zi/Africa/Libreville X%%TARGET_PREFIX%%/jre/lib/zi/Africa/Porto-Novo X%%TARGET_PREFIX%%/jre/lib/zi/Africa/Dar_es_Salaam X%%TARGET_PREFIX%%/jre/lib/zi/Africa/Accra X%%TARGET_PREFIX%%/jre/lib/zi/Africa/Kinshasa X%%TARGET_PREFIX%%/jre/lib/zi/Africa/Johannesburg X%%TARGET_PREFIX%%/jre/lib/zi/Africa/Bangui X%%TARGET_PREFIX%%/jre/lib/zi/Africa/Algiers X%%TARGET_PREFIX%%/jre/lib/zi/Africa/Khartoum X%%TARGET_PREFIX%%/jre/lib/zi/Africa/Ouagadougou X%%TARGET_PREFIX%%/jre/lib/zi/Africa/Niamey X%%TARGET_PREFIX%%/jre/lib/zi/Africa/Lome X%%TARGET_PREFIX%%/jre/lib/zi/Africa/Nouakchott X%%TARGET_PREFIX%%/jre/lib/zi/Africa/Monrovia X%%TARGET_PREFIX%%/jre/lib/zi/Africa/Maputo X%%TARGET_PREFIX%%/jre/lib/zi/Africa/Bujumbura X%%TARGET_PREFIX%%/jre/lib/zi/Africa/Luanda X%%TARGET_PREFIX%%/jre/lib/zi/Africa/Kampala X%%TARGET_PREFIX%%/jre/lib/zi/Africa/Kigali X%%TARGET_PREFIX%%/jre/lib/zi/Africa/Addis_Ababa X%%TARGET_PREFIX%%/jre/lib/zi/Africa/Ndjamena X%%TARGET_PREFIX%%/jre/lib/zi/Africa/Abidjan X%%TARGET_PREFIX%%/jre/lib/zi/Africa/Blantyre X%%TARGET_PREFIX%%/jre/lib/zi/Africa/Tripoli X%%TARGET_PREFIX%%/jre/lib/zi/Africa/Lagos X%%TARGET_PREFIX%%/jre/lib/zi/Africa/Asmera X%%TARGET_PREFIX%%/jre/lib/zi/Africa/Timbuktu X%%TARGET_PREFIX%%/jre/lib/zi/Africa/Harare X%%TARGET_PREFIX%%/jre/lib/zi/Africa/Casablanca X%%TARGET_PREFIX%%/jre/lib/zi/America/Scoresbysund X%%TARGET_PREFIX%%/jre/lib/zi/America/Godthab X%%TARGET_PREFIX%%/jre/lib/zi/America/Thule X%%TARGET_PREFIX%%/jre/lib/zi/America/Port-au-Prince X%%TARGET_PREFIX%%/jre/lib/zi/America/Antigua X%%TARGET_PREFIX%%/jre/lib/zi/America/Guatemala X%%TARGET_PREFIX%%/jre/lib/zi/America/Adak X%%TARGET_PREFIX%%/jre/lib/zi/America/St_Vincent X%%TARGET_PREFIX%%/jre/lib/zi/America/Tijuana X%%TARGET_PREFIX%%/jre/lib/zi/America/El_Salvador X%%TARGET_PREFIX%%/jre/lib/zi/America/Dawson_Creek X%%TARGET_PREFIX%%/jre/lib/zi/America/Montreal X%%TARGET_PREFIX%%/jre/lib/zi/America/Grand_Turk X%%TARGET_PREFIX%%/jre/lib/zi/America/Martinique X%%TARGET_PREFIX%%/jre/lib/zi/America/Guadeloupe X%%TARGET_PREFIX%%/jre/lib/zi/America/Los_Angeles X%%TARGET_PREFIX%%/jre/lib/zi/America/Vancouver X%%TARGET_PREFIX%%/jre/lib/zi/America/Nassau X%%TARGET_PREFIX%%/jre/lib/zi/America/Belize X%%TARGET_PREFIX%%/jre/lib/zi/America/Dominica X%%TARGET_PREFIX%%/jre/lib/zi/America/Denver X%%TARGET_PREFIX%%/jre/lib/zi/America/Winnipeg X%%TARGET_PREFIX%%/jre/lib/zi/America/Anguilla X%%TARGET_PREFIX%%/jre/lib/zi/America/Grenada X%%TARGET_PREFIX%%/jre/lib/zi/America/Edmonton X%%TARGET_PREFIX%%/jre/lib/zi/America/Montserrat X%%TARGET_PREFIX%%/jre/lib/zi/America/St_Kitts X%%TARGET_PREFIX%%/jre/lib/zi/America/Regina X%%TARGET_PREFIX%%/jre/lib/zi/America/St_Thomas X%%TARGET_PREFIX%%/jre/lib/zi/America/Phoenix X%%TARGET_PREFIX%%/jre/lib/zi/America/Havana X%%TARGET_PREFIX%%/jre/lib/zi/America/Chicago X%%TARGET_PREFIX%%/jre/lib/zi/America/Jamaica X%%TARGET_PREFIX%%/jre/lib/zi/America/Indianapolis X%%TARGET_PREFIX%%/jre/lib/zi/America/Mazatlan X%%TARGET_PREFIX%%/jre/lib/zi/America/St_Johns X%%TARGET_PREFIX%%/jre/lib/zi/America/Costa_Rica X%%TARGET_PREFIX%%/jre/lib/zi/America/Tortola X%%TARGET_PREFIX%%/jre/lib/zi/America/Anchorage X%%TARGET_PREFIX%%/jre/lib/zi/America/Managua X%%TARGET_PREFIX%%/jre/lib/zi/America/Panama X%%TARGET_PREFIX%%/jre/lib/zi/America/New_York X%%TARGET_PREFIX%%/jre/lib/zi/America/Miquelon X%%TARGET_PREFIX%%/jre/lib/zi/America/Tegucigalpa X%%TARGET_PREFIX%%/jre/lib/zi/America/Mexico_City X%%TARGET_PREFIX%%/jre/lib/zi/America/Santo_Domingo X%%TARGET_PREFIX%%/jre/lib/zi/America/Barbados X%%TARGET_PREFIX%%/jre/lib/zi/America/Puerto_Rico X%%TARGET_PREFIX%%/jre/lib/zi/America/Halifax X%%TARGET_PREFIX%%/jre/lib/zi/America/Cayman X%%TARGET_PREFIX%%/jre/lib/zi/America/St_Lucia X%%TARGET_PREFIX%%/jre/lib/zi/America/La_Paz X%%TARGET_PREFIX%%/jre/lib/zi/America/Paramaribo X%%TARGET_PREFIX%%/jre/lib/zi/America/Guayaquil X%%TARGET_PREFIX%%/jre/lib/zi/America/Noronha X%%TARGET_PREFIX%%/jre/lib/zi/America/Asuncion X%%TARGET_PREFIX%%/jre/lib/zi/America/Sao_Paulo X%%TARGET_PREFIX%%/jre/lib/zi/America/Rio_Branco X%%TARGET_PREFIX%%/jre/lib/zi/America/Fortaleza X%%TARGET_PREFIX%%/jre/lib/zi/America/Curacao X%%TARGET_PREFIX%%/jre/lib/zi/America/Aruba X%%TARGET_PREFIX%%/jre/lib/zi/America/Cayenne X%%TARGET_PREFIX%%/jre/lib/zi/America/Santiago X%%TARGET_PREFIX%%/jre/lib/zi/America/Port_of_Spain X%%TARGET_PREFIX%%/jre/lib/zi/America/Bogota X%%TARGET_PREFIX%%/jre/lib/zi/America/Manaus X%%TARGET_PREFIX%%/jre/lib/zi/America/Lima X%%TARGET_PREFIX%%/jre/lib/zi/America/Montevideo X%%TARGET_PREFIX%%/jre/lib/zi/America/Buenos_Aires X%%TARGET_PREFIX%%/jre/lib/zi/America/Caracas X%%TARGET_PREFIX%%/jre/lib/zi/America/Guyana X%%TARGET_PREFIX%%/jre/lib/zi/America/Cuiaba X%%TARGET_PREFIX%%/jre/lib/zi/Antarctica/Mawson X%%TARGET_PREFIX%%/jre/lib/zi/Antarctica/DumontDUrville X%%TARGET_PREFIX%%/jre/lib/zi/Antarctica/Casey X%%TARGET_PREFIX%%/jre/lib/zi/Antarctica/Palmer X%%TARGET_PREFIX%%/jre/lib/zi/Antarctica/McMurdo X%%TARGET_PREFIX%%/jre/lib/zi/Asia/Ulaanbaatar X%%TARGET_PREFIX%%/jre/lib/zi/Asia/Aqtobe X%%TARGET_PREFIX%%/jre/lib/zi/Asia/Singapore X%%TARGET_PREFIX%%/jre/lib/zi/Asia/Dushanbe X%%TARGET_PREFIX%%/jre/lib/zi/Asia/Almaty X%%TARGET_PREFIX%%/jre/lib/zi/Asia/Tehran X%%TARGET_PREFIX%%/jre/lib/zi/Asia/Dhaka X%%TARGET_PREFIX%%/jre/lib/zi/Asia/Aden X%%TARGET_PREFIX%%/jre/lib/zi/Asia/Bishkek X%%TARGET_PREFIX%%/jre/lib/zi/Asia/Damascus X%%TARGET_PREFIX%%/jre/lib/zi/Asia/Yerevan X%%TARGET_PREFIX%%/jre/lib/zi/Asia/Phnom_Penh X%%TARGET_PREFIX%%/jre/lib/zi/Asia/Rangoon X%%TARGET_PREFIX%%/jre/lib/zi/Asia/Muscat X%%TARGET_PREFIX%%/jre/lib/zi/Asia/Nicosia X%%TARGET_PREFIX%%/jre/lib/zi/Asia/Tashkent X%%TARGET_PREFIX%%/jre/lib/zi/Asia/Calcutta X%%TARGET_PREFIX%%/jre/lib/zi/Asia/Karachi X%%TARGET_PREFIX%%/jre/lib/zi/Asia/Hong_Kong X%%TARGET_PREFIX%%/jre/lib/zi/Asia/Aqtau X%%TARGET_PREFIX%%/jre/lib/zi/Asia/Baghdad X%%TARGET_PREFIX%%/jre/lib/zi/Asia/Kuwait X%%TARGET_PREFIX%%/jre/lib/zi/Asia/Dubai X%%TARGET_PREFIX%%/jre/lib/zi/Asia/Ujung_Pandang X%%TARGET_PREFIX%%/jre/lib/zi/Asia/Jerusalem X%%TARGET_PREFIX%%/jre/lib/zi/Asia/Qatar X%%TARGET_PREFIX%%/jre/lib/zi/Asia/Pyongyang X%%TARGET_PREFIX%%/jre/lib/zi/Asia/Taipei X%%TARGET_PREFIX%%/jre/lib/zi/Asia/Manila X%%TARGET_PREFIX%%/jre/lib/zi/Asia/Beirut X%%TARGET_PREFIX%%/jre/lib/zi/Asia/Tbilisi X%%TARGET_PREFIX%%/jre/lib/zi/Asia/Macao X%%TARGET_PREFIX%%/jre/lib/zi/Asia/Jayapura X%%TARGET_PREFIX%%/jre/lib/zi/Asia/Bangkok X%%TARGET_PREFIX%%/jre/lib/zi/Asia/Colombo X%%TARGET_PREFIX%%/jre/lib/zi/Asia/Kuala_Lumpur X%%TARGET_PREFIX%%/jre/lib/zi/Asia/Amman X%%TARGET_PREFIX%%/jre/lib/zi/Asia/Shanghai X%%TARGET_PREFIX%%/jre/lib/zi/Asia/Tokyo X%%TARGET_PREFIX%%/jre/lib/zi/Asia/Vientiane X%%TARGET_PREFIX%%/jre/lib/zi/Asia/Jakarta X%%TARGET_PREFIX%%/jre/lib/zi/Asia/Seoul X%%TARGET_PREFIX%%/jre/lib/zi/Asia/Brunei X%%TARGET_PREFIX%%/jre/lib/zi/Asia/Thimphu X%%TARGET_PREFIX%%/jre/lib/zi/Asia/Saigon X%%TARGET_PREFIX%%/jre/lib/zi/Asia/Kabul X%%TARGET_PREFIX%%/jre/lib/zi/Asia/Baku X%%TARGET_PREFIX%%/jre/lib/zi/Asia/Katmandu X%%TARGET_PREFIX%%/jre/lib/zi/Asia/Bahrain X%%TARGET_PREFIX%%/jre/lib/zi/Asia/Riyadh X%%TARGET_PREFIX%%/jre/lib/zi/Asia/Ashgabat X%%TARGET_PREFIX%%/jre/lib/zi/Asia/Vladivostok X%%TARGET_PREFIX%%/jre/lib/zi/Asia/Yekaterinburg X%%TARGET_PREFIX%%/jre/lib/zi/Asia/Magadan X%%TARGET_PREFIX%%/jre/lib/zi/Asia/Kamchatka X%%TARGET_PREFIX%%/jre/lib/zi/Asia/Novosibirsk X%%TARGET_PREFIX%%/jre/lib/zi/Asia/Anadyr X%%TARGET_PREFIX%%/jre/lib/zi/Asia/Irkutsk X%%TARGET_PREFIX%%/jre/lib/zi/Asia/Krasnoyarsk X%%TARGET_PREFIX%%/jre/lib/zi/Asia/Yakutsk X%%TARGET_PREFIX%%/jre/lib/zi/Atlantic/St_Helena X%%TARGET_PREFIX%%/jre/lib/zi/Atlantic/Cape_Verde X%%TARGET_PREFIX%%/jre/lib/zi/Atlantic/Jan_Mayen X%%TARGET_PREFIX%%/jre/lib/zi/Atlantic/Reykjavik X%%TARGET_PREFIX%%/jre/lib/zi/Atlantic/Azores X%%TARGET_PREFIX%%/jre/lib/zi/Atlantic/Canary X%%TARGET_PREFIX%%/jre/lib/zi/Atlantic/Faeroe X%%TARGET_PREFIX%%/jre/lib/zi/Atlantic/Bermuda X%%TARGET_PREFIX%%/jre/lib/zi/Atlantic/Stanley X%%TARGET_PREFIX%%/jre/lib/zi/Atlantic/South_Georgia X%%TARGET_PREFIX%%/jre/lib/zi/Australia/Darwin X%%TARGET_PREFIX%%/jre/lib/zi/Australia/Broken_Hill X%%TARGET_PREFIX%%/jre/lib/zi/Australia/Hobart X%%TARGET_PREFIX%%/jre/lib/zi/Australia/Perth X%%TARGET_PREFIX%%/jre/lib/zi/Australia/Adelaide X%%TARGET_PREFIX%%/jre/lib/zi/Australia/Lord_Howe X%%TARGET_PREFIX%%/jre/lib/zi/Australia/Sydney X%%TARGET_PREFIX%%/jre/lib/zi/Australia/Brisbane X%%TARGET_PREFIX%%/jre/lib/zi/EET X%%TARGET_PREFIX%%/jre/lib/zi/Europe/Belgrade X%%TARGET_PREFIX%%/jre/lib/zi/Europe/Stockholm X%%TARGET_PREFIX%%/jre/lib/zi/Europe/London X%%TARGET_PREFIX%%/jre/lib/zi/Europe/Tallinn X%%TARGET_PREFIX%%/jre/lib/zi/Europe/Bucharest X%%TARGET_PREFIX%%/jre/lib/zi/Europe/Gibraltar X%%TARGET_PREFIX%%/jre/lib/zi/Europe/Riga X%%TARGET_PREFIX%%/jre/lib/zi/Europe/Minsk X%%TARGET_PREFIX%%/jre/lib/zi/Europe/Amsterdam X%%TARGET_PREFIX%%/jre/lib/zi/Europe/Tirane X%%TARGET_PREFIX%%/jre/lib/zi/Europe/Budapest X%%TARGET_PREFIX%%/jre/lib/zi/Europe/Sofia X%%TARGET_PREFIX%%/jre/lib/zi/Europe/Copenhagen X%%TARGET_PREFIX%%/jre/lib/zi/Europe/Berlin X%%TARGET_PREFIX%%/jre/lib/zi/Europe/Dublin X%%TARGET_PREFIX%%/jre/lib/zi/Europe/Rome X%%TARGET_PREFIX%%/jre/lib/zi/Europe/Luxembourg X%%TARGET_PREFIX%%/jre/lib/zi/Europe/Vienna X%%TARGET_PREFIX%%/jre/lib/zi/Europe/Samara X%%TARGET_PREFIX%%/jre/lib/zi/Europe/Kaliningrad X%%TARGET_PREFIX%%/jre/lib/zi/Europe/Brussels X%%TARGET_PREFIX%%/jre/lib/zi/Europe/Moscow X%%TARGET_PREFIX%%/jre/lib/zi/Europe/Zurich X%%TARGET_PREFIX%%/jre/lib/zi/Europe/Vilnius X%%TARGET_PREFIX%%/jre/lib/zi/Europe/Kiev X%%TARGET_PREFIX%%/jre/lib/zi/Europe/Athens X%%TARGET_PREFIX%%/jre/lib/zi/Europe/Helsinki X%%TARGET_PREFIX%%/jre/lib/zi/Europe/Madrid X%%TARGET_PREFIX%%/jre/lib/zi/Europe/Prague X%%TARGET_PREFIX%%/jre/lib/zi/Europe/Vaduz X%%TARGET_PREFIX%%/jre/lib/zi/Europe/Paris X%%TARGET_PREFIX%%/jre/lib/zi/Europe/Monaco X%%TARGET_PREFIX%%/jre/lib/zi/Europe/Malta X%%TARGET_PREFIX%%/jre/lib/zi/Europe/Chisinau X%%TARGET_PREFIX%%/jre/lib/zi/Europe/Simferopol X%%TARGET_PREFIX%%/jre/lib/zi/Europe/Warsaw X%%TARGET_PREFIX%%/jre/lib/zi/Europe/Andorra X%%TARGET_PREFIX%%/jre/lib/zi/Europe/Oslo X%%TARGET_PREFIX%%/jre/lib/zi/Europe/Lisbon X%%TARGET_PREFIX%%/jre/lib/zi/Europe/Istanbul X%%TARGET_PREFIX%%/jre/lib/zi/GMT X%%TARGET_PREFIX%%/jre/lib/zi/Indian/Antananarivo X%%TARGET_PREFIX%%/jre/lib/zi/Indian/Mahe X%%TARGET_PREFIX%%/jre/lib/zi/Indian/Mayotte X%%TARGET_PREFIX%%/jre/lib/zi/Indian/Reunion X%%TARGET_PREFIX%%/jre/lib/zi/Indian/Comoro X%%TARGET_PREFIX%%/jre/lib/zi/Indian/Mauritius X%%TARGET_PREFIX%%/jre/lib/zi/Indian/Kerguelen X%%TARGET_PREFIX%%/jre/lib/zi/Indian/Chagos X%%TARGET_PREFIX%%/jre/lib/zi/Indian/Maldives X%%TARGET_PREFIX%%/jre/lib/zi/Indian/Cocos X%%TARGET_PREFIX%%/jre/lib/zi/Indian/Christmas X%%TARGET_PREFIX%%/jre/lib/zi/Pacific/Guam X%%TARGET_PREFIX%%/jre/lib/zi/Pacific/Rarotonga X%%TARGET_PREFIX%%/jre/lib/zi/Pacific/Wallis X%%TARGET_PREFIX%%/jre/lib/zi/Pacific/Nauru X%%TARGET_PREFIX%%/jre/lib/zi/Pacific/Palau X%%TARGET_PREFIX%%/jre/lib/zi/Pacific/Fiji X%%TARGET_PREFIX%%/jre/lib/zi/Pacific/Majuro X%%TARGET_PREFIX%%/jre/lib/zi/Pacific/Gambier X%%TARGET_PREFIX%%/jre/lib/zi/Pacific/Truk X%%TARGET_PREFIX%%/jre/lib/zi/Pacific/Fakaofo X%%TARGET_PREFIX%%/jre/lib/zi/Pacific/Efate X%%TARGET_PREFIX%%/jre/lib/zi/Pacific/Tongatapu X%%TARGET_PREFIX%%/jre/lib/zi/Pacific/Pago_Pago X%%TARGET_PREFIX%%/jre/lib/zi/Pacific/Ponape X%%TARGET_PREFIX%%/jre/lib/zi/Pacific/Noumea X%%TARGET_PREFIX%%/jre/lib/zi/Pacific/Apia X%%TARGET_PREFIX%%/jre/lib/zi/Pacific/Tahiti X%%TARGET_PREFIX%%/jre/lib/zi/Pacific/Wake X%%TARGET_PREFIX%%/jre/lib/zi/Pacific/Marquesas X%%TARGET_PREFIX%%/jre/lib/zi/Pacific/Auckland X%%TARGET_PREFIX%%/jre/lib/zi/Pacific/Funafuti X%%TARGET_PREFIX%%/jre/lib/zi/Pacific/Norfolk X%%TARGET_PREFIX%%/jre/lib/zi/Pacific/Niue X%%TARGET_PREFIX%%/jre/lib/zi/Pacific/Tarawa X%%TARGET_PREFIX%%/jre/lib/zi/Pacific/Port_Moresby X%%TARGET_PREFIX%%/jre/lib/zi/Pacific/Enderbury X%%TARGET_PREFIX%%/jre/lib/zi/Pacific/Kiritimati X%%TARGET_PREFIX%%/jre/lib/zi/Pacific/Chatham X%%TARGET_PREFIX%%/jre/lib/zi/Pacific/Guadalcanal X%%TARGET_PREFIX%%/jre/lib/zi/Pacific/Saipan X%%TARGET_PREFIX%%/jre/lib/zi/Pacific/Kosrae X%%TARGET_PREFIX%%/jre/lib/zi/Pacific/Pitcairn X%%TARGET_PREFIX%%/jre/lib/zi/Pacific/Honolulu X%%TARGET_PREFIX%%/jre/lib/zi/Pacific/Galapagos X%%TARGET_PREFIX%%/jre/lib/zi/Pacific/Easter X%%TARGET_PREFIX%%/jre/lib/zi/WET X%%TARGET_PREFIX%%/jre/lib/zi/ZoneInfoMappings X%%TARGET_PREFIX%%/jre/lib/font.properties X%%TARGET_PREFIX%%/jre/lib/font.properties.ja X%%TARGET_PREFIX%%/jre/lib/font.properties.zh X%%TARGET_PREFIX%%/jre/lib/cmm/sRGB.pf X%%TARGET_PREFIX%%/jre/lib/cmm/GRAY.pf X%%TARGET_PREFIX%%/jre/lib/cmm/CIEXYZ.pf X%%TARGET_PREFIX%%/jre/lib/cmm/PYCC.pf X%%TARGET_PREFIX%%/jre/lib/cmm/LINEAR_RGB.pf X%%TARGET_PREFIX%%/jre/lib/i18n.jar X%%TARGET_PREFIX%%/jre/lib/javaplugin.jar X%%TARGET_PREFIX%%/jre/lib/locale/de/LC_MESSAGES/sunw_java_plugin.mo X%%TARGET_PREFIX%%/jre/lib/locale/es/LC_MESSAGES/sunw_java_plugin.mo X%%TARGET_PREFIX%%/jre/lib/locale/fr/LC_MESSAGES/sunw_java_plugin.mo X%%TARGET_PREFIX%%/jre/lib/locale/it/LC_MESSAGES/sunw_java_plugin.mo X%%TARGET_PREFIX%%/jre/lib/locale/ja/LC_MESSAGES/sunw_java_plugin.mo X%%TARGET_PREFIX%%/jre/lib/locale/ko/LC_MESSAGES/sunw_java_plugin.mo X%%TARGET_PREFIX%%/jre/lib/locale/ko.UTF-8/LC_MESSAGES/sunw_java_plugin.mo X%%TARGET_PREFIX%%/jre/lib/locale/sv/LC_MESSAGES/sunw_java_plugin.mo X%%TARGET_PREFIX%%/jre/lib/locale/zh/LC_MESSAGES/sunw_java_plugin.mo X%%TARGET_PREFIX%%/jre/lib/locale/zh.GBK/LC_MESSAGES/sunw_java_plugin.mo X%%TARGET_PREFIX%%/jre/lib/locale/zh_TW/LC_MESSAGES/sunw_java_plugin.mo X%%TARGET_PREFIX%%/jre/lib/locale/zh_TW.BIG5/LC_MESSAGES/sunw_java_plugin.mo X%%TARGET_PREFIX%%/jre/CHANGES X%%TARGET_PREFIX%%/jre/COPYRIGHT X%%TARGET_PREFIX%%/jre/LICENSE X%%TARGET_PREFIX%%/jre/Welcome.html X%%TARGET_PREFIX%%/jre/README X%%TARGET_PREFIX%%/jre/plugin/i386/ns600/libjavaplugin_oji140.so X%%TARGET_PREFIX%%/jre/plugin/i386/ns4/javaplugin140.so X%%TARGET_PREFIX%%/jre/ControlPanel.html X%%TARGET_PREFIX%%/jre/javaws-1_0_1-linux-int.zip X%%TARGET_PREFIX%%/lib/htmlconverter.jar X%%TARGET_PREFIX%%/lib/tools.jar X%%TARGET_PREFIX%%/lib/orb.idl X%%TARGET_PREFIX%%/lib/ir.idl X%%TARGET_PREFIX%%/lib/i386/libjdwp.so X%%TARGET_PREFIX%%/lib/i386/libdt_socket.so X%%TARGET_PREFIX%%/lib/dt.jar X%%TARGET_PREFIX%%/bin/i386/native_threads/java X%%TARGET_PREFIX%%/bin/i386/native_threads/javac X%%TARGET_PREFIX%%/bin/i386/native_threads/javadoc X%%TARGET_PREFIX%%/bin/i386/native_threads/javah X%%TARGET_PREFIX%%/bin/i386/native_threads/idlj X%%TARGET_PREFIX%%/bin/i386/native_threads/keytool X%%TARGET_PREFIX%%/bin/i386/native_threads/jarsigner X%%TARGET_PREFIX%%/bin/i386/native_threads/policytool X%%TARGET_PREFIX%%/bin/i386/native_threads/jar X%%TARGET_PREFIX%%/bin/i386/native_threads/appletviewer X%%TARGET_PREFIX%%/bin/i386/native_threads/rmic X%%TARGET_PREFIX%%/bin/i386/native_threads/rmiregistry X%%TARGET_PREFIX%%/bin/i386/native_threads/rmid X%%TARGET_PREFIX%%/bin/i386/native_threads/javap X%%TARGET_PREFIX%%/bin/i386/native_threads/native2ascii X%%TARGET_PREFIX%%/bin/i386/native_threads/serialver X%%TARGET_PREFIX%%/bin/i386/native_threads/orbd X%%TARGET_PREFIX%%/bin/i386/native_threads/servertool X%%TARGET_PREFIX%%/bin/i386/native_threads/tnameserv X%%TARGET_PREFIX%%/bin/i386/native_threads/extcheck X%%TARGET_PREFIX%%/bin/i386/native_threads/jdb X%%TARGET_PREFIX%%/bin/i386/native_threads/java_vm X%%TARGET_PREFIX%%/bin/i386/realpath X%%TARGET_PREFIX%%/bin/.java_wrapper X%%TARGET_PREFIX%%/bin/realpath X%%TARGET_PREFIX%%/bin/java X%%TARGET_PREFIX%%/bin/javac X%%TARGET_PREFIX%%/bin/javadoc X%%TARGET_PREFIX%%/bin/javah X%%TARGET_PREFIX%%/bin/idlj X%%TARGET_PREFIX%%/bin/keytool X%%TARGET_PREFIX%%/bin/jarsigner X%%TARGET_PREFIX%%/bin/policytool X%%TARGET_PREFIX%%/bin/jar X%%TARGET_PREFIX%%/bin/awt_robot X%%TARGET_PREFIX%%/bin/appletviewer X%%TARGET_PREFIX%%/bin/rmic X%%TARGET_PREFIX%%/bin/java-rmi.cgi X%%TARGET_PREFIX%%/bin/rmiregistry X%%TARGET_PREFIX%%/bin/rmid X%%TARGET_PREFIX%%/bin/javap X%%TARGET_PREFIX%%/bin/native2ascii X%%TARGET_PREFIX%%/bin/serialver X%%TARGET_PREFIX%%/bin/orbd X%%TARGET_PREFIX%%/bin/servertool X%%TARGET_PREFIX%%/bin/tnameserv X%%TARGET_PREFIX%%/bin/extcheck X%%TARGET_PREFIX%%/bin/jdb X%%TARGET_PREFIX%%/bin/ControlPanel X%%TARGET_PREFIX%%/bin/HtmlConverter X%%TARGET_PREFIX%%/demo/applets/Animator/audio/0.au X%%TARGET_PREFIX%%/demo/applets/Animator/audio/1.au X%%TARGET_PREFIX%%/demo/applets/Animator/audio/2.au X%%TARGET_PREFIX%%/demo/applets/Animator/audio/3.au X%%TARGET_PREFIX%%/demo/applets/Animator/audio/4.au X%%TARGET_PREFIX%%/demo/applets/Animator/audio/5.au X%%TARGET_PREFIX%%/demo/applets/Animator/audio/6.au X%%TARGET_PREFIX%%/demo/applets/Animator/audio/7.au X%%TARGET_PREFIX%%/demo/applets/Animator/audio/8.au X%%TARGET_PREFIX%%/demo/applets/Animator/audio/9.au X%%TARGET_PREFIX%%/demo/applets/Animator/audio/spacemusic.au X%%TARGET_PREFIX%%/demo/applets/Animator/images/SimpleAnimation/T1.gif X%%TARGET_PREFIX%%/demo/applets/Animator/images/SimpleAnimation/T2.gif X%%TARGET_PREFIX%%/demo/applets/Animator/images/Beans/T10.gif X%%TARGET_PREFIX%%/demo/applets/Animator/images/Beans/T9.gif X%%TARGET_PREFIX%%/demo/applets/Animator/images/Beans/T7.gif X%%TARGET_PREFIX%%/demo/applets/Animator/images/Beans/T3.gif X%%TARGET_PREFIX%%/demo/applets/Animator/images/Beans/T8.gif X%%TARGET_PREFIX%%/demo/applets/Animator/images/Beans/T6.gif X%%TARGET_PREFIX%%/demo/applets/Animator/images/Beans/T2.gif X%%TARGET_PREFIX%%/demo/applets/Animator/images/Beans/T1.gif X%%TARGET_PREFIX%%/demo/applets/Animator/images/Beans/T5.gif X%%TARGET_PREFIX%%/demo/applets/Animator/images/Beans/T4.gif X%%TARGET_PREFIX%%/demo/applets/Animator/images/loading-msg.gif X%%TARGET_PREFIX%%/demo/applets/Animator/example1.html X%%TARGET_PREFIX%%/demo/applets/Animator/example2.html X%%TARGET_PREFIX%%/demo/applets/Animator/example3.html X%%TARGET_PREFIX%%/demo/applets/Animator/example4.html X%%TARGET_PREFIX%%/demo/applets/Animator/Animator.java X%%TARGET_PREFIX%%/demo/applets/Animator/Animator.class X%%TARGET_PREFIX%%/demo/applets/Animator/Animation.class X%%TARGET_PREFIX%%/demo/applets/Animator/ParseException.class X%%TARGET_PREFIX%%/demo/applets/Animator/AnimationFrame.class X%%TARGET_PREFIX%%/demo/applets/Animator/DescriptionFrame.class X%%TARGET_PREFIX%%/demo/applets/ArcTest/example1.html X%%TARGET_PREFIX%%/demo/applets/ArcTest/ArcTest.java X%%TARGET_PREFIX%%/demo/applets/ArcTest/ArcTest.class X%%TARGET_PREFIX%%/demo/applets/ArcTest/ArcControls.class X%%TARGET_PREFIX%%/demo/applets/ArcTest/ArcCanvas.class X%%TARGET_PREFIX%%/demo/applets/BarChart/example1.html X%%TARGET_PREFIX%%/demo/applets/BarChart/BarChart.java X%%TARGET_PREFIX%%/demo/applets/BarChart/BarChart.class X%%TARGET_PREFIX%%/demo/applets/Blink/example1.html X%%TARGET_PREFIX%%/demo/applets/Blink/Blink.java X%%TARGET_PREFIX%%/demo/applets/Blink/Blink$1.class X%%TARGET_PREFIX%%/demo/applets/Blink/Blink.class X%%TARGET_PREFIX%%/demo/applets/CardTest/example1.html X%%TARGET_PREFIX%%/demo/applets/CardTest/CardTest.java X%%TARGET_PREFIX%%/demo/applets/CardTest/CardPanel.class X%%TARGET_PREFIX%%/demo/applets/CardTest/CardTest.class X%%TARGET_PREFIX%%/demo/applets/Clock/example1.html X%%TARGET_PREFIX%%/demo/applets/Clock/Clock.java X%%TARGET_PREFIX%%/demo/applets/Clock/Clock.class X%%TARGET_PREFIX%%/demo/applets/DitherTest/example1.html X%%TARGET_PREFIX%%/demo/applets/DitherTest/DitherTest.java X%%TARGET_PREFIX%%/demo/applets/DitherTest/DitherTest.class X%%TARGET_PREFIX%%/demo/applets/DitherTest/DitherControls.class X%%TARGET_PREFIX%%/demo/applets/DitherTest/DitherCanvas.class X%%TARGET_PREFIX%%/demo/applets/DrawTest/example1.html X%%TARGET_PREFIX%%/demo/applets/DrawTest/DrawTest.java X%%TARGET_PREFIX%%/demo/applets/DrawTest/DrawTest.class X%%TARGET_PREFIX%%/demo/applets/DrawTest/DrawPanel.class X%%TARGET_PREFIX%%/demo/applets/DrawTest/DrawControls.class X%%TARGET_PREFIX%%/demo/applets/Fractal/example1.html X%%TARGET_PREFIX%%/demo/applets/Fractal/CLSFractal.java X%%TARGET_PREFIX%%/demo/applets/Fractal/CLSFractal.class X%%TARGET_PREFIX%%/demo/applets/Fractal/ContextLSystem.class X%%TARGET_PREFIX%%/demo/applets/Fractal/CLSRule.class X%%TARGET_PREFIX%%/demo/applets/Fractal/CLSTurtle.class X%%TARGET_PREFIX%%/demo/applets/GraphLayout/audio/computer.au X%%TARGET_PREFIX%%/demo/applets/GraphLayout/audio/drip.au X%%TARGET_PREFIX%%/demo/applets/GraphLayout/audio/gong.au X%%TARGET_PREFIX%%/demo/applets/GraphLayout/example1.html X%%TARGET_PREFIX%%/demo/applets/GraphLayout/example2.html X%%TARGET_PREFIX%%/demo/applets/GraphLayout/example3.html X%%TARGET_PREFIX%%/demo/applets/GraphLayout/example4.html X%%TARGET_PREFIX%%/demo/applets/GraphLayout/Graph.java X%%TARGET_PREFIX%%/demo/applets/GraphLayout/Node.class X%%TARGET_PREFIX%%/demo/applets/GraphLayout/Edge.class X%%TARGET_PREFIX%%/demo/applets/GraphLayout/GraphPanel.class X%%TARGET_PREFIX%%/demo/applets/GraphLayout/Graph.class X%%TARGET_PREFIX%%/demo/applets/GraphicsTest/example1.html X%%TARGET_PREFIX%%/demo/applets/GraphicsTest/AppletFrame.java X%%TARGET_PREFIX%%/demo/applets/GraphicsTest/GraphicsTest.java X%%TARGET_PREFIX%%/demo/applets/GraphicsTest/AppletFrame.class X%%TARGET_PREFIX%%/demo/applets/GraphicsTest/GraphicsPanel.class X%%TARGET_PREFIX%%/demo/applets/GraphicsTest/GraphicsCards.class X%%TARGET_PREFIX%%/demo/applets/GraphicsTest/GraphicsTest.class X%%TARGET_PREFIX%%/demo/applets/GraphicsTest/ArcCard.class X%%TARGET_PREFIX%%/demo/applets/GraphicsTest/ArcDegreePanel.class X%%TARGET_PREFIX%%/demo/applets/GraphicsTest/ArcPanel.class X%%TARGET_PREFIX%%/demo/applets/GraphicsTest/Shape.class X%%TARGET_PREFIX%%/demo/applets/GraphicsTest/RectShape.class X%%TARGET_PREFIX%%/demo/applets/GraphicsTest/OvalShape.class X%%TARGET_PREFIX%%/demo/applets/GraphicsTest/RoundRectShape.class X%%TARGET_PREFIX%%/demo/applets/GraphicsTest/PolygonShape.class X%%TARGET_PREFIX%%/demo/applets/GraphicsTest/ShapeTest.class X%%TARGET_PREFIX%%/demo/applets/GraphicsTest/ColorUtils.class X%%TARGET_PREFIX%%/demo/applets/ImageMap/audio/chirp1.au X%%TARGET_PREFIX%%/demo/applets/ImageMap/audio/hi.au X%%TARGET_PREFIX%%/demo/applets/ImageMap/images/jim.graham.gif X%%TARGET_PREFIX%%/demo/applets/ImageMap/example1.html X%%TARGET_PREFIX%%/demo/applets/ImageMap/sources.html X%%TARGET_PREFIX%%/demo/applets/ImageMap/imagemapcheat.html X%%TARGET_PREFIX%%/demo/applets/ImageMap/AniArea.java X%%TARGET_PREFIX%%/demo/applets/ImageMap/ButtonFilter.java X%%TARGET_PREFIX%%/demo/applets/ImageMap/ClickArea.java X%%TARGET_PREFIX%%/demo/applets/ImageMap/DelayedSoundArea.java X%%TARGET_PREFIX%%/demo/applets/ImageMap/HighlightArea.java X%%TARGET_PREFIX%%/demo/applets/ImageMap/HighlightFilter.java X%%TARGET_PREFIX%%/demo/applets/ImageMap/HrefButtonArea.java X%%TARGET_PREFIX%%/demo/applets/ImageMap/ImageMap.java X%%TARGET_PREFIX%%/demo/applets/ImageMap/ImageMapArea.java X%%TARGET_PREFIX%%/demo/applets/ImageMap/LinkArea.java X%%TARGET_PREFIX%%/demo/applets/ImageMap/NameArea.java X%%TARGET_PREFIX%%/demo/applets/ImageMap/RoundButtonFilter.java X%%TARGET_PREFIX%%/demo/applets/ImageMap/RoundHrefButtonArea.java X%%TARGET_PREFIX%%/demo/applets/ImageMap/SoundArea.java X%%TARGET_PREFIX%%/demo/applets/ImageMap/TickerArea.java X%%TARGET_PREFIX%%/demo/applets/ImageMap/AniArea.class X%%TARGET_PREFIX%%/demo/applets/ImageMap/ImageMapArea.class X%%TARGET_PREFIX%%/demo/applets/ImageMap/ImageMap.class X%%TARGET_PREFIX%%/demo/applets/ImageMap/ButtonFilter.class X%%TARGET_PREFIX%%/demo/applets/ImageMap/ClickArea.class X%%TARGET_PREFIX%%/demo/applets/ImageMap/DelayedSoundArea.class X%%TARGET_PREFIX%%/demo/applets/ImageMap/HighlightArea.class X%%TARGET_PREFIX%%/demo/applets/ImageMap/HighlightFilter.class X%%TARGET_PREFIX%%/demo/applets/ImageMap/HrefButtonArea.class X%%TARGET_PREFIX%%/demo/applets/ImageMap/LinkArea.class X%%TARGET_PREFIX%%/demo/applets/ImageMap/NameArea.class X%%TARGET_PREFIX%%/demo/applets/ImageMap/RoundButtonFilter.class X%%TARGET_PREFIX%%/demo/applets/ImageMap/RoundHrefButtonArea.class X%%TARGET_PREFIX%%/demo/applets/ImageMap/SoundArea.class X%%TARGET_PREFIX%%/demo/applets/ImageMap/TickerArea.class X%%TARGET_PREFIX%%/demo/applets/JumpingBox/sounds/adapt-or-die.au X%%TARGET_PREFIX%%/demo/applets/JumpingBox/sounds/ip.au X%%TARGET_PREFIX%%/demo/applets/JumpingBox/sounds/that.hurts.au X%%TARGET_PREFIX%%/demo/applets/JumpingBox/sounds/cannot.be.completed.au X%%TARGET_PREFIX%%/demo/applets/JumpingBox/sounds/thin.bell.au X%%TARGET_PREFIX%%/demo/applets/JumpingBox/sounds/tiptoe.thru.the.tulips.au X%%TARGET_PREFIX%%/demo/applets/JumpingBox/example1.html X%%TARGET_PREFIX%%/demo/applets/JumpingBox/JumpingBox.java X%%TARGET_PREFIX%%/demo/applets/JumpingBox/JumpingBox.class X%%TARGET_PREFIX%%/demo/applets/MoleculeViewer/models/benzene.xyz X%%TARGET_PREFIX%%/demo/applets/MoleculeViewer/models/buckminsterfullerine.xyz X%%TARGET_PREFIX%%/demo/applets/MoleculeViewer/models/HyaluronicAcid.xyz X%%TARGET_PREFIX%%/demo/applets/MoleculeViewer/models/cyclohexane.xyz X%%TARGET_PREFIX%%/demo/applets/MoleculeViewer/models/ethane.xyz X%%TARGET_PREFIX%%/demo/applets/MoleculeViewer/models/water.xyz X%%TARGET_PREFIX%%/demo/applets/MoleculeViewer/example1.html X%%TARGET_PREFIX%%/demo/applets/MoleculeViewer/example2.html X%%TARGET_PREFIX%%/demo/applets/MoleculeViewer/example3.html X%%TARGET_PREFIX%%/demo/applets/MoleculeViewer/Matrix3D.java X%%TARGET_PREFIX%%/demo/applets/MoleculeViewer/XYZApp.java X%%TARGET_PREFIX%%/demo/applets/MoleculeViewer/Matrix3D.class X%%TARGET_PREFIX%%/demo/applets/MoleculeViewer/XYZChemModel.class X%%TARGET_PREFIX%%/demo/applets/MoleculeViewer/Atom.class X%%TARGET_PREFIX%%/demo/applets/MoleculeViewer/XYZApp.class X%%TARGET_PREFIX%%/demo/applets/NervousText/example1.html X%%TARGET_PREFIX%%/demo/applets/NervousText/NervousText.java X%%TARGET_PREFIX%%/demo/applets/NervousText/NervousText.class X%%TARGET_PREFIX%%/demo/applets/SimpleGraph/example1.html X%%TARGET_PREFIX%%/demo/applets/SimpleGraph/GraphApplet.java X%%TARGET_PREFIX%%/demo/applets/SimpleGraph/GraphApplet.class X%%TARGET_PREFIX%%/demo/applets/SortDemo/example1.html X%%TARGET_PREFIX%%/demo/applets/SortDemo/BidirBubbleSortAlgorithm.java X%%TARGET_PREFIX%%/demo/applets/SortDemo/BubbleSortAlgorithm.java X%%TARGET_PREFIX%%/demo/applets/SortDemo/QSortAlgorithm.java X%%TARGET_PREFIX%%/demo/applets/SortDemo/SortAlgorithm.java X%%TARGET_PREFIX%%/demo/applets/SortDemo/SortItem.java X%%TARGET_PREFIX%%/demo/applets/SortDemo/BidirBubbleSortAlgorithm.class X%%TARGET_PREFIX%%/demo/applets/SortDemo/SortAlgorithm.class X%%TARGET_PREFIX%%/demo/applets/SortDemo/SortItem.class X%%TARGET_PREFIX%%/demo/applets/SortDemo/BubbleSortAlgorithm.class X%%TARGET_PREFIX%%/demo/applets/SortDemo/QSortAlgorithm.class X%%TARGET_PREFIX%%/demo/applets/SpreadSheet/example1.html X%%TARGET_PREFIX%%/demo/applets/SpreadSheet/SpreadSheet.java X%%TARGET_PREFIX%%/demo/applets/SpreadSheet/SpreadSheet.class X%%TARGET_PREFIX%%/demo/applets/SpreadSheet/SpreadSheetInput.class X%%TARGET_PREFIX%%/demo/applets/SpreadSheet/InputField.class X%%TARGET_PREFIX%%/demo/applets/SpreadSheet/Cell.class X%%TARGET_PREFIX%%/demo/applets/SpreadSheet/Node.class X%%TARGET_PREFIX%%/demo/applets/SpreadSheet/CellUpdater.class X%%TARGET_PREFIX%%/demo/applets/SymbolTest/example1.html X%%TARGET_PREFIX%%/demo/applets/SymbolTest/SymbolTest.java X%%TARGET_PREFIX%%/demo/applets/SymbolTest/SymbolTest$MyAdapter.class X%%TARGET_PREFIX%%/demo/applets/SymbolTest/SymbolTest.class X%%TARGET_PREFIX%%/demo/applets/SymbolTest/SymbolCanvas.class X%%TARGET_PREFIX%%/demo/applets/TicTacToe/audio/beep.au X%%TARGET_PREFIX%%/demo/applets/TicTacToe/audio/ding.au X%%TARGET_PREFIX%%/demo/applets/TicTacToe/audio/return.au X%%TARGET_PREFIX%%/demo/applets/TicTacToe/audio/yahoo1.au X%%TARGET_PREFIX%%/demo/applets/TicTacToe/audio/yahoo2.au X%%TARGET_PREFIX%%/demo/applets/TicTacToe/images/cross.gif X%%TARGET_PREFIX%%/demo/applets/TicTacToe/images/not.gif X%%TARGET_PREFIX%%/demo/applets/TicTacToe/example1.html X%%TARGET_PREFIX%%/demo/applets/TicTacToe/TicTacToe.java X%%TARGET_PREFIX%%/demo/applets/TicTacToe/TicTacToe.class X%%TARGET_PREFIX%%/demo/applets/WireFrame/models/cube.obj X%%TARGET_PREFIX%%/demo/applets/WireFrame/models/dinasaur.obj X%%TARGET_PREFIX%%/demo/applets/WireFrame/models/hughes_500.obj X%%TARGET_PREFIX%%/demo/applets/WireFrame/models/knoxS.obj X%%TARGET_PREFIX%%/demo/applets/WireFrame/example1.html X%%TARGET_PREFIX%%/demo/applets/WireFrame/example2.html X%%TARGET_PREFIX%%/demo/applets/WireFrame/example3.html X%%TARGET_PREFIX%%/demo/applets/WireFrame/example4.html X%%TARGET_PREFIX%%/demo/applets/WireFrame/Matrix3D.java X%%TARGET_PREFIX%%/demo/applets/WireFrame/ThreeD.java X%%TARGET_PREFIX%%/demo/applets/WireFrame/Matrix3D.class X%%TARGET_PREFIX%%/demo/applets/WireFrame/FileFormatException.class X%%TARGET_PREFIX%%/demo/applets/WireFrame/Model3D.class X%%TARGET_PREFIX%%/demo/applets/WireFrame/ThreeD.class X%%TARGET_PREFIX%%/demo/jfc/SwingSet2/src/AquaTheme.java X%%TARGET_PREFIX%%/demo/jfc/SwingSet2/src/BezierAnimationPanel.java X%%TARGET_PREFIX%%/demo/jfc/SwingSet2/src/ButtonDemo.java X%%TARGET_PREFIX%%/demo/jfc/SwingSet2/src/CharcoalTheme.java X%%TARGET_PREFIX%%/demo/jfc/SwingSet2/src/CodeViewer.java X%%TARGET_PREFIX%%/demo/jfc/SwingSet2/src/ColorChooserDemo.java X%%TARGET_PREFIX%%/demo/jfc/SwingSet2/src/ComboBoxDemo.java X%%TARGET_PREFIX%%/demo/jfc/SwingSet2/src/ContrastTheme.java X%%TARGET_PREFIX%%/demo/jfc/SwingSet2/src/DemoModule.java X%%TARGET_PREFIX%%/demo/jfc/SwingSet2/src/DirectionPanel.java X%%TARGET_PREFIX%%/demo/jfc/SwingSet2/src/EmeraldTheme.java X%%TARGET_PREFIX%%/demo/jfc/SwingSet2/src/ExampleFileFilter.java X%%TARGET_PREFIX%%/demo/jfc/SwingSet2/src/ExampleFileView.java X%%TARGET_PREFIX%%/demo/jfc/SwingSet2/src/FileChooserDemo.java X%%TARGET_PREFIX%%/demo/jfc/SwingSet2/src/HtmlDemo.java X%%TARGET_PREFIX%%/demo/jfc/SwingSet2/src/InternalFrameDemo.java X%%TARGET_PREFIX%%/demo/jfc/SwingSet2/src/LayoutControlPanel.java X%%TARGET_PREFIX%%/demo/jfc/SwingSet2/src/ListDemo.java X%%TARGET_PREFIX%%/demo/jfc/SwingSet2/src/OptionPaneDemo.java X%%TARGET_PREFIX%%/demo/jfc/SwingSet2/src/Permuter.java X%%TARGET_PREFIX%%/demo/jfc/SwingSet2/src/ProgressBarDemo.java X%%TARGET_PREFIX%%/demo/jfc/SwingSet2/src/RubyTheme.java X%%TARGET_PREFIX%%/demo/jfc/SwingSet2/src/ScrollPaneDemo.java X%%TARGET_PREFIX%%/demo/jfc/SwingSet2/src/SliderDemo.java X%%TARGET_PREFIX%%/demo/jfc/SwingSet2/src/SplitPaneDemo.java X%%TARGET_PREFIX%%/demo/jfc/SwingSet2/src/SwingSet2.java X%%TARGET_PREFIX%%/demo/jfc/SwingSet2/src/SwingSet2Applet.java X%%TARGET_PREFIX%%/demo/jfc/SwingSet2/src/TabbedPaneDemo.java X%%TARGET_PREFIX%%/demo/jfc/SwingSet2/src/TableDemo.java X%%TARGET_PREFIX%%/demo/jfc/SwingSet2/src/ToolTipDemo.java X%%TARGET_PREFIX%%/demo/jfc/SwingSet2/src/TreeDemo.java X%%TARGET_PREFIX%%/demo/jfc/SwingSet2/README.txt X%%TARGET_PREFIX%%/demo/jfc/SwingSet2/SwingSet2.html X%%TARGET_PREFIX%%/demo/jfc/SwingSet2/SwingSet2Plugin.html X%%TARGET_PREFIX%%/demo/jfc/SwingSet2/SwingSet2.jar X%%TARGET_PREFIX%%/demo/jfc/FileChooserDemo/images/gifIcon.gif X%%TARGET_PREFIX%%/demo/jfc/FileChooserDemo/images/jpgIcon.jpg X%%TARGET_PREFIX%%/demo/jfc/FileChooserDemo/src/ExampleFileFilter.java X%%TARGET_PREFIX%%/demo/jfc/FileChooserDemo/src/ExampleFileView.java X%%TARGET_PREFIX%%/demo/jfc/FileChooserDemo/src/FileChooserDemo.java X%%TARGET_PREFIX%%/demo/jfc/FileChooserDemo/README.txt X%%TARGET_PREFIX%%/demo/jfc/FileChooserDemo/FileChooserDemo.jar X%%TARGET_PREFIX%%/demo/jfc/Metalworks/HelpFiles/back.gif X%%TARGET_PREFIX%%/demo/jfc/Metalworks/HelpFiles/credits.html X%%TARGET_PREFIX%%/demo/jfc/Metalworks/HelpFiles/duke.gif X%%TARGET_PREFIX%%/demo/jfc/Metalworks/HelpFiles/javalogo.gif X%%TARGET_PREFIX%%/demo/jfc/Metalworks/HelpFiles/metal.html X%%TARGET_PREFIX%%/demo/jfc/Metalworks/HelpFiles/metalworks.html X%%TARGET_PREFIX%%/demo/jfc/Metalworks/HelpFiles/swing.html X%%TARGET_PREFIX%%/demo/jfc/Metalworks/HelpFiles/toc.html X%%TARGET_PREFIX%%/demo/jfc/Metalworks/images/palette_crop.gif X%%TARGET_PREFIX%%/demo/jfc/Metalworks/images/palette_draw.gif X%%TARGET_PREFIX%%/demo/jfc/Metalworks/images/palette_hand.gif X%%TARGET_PREFIX%%/demo/jfc/Metalworks/images/palette_select.gif X%%TARGET_PREFIX%%/demo/jfc/Metalworks/images/palette_text.gif X%%TARGET_PREFIX%%/demo/jfc/Metalworks/images/palette_zoom.gif X%%TARGET_PREFIX%%/demo/jfc/Metalworks/src/AquaMetalTheme.java X%%TARGET_PREFIX%%/demo/jfc/Metalworks/src/BigContrastMetalTheme.java X%%TARGET_PREFIX%%/demo/jfc/Metalworks/src/ContrastMetalTheme.java X%%TARGET_PREFIX%%/demo/jfc/Metalworks/src/DemoMetalTheme.java X%%TARGET_PREFIX%%/demo/jfc/Metalworks/src/GreenMetalTheme.java X%%TARGET_PREFIX%%/demo/jfc/Metalworks/src/KhakiMetalTheme.java X%%TARGET_PREFIX%%/demo/jfc/Metalworks/src/MetalThemeMenu.java X%%TARGET_PREFIX%%/demo/jfc/Metalworks/src/Metalworks.java X%%TARGET_PREFIX%%/demo/jfc/Metalworks/src/MetalworksDocumentFrame.java X%%TARGET_PREFIX%%/demo/jfc/Metalworks/src/MetalworksFrame.java X%%TARGET_PREFIX%%/demo/jfc/Metalworks/src/MetalworksHelp.java X%%TARGET_PREFIX%%/demo/jfc/Metalworks/src/MetalworksInBox.java X%%TARGET_PREFIX%%/demo/jfc/Metalworks/src/MetalworksPrefs.java X%%TARGET_PREFIX%%/demo/jfc/Metalworks/src/PropertiesMetalTheme.java X%%TARGET_PREFIX%%/demo/jfc/Metalworks/src/UISwitchListener.java X%%TARGET_PREFIX%%/demo/jfc/Metalworks/MyTheme.theme X%%TARGET_PREFIX%%/demo/jfc/Metalworks/README.txt X%%TARGET_PREFIX%%/demo/jfc/Metalworks/Metalworks.jar X%%TARGET_PREFIX%%/demo/jfc/DBDemos/CreateCoffees/MSAccess/runnit.bat X%%TARGET_PREFIX%%/demo/jfc/DBDemos/CreateCoffees/MSAccess/CreateCoffees.java X%%TARGET_PREFIX%%/demo/jfc/DBDemos/CreateCoffees/MSAccess/CreateCoffees.class X%%TARGET_PREFIX%%/demo/jfc/DBDemos/CreateCoffees/Sybase/runnit.bat X%%TARGET_PREFIX%%/demo/jfc/DBDemos/CreateCoffees/Sybase/CreateCoffees.class X%%TARGET_PREFIX%%/demo/jfc/DBDemos/CreateCoffees/Sybase/CreateCoffees.java X%%TARGET_PREFIX%%/demo/jfc/DBDemos/CreateSuppliers/MSAccess/runnit.bat X%%TARGET_PREFIX%%/demo/jfc/DBDemos/CreateSuppliers/MSAccess/CreateSuppliers.class X%%TARGET_PREFIX%%/demo/jfc/DBDemos/CreateSuppliers/MSAccess/CreateSuppliers.java X%%TARGET_PREFIX%%/demo/jfc/DBDemos/CreateSuppliers/Sybase/runnit.bat X%%TARGET_PREFIX%%/demo/jfc/DBDemos/CreateSuppliers/Sybase/CreateSuppliers.class X%%TARGET_PREFIX%%/demo/jfc/DBDemos/CreateSuppliers/Sybase/CreateSuppliers.java X%%TARGET_PREFIX%%/demo/jfc/DBDemos/InsertCoffees/SQLSrvr/runnit.bat X%%TARGET_PREFIX%%/demo/jfc/DBDemos/InsertCoffees/SQLSrvr/InsertCoffees.java X%%TARGET_PREFIX%%/demo/jfc/DBDemos/InsertCoffees/SQLSrvr/InsertCoffees.class X%%TARGET_PREFIX%%/demo/jfc/DBDemos/InsertCoffees/Sybase/runnit.bat X%%TARGET_PREFIX%%/demo/jfc/DBDemos/InsertCoffees/Sybase/InsertCoffees.class X%%TARGET_PREFIX%%/demo/jfc/DBDemos/InsertCoffees/Sybase/InsertCoffees.java X%%TARGET_PREFIX%%/demo/jfc/DBDemos/InsertSuppliers/MSAccess/InsertSuppliers.class X%%TARGET_PREFIX%%/demo/jfc/DBDemos/InsertSuppliers/MSAccess/runnit.bat X%%TARGET_PREFIX%%/demo/jfc/DBDemos/InsertSuppliers/MSAccess/InsertSuppliers.java X%%TARGET_PREFIX%%/demo/jfc/DBDemos/InsertSuppliers/Sybase/runnit.bat X%%TARGET_PREFIX%%/demo/jfc/DBDemos/InsertSuppliers/Sybase/InsertSuppliers.class X%%TARGET_PREFIX%%/demo/jfc/DBDemos/InsertSuppliers/Sybase/InsertSuppliers.java X%%TARGET_PREFIX%%/demo/jfc/DBDemos/JavaDB/CAFEJAVA.ldb X%%TARGET_PREFIX%%/demo/jfc/DBDemos/JavaDB/CAFEJAVA.MDB X%%TARGET_PREFIX%%/demo/jfc/DBDemos/README.txt X%%TARGET_PREFIX%%/demo/jfc/DBDemos/private.fls X%%TARGET_PREFIX%%/demo/jfc/SimpleExample/src/SimpleExample.java X%%TARGET_PREFIX%%/demo/jfc/SimpleExample/README.txt X%%TARGET_PREFIX%%/demo/jfc/SimpleExample/SimpleExample.jar X%%TARGET_PREFIX%%/demo/jfc/Notepad/resources/copy.gif X%%TARGET_PREFIX%%/demo/jfc/Notepad/resources/cut.gif X%%TARGET_PREFIX%%/demo/jfc/Notepad/resources/new.gif X%%TARGET_PREFIX%%/demo/jfc/Notepad/resources/Notepad.properties X%%TARGET_PREFIX%%/demo/jfc/Notepad/resources/Notepad_fr.properties X%%TARGET_PREFIX%%/demo/jfc/Notepad/resources/Notepad_sv.properties X%%TARGET_PREFIX%%/demo/jfc/Notepad/resources/Notepad_zh.properties X%%TARGET_PREFIX%%/demo/jfc/Notepad/resources/open.gif X%%TARGET_PREFIX%%/demo/jfc/Notepad/resources/paste.gif X%%TARGET_PREFIX%%/demo/jfc/Notepad/resources/save.gif X%%TARGET_PREFIX%%/demo/jfc/Notepad/src/ElementTreePanel.java X%%TARGET_PREFIX%%/demo/jfc/Notepad/src/Notepad.java X%%TARGET_PREFIX%%/demo/jfc/Notepad/README.txt X%%TARGET_PREFIX%%/demo/jfc/Notepad/Notepad.jar X%%TARGET_PREFIX%%/demo/jfc/Stylepad/resources/alice.gif X%%TARGET_PREFIX%%/demo/jfc/Stylepad/resources/bold.gif X%%TARGET_PREFIX%%/demo/jfc/Stylepad/resources/bullets.gif X%%TARGET_PREFIX%%/demo/jfc/Stylepad/resources/caterpillar.gif X%%TARGET_PREFIX%%/demo/jfc/Stylepad/resources/center.gif X%%TARGET_PREFIX%%/demo/jfc/Stylepad/resources/fg.gif X%%TARGET_PREFIX%%/demo/jfc/Stylepad/resources/hatter.gif X%%TARGET_PREFIX%%/demo/jfc/Stylepad/resources/italic.gif X%%TARGET_PREFIX%%/demo/jfc/Stylepad/resources/left.gif X%%TARGET_PREFIX%%/demo/jfc/Stylepad/resources/rabbit.gif X%%TARGET_PREFIX%%/demo/jfc/Stylepad/resources/rabbit2.gif X%%TARGET_PREFIX%%/demo/jfc/Stylepad/resources/right.gif X%%TARGET_PREFIX%%/demo/jfc/Stylepad/resources/Stylepad.properties X%%TARGET_PREFIX%%/demo/jfc/Stylepad/resources/Stylepad_sv.properties X%%TARGET_PREFIX%%/demo/jfc/Stylepad/resources/Stylepad_zh.properties X%%TARGET_PREFIX%%/demo/jfc/Stylepad/resources/underline.gif X%%TARGET_PREFIX%%/demo/jfc/Stylepad/resources/Notepad.properties X%%TARGET_PREFIX%%/demo/jfc/Stylepad/resources/Notepad_fr.properties X%%TARGET_PREFIX%%/demo/jfc/Stylepad/resources/Notepad_sv.properties X%%TARGET_PREFIX%%/demo/jfc/Stylepad/resources/Notepad_zh.properties X%%TARGET_PREFIX%%/demo/jfc/Stylepad/resources/copy.gif X%%TARGET_PREFIX%%/demo/jfc/Stylepad/resources/cut.gif X%%TARGET_PREFIX%%/demo/jfc/Stylepad/resources/new.gif X%%TARGET_PREFIX%%/demo/jfc/Stylepad/resources/open.gif X%%TARGET_PREFIX%%/demo/jfc/Stylepad/resources/paste.gif X%%TARGET_PREFIX%%/demo/jfc/Stylepad/resources/save.gif X%%TARGET_PREFIX%%/demo/jfc/Stylepad/src/HelloWorld.java X%%TARGET_PREFIX%%/demo/jfc/Stylepad/src/Notepad.java X%%TARGET_PREFIX%%/demo/jfc/Stylepad/src/ElementTreePanel.java X%%TARGET_PREFIX%%/demo/jfc/Stylepad/src/Stylepad.java X%%TARGET_PREFIX%%/demo/jfc/Stylepad/src/Wonderland.java X%%TARGET_PREFIX%%/demo/jfc/Stylepad/README.txt X%%TARGET_PREFIX%%/demo/jfc/Stylepad/Stylepad.jar X%%TARGET_PREFIX%%/demo/jfc/SampleTree/images/collapsed.gif X%%TARGET_PREFIX%%/demo/jfc/SampleTree/images/expanded.gif X%%TARGET_PREFIX%%/demo/jfc/SampleTree/src/DynamicTreeNode.java X%%TARGET_PREFIX%%/demo/jfc/SampleTree/src/SampleData.java X%%TARGET_PREFIX%%/demo/jfc/SampleTree/src/SampleTree.java X%%TARGET_PREFIX%%/demo/jfc/SampleTree/src/SampleTreeCellRenderer.java X%%TARGET_PREFIX%%/demo/jfc/SampleTree/src/SampleTreeModel.java X%%TARGET_PREFIX%%/demo/jfc/SampleTree/README.txt X%%TARGET_PREFIX%%/demo/jfc/SampleTree/SampleTree.jar X%%TARGET_PREFIX%%/demo/jfc/SwingApplet/src/SwingApplet.java X%%TARGET_PREFIX%%/demo/jfc/SwingApplet/README.txt X%%TARGET_PREFIX%%/demo/jfc/SwingApplet/SwingApplet.html X%%TARGET_PREFIX%%/demo/jfc/SwingApplet/SwingApplet.jar X%%TARGET_PREFIX%%/demo/jfc/TableExample/src/JDBCAdapter.java X%%TARGET_PREFIX%%/demo/jfc/TableExample/src/OldJTable.java X%%TARGET_PREFIX%%/demo/jfc/TableExample/src/TableExample.java X%%TARGET_PREFIX%%/demo/jfc/TableExample/src/TableExample2.java X%%TARGET_PREFIX%%/demo/jfc/TableExample/src/TableExample3.java X%%TARGET_PREFIX%%/demo/jfc/TableExample/src/TableExample4.java X%%TARGET_PREFIX%%/demo/jfc/TableExample/src/TableMap.java X%%TARGET_PREFIX%%/demo/jfc/TableExample/src/TableSorter.java X%%TARGET_PREFIX%%/demo/jfc/TableExample/README.txt X%%TARGET_PREFIX%%/demo/jfc/TableExample/TableExample.jar X%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Arcs_Curves/Arcs.java X%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Arcs_Curves/BezierAnim.java X%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Arcs_Curves/Curves.java X%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Arcs_Curves/Ellipses.java X%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Clipping/ClipAnim.java X%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Clipping/Text.java X%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Clipping/Areas.java X%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Clipping/Intersection.java X%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Colors/ColorConvert.java X%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Colors/BullsEye.java X%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Colors/Rotator3D.java X%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Composite/ACimages.java X%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Composite/FadeAnim.java X%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Composite/ACrules.java X%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Fonts/AllFonts.java X%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Fonts/Outline.java X%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Fonts/Highlighting.java X%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Fonts/Tree.java X%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Fonts/AttributedStr.java X%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Images/DukeAnim.java X%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Images/ImageOps.java X%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Images/WarpImage.java X%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Images/JPEGFlip.java X%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Lines/LineAnim.java X%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Lines/Caps.java X%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Lines/Joins.java X%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Lines/Dash.java X%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Mix/Stars3D.java X%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Mix/Balls.java X%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Mix/BezierScroller.java X%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Paths/Append.java X%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Paths/CurveQuadTo.java X%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Paths/FillStroke.java X%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Paths/WindingRule.java X%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Transforms/Rotate.java X%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Transforms/SelectTx.java X%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Transforms/TransformAnim.java X%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Paint/GradAnim.java X%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Paint/TextureAnim.java X%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Paint/Gradient.java X%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Paint/Texture.java X%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/DemoPanel.java X%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/GlobalControls.java X%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/MemoryMonitor.java X%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/Surface.java X%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/Java2Demo.java X%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/Tools.java X%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/PerformanceMonitor.java X%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/RunWindow.java X%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/TextureChooser.java X%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/DemoGroup.java X%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/GlobalPanel.java X%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/Java2DemoApplet.java X%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/DemoImages.java X%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/DemoFonts.java X%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/AnimatingSurface.java X%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/AnimatingControlsSurface.java X%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/ControlsSurface.java X%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/Intro.java X%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/CustomControlsContext.java X%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/CustomControls.java X%%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/CloningFeature.java X%%TARGET_PREFIX%%/demo/jfc/Java2D/README.txt X%%TARGET_PREFIX%%/demo/jfc/Java2D/Java2Demo.html X%%TARGET_PREFIX%%/demo/jfc/Java2D/Java2Demo.jar X%%TARGET_PREFIX%%/demo/jfc/Font2DTest/src/Font2DTest.java X%%TARGET_PREFIX%%/demo/jfc/Font2DTest/src/Font2DTestApplet.java X%%TARGET_PREFIX%%/demo/jfc/Font2DTest/src/FontPanel.java X%%TARGET_PREFIX%%/demo/jfc/Font2DTest/src/RangeMenu.java X%%TARGET_PREFIX%%/demo/jfc/Font2DTest/README.txt X%%TARGET_PREFIX%%/demo/jfc/Font2DTest/Font2DTest.html X%%TARGET_PREFIX%%/demo/jfc/Font2DTest/Font2DTestPlugin.html X%%TARGET_PREFIX%%/demo/jfc/Font2DTest/Font2DTest.jar X%%TARGET_PREFIX%%/demo/jsse/README.txt X%%TARGET_PREFIX%%/demo/jsse/rmi/Hello.java X%%TARGET_PREFIX%%/demo/jsse/rmi/HelloClient.java X%%TARGET_PREFIX%%/demo/jsse/rmi/HelloImpl.java X%%TARGET_PREFIX%%/demo/jsse/rmi/policy X%%TARGET_PREFIX%%/demo/jsse/rmi/RMISSLClientSocketFactory.java X%%TARGET_PREFIX%%/demo/jsse/rmi/readme.txt X%%TARGET_PREFIX%%/demo/jsse/rmi/testkeys X%%TARGET_PREFIX%%/demo/jsse/rmi/RMISSLServerSocketFactory.java X%%TARGET_PREFIX%%/demo/jsse/samplecacerts X%%TARGET_PREFIX%%/demo/jsse/sockets/server/testkeys X%%TARGET_PREFIX%%/demo/jsse/sockets/server/ClassFileServer.java X%%TARGET_PREFIX%%/demo/jsse/sockets/server/ClassServer.java X%%TARGET_PREFIX%%/demo/jsse/sockets/client/SSLSocketClientWithTunneling.java X%%TARGET_PREFIX%%/demo/jsse/sockets/client/SSLSocketClient.java X%%TARGET_PREFIX%%/demo/jsse/sockets/client/SSLSocketClientWithClientAuth.java X%%TARGET_PREFIX%%/demo/jsse/sockets/client/testkeys X%%TARGET_PREFIX%%/demo/jsse/urls/URLReader.java X%%TARGET_PREFIX%%/demo/jsse/urls/URLReaderWithOptions.java X%%TARGET_PREFIX%%/demo/jpda/examples.jar X%%TARGET_PREFIX%%/include/jni.h X%%TARGET_PREFIX%%/include/linux/jni_md.h X%%TARGET_PREFIX%%/include/linux/jawt_md.h X%%TARGET_PREFIX%%/include/jvmdi.h X%%TARGET_PREFIX%%/include/jvmpi.h X%%TARGET_PREFIX%%/include/jawt.h X%%TARGET_PREFIX%%/src.zip X%%TARGET_PREFIX%%/COPYRIGHT X%%TARGET_PREFIX%%/README.html X%%TARGET_PREFIX%%/LICENSE X%%TARGET_PREFIX%%/README X%%TARGET_PREFIX%%/man/man1/appletviewer.1 X%%TARGET_PREFIX%%/man/man1/extcheck.1 X%%TARGET_PREFIX%%/man/man1/idlj.1 X%%TARGET_PREFIX%%/man/man1/jar.1 X%%TARGET_PREFIX%%/man/man1/jarsigner.1 X%%TARGET_PREFIX%%/man/man1/java.1 X%%TARGET_PREFIX%%/man/man1/javac.1 X%%TARGET_PREFIX%%/man/man1/javadoc.1 X%%TARGET_PREFIX%%/man/man1/javah.1 X%%TARGET_PREFIX%%/man/man1/javap.1 X%%TARGET_PREFIX%%/man/man1/jdb.1 X%%TARGET_PREFIX%%/man/man1/keytool.1 X%%TARGET_PREFIX%%/man/man1/native2ascii.1 X%%TARGET_PREFIX%%/man/man1/orbd.1 X%%TARGET_PREFIX%%/man/man1/rmic.1 X%%TARGET_PREFIX%%/man/man1/rmid.1 X%%TARGET_PREFIX%%/man/man1/rmiregistry.1 X%%TARGET_PREFIX%%/man/man1/serialver.1 X%%TARGET_PREFIX%%/man/man1/servertool.1 X%%TARGET_PREFIX%%/man/man1/tnameserv.1 X%%TARGET_PREFIX%%/man/ja X%%TARGET_PREFIX%%/man/ja_JP.eucJP/man1/java.1 X%%TARGET_PREFIX%%/man/ja_JP.eucJP/man1/keytool.1 X%%TARGET_PREFIX%%/man/ja_JP.eucJP/man1/rmid.1 X%%TARGET_PREFIX%%/man/ja_JP.eucJP/man1/rmiregistry.1 X%%TARGET_PREFIX%%/man/ja_JP.eucJP/man1/tnameserv.1 X%%TARGET_PREFIX%%/man/ja_JP.eucJP/man1/appletviewer.1 X%%TARGET_PREFIX%%/man/ja_JP.eucJP/man1/extcheck.1 X%%TARGET_PREFIX%%/man/ja_JP.eucJP/man1/jar.1 X%%TARGET_PREFIX%%/man/ja_JP.eucJP/man1/jarsigner.1 X%%TARGET_PREFIX%%/man/ja_JP.eucJP/man1/javac.1 X%%TARGET_PREFIX%%/man/ja_JP.eucJP/man1/javadoc.1 X%%TARGET_PREFIX%%/man/ja_JP.eucJP/man1/javah.1 X%%TARGET_PREFIX%%/man/ja_JP.eucJP/man1/javap.1 X%%TARGET_PREFIX%%/man/ja_JP.eucJP/man1/jdb.1 X%%TARGET_PREFIX%%/man/ja_JP.eucJP/man1/native2ascii.1 X%%TARGET_PREFIX%%/man/ja_JP.eucJP/man1/rmic.1 X%%TARGET_PREFIX%%/man/ja_JP.eucJP/man1/serialver.1 X@dirrm %%TARGET_PREFIX%%/jre/bin/i386/native_threads X@dirrm %%TARGET_PREFIX%%/jre/bin/i386 X@dirrm %%TARGET_PREFIX%%/jre/bin X@dirrm %%TARGET_PREFIX%%/jre/lib/i386/native_threads X@dirrm %%TARGET_PREFIX%%/jre/lib/i386/server X@dirrm %%TARGET_PREFIX%%/jre/lib/i386/client X@dirrm %%TARGET_PREFIX%%/jre/lib/i386 X@dirrm %%TARGET_PREFIX%%/jre/lib/ext X@dirrm %%TARGET_PREFIX%%/jre/lib/security X@dirrm %%TARGET_PREFIX%%/jre/lib/fonts X@dirrm %%TARGET_PREFIX%%/jre/lib/images/cursors X@dirrm %%TARGET_PREFIX%%/jre/lib/images X@dirrm %%TARGET_PREFIX%%/jre/lib/audio X@dirrm %%TARGET_PREFIX%%/jre/lib/zi/Africa X@dirrm %%TARGET_PREFIX%%/jre/lib/zi/America X@dirrm %%TARGET_PREFIX%%/jre/lib/zi/Antarctica X@dirrm %%TARGET_PREFIX%%/jre/lib/zi/Asia X@dirrm %%TARGET_PREFIX%%/jre/lib/zi/Atlantic X@dirrm %%TARGET_PREFIX%%/jre/lib/zi/Australia X@dirrm %%TARGET_PREFIX%%/jre/lib/zi/Europe X@dirrm %%TARGET_PREFIX%%/jre/lib/zi/Indian X@dirrm %%TARGET_PREFIX%%/jre/lib/zi/Pacific X@dirrm %%TARGET_PREFIX%%/jre/lib/zi X@dirrm %%TARGET_PREFIX%%/jre/lib/cmm X@dirrm %%TARGET_PREFIX%%/jre/lib/locale/de/LC_MESSAGES X@dirrm %%TARGET_PREFIX%%/jre/lib/locale/de X@dirrm %%TARGET_PREFIX%%/jre/lib/locale/es/LC_MESSAGES X@dirrm %%TARGET_PREFIX%%/jre/lib/locale/es X@dirrm %%TARGET_PREFIX%%/jre/lib/locale/fr/LC_MESSAGES X@dirrm %%TARGET_PREFIX%%/jre/lib/locale/fr X@dirrm %%TARGET_PREFIX%%/jre/lib/locale/it/LC_MESSAGES X@dirrm %%TARGET_PREFIX%%/jre/lib/locale/it X@dirrm %%TARGET_PREFIX%%/jre/lib/locale/ja/LC_MESSAGES X@dirrm %%TARGET_PREFIX%%/jre/lib/locale/ja X@dirrm %%TARGET_PREFIX%%/jre/lib/locale/ko/LC_MESSAGES X@dirrm %%TARGET_PREFIX%%/jre/lib/locale/ko X@dirrm %%TARGET_PREFIX%%/jre/lib/locale/ko.UTF-8/LC_MESSAGES X@dirrm %%TARGET_PREFIX%%/jre/lib/locale/ko.UTF-8 X@dirrm %%TARGET_PREFIX%%/jre/lib/locale/sv/LC_MESSAGES X@dirrm %%TARGET_PREFIX%%/jre/lib/locale/sv X@dirrm %%TARGET_PREFIX%%/jre/lib/locale/zh/LC_MESSAGES X@dirrm %%TARGET_PREFIX%%/jre/lib/locale/zh X@dirrm %%TARGET_PREFIX%%/jre/lib/locale/zh.GBK/LC_MESSAGES X@dirrm %%TARGET_PREFIX%%/jre/lib/locale/zh.GBK X@dirrm %%TARGET_PREFIX%%/jre/lib/locale/zh_TW/LC_MESSAGES X@dirrm %%TARGET_PREFIX%%/jre/lib/locale/zh_TW X@dirrm %%TARGET_PREFIX%%/jre/lib/locale/zh_TW.BIG5/LC_MESSAGES X@dirrm %%TARGET_PREFIX%%/jre/lib/locale/zh_TW.BIG5 X@dirrm %%TARGET_PREFIX%%/jre/lib/locale X@dirrm %%TARGET_PREFIX%%/jre/lib/applet X@dirrm %%TARGET_PREFIX%%/jre/lib X@dirrm %%TARGET_PREFIX%%/jre/plugin/i386/ns600 X@dirrm %%TARGET_PREFIX%%/jre/plugin/i386/ns4 X@dirrm %%TARGET_PREFIX%%/jre/plugin/i386 X@dirrm %%TARGET_PREFIX%%/jre/plugin X@dirrm %%TARGET_PREFIX%%/jre X@dirrm %%TARGET_PREFIX%%/lib/i386 X@dirrm %%TARGET_PREFIX%%/lib X@dirrm %%TARGET_PREFIX%%/bin/i386/native_threads X@dirrm %%TARGET_PREFIX%%/bin/i386 X@dirrm %%TARGET_PREFIX%%/bin X@dirrm %%TARGET_PREFIX%%/demo/applets/Animator/audio X@dirrm %%TARGET_PREFIX%%/demo/applets/Animator/images/SimpleAnimation X@dirrm %%TARGET_PREFIX%%/demo/applets/Animator/images/Beans X@dirrm %%TARGET_PREFIX%%/demo/applets/Animator/images X@dirrm %%TARGET_PREFIX%%/demo/applets/Animator X@dirrm %%TARGET_PREFIX%%/demo/applets/ArcTest X@dirrm %%TARGET_PREFIX%%/demo/applets/BarChart X@dirrm %%TARGET_PREFIX%%/demo/applets/Blink X@dirrm %%TARGET_PREFIX%%/demo/applets/CardTest X@dirrm %%TARGET_PREFIX%%/demo/applets/Clock X@dirrm %%TARGET_PREFIX%%/demo/applets/DitherTest X@dirrm %%TARGET_PREFIX%%/demo/applets/DrawTest X@dirrm %%TARGET_PREFIX%%/demo/applets/Fractal X@dirrm %%TARGET_PREFIX%%/demo/applets/GraphLayout/audio X@dirrm %%TARGET_PREFIX%%/demo/applets/GraphLayout X@dirrm %%TARGET_PREFIX%%/demo/applets/GraphicsTest X@dirrm %%TARGET_PREFIX%%/demo/applets/ImageMap/audio X@dirrm %%TARGET_PREFIX%%/demo/applets/ImageMap/images X@dirrm %%TARGET_PREFIX%%/demo/applets/ImageMap X@dirrm %%TARGET_PREFIX%%/demo/applets/JumpingBox/sounds X@dirrm %%TARGET_PREFIX%%/demo/applets/JumpingBox X@dirrm %%TARGET_PREFIX%%/demo/applets/MoleculeViewer/models X@dirrm %%TARGET_PREFIX%%/demo/applets/MoleculeViewer X@dirrm %%TARGET_PREFIX%%/demo/applets/NervousText X@dirrm %%TARGET_PREFIX%%/demo/applets/SimpleGraph X@dirrm %%TARGET_PREFIX%%/demo/applets/SortDemo X@dirrm %%TARGET_PREFIX%%/demo/applets/SpreadSheet X@dirrm %%TARGET_PREFIX%%/demo/applets/SymbolTest X@dirrm %%TARGET_PREFIX%%/demo/applets/TicTacToe/audio X@dirrm %%TARGET_PREFIX%%/demo/applets/TicTacToe/images X@dirrm %%TARGET_PREFIX%%/demo/applets/TicTacToe X@dirrm %%TARGET_PREFIX%%/demo/applets/WireFrame/models X@dirrm %%TARGET_PREFIX%%/demo/applets/WireFrame X@dirrm %%TARGET_PREFIX%%/demo/applets X@dirrm %%TARGET_PREFIX%%/demo/jfc/SwingSet2/src X@dirrm %%TARGET_PREFIX%%/demo/jfc/SwingSet2 X@dirrm %%TARGET_PREFIX%%/demo/jfc/FileChooserDemo/images X@dirrm %%TARGET_PREFIX%%/demo/jfc/FileChooserDemo/src X@dirrm %%TARGET_PREFIX%%/demo/jfc/FileChooserDemo X@dirrm %%TARGET_PREFIX%%/demo/jfc/Metalworks/HelpFiles X@dirrm %%TARGET_PREFIX%%/demo/jfc/Metalworks/images X@dirrm %%TARGET_PREFIX%%/demo/jfc/Metalworks/src X@dirrm %%TARGET_PREFIX%%/demo/jfc/Metalworks X@dirrm %%TARGET_PREFIX%%/demo/jfc/DBDemos/CreateCoffees/MSAccess X@dirrm %%TARGET_PREFIX%%/demo/jfc/DBDemos/CreateCoffees/Sybase X@dirrm %%TARGET_PREFIX%%/demo/jfc/DBDemos/CreateCoffees X@dirrm %%TARGET_PREFIX%%/demo/jfc/DBDemos/CreateSuppliers/MSAccess X@dirrm %%TARGET_PREFIX%%/demo/jfc/DBDemos/CreateSuppliers/Sybase X@dirrm %%TARGET_PREFIX%%/demo/jfc/DBDemos/CreateSuppliers X@dirrm %%TARGET_PREFIX%%/demo/jfc/DBDemos/InsertCoffees/SQLSrvr X@dirrm %%TARGET_PREFIX%%/demo/jfc/DBDemos/InsertCoffees/Sybase X@dirrm %%TARGET_PREFIX%%/demo/jfc/DBDemos/InsertCoffees X@dirrm %%TARGET_PREFIX%%/demo/jfc/DBDemos/InsertSuppliers/MSAccess X@dirrm %%TARGET_PREFIX%%/demo/jfc/DBDemos/InsertSuppliers/Sybase X@dirrm %%TARGET_PREFIX%%/demo/jfc/DBDemos/InsertSuppliers X@dirrm %%TARGET_PREFIX%%/demo/jfc/DBDemos/JavaDB X@dirrm %%TARGET_PREFIX%%/demo/jfc/DBDemos X@dirrm %%TARGET_PREFIX%%/demo/jfc/SimpleExample/src X@dirrm %%TARGET_PREFIX%%/demo/jfc/SimpleExample X@dirrm %%TARGET_PREFIX%%/demo/jfc/Notepad/resources X@dirrm %%TARGET_PREFIX%%/demo/jfc/Notepad/src X@dirrm %%TARGET_PREFIX%%/demo/jfc/Notepad X@dirrm %%TARGET_PREFIX%%/demo/jfc/Stylepad/resources X@dirrm %%TARGET_PREFIX%%/demo/jfc/Stylepad/src X@dirrm %%TARGET_PREFIX%%/demo/jfc/Stylepad X@dirrm %%TARGET_PREFIX%%/demo/jfc/SampleTree/images X@dirrm %%TARGET_PREFIX%%/demo/jfc/SampleTree/src X@dirrm %%TARGET_PREFIX%%/demo/jfc/SampleTree X@dirrm %%TARGET_PREFIX%%/demo/jfc/SwingApplet/src X@dirrm %%TARGET_PREFIX%%/demo/jfc/SwingApplet X@dirrm %%TARGET_PREFIX%%/demo/jfc/TableExample/src X@dirrm %%TARGET_PREFIX%%/demo/jfc/TableExample X@dirrm %%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Arcs_Curves X@dirrm %%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Clipping X@dirrm %%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Colors X@dirrm %%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Composite X@dirrm %%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Fonts X@dirrm %%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Images X@dirrm %%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Lines X@dirrm %%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Mix X@dirrm %%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Paths X@dirrm %%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Transforms X@dirrm %%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos/Paint X@dirrm %%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d/demos X@dirrm %%TARGET_PREFIX%%/demo/jfc/Java2D/src/java2d X@dirrm %%TARGET_PREFIX%%/demo/jfc/Java2D/src X@dirrm %%TARGET_PREFIX%%/demo/jfc/Java2D X@dirrm %%TARGET_PREFIX%%/demo/jfc/Font2DTest/src X@dirrm %%TARGET_PREFIX%%/demo/jfc/Font2DTest X@dirrm %%TARGET_PREFIX%%/demo/jfc X@dirrm %%TARGET_PREFIX%%/demo/jsse/rmi X@dirrm %%TARGET_PREFIX%%/demo/jsse/sockets/server X@dirrm %%TARGET_PREFIX%%/demo/jsse/sockets/client X@dirrm %%TARGET_PREFIX%%/demo/jsse/sockets X@dirrm %%TARGET_PREFIX%%/demo/jsse/urls X@dirrm %%TARGET_PREFIX%%/demo/jsse X@dirrm %%TARGET_PREFIX%%/demo/jpda X@dirrm %%TARGET_PREFIX%%/demo X@dirrm %%TARGET_PREFIX%%/include/linux X@dirrm %%TARGET_PREFIX%%/include X@dirrm %%TARGET_PREFIX%%/man/man1 X@dirrm %%TARGET_PREFIX%%/man/ja_JP.eucJP/man1 X@dirrm %%TARGET_PREFIX%%/man/ja_JP.eucJP X@dirrm %%TARGET_PREFIX%%/man X@dirrm %%TARGET_PREFIX%% END-of-java/linux-jdk14/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 Fri May 25 11:23:46 2001 Delivered-To: freebsd-ports@freebsd.org Received: from radix.cryptio.net (radix.cryptio.net [199.181.107.213]) by hub.freebsd.org (Postfix) with ESMTP id 5C2AC37B423 for ; Fri, 25 May 2001 11:23:44 -0700 (PDT) (envelope-from emechler@radix.cryptio.net) Received: (from emechler@localhost) by radix.cryptio.net (8.11.3/8.11.3) id f4PINi318400 for freebsd-ports@freebsd.org; Fri, 25 May 2001 11:23:44 -0700 (PDT) (envelope-from emechler) Date: Fri, 25 May 2001 11:23:44 -0700 From: Erick Mechler To: freebsd-ports@freebsd.org Subject: Error with www/jakarta-tomcat Message-ID: <20010525112343.F16475@techometer.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I just tried to suck down the new ports tree and got the following error. Looks like someone forgot to delete a file before removing the directory. Delete ports/www/jakarta-tomcat/files Updater failed: Cannot delete "/usr/ports/www/jakarta-tomcat/files": Directory not empty *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. Regards, Erick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 25 11:29: 4 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4137A37B62A; Fri, 25 May 2001 11:28:58 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4PISuC67649; Fri, 25 May 2001 11:28:56 -0700 (PDT) (envelope-from ijliao) Date: Fri, 25 May 2001 11:28:56 -0700 (PDT) From: Message-Id: <200105251828.f4PISuC67649@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, portmgr@FreeBSD.org Subject: Re: ports/27645: PKG_IGNORE_DEPENDS for X does not work Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: PKG_IGNORE_DEPENDS for X does not work Responsible-Changed-From-To: freebsd-ports->portmgr Responsible-Changed-By: ijliao Responsible-Changed-When: Fri May 25 11:23:10 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27645 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 25 11:32:48 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 594F037B424; Fri, 25 May 2001 11:32:47 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4PIWlk67997; Fri, 25 May 2001 11:32:47 -0700 (PDT) (envelope-from ijliao) Date: Fri, 25 May 2001 11:32:47 -0700 (PDT) From: Message-Id: <200105251832.f4PIWlk67997@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, nbm@FreeBSD.org Subject: Re: ports/24987: New port: Courier mail server. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New port: Courier mail server. Responsible-Changed-From-To: freebsd-ports->nbm Responsible-Changed-By: ijliao Responsible-Changed-When: Fri May 25 11:30:06 PDT 2001 Responsible-Changed-Why: nbm takes pr/21719, and this pr did the same thing as pr/21719 so, assign this pr to nbm :) http://www.FreeBSD.org/cgi/query-pr.cgi?pr=24987 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 25 11:39: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 029DE37B423; Fri, 25 May 2001 11:39:05 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4PId4J68640; Fri, 25 May 2001 11:39:04 -0700 (PDT) (envelope-from ijliao) Date: Fri, 25 May 2001 11:39:04 -0700 (PDT) From: Message-Id: <200105251839.f4PId4J68640@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, will@FreeBSD.org Subject: Re: ports/26542: kscd - part of KDE2.1.1 as package for 4.3-RC3 crash Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: kscd - part of KDE2.1.1 as package for 4.3-RC3 crash Responsible-Changed-From-To: freebsd-ports->will Responsible-Changed-By: ijliao Responsible-Changed-When: Fri May 25 11:37:50 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26542 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 25 11:41: 0 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A9CF137B422; Fri, 25 May 2001 11:40:58 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4PIewW68849; Fri, 25 May 2001 11:40:58 -0700 (PDT) (envelope-from ijliao) Date: Fri, 25 May 2001 11:40:58 -0700 (PDT) From: Message-Id: <200105251840.f4PIewW68849@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, andreas@FreeBSD.org Subject: Re: ports/26824: grep works wrong in apsfilter's SETUP Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: grep works wrong in apsfilter's SETUP Responsible-Changed-From-To: freebsd-ports->andreas Responsible-Changed-By: ijliao Responsible-Changed-When: Fri May 25 11:40:32 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26824 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 25 11:47:15 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 11F9037B423; Fri, 25 May 2001 11:47:14 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4PIlDJ69384; Fri, 25 May 2001 11:47:13 -0700 (PDT) (envelope-from ijliao) Date: Fri, 25 May 2001 11:47:13 -0700 (PDT) From: Message-Id: <200105251847.f4PIlDJ69384@freefall.freebsd.org> To: jeroen@vangelderen.org, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/26967: [PATCH] deskutils/xwrits is outdated/broken Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: [PATCH] deskutils/xwrits is outdated/broken State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Fri May 25 11:45:21 PDT 2001 State-Changed-Why: committed by kris on May 6, maybe forgot to close pr ? http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26967 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 25 11:56:56 2001 Delivered-To: freebsd-ports@freebsd.org Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id 182F437B423 for ; Fri, 25 May 2001 11:56:54 -0700 (PDT) (envelope-from dwcjr@inethouston.net) Received: from dwcjr (DWCJR.inethouston.net [216.118.21.147]) by leviathan.inethouston.net (Postfix) with ESMTP id 2610510F40F; Fri, 25 May 2001 13:56:57 -0500 (CDT) Message-ID: <04a501c0e54c$79d8cb20$931576d8@inethouston.net> From: "David W. Chapman Jr." To: "Erick Mechler" , References: <20010525112343.F16475@techometer.net> Subject: Re: Error with www/jakarta-tomcat Date: Fri, 25 May 2001 13:56:58 -0500 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Actually its a little more complex than that, check the archives of this mailist list from monday for an easy fix. ----- Original Message ----- From: "Erick Mechler" To: Sent: Friday, May 25, 2001 1:23 PM Subject: Error with www/jakarta-tomcat > I just tried to suck down the new ports tree and got the following error. > Looks like someone forgot to delete a file before removing the directory. > > Delete ports/www/jakarta-tomcat/files > Updater failed: Cannot delete "/usr/ports/www/jakarta-tomcat/files": > Directory not empty > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > > Regards, > Erick > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 25 12: 1: 1 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4699637B422; Fri, 25 May 2001 12:00:59 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4PJ0xM70564; Fri, 25 May 2001 12:00:59 -0700 (PDT) (envelope-from sobomax) Date: Fri, 25 May 2001 12:00:59 -0700 (PDT) From: Message-Id: <200105251900.f4PJ0xM70564@freefall.freebsd.org> To: ernst@heinz.jollem.com, sobomax@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27644: New port: java/linux-jdk14 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New port: java/linux-jdk14 State-Changed-From-To: open->closed State-Changed-By: sobomax State-Changed-When: Fri May 25 12:00:42 PDT 2001 State-Changed-Why: Committed, thank you! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27644 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 25 12:11:19 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2874637B423; Fri, 25 May 2001 12:11:16 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4PJBFk74158; Fri, 25 May 2001 12:11:15 -0700 (PDT) (envelope-from ijliao) Date: Fri, 25 May 2001 12:11:15 -0700 (PDT) From: Message-Id: <200105251911.f4PJBFk74158@freefall.freebsd.org> To: netman@dynaplex.net, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27022: NEW PORT: System maintenance package in Python and csh, v0.5.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: NEW PORT: System maintenance package in Python and csh, v0.5.2 State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Fri May 25 12:10:08 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27022 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 25 12:25:18 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8FF0E37B422; Fri, 25 May 2001 12:25:15 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4PJPFV75429; Fri, 25 May 2001 12:25:15 -0700 (PDT) (envelope-from ijliao) Date: Fri, 25 May 2001 12:25:15 -0700 (PDT) From: Message-Id: <200105251925.f4PJPFV75429@freefall.freebsd.org> To: ulrichulrich_se@my-deja.com, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27166: pcnfsd.tar.Z doesn't exist Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: pcnfsd.tar.Z doesn't exist State-Changed-From-To: open->feedback State-Changed-By: ijliao State-Changed-When: Fri May 25 12:20:52 PDT 2001 State-Changed-Why: I can fetch the distfile, so, what's your prooblem ? http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27166 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 25 12:36:49 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DFC1B37B424; Fri, 25 May 2001 12:36:46 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4PJakE76312; Fri, 25 May 2001 12:36:46 -0700 (PDT) (envelope-from ijliao) Date: Fri, 25 May 2001 12:36:46 -0700 (PDT) From: Message-Id: <200105251936.f4PJakE76312@freefall.freebsd.org> To: perky@python.or.kr, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/26353: Update port: devel/py-htmlkit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: devel/py-htmlkit State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Fri May 25 12:35:25 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26353 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 25 12:45:42 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DBADB37B422; Fri, 25 May 2001 12:45:40 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4PJje576990; Fri, 25 May 2001 12:45:40 -0700 (PDT) (envelope-from ijliao) Date: Fri, 25 May 2001 12:45:40 -0700 (PDT) From: Message-Id: <200105251945.f4PJje576990@freefall.freebsd.org> To: anders@fix.no, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/26730: Fix port: sysutils/wmavgload Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Fix port: sysutils/wmavgload State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Fri May 25 12:45:08 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26730 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 25 13: 0: 4 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7AEF237B42C; Fri, 25 May 2001 12:59:57 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4PJxuL78388; Fri, 25 May 2001 12:59:56 -0700 (PDT) (envelope-from ijliao) Date: Fri, 25 May 2001 12:59:56 -0700 (PDT) From: Message-Id: <200105251959.f4PJxuL78388@freefall.freebsd.org> To: jamie@jamiesdomain.org.uk, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27207: New Port: sysutils/userlist Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New Port: sysutils/userlist State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Fri May 25 12:59:30 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27207 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 25 13: 2: 7 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ringworld.nanolink.com (diskworld.nanolink.com [195.24.48.189]) by hub.freebsd.org (Postfix) with SMTP id 1583537B424 for ; Fri, 25 May 2001 13:02:04 -0700 (PDT) (envelope-from roam@orbitel.bg) Received: (qmail 77306 invoked by uid 1000); 25 May 2001 20:01:08 -0000 Date: Fri, 25 May 2001 23:01:08 +0300 From: Peter Pentchev To: Erick Mechler Cc: freebsd-ports@freebsd.org Subject: Re: Error with www/jakarta-tomcat Message-ID: <20010525230108.F18002@ringworld.oblivion.bg> Mail-Followup-To: Erick Mechler , freebsd-ports@freebsd.org References: <20010525112343.F16475@techometer.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010525112343.F16475@techometer.net>; from emechler@techometer.net on Fri, May 25, 2001 at 11:23:44AM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, May 25, 2001 at 11:23:44AM -0700, Erick Mechler wrote: > I just tried to suck down the new ports tree and got the following error. > Looks like someone forgot to delete a file before removing the directory. Actually, it's a bit more complex than that. Look at: http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27495 for a detailed analysis and an 'official' workaround by John D. Polstra, the author and maintainer of CVSup. G'luck, Peter -- Do you think anybody has ever had *precisely this thought* before? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 25 13: 6:30 2001 Delivered-To: freebsd-ports@freebsd.org Received: from gw.nectar.com (gw.nectar.com [208.42.49.153]) by hub.freebsd.org (Postfix) with ESMTP id 5E77E37B423; Fri, 25 May 2001 13:06:25 -0700 (PDT) (envelope-from nectar@nectar.com) Received: from shade.nectar.com (gw.nectar.com [208.42.49.153]) by gw.nectar.com (Postfix) with ESMTP id 6CA7618C9B; Fri, 25 May 2001 15:06:24 -0500 (CDT) Received: (from nectar@localhost) by shade.nectar.com (8.11.3/8.11.3) id f4PK5Jg35402; Fri, 25 May 2001 15:05:19 -0500 (CDT) (envelope-from nectar) Date: Fri, 25 May 2001 15:04:04 -0500 From: "Jacques A. Vidrine" To: Peter Pentchev Cc: Brent Verner , ports@freebsd.org Subject: Re: gcc (cpp) include search path problem Message-ID: <20010525150404.A35371@shade.nectar.com> Reply-To: ports@freebsd.org References: <20010524055537.A8563@rcfile.org> <20010525225642.D18002@ringworld.oblivion.bg> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010525225642.D18002@ringworld.oblivion.bg>; from roam@orbitel.bg on Fri, May 25, 2001 at 10:56:42PM +0300 X-Url: http://www.nectar.com/ Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org [This is most likely a ports issue, so kicked to -ports] On Fri, May 25, 2001 at 10:56:42PM +0300, Peter Pentchev wrote: > On second thoughts, you might have a problem if you are trying to > install the wget port in a location other than /usr/local. > If you change PREFIX, then the -I{PREFIX}/include directive would > point to the location you want to install wget at, not at /usr/local. > In that case, the proper course of action would be to first install > the devel/gettext port into the same location (using the same value > of PREFIX); then, its include files would be in ${PREFIX}/include, > its libraries would be in ${PREFIX}/lib, and wget would build just fine. No, this is not really correct. When ports are looking for other installed ports, they should use ${LOCALBASE} or ${X11BASE} as appropriate, not ${PREFIX}. In other words, the wget port should probably specify -I${LOCALBASE}/include instead of/in addition to -I${PREFIX}/include. Cheers, -- Jacques Vidrine / n@nectar.com / jvidrine@verio.net / nectar@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 25 13:10:47 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ringworld.nanolink.com (diskworld.nanolink.com [195.24.48.189]) by hub.freebsd.org (Postfix) with SMTP id 9F73D37B423 for ; Fri, 25 May 2001 13:10:42 -0700 (PDT) (envelope-from roam@orbitel.bg) Received: (qmail 77418 invoked by uid 1000); 25 May 2001 20:09:46 -0000 Date: Fri, 25 May 2001 23:09:46 +0300 From: Peter Pentchev To: ports@freebsd.org Cc: Brent Verner , FUJISHIMA Satsuki Subject: Re: gcc (cpp) include search path problem Message-ID: <20010525230946.H18002@ringworld.oblivion.bg> Mail-Followup-To: ports@freebsd.org, Brent Verner , FUJISHIMA Satsuki References: <20010524055537.A8563@rcfile.org> <20010525225642.D18002@ringworld.oblivion.bg> <20010525150404.A35371@shade.nectar.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010525150404.A35371@shade.nectar.com>; from n@nectar.com on Fri, May 25, 2001 at 03:04:04PM -0500 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, May 25, 2001 at 03:04:04PM -0500, Jacques A. Vidrine wrote: > [This is most likely a ports issue, so kicked to -ports] > > On Fri, May 25, 2001 at 10:56:42PM +0300, Peter Pentchev wrote: > > On second thoughts, you might have a problem if you are trying to > > install the wget port in a location other than /usr/local. > > If you change PREFIX, then the -I{PREFIX}/include directive would > > point to the location you want to install wget at, not at /usr/local. > > In that case, the proper course of action would be to first install > > the devel/gettext port into the same location (using the same value > > of PREFIX); then, its include files would be in ${PREFIX}/include, > > its libraries would be in ${PREFIX}/lib, and wget would build just fine. > > No, this is not really correct. When ports are looking for other > installed ports, they should use ${LOCALBASE} or ${X11BASE} as > appropriate, not ${PREFIX}. In other words, the wget port should > probably specify -I${LOCALBASE}/include instead of/in addition to > -I${PREFIX}/include. Yes, that, too. I've suggested this in discussion of new ports, too. CC'd to the ftp/wget port maintainer :) G'luck, Peter -- This sentence claims to be an Epimenides paradox, but it is lying. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 25 13:10:49 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 381DC37B422; Fri, 25 May 2001 13:10:46 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4PKAjJ81771; Fri, 25 May 2001 13:10:45 -0700 (PDT) (envelope-from ijliao) Date: Fri, 25 May 2001 13:10:45 -0700 (PDT) From: Message-Id: <200105252010.f4PKAjJ81771@freefall.freebsd.org> To: calle.madestrand@norrgarden.se, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27212: update port: security/saint Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: update port: security/saint State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Fri May 25 13:07:58 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27212 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 25 13:50: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 85FA337B424 for ; Fri, 25 May 2001 13:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4PKo1f85076; Fri, 25 May 2001 13:50:01 -0700 (PDT) (envelope-from gnats) Received: from totem.fix.no (totem.fix.no [213.142.66.130]) by hub.freebsd.org (Postfix) with ESMTP id 0ACA137B50E for ; Fri, 25 May 2001 13:41:05 -0700 (PDT) (envelope-from anders@totem.fix.no) Received: by totem.fix.no (Postfix, from userid 1000) id C248A3C9D; Fri, 25 May 2001 22:40:58 +0200 (CEST) Message-Id: <20010525204058.C248A3C9D@totem.fix.no> Date: Fri, 25 May 2001 22:40:58 +0200 (CEST) From: Anders Nordby Reply-To: Anders Nordby To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/27646: Distfile & homepage fix: audio/xmms-tfmx Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27646 >Category: ports >Synopsis: Distfile & homepage fix: audio/xmms-tfmx >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri May 25 13:50:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Anders Nordby >Release: FreeBSD 4.3-STABLE i386 >Organization: Fluxpod Information eXchange >Environment: >Description: Remove broken and slow master sites, add one new. Set WWW reference to www.xmms.org, as that is the only semi reliable place to find information about this particular plugin currently. >How-To-Repeat: >Fix: diff -Nur xmms-tfmx.old/Makefile xmms-tfmx/Makefile --- xmms-tfmx.old/Makefile Mon Dec 4 15:40:34 2000 +++ xmms-tfmx/Makefile Fri May 25 22:42:37 2001 @@ -8,9 +8,8 @@ PORTNAME= xmms-tfmx PORTVERSION= 0.3 CATEGORIES= audio -MASTER_SITES= http://fatal.telia.nu/hosted/ \ - http://www.freenix.no/~anders/ \ - ftp://totem.fix.no/pub/mirrors/misc/ +MASTER_SITES= ftp://ftp.nuug.no/pub/anders/distfiles/ \ + http://www.freenix.no/~anders/ MAINTAINER= anders@fix.no diff -Nur xmms-tfmx.old/pkg-descr xmms-tfmx/pkg-descr --- xmms-tfmx.old/pkg-descr Sat Aug 5 15:45:34 2000 +++ xmms-tfmx/pkg-descr Fri May 25 22:42:22 2001 @@ -1,5 +1,7 @@ This plugin enables you to play the good old Amiga TFMX tunes, like the magnificient one from the game Turrican! -WWW: http://massena.univ-mlv.fr/~dlecorfe/tfmx/ +WWW: http://www.xmms.org/ Tunes: http://exotica.fix.no/ + +- Anders Nordby >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 25 14:37:21 2001 Delivered-To: freebsd-ports@freebsd.org Received: from LPL.Arizona.EDU (hindmost.LPL.arizona.edu [128.196.64.1]) by hub.freebsd.org (Postfix) with ESMTP id 4EFD237B423 for ; Fri, 25 May 2001 14:37:19 -0700 (PDT) (envelope-from rbeyer@LPL.Arizona.EDU) Received: (from rbeyer@localhost) by LPL.Arizona.EDU (8.9.3+Sun/8.9.1) id OAA24710; Fri, 25 May 2001 14:37:20 -0700 (MST) Date: Fri, 25 May 2001 14:37:18 -0700 (MST) From: Ross Beyer X-Sender: rbeyer@hindmost To: ports@freebsd.org Subject: kdepim-2.1.1 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello, You list the kdepim-2.1.1 port on the ports webpage. There is a listing for the kdepim-2.1.1 package there. It lists it as ftp://ftp5.freebsd.org/pub/FreeBSD/ports/i386/packages-stable/All/kdepim-2.1.1.tgz I looked around at ftp5 and ftp2, under packages-stable, packages-4-stable, packages-4.3-stable, under "All" and "kde". I couldn't find kdepim-2.1.1 (or any kdepim) in those locations. I can certainly install the port (under /usr/ports/deskutils/kdepim), but I like packages, and I thought you guys should know that the web page doesn't list the right link for kdepim-2.1.1 Ross ps - Thanks for supporting the ports tree and the FreeBSD packages, they're great. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 25 14:40: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 996A737B424 for ; Fri, 25 May 2001 14:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4PLe1f91485; Fri, 25 May 2001 14:40:01 -0700 (PDT) (envelope-from gnats) Received: from totem.fix.no (totem.fix.no [213.142.66.130]) by hub.freebsd.org (Postfix) with ESMTP id D232037B424 for ; Fri, 25 May 2001 14:36:18 -0700 (PDT) (envelope-from anders@totem.fix.no) Received: by totem.fix.no (Postfix, from userid 1000) id 9EE653C9D; Fri, 25 May 2001 23:36:17 +0200 (CEST) Message-Id: <20010525213617.9EE653C9D@totem.fix.no> Date: Fri, 25 May 2001 23:36:17 +0200 (CEST) From: Anders Nordby Reply-To: Anders Nordby To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/27647: Update port: www/mod_mp3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27647 >Category: ports >Synopsis: Update port: www/mod_mp3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri May 25 14:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Anders Nordby >Release: FreeBSD 4.3-STABLE i386 >Organization: Fluxpod Information eXchange >Environment: 4.3-STABLE (kern.osreldate: 430000) >Description: Update the port to the latest version, 0.19. New in this version: * Wed May 23 23:39:17 PDT 2001 Version 0.19 -Fix for rate limitting that can cause forbidden access. * Wed May 23 23:39:17 PDT 2001 Version 0.18 -Added MP3Loop (aka connections will loop forever on play list/random) -Random does not repeat -Fixed XML encoding of non-printable characters -Added feature for limitting connections >How-To-Repeat: >Fix: diff -Nur mod_mp3.old/Makefile mod_mp3/Makefile --- mod_mp3.old/Makefile Mon May 14 02:20:57 2001 +++ mod_mp3/Makefile Fri May 25 23:11:13 2001 @@ -6,7 +6,7 @@ # PORTNAME= mod_mp3 -PORTVERSION= 0.16 +PORTVERSION= 0.19 CATEGORIES= www audio MASTER_SITES= http://media.tangent.org/ \ ftp://ftp.tangent.org/pub/apache/ \ diff -Nur mod_mp3.old/distinfo mod_mp3/distinfo --- mod_mp3.old/distinfo Mon May 14 02:20:57 2001 +++ mod_mp3/distinfo Fri May 25 23:11:25 2001 @@ -1 +1 @@ -MD5 (mod_mp3-0.16.tar.gz) = f845b0919d77b9128e5245bdabbafbcf +MD5 (mod_mp3-0.19.tar.gz) = 91d41f49ed855dae17f0e6f61801cac3 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 25 15: 3:29 2001 Delivered-To: freebsd-ports@freebsd.org Received: from kalaid.f2f.com.ua (kalaid.f2f.com.ua [62.149.0.33]) by hub.freebsd.org (Postfix) with ESMTP id AF30637B42C; Fri, 25 May 2001 15:03:10 -0700 (PDT) (envelope-from sobomax@mail-in.net) Received: from mail.uic-in.net (root@[212.35.189.4]) by kalaid.f2f.com.ua (8.11.3/8.11.1) with ESMTP id f4PM4UK42009; Sat, 26 May 2001 01:04:43 +0300 (EEST) (envelope-from sobomax@mail-in.net) Received: from notebook.vega.com (das0-l99.uic-in.net [212.35.189.226]) by mail.uic-in.net (8.11.3/8.11.3) with ESMTP id f4PM1qS07604; Sat, 26 May 2001 01:01:55 +0300 (EEST) (envelope-from sobomax@mail-in.net) Date: Sat, 26 May 2001 01:01:55 +0300 (EEST) Message-Id: <200105252201.f4PM1qS07604@mail.uic-in.net> To: marcus@marcuscom.com, freebsd-ports@FreeBSD.ORG Cc: jkh@FreeBSD.ORG, rooneg@electricjellyfish.net From: Maxim Sobolev Reply-To: sobomax@FreeBSD.ORG Subject: Re: Patches to pkg_info X-Mailer: Pygmy (v0.5.8) In-Reply-To: <20010523130009.F96799-400000@shumai.marcuscom.com> Content-type: text/plain Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, 23 May 2001 13:07:41 -0400 (EDT), Joe Clarke wrote: > Here are some patches to the current version of pkg_info that add on to > Garrett's which code. When the -g option is specified with the -W option= , > the files MD5 checksum will also be checked. This is similar to Solaris' > pkgchk command. > = > This compliments the way the -g option works on packages, by extending th= e > option to individual files. > = > I have tested this on FreeBSD 4.3. > = > > pkg_info -g -W gmake > /usr/local/bin/gmake was installed by package gmake-3.79.1 > Expected MD5 checksum: 0b8c0582b07a3eb8a8dd9fdd93ea71c8 > MD5 checksum matches. I'll take a look at it in a few days. Thank you for submission! -Maxim > --- perform.c.orig=09Wed May 23 12:11:24 2001=0D > +++ perform.c=09Wed May 23 12:13:47 2001=0D > @@ -26,6 +26,7 @@=0D > #include "lib.h"=0D > #include "info.h"=0D > #include =0D > +#include =0D > #include =0D > =0D > static int pkg_do(char *);=0D > @@ -391,6 +392,12 @@=0D > =09=09=09 wp->package, installed[i], wp->file);=0D > =09=09 } else {=0D > =09=09=09strlcpy(wp->package, installed[i], PATH_MAX);=0D > +=09=09=09/* Add code to check for file's MD5 checksum */=0D > +=09=09=09if ((Flags & SHOW_CKSUM) && itr->next && =0D > +=09=09=09=09itr->next->type =3D=3D PLIST_COMMENT && =0D > +=09=09=09=09!strncmp(itr->next->name, "MD5:", 4)) {=0D > +=09=09=09 strlcpy(wp->md5, (itr->next->name + 4), 33);=0D > +=09=09=09}=0D > =09=09 }=0D > =09=09}=0D > =09 }=0D > @@ -405,6 +412,21 @@=0D > =09 else=0D > =09=09printf("%s was installed by package %s\n", \=0D > =09=09 wp->file, wp->package);=0D > +=09 if (Flags & SHOW_CKSUM) {=0D > +=09=09/* If Verbose, check the installed files MD5 checksum=0D > +=09=09 against the checksum in the +CONTENTS file. */=0D > +=09=09char *cp, buf[33];=0D > +=0D > +=09=09printf("Expected MD5 checksum: %s\n", wp->md5);=0D > +=09=09if ((cp =3D MD5File(wp->file, buf)) !=3D NULL) {=0D > +=09=09 if (strncmp(cp, wp->md5, 33)) {=0D > +=09=09=09printf("MD5 checksum does not match!\n");=0D > +=09=09 }=0D > +=09=09 else {=0D > +=09=09=09printf("MD5 checksum matches.\n");=0D > +=09=09 }=0D > +=09=09}=0D > +=09 }=0D > =09}=0D > }=0D > while (!TAILQ_EMPTY(which_list)) {=0D > --- info.h.orig=09Sun May 20 00:12:46 2001=0D > +++ info.h=09Sun May 20 00:05:46 2001=0D > @@ -53,6 +53,7 @@=0D > TAILQ_ENTRY(which_entry) next;=0D > char file[PATH_MAX];=0D > char package[PATH_MAX];=0D > + char md5[33];=0D > Boolean skip;=0D > };=0D > TAILQ_HEAD(which_head, which_entry);=0D > --- pkg_info.1.orig=09Wed May 23 12:11:24 2001=0D > +++ pkg_info.1=09Wed May 23 13:03:27 2001=0D > @@ -106,14 +106,19 @@=0D > .Nm=0D > automatically expands shell glob patterns in the=0D > .Ar pkg-name ) .=0D > -.It Fl W=0D > +.It Fl W Ar filename=0D > For the specified=0D > .Ar filename=0D > argument show which package it belongs to. If the file is not in the=0D > current directory, and does not have an absolute path, then the =0D > .Ev PATH=0D > is searched using=0D > -.Xr which 1 .=0D > +.Xr which 1 . =0D > +When the=0D > +.Fl g=0D > +argument is also specified, the md5 checksum will be calculated for=0D > +.Ar filename=0D > +and compared against the expected value.=0D > .It Fl x=0D > Treat the=0D > .Ar pkg-name=0D > = To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 25 15:10:14 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4DF4737B506 for ; Fri, 25 May 2001 15:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4PMA2g04098; Fri, 25 May 2001 15:10:02 -0700 (PDT) (envelope-from gnats) Received: from totem.fix.no (totem.fix.no [213.142.66.130]) by hub.freebsd.org (Postfix) with ESMTP id 1DA6C37B43C for ; Fri, 25 May 2001 15:00:24 -0700 (PDT) (envelope-from anders@totem.fix.no) Received: by totem.fix.no (Postfix, from userid 1000) id 1FBF13C9F; Sat, 26 May 2001 00:00:23 +0200 (CEST) Message-Id: <20010525220023.1FBF13C9F@totem.fix.no> Date: Sat, 26 May 2001 00:00:23 +0200 (CEST) From: Anders Nordby Reply-To: Anders Nordby To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/27648: Distfile fix: graphics/hppsmtools Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27648 >Category: ports >Synopsis: Distfile fix: graphics/hppsmtools >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri May 25 15:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Anders Nordby >Release: FreeBSD 4.3-STABLE i386 >Organization: Fluxpod Information eXchange >Environment: >Description: Change obsolete master site with the one currently used by the author(s). Port build on bento errors on checksum (http://bento.freebsd.org/errorlogs/4-full/hppsmtools-1.0.log) unless this is applied. >How-To-Repeat: >Fix: diff -Nur hppsmtools.old/Makefile hppsmtools/Makefile --- hppsmtools.old/Makefile Fri Apr 14 12:46:21 2000 +++ hppsmtools/Makefile Fri May 25 23:50:02 2001 @@ -8,7 +8,7 @@ PORTNAME= hppsmtools PORTVERSION= 1.0 CATEGORIES= graphics -MASTER_SITES= http://unimut.fsk.uni-heidelberg.de/unimut/photosmart/ \ +MASTER_SITES= http://unimut.fsk.uni-heidelberg.de/demi/photosmart/ \ http://www.freenix.no/~anders/ \ ftp://totem.fix.no/pub/mirrors/misc/ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 25 15:35: 3 2001 Delivered-To: freebsd-ports@freebsd.org Received: from m08.alpha-net.ne.jp (m08.alpha-net.ne.jp [210.229.64.38]) by hub.freebsd.org (Postfix) with ESMTP id E5F7337B423 for ; Fri, 25 May 2001 15:34:59 -0700 (PDT) (envelope-from sf@FreeBSD.org) Received: from kyoto-tc011-p136.alpha-net.ne.jp (kyoto-tc011-p136.alpha-net.ne.jp [210.237.118.138]) by m08.alpha-net.ne.jp (8.9.3/3.7W) with ESMTP id HAA00044; Sat, 26 May 2001 07:32:19 +0900 (JST) Received: from souffle.bogus-local.net (localhost.bogus-local.net [127.0.0.1]) by kyoto-tc011-p136.alpha-net.ne.jp (Postfix) with ESMTP id 707019B21; Sat, 26 May 2001 07:32:22 +0900 (JST) Date: Sat, 26 May 2001 07:32:22 +0900 Message-ID: <86snhtkqkp.wl@cheerful.com> From: FUJISHIMA Satsuki To: ports@freebsd.org, Brent Verner , Peter Pentchev Subject: Re: gcc (cpp) include search path problem In-Reply-To: <20010525230946.H18002@ringworld.oblivion.bg> References: <20010524055537.A8563@rcfile.org> <20010525225642.D18002@ringworld.oblivion.bg> <20010525150404.A35371@shade.nectar.com> <20010525230946.H18002@ringworld.oblivion.bg> User-Agent: Wanderlust/2.5.8 (Smooth) SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.3 Emacs/20.7 (i386--freebsd) MULE/4.1 (AOI) MIME-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Amazingly it has been broken since nealy 2 years ago. wget port fixed, thanks guys. http://www.freebsd.org/cgi/cvsweb.cgi/ports/ftp/wget/Makefile.diff?r1=1.16&r2=1.17 -- FUJISHIMA Satsuki To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 25 16:35:39 2001 Delivered-To: freebsd-ports@freebsd.org Received: from epsilon.lucida.ca (epsilon.lucida.ca [209.47.215.67]) by hub.freebsd.org (Postfix) with SMTP id C337537B423 for ; Fri, 25 May 2001 16:35:36 -0700 (PDT) (envelope-from matt@LUCIDA.CA) Received: (qmail 32240 invoked by uid 1000); 25 May 2001 23:35:35 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 25 May 2001 23:35:35 -0000 Date: Fri, 25 May 2001 19:35:33 -0400 (EDT) From: Matt Heckaman To: FreeBSD-PORTS Subject: Re: Odd port behaviour, machine lockup In-Reply-To: <20010524121332.W2300-100000@epsilon.lucida.ca> Message-ID: <20010525193441.Y28970-100000@epsilon.lucida.ca> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: localhost 1.6.2 0/1000/N Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 As quickly and mysteriously as this problem appeared, it's now gone.. Odd. On Thu, 24 May 2001, Matt Heckaman wrote: : I've got an odd situation here. After a port update yesterday, doing a : 'make clean' on several ports causes a hard machine freeze after a : couple of minutes. I hit upon this with devel/glib12, which I can : completely reproduce. During this time, make doesn't show anything, : just sits there. Now, I first was thinking it's a system problem of : mine, BUT, when I roll the ports tree back 4 days, everything works : perfectly again... ... * Matt Heckaman - mailto:matt@LUCIDA.CA http://www.lucida.ca/gpg * * GPG fingerprint - 53CA 8320 C8F6 32ED 9DDF 036E 3171 C093 4AD3 1364 * UNPRECEDENTED PERFORMANCE: nothing we had before ever worked this way. - Simon Travaglia -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.5 (FreeBSD) Comment: http://www.lucida.ca/gpg iD8DBQE7DuxHMXHAk0rTE2QRAgmhAJ4lRg/9hTf+Oay6D7kO8cw3xAbIRgCgljMI fNGw2idmzV8XxmXxlFUYJpI= =rdp8 -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 25 17:30: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 825E637B423 for ; Fri, 25 May 2001 17:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4Q0U1b38513; Fri, 25 May 2001 17:30:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 40FC437B422 for ; Fri, 25 May 2001 17:29:19 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4Q0TJW38398; Fri, 25 May 2001 17:29:19 -0700 (PDT) (envelope-from nobody) Message-Id: <200105260029.f4Q0TJW38398@freefall.freebsd.org> Date: Fri, 25 May 2001 17:29:19 -0700 (PDT) From: jswank@colltech.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/27649: hping port only supports small subset of ethernet drivers Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27649 >Category: ports >Synopsis: hping port only supports small subset of ethernet drivers >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri May 25 17:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Jason Swank >Release: 4.3-STABLE >Organization: Collective Technologies >Environment: FreeBSD top 4.3-STABLE FreeBSD 4.3-STABLE #3: Sun Apr 22 15:14:45 EDT 2000 root@top:/usr/obj/usr/src/sys/TOP i386 >Description: The current port for hping2 (security/hping) only supports a small subset of possible ethernet drivers. Running the resulting binary returns an error when running with an unsupported NIC. Sample session: # /usr/local/sbin/hping 192.168.0.1 [main] physical layer header size unknown >How-To-Repeat: Compile and attempt to run hping using an unsupported NIC. >Fix: Further patch getlhs.c in the source distribution to include support for other ethernet devices. Below is a unified diff for that file to include support for additional NICs (I'm sending it to the maintainer as well since it will probably be garbled via the PR web interface). --- getlhs.c Fri May 25 19:20:43 2001 +++ getlhs.c.orig Thu Jul 6 13:06:10 2000 @@ -74,5 +74,4 @@ || strstr(ifname, "ed") || strstr(ifname, "ne") - || strstr(ifname, "xe") /* Xircom */ || strstr(ifname, "xl") /* 3com */ || strstr(ifname, "vx") /* 3com (older model) */ @@ -87,16 +86,5 @@ || strstr(ifname, "tl") /* Compaq Netelligent 10/10+TNETE100 */ || strstr(ifname, "tx") /* SMC 9432TX */ - || strstr(ifname, "wb") /* Winbond W89C840F chip */ - || strstr(ifname, "an") /* Aironet 4500/4800 */ - || strstr(ifname, "awi") /* PRISM I IEEE 802.11b wireless NIC */ - || strstr(ifname, "dc") /* DEC/Intel 21143 and workalikes */ - || strstr(ifname, "de") /* Digital Equipment DC21040 */ - || strstr(ifname, "pcn") /* AMD Am79C79x */ - || strstr(ifname, "sis") /* SiS 900/SiS 7016 */ - || strstr(ifname, "ste") /* Sundance ST201 */ - || strstr(ifname, "vr") /* VIA Rhine, Rhine II */ - || strstr(ifname, "vx") /* 3com (older model) */ - || strstr(ifname, "wi") /* WaveLAN/IEEE 802.11 wireless NICs */ - || strstr(ifname, "wx")) /* Intel Gigabit "Wiseman" */ + || strstr(ifname, "wb")) /* Winbond W89C840F chip */ { linkhdr_size = ETHHDR_SIZE; >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 25 17:31:43 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2EA3037B422; Fri, 25 May 2001 17:31:40 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4Q0Ve338735; Fri, 25 May 2001 17:31:40 -0700 (PDT) (envelope-from kris) Date: Fri, 25 May 2001 17:31:40 -0700 (PDT) From: Message-Id: <200105260031.f4Q0Ve338735@freefall.freebsd.org> To: kris@FreeBSD.org, kris@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/19498: ssh (1) instal fails Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: ssh (1) instal fails Responsible-Changed-From-To: kris->freebsd-ports Responsible-Changed-By: kris Responsible-Changed-When: Fri May 25 17:31:28 PDT 2001 Responsible-Changed-Why: I no longer maintain ssh http://www.FreeBSD.org/cgi/query-pr.cgi?pr=19498 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 25 17:38:21 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6BB5337B422; Fri, 25 May 2001 17:38:19 -0700 (PDT) (envelope-from dougb@FreeBSD.org) Received: (from dougb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4Q0cJ539044; Fri, 25 May 2001 17:38:19 -0700 (PDT) (envelope-from dougb) Date: Fri, 25 May 2001 17:38:19 -0700 (PDT) From: Message-Id: <200105260038.f4Q0cJ539044@freefall.freebsd.org> To: dougb@FreeBSD.org, freebsd-ports@FreeBSD.org, sf@FreeBSD.org Subject: Re: ports/27184: Incorrect md5 sum for linux-realplayer port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Incorrect md5 sum for linux-realplayer port Responsible-Changed-From-To: freebsd-ports->sf Responsible-Changed-By: dougb Responsible-Changed-When: Fri May 25 17:37:41 PDT 2001 Responsible-Changed-Why: He volunteered to handle the port upgrade http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27184 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 25 17:42:48 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E643237B422; Fri, 25 May 2001 17:42:45 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4Q0gjp39348; Fri, 25 May 2001 17:42:45 -0700 (PDT) (envelope-from kris) Date: Fri, 25 May 2001 17:42:45 -0700 (PDT) From: Message-Id: <200105260042.f4Q0gjp39348@freefall.freebsd.org> To: kris@FreeBSD.org, kris@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10178: USE_SOCKS=YES option broken for security/ssh Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: USE_SOCKS=YES option broken for security/ssh Responsible-Changed-From-To: kris->freebsd-ports Responsible-Changed-By: kris Responsible-Changed-When: Fri May 25 17:42:31 PDT 2001 Responsible-Changed-Why: I no longer maintain ssh http://www.FreeBSD.org/cgi/query-pr.cgi?pr=10178 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 25 17:47:25 2001 Delivered-To: freebsd-ports@freebsd.org Received: from copland.rowan.edu (copland.rowan.edu [150.250.128.42]) by hub.freebsd.org (Postfix) with ESMTP id DCF2F37B422 for ; Fri, 25 May 2001 17:47:21 -0700 (PDT) (envelope-from kilroy@copland.rowan.edu) Received: from localhost (localhost [127.0.0.1]) by copland.rowan.edu (8.9.1a/8.9.1) with SMTP id UAA07214 for ; Fri, 25 May 2001 20:47:20 -0400 (EDT) X-Authentication-Warning: copland.rowan.edu: localhost [127.0.0.1] didn't use HELO protocol To: ports@freebsd.org Subject: FreeBSD Port: ncurses-5.2 Date: Fri, 25 May 2001 20:47:19 -0400 Message-ID: <7211.990838039@copland.rowan.edu> From: "Dr Nancy's Sweetie" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I'm working with FreeBSD 4.2 RELEASE; I'd upgrade to 4.3, but the usual sites are still just selling "CD preorders", not actualy disks, and I can't install from a preorder. The directory /usr/ports/devel/ncurses/work/ncurses-5.2/Ada95 has a "Makefile.in", but no Makefile was generated. The top level Makefile, /usr/ports/devel/ncurses/Makefile, has this line: CONFIGURE_ENV= gnat_exists="no" ac_cv_path_LDCONFIG="${LDCONFIG} \ -m ${PREFIX}/lib" But gnat DOES exist on this machine; it's not clear why the Makefile claims it doesn't. I changed the line, but then make failed with this error: :No such file or directory *** Error code 1 Stop in /usr/ports/devel/ncurses/work/ncurses-5.2/Ada95/gen. Hunting around, I found this file: /usr/ports/devel/ncurses/work/ncurses-5.2/Ada95/gen/Makefile with this line: x = Further hunting turned up the same line (and the same error message) in the `.../Ada95/samples' directory. I can't tell anymore what hacks to make to get this to work. Any help is greatly appreciated. Darren F Provine ! kilroy@copland.rowan.edu ! http://www.rowan.edu/~kilroy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 25 18:20:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8DB4137B423 for ; Fri, 25 May 2001 18:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4Q1K1m44054; Fri, 25 May 2001 18:20:01 -0700 (PDT) (envelope-from gnats) Received: from shumai.marcuscom.com (rdu26-228-058.nc.rr.com [66.26.228.58]) by hub.freebsd.org (Postfix) with ESMTP id AB02B37B422 for ; Fri, 25 May 2001 18:15:28 -0700 (PDT) (envelope-from marcus@shumai.marcuscom.com) Received: (from marcus@localhost) by shumai.marcuscom.com (8.11.3/8.11.3) id f4Q1FgG24278; Fri, 25 May 2001 21:15:42 -0400 (EDT) (envelope-from marcus) Message-Id: <200105260115.f4Q1FgG24278@shumai.marcuscom.com> Date: Fri, 25 May 2001 21:15:42 -0400 (EDT) From: marcus@marcuscom.com Reply-To: marcus@marcuscom.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27650: Update samba to adds CUPS support Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27650 >Category: ports >Synopsis: Add CUPS support to Samba 2.0 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri May 25 18:20:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Joe "Marcus" Clarke >Release: FreeBSD 4.3-RELEASE i386 >Organization: MarcusCom >Environment: System: FreeBSD shumai.marcuscom.com 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Sun May 6 01:46:59 EDT 2001 root@shumai.marcuscom.com:/usr/src/sys/compile/SHUMAI i386 >Description: These patches will add optional CUPS printing support to Samba 2.0. >How-To-Repeat: >Fix: --- Makefile.orig Fri May 25 21:00:47 2001 +++ Makefile Fri May 25 21:09:04 2001 @@ -18,6 +18,10 @@ MAINTAINER= dwcjr@inethouston.net +.if defined(WITH_CUPS) +LIB_DEPENDS= cups.2:${PORTSDIR}/print/cups +.endif + # directories VARDIR= /var SAMBA_SPOOL= ${VARDIR}/spool/samba @@ -37,6 +41,11 @@ .if defined(KRB5_HOME) && exists(${KRB5_HOME}) CONFIGURE_ARGS+=--with-krb5=${KRB5_HOME} +.endif + +.if defined(WITH_CUPS) +# This enables CUPS printing support in Samba. +CONFIGURE_ARGS+=--with-cups=${LOCALBASE} .endif WRKSRC= ${WRKDIR}/${DISTNAME}/source --- configure.orig Fri May 25 20:34:00 2001 +++ configure Fri May 25 20:51:55 2001 @@ -61,6 +61,8 @@ --with-netatalk Include experimental Netatalk support --without-netatalk Don't include experimental Netatalk support (default)" ac_help="$ac_help + --with-cups=DIR Where the CUPS includes and libraries are located (defaults to /usr)" +ac_help="$ac_help --with-quotas Include experimental disk-quota support --without-quotas Don't include experimental disk-quota support (default)" ac_help="$ac_help @@ -3252,7 +3254,36 @@ echo $ac_n "(cached) $ac_c" 1>&6 else ac_save_LIBS="$LIBS" -LIBS="-lcups $LIBS" + ac_save_CFLAGS="$CFLAGS" + ac_save_LDFLAGS="$LDFLAGS" + withval="/usr" + if test "${with_cups+set}" = set; then + withval="$with_cups"; + case "$withval" in + yes|no) + echo "configure: warning: --with-cups called without argument - will use default" 1>&w + CFLAGS="-I/usr/include $CFLAGS" + LIBS="-lcups $LIBS" + LDFLAGS="-L/usr/lib $LDFLAGS" + ;; + * ) + CFLAGS="-I${withval}/include $CFLAGS" + LIBS="-lcups $LIBS" + LDFLAGS="-L${withval}/lib $LDFLAGS" + ;; + esac + + else + CFLAGS="-I/usr/include $CFLAGS" + LIBS="-lcups $LIBS" + LDFLAGS="-L/usr/lib $LDFLAGS" + fi + + if test ! -d ${withval}; then + echo "configure: error: called with --with-cups, but cups base directory ${withval} does not exist or is not a directory. Aborting config" 1>&2 + exit 1 + fi + cat > conftest.$ac_ext <&6 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 25 18:26:31 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0DD4637B424; Fri, 25 May 2001 18:26:29 -0700 (PDT) (envelope-from greid@FreeBSD.org) Received: (from greid@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4Q1QTE44390; Fri, 25 May 2001 18:26:29 -0700 (PDT) (envelope-from greid) Date: Fri, 25 May 2001 18:26:29 -0700 (PDT) From: Message-Id: <200105260126.f4Q1QTE44390@freefall.freebsd.org> To: greid@FreeBSD.org, freebsd-ports@FreeBSD.org, greid@FreeBSD.org Subject: Re: ports/27650: Add CUPS support to Samba 2.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Add CUPS support to Samba 2.0 Responsible-Changed-From-To: freebsd-ports->greid Responsible-Changed-By: greid Responsible-Changed-When: Fri May 25 18:26:12 PDT 2001 Responsible-Changed-Why: I'll take a look at this http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27650 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 25 18:33:23 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A6F9237B423; Fri, 25 May 2001 18:33:21 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4Q1XL544791; Fri, 25 May 2001 18:33:21 -0700 (PDT) (envelope-from ijliao) Date: Fri, 25 May 2001 18:33:21 -0700 (PDT) From: Message-Id: <200105260133.f4Q1XL544791@freefall.freebsd.org> To: anders@fix.no, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27646: Distfile & homepage fix: audio/xmms-tfmx Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Distfile & homepage fix: audio/xmms-tfmx State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Fri May 25 18:33:01 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27646 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 25 18:38:48 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 38C0B37B422; Fri, 25 May 2001 18:38:47 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4Q1clw45312; Fri, 25 May 2001 18:38:47 -0700 (PDT) (envelope-from ijliao) Date: Fri, 25 May 2001 18:38:47 -0700 (PDT) From: Message-Id: <200105260138.f4Q1clw45312@freefall.freebsd.org> To: anders@fix.no, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27647: Update port: www/mod_mp3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: www/mod_mp3 State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Fri May 25 18:37:09 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27647 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 25 18:40:13 2001 Delivered-To: freebsd-ports@freebsd.org Received: from web3706.mail.yahoo.com (web3706.mail.yahoo.com [204.71.203.135]) by hub.freebsd.org (Postfix) with SMTP id 4DD3237B43C for ; Fri, 25 May 2001 18:40:08 -0700 (PDT) (envelope-from ironfroggy@yahoo.com) Message-ID: <20010526014008.29548.qmail@web3706.mail.yahoo.com> Received: from [205.247.225.132] by web3706.mail.yahoo.com; Fri, 25 May 2001 18:40:08 PDT Date: Fri, 25 May 2001 18:40:08 -0700 (PDT) From: Ironfroggy Subject: New Compression/Archive Format To: ache@FreeBSD.ORG, andreas@FreeBSD.ORG, obrien@FreeBSD.ORG, k5@respo.or.jp, lukin@okbmei.msk.su, kiri@pis.toba-cmt.ac.jp, ports@FreeBSD.ORG, jseger@FreeBSD.org, jfitz@FreeBSD.ORG, dbader@eece.unm.edu, sec@42.org, jonny@jonny.eng.br, jmz@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello, You are all being contacting because your involvement in the compression and archive utilities field, as I found all of your e-mail addresses on this page: http://www.cn.freebsd.org/ports/archivers.html I am writing about a new compression/archive program which I am developing with some friends of mine to help with some of the design and coding. The program is called BSZIP. BSZIP utilizes a new idea of mine that one compression method just isn't enough. That's why BSZIP utilizes multiple methods of compression. It can also use one method on the data, multiple layers of compression, or even compression on certain segments of the data, such as those which will result best with given data and method. Because of this, the more methods the better. I am on a search for compression algorithms, articles, websites, etc etc to help me. And, when I found the page listed above, I thought to e-mail all of you and ask for help. Specifically, I was wondering the methods used in any of the utilities you control or participate in. I need the most methods I can get, so please help. Please, reply soon. If you can give me some information on a good method, then please do so. If you can help with the coding, then thats even better! If you are annoyed by this e-mail, don't care, or aren't who I think you are, then I am sorry. Please tell me so. __________________________________________________ Do You Yahoo!? Yahoo! Auctions - buy the things you want at great prices http://auctions.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 25 18:43:52 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1D7DC37B42C; Fri, 25 May 2001 18:43:49 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4Q1hn245720; Fri, 25 May 2001 18:43:49 -0700 (PDT) (envelope-from ijliao) Date: Fri, 25 May 2001 18:43:49 -0700 (PDT) From: Message-Id: <200105260143.f4Q1hn245720@freefall.freebsd.org> To: anders@fix.no, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27648: Distfile fix: graphics/hppsmtools Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Distfile fix: graphics/hppsmtools State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Fri May 25 18:40:41 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27648 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 25 18:59:49 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3C4D437B62E; Fri, 25 May 2001 18:59:46 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4Q1xkP46595; Fri, 25 May 2001 18:59:46 -0700 (PDT) (envelope-from lioux) Date: Fri, 25 May 2001 18:59:46 -0700 (PDT) From: Message-Id: <200105260159.f4Q1xkP46595@freefall.freebsd.org> To: dwcjr@inethouston.net, lioux@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27557: UPDATE net/mpich Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: UPDATE net/mpich State-Changed-From-To: open->closed State-Changed-By: lioux State-Changed-When: Fri May 25 18:57:43 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27557 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 25 20:57:37 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail.wesleyan.edu (smtp.wesleyan.edu [129.133.1.61]) by hub.freebsd.org (Postfix) with ESMTP id 70B8C37B423 for ; Fri, 25 May 2001 20:57:35 -0700 (PDT) (envelope-from vsavichev@mail.wesleyan.edu) Received: from wesleyan.edu (ariel.phys.wesleyan.edu [129.133.71.143]) by mail.wesleyan.edu (8.9.3/8.9.1) with ESMTP id XAA09196; Fri, 25 May 2001 23:57:24 -0400 (EDT) Message-ID: <3B0F298B.1040700@wesleyan.edu> Date: Fri, 25 May 2001 23:56:59 -0400 From: Vladimir Savichev User-Agent: Mozilla/5.0 (X11; U; FreeBSD 4.3-STABLE i386; en-US; rv:0.9) Gecko/20010524 X-Accept-Language: en, ru MIME-Version: 1.0 To: blaz@si.FreeBSD.org Cc: ports@FreeBSD.org Subject: FreeBSD Port: postfix-20010228.2 Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I wonder where is startup script for postfix when you install it as default mail-agent? The /usr/local/etc/postfix/postfix-script says postfix program calls it. Logically should something executable to appear under /usr/local/etc/. Is it simply >postfix start --Vlad To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 25 21: 0:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4282B37B423 for ; Fri, 25 May 2001 21:00:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4Q405x58397; Fri, 25 May 2001 21:00:05 -0700 (PDT) (envelope-from gnats) Received: from electron.databits.net (electron.databits.net [207.29.204.16]) by hub.freebsd.org (Postfix) with ESMTP id 9BDEA37B422 for ; Fri, 25 May 2001 20:54:16 -0700 (PDT) (envelope-from petef@electron.databits.net) Received: (from petef@localhost) by electron.databits.net (8.11.3/8.11.3) id f4Q3rig46803; Fri, 25 May 2001 23:53:44 -0400 (EDT) (envelope-from petef) Message-Id: <200105260353.f4Q3rig46803@electron.databits.net> Date: Fri, 25 May 2001 23:53:44 -0400 (EDT) From: petef@databits.net Reply-To: petef@databits.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27651: Fix my email in www/hypermail Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27651 >Category: ports >Synopsis: Fix my email in www/hypermail >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri May 25 21:00:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Pete Fritchman >Release: FreeBSD 4.3-STABLE i386 >Organization: Databits Network Services, Inc. >Environment: System: FreeBSD electron.databits.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Sun Apr 22 21:17:37 EDT 2001 root@electron.databits.net:/usr/obj/usr/src/sys/ELECTRON i386 >Description: There is a typo in my email address in the MAINTAINER field for www/hypermail. >How-To-Repeat: N/A >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/hypermail/Makefile,v retrieving revision 1.9 diff -u -r1.9 Makefile --- Makefile 2001/05/11 04:44:14 1.9 +++ Makefile 2001/05/26 03:47:08 @@ -10,7 +10,7 @@ CATEGORIES= www mail MASTER_SITES= http://www.landfield.com/hypermail/dist/ -MAINTAINER= petef@databit.net +MAINTAINER= petef@databits.net GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-htmldir=${PREFIX}/share/doc/hypermail >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 25 21: 9:18 2001 Delivered-To: freebsd-ports@freebsd.org Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id 80AA837B423 for ; Fri, 25 May 2001 21:09:12 -0700 (PDT) (envelope-from dwcjr@inethouston.net) Received: from dwcjr (DWCJR.inethouston.net [216.118.21.147]) by leviathan.inethouston.net (Postfix) with ESMTP id 88C0510F40F; Fri, 25 May 2001 23:09:18 -0500 (CDT) Message-ID: <057001c0e599$a2a2a920$931576d8@inethouston.net> From: "David W. Chapman Jr." To: "Vladimir Savichev" , Cc: References: <3B0F298B.1040700@wesleyan.edu> Subject: Re: FreeBSD Port: postfix-20010228.2 Date: Fri, 25 May 2001 23:09:18 -0500 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org if you do the make replace after the make install and just sendmail_enable="YES" in your /etc/rc.conf it should start right up. ----- Original Message ----- From: "Vladimir Savichev" To: Cc: Sent: Friday, May 25, 2001 10:56 PM Subject: FreeBSD Port: postfix-20010228.2 > I wonder where is startup script for postfix when you install it as > default mail-agent? > The /usr/local/etc/postfix/postfix-script says postfix program calls it. > Logically should something executable to appear under /usr/local/etc/. > Is it simply > >postfix start > --Vlad > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 25 21:10: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E3C4737B422 for ; Fri, 25 May 2001 21:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4Q4A3N61351; Fri, 25 May 2001 21:10:03 -0700 (PDT) (envelope-from gnats) Date: Fri, 25 May 2001 21:10:03 -0700 (PDT) Message-Id: <200105260410.f4Q4A3N61351@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Pete Fritchman Subject: Re: ports/27651: Fix my email in www/hypermail Reply-To: Pete Fritchman Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/27651; it has been noted by GNATS. From: Pete Fritchman To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: Re: ports/27651: Fix my email in www/hypermail Date: Sat, 26 May 2001 00:01:47 -0400 To follow up to that, a cvs rm of files/patch-aa will fix http://bento.freebsd.org/errorlogs/4-full/hypermail-2.1.1.log. I don't know how that got past me.. I could have *sworn* when I submitted that PR everything worked and hypermial-faq.html was hypermail.html. Oh well... Thanks, -pete -- Pete Fritchman Databits Network Services, Inc. finger petef@databits.net for PGP key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 25 21:20:12 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1680337B423 for ; Fri, 25 May 2001 21:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4Q4K1w61715; Fri, 25 May 2001 21:20:01 -0700 (PDT) (envelope-from gnats) Received: from electron.databits.net (electron.databits.net [207.29.204.16]) by hub.freebsd.org (Postfix) with ESMTP id EA61337B422 for ; Fri, 25 May 2001 21:13:55 -0700 (PDT) (envelope-from petef@electron.databits.net) Received: (from petef@localhost) by electron.databits.net (8.11.3/8.11.3) id f4Q4DX949293; Sat, 26 May 2001 00:13:33 -0400 (EDT) (envelope-from petef) Message-Id: <200105260413.f4Q4DX949293@electron.databits.net> Date: Sat, 26 May 2001 00:13:33 -0400 (EDT) From: petef@databits.net Reply-To: petef@databits.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27652: New port: graphics/synaesthesia Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27652 >Category: ports >Synopsis: New port: graphics/synaesthesia >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri May 25 21:20:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Pete Fritchman >Release: FreeBSD 4.3-STABLE i386 >Organization: Databits Network Services, Inc. >Environment: System: FreeBSD electron.databits.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Sun Apr 22 21:17:37 EDT 2001 root@electron.databits.net:/usr/obj/usr/src/sys/ELECTRON i386 >Description: Synaesthesia is a program that represents music graphically in real time as coruscating field of fog and glowing lines. It is intended as a visual accompanyment to music. Synaesthesia seeks to provide not just a visual representation of sound, but a representation of how sound is percieved. Its display combines information about the frequency, location and diffuseness of sound. The display is sufficiently detailed to make it possible to distinguish several individual instruments, singers, or special effects on screen by their location, shape and color, and sufficiently fast to distinguish individual drum beats and notes. Some clues from: the OpenBSD port >How-To-Repeat: N/A >Fix: (http://hex.databits.net/~petef/freebsd/synaesthesia.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: # # synaesthesia/ # synaesthesia/Makefile # synaesthesia/distinfo # synaesthesia/pkg-comment # synaesthesia/pkg-descr # synaesthesia/pkg-plist # synaesthesia/files # synaesthesia/files/patch-sound.cc # echo c - synaesthesia/ mkdir -p synaesthesia/ > /dev/null 2>&1 echo x - synaesthesia/Makefile sed 's/^X//' >synaesthesia/Makefile << 'END-of-synaesthesia/Makefile' X# New ports collection makefile for: synaesthesia X# Date created: 25 May 2001 X# Whom: petef@databits.net X# X# $FreeBSD$ X# X XPORTNAME= synaesthesia XPORTVERSION= 2.1 XCATEGORIES= graphics XMASTER_SITES= http://yoyo.cc.monash.edu.au/~pfh/ X XMAINTAINER= petef@databits.net X XLIB_DEPENDS= SDL-1.0.2:${PORTSDIR}/devel/sdl10 X XUSE_GMAKE= Yes XUSE_X_PREFIX= Yes X XGNU_CONFIGURE= Yes XCONFIGURE_ARGS= --with-sdl-prefix=${LOCALBASE} X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/synaesthesia ${PREFIX}/bin X.if !defined(NOPORTDICS) X @${MKDIR} ${PREFIX}/share/doc/synaesthesia X ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/synaesthesia X.endif X X.include END-of-synaesthesia/Makefile echo x - synaesthesia/distinfo sed 's/^X//' >synaesthesia/distinfo << 'END-of-synaesthesia/distinfo' XMD5 (synaesthesia-2.1.tar.gz) = 5bc166deb369a3c71efd61e1ad5e5475 END-of-synaesthesia/distinfo echo x - synaesthesia/pkg-comment sed 's/^X//' >synaesthesia/pkg-comment << 'END-of-synaesthesia/pkg-comment' XGraphically represents sound in real time END-of-synaesthesia/pkg-comment echo x - synaesthesia/pkg-descr sed 's/^X//' >synaesthesia/pkg-descr << 'END-of-synaesthesia/pkg-descr' XSynaesthesia is a program that represents music graphically in real Xtime as coruscating field of fog and glowing lines. It is intended Xas a visual accompanyment to music. Synaesthesia seeks to provide Xnot just a visual representation of sound, but a representation of Xhow sound is percieved. Its display combines information about Xthe frequency, location and diffuseness of sound. The display is Xsufficiently detailed to make it possible to distinguish several Xindividual instruments, singers, or special effects on screen by Xtheir location, shape and color, and sufficiently fast to distinguish Xindividual drum beats and notes. X XWWW: http://yoyo.cc.monash.edu.au/~pfh/synaesthesia.html X X- Pete Xpetef@databits.net END-of-synaesthesia/pkg-descr echo x - synaesthesia/pkg-plist sed 's/^X//' >synaesthesia/pkg-plist << 'END-of-synaesthesia/pkg-plist' Xbin/synaesthesia X%%PORTDOCS%%share/doc/synaesthesia/README X%%PORTDOCS%%@dirrm share/doc/synaesthesia END-of-synaesthesia/pkg-plist echo c - synaesthesia/files mkdir -p synaesthesia/files > /dev/null 2>&1 echo x - synaesthesia/files/patch-sound.cc sed 's/^X//' >synaesthesia/files/patch-sound.cc << 'END-of-synaesthesia/files/patch-sound.cc' X--- sound.cc.orig Fri May 25 23:13:55 2001 X+++ sound.cc Fri May 25 23:13:59 2001 X@@ -423,7 +423,7 @@ X } X } X X- data = new short[NumSamples*2]; X+ data = new u_short[NumSamples*2]; X memset((char*)data,0,NumSamples*4); X } X END-of-synaesthesia/files/patch-sound.cc exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 25 23:26:41 2001 Delivered-To: freebsd-ports@freebsd.org Received: from whizkidtech.net (r25.bfm.org [216.127.220.121]) by hub.freebsd.org (Postfix) with ESMTP id 9473837B423 for ; Fri, 25 May 2001 23:26:38 -0700 (PDT) (envelope-from adam@whizkidtech.net) Received: (from adam@localhost) by whizkidtech.net (8.11.3/8.11.3) id f4Q6PPk00489 for ports@FreeBSD.org; Sat, 26 May 2001 01:25:25 -0500 (CDT) (envelope-from adam) Date: Sat, 26 May 2001 01:25:24 -0500 From: "G. Adam Stanislav" To: ports@FreeBSD.org Subject: Can't cvsup Message-ID: <20010526012524.A473@whizkidtech.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i Organization: Whiz Kid Technomagic X-Assembly-Language: http://int80h.org/ X-Web-Search: http://phonecowboy.master.com/ X-Operating-System: FreeBSD whizkidtech.net 4.3-20010525-STABLE FreeBSD 4.3-20010525-STABLE Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Please take a look at the following: root@whizkidtech.net > cvsup ports-supfile -h cvsup5.FreeBSD.org Connected to cvsup5.FreeBSD.org Updating collection ports-all/cvs Checkout ports/www/jakarta-tomcat/files/patch-aa Checkout ports/www/jakarta-tomcat/files/patch-ab Checkout ports/www/jakarta-tomcat/files/tomcat.sh Delete ports/www/jakarta-tomcat/files Updater failed: Cannot delete "/usr/ports/www/jakarta-tomcat/files": Directory not empty root@whizkidtech.net > This does not make any sense: First it places three files into a directory, then it aborts because the directory is not empty. I tried this three times with several cvsup servers. I even removed the directory before starting cvsup, but received the same error every single time. I did this after upgrading my FreeBSD from 3.1-RELEASE to 4.3-20010525-STABLE. How do I update my ports collection? Adam -- Perfection is for neurotics To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri May 25 23:40:28 2001 Delivered-To: freebsd-ports@freebsd.org Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id 13A4D37B423 for ; Fri, 25 May 2001 23:40:26 -0700 (PDT) (envelope-from dwcjr@inethouston.net) Received: from dwcjr (DWCJR.inethouston.net [216.118.21.147]) by leviathan.inethouston.net (Postfix) with ESMTP id 848A510F40F; Sat, 26 May 2001 01:40:32 -0500 (CDT) Message-ID: <062401c0e5ae$c2b6bd40$931576d8@inethouston.net> From: "David W. Chapman Jr." To: "G. Adam Stanislav" , References: <20010526012524.A473@whizkidtech.net> Subject: Re: Can't cvsup Date: Sat, 26 May 2001 01:40:31 -0500 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Please look at pr http://www.freebsd.org/cgi/query-pr.cgi?pr=27495 ----- Original Message ----- From: "G. Adam Stanislav" To: Sent: Saturday, May 26, 2001 1:25 AM Subject: Can't cvsup > Please take a look at the following: > > root@whizkidtech.net > cvsup ports-supfile -h cvsup5.FreeBSD.org > Connected to cvsup5.FreeBSD.org > Updating collection ports-all/cvs > Checkout ports/www/jakarta-tomcat/files/patch-aa > Checkout ports/www/jakarta-tomcat/files/patch-ab > Checkout ports/www/jakarta-tomcat/files/tomcat.sh > Delete ports/www/jakarta-tomcat/files > Updater failed: Cannot delete "/usr/ports/www/jakarta-tomcat/files": Directory not empty > root@whizkidtech.net > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 26 3: 0:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 84FF737B423 for ; Sat, 26 May 2001 03:00:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4QA04j96405; Sat, 26 May 2001 03:00:04 -0700 (PDT) (envelope-from gnats) Received: from rtchat.com (r210m44.cybercable.tm.fr [195.132.210.44]) by hub.freebsd.org (Postfix) with ESMTP id 39FCC37B423 for ; Sat, 26 May 2001 02:59:50 -0700 (PDT) (envelope-from j@rtchat.com) Received: (from root@localhost) by rtchat.com (8.11.3/8.11.3) id f4QA0xh00422; Sat, 26 May 2001 12:00:59 +0200 (CEST) (envelope-from j) Message-Id: <200105261000.f4QA0xh00422@rtchat.com> Date: Sat, 26 May 2001 12:00:59 +0200 (CEST) From: j@jedi.claranet.fr Reply-To: j@jedi.claranet.fr To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27655: New release of pure-ftpd Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27655 >Category: ports >Synopsis: port update >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat May 26 03:00:03 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Charlie & >Release: FreeBSD 4.3-STABLE i386 >Organization: 42 Networks >Environment: System: FreeBSD tidiable.home.rtchat.com 4.3-STABLE FreeBSD 4.3-STABLE #3: Sat Apr 28 22:04:02 CEST 2001 root@tidiable.home.rtchat.com:/usr/obj/usr/src/sys/GENERIC i386 >Description: diff -ur ports/ftp/pure-ftpd.orig/Makefile ports/ftp/pure-ftpd/Makefile --- ports/ftp/pure-ftpd.orig/Makefile Wed May 9 11:33:54 2001 +++ ports/ftp/pure-ftpd/Makefile Sat May 26 11:55:55 2001 @@ -6,7 +6,7 @@ # PORTNAME= pure-ftpd -PORTVERSION= 0.98.1 +PORTVERSION= 0.98.2 CATEGORIES= ftp ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= pureftpd diff -ur ports/ftp/pure-ftpd.orig/distinfo ports/ftp/pure-ftpd/distinfo --- ports/ftp/pure-ftpd.orig/distinfo Wed May 9 11:33:54 2001 +++ ports/ftp/pure-ftpd/distinfo Sat May 26 11:56:05 2001 @@ -1 +1 @@ -MD5 (pure-ftpd-0.98.1.tar.gz) = 7117ca61cbf984c6bcfd351da19cc187 +MD5 (pure-ftpd-0.98.2.tar.gz) = 3d24ae42de19311d2b67f847c1d0af41 >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 Sat May 26 3:49:55 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6DE5F37B422; Sat, 26 May 2001 03:49:54 -0700 (PDT) (envelope-from greid@FreeBSD.org) Received: (from greid@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4QAnsA01907; Sat, 26 May 2001 03:49:54 -0700 (PDT) (envelope-from greid) Date: Sat, 26 May 2001 03:49:54 -0700 (PDT) From: Message-Id: <200105261049.f4QAnsA01907@freefall.freebsd.org> To: petef@databits.net, greid@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27652: New port: graphics/synaesthesia Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New port: graphics/synaesthesia State-Changed-From-To: open->closed State-Changed-By: greid State-Changed-When: Sat May 26 03:49:03 PDT 2001 State-Changed-Why: Committed, thanks! I cleaned up the build's use of CXXFLAGS/CFLAGS and fixed a typo in your Makefile. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27652 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 26 3:51:19 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E0DD837B422; Sat, 26 May 2001 03:51:17 -0700 (PDT) (envelope-from greid@FreeBSD.org) Received: (from greid@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4QApHr02050; Sat, 26 May 2001 03:51:17 -0700 (PDT) (envelope-from greid) Date: Sat, 26 May 2001 03:51:17 -0700 (PDT) From: Message-Id: <200105261051.f4QApHr02050@freefall.freebsd.org> To: petef@databits.net, greid@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27651: Fix my email in www/hypermail Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Fix my email in www/hypermail State-Changed-From-To: open->closed State-Changed-By: greid State-Changed-When: Sat May 26 03:51:01 PDT 2001 State-Changed-Why: Fixed! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27651 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 26 4:46:58 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 57EA037B424; Sat, 26 May 2001 04:46:57 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4QBkvJ13881; Sat, 26 May 2001 04:46:57 -0700 (PDT) (envelope-from ijliao) Date: Sat, 26 May 2001 04:46:57 -0700 (PDT) From: Message-Id: <200105261146.f4QBkvJ13881@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, jim@FreeBSD.org Subject: Re: ports/26904: New port(?): net/everybuddy-i18n (i18n patched of net/everybuddy) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New port(?): net/everybuddy-i18n (i18n patched of net/everybuddy) Responsible-Changed-From-To: freebsd-ports->jim Responsible-Changed-By: ijliao Responsible-Changed-When: Sat May 26 04:45:31 PDT 2001 Responsible-Changed-Why: maybe jim (maintainer of everybuddy) want to take a look at this pr http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26904 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 26 5: 9:17 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 90F3A37B422; Sat, 26 May 2001 05:09:14 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4QC9E918651; Sat, 26 May 2001 05:09:14 -0700 (PDT) (envelope-from ijliao) Date: Sat, 26 May 2001 05:09:14 -0700 (PDT) From: Message-Id: <200105261209.f4QC9E918651@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, jmz@FreeBSD.org Subject: Re: ports/27187: add linux ioctl handler to dri xf86-403 compenents Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: add linux ioctl handler to dri xf86-403 compenents Responsible-Changed-From-To: freebsd-ports->jmz Responsible-Changed-By: ijliao Responsible-Changed-When: Sat May 26 05:04:30 PDT 2001 Responsible-Changed-Why: over to XFree86-4 maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27187 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 26 5:30: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0228B37B424 for ; Sat, 26 May 2001 05:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4QCU2G20091; Sat, 26 May 2001 05:30:02 -0700 (PDT) (envelope-from gnats) Received: from user4.net011.fl.sprint-hsd.net (user4.net011.fl.sprint-hsd.net [207.30.203.4]) by hub.freebsd.org (Postfix) with ESMTP id 1A2A937B422 for ; Sat, 26 May 2001 05:27:05 -0700 (PDT) (envelope-from root@user4.net011.fl.sprint-hsd.net) Received: (qmail 39291 invoked by uid 0); 26 May 2001 12:27:03 -0000 Message-Id: <20010526122703.39290.qmail@user4.net011.fl.sprint-hsd.net> Date: 26 May 2001 12:27:03 -0000 From: scorpio@drkshdw.org Reply-To: scorpio@drkshdw.org To: FreeBSD-gnats-submit@freebsd.org Cc: kbyanc@posi.net X-Send-Pr-Version: 3.113 Subject: ports/27657: UPDATE to converters/mmencode Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27657 >Category: ports >Synopsis: UPDATE to converters/mmencode >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat May 26 05:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Jeff Palmer >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD jeff.isni.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Wed May 16 12:55:48 EDT 2001 root@jeff.isni.net:/usr/obj/usr/src/sys/FreeBSD i386 >Description: Update to MASTER_SITES. the old master seems to fail about 90% of the time. On a side note, this is nearly the same package as mail/metamail, perhaps we should combine the two ports? >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/converters/mmencode/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 2000/04/08 23:24:33 1.3 +++ Makefile 2001/05/26 12:18:55 @@ -8,7 +8,8 @@ PORTNAME= mmencode PORTVERSION= 2.7 CATEGORIES= converters -MASTER_SITES= ftp://thumper.bellcore.com/pub/nsb/ +MASTER_SITES= http://ftp.dmz.digex.net/pub/packages/mail/metamail/ \ + ftp://thumper.bellcore.com/pub/nsb/ DISTNAME= mm${PORTVERSION} EXTRACT_SUFX= .tar.Z >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 26 5:50: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 052C237B424 for ; Sat, 26 May 2001 05:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4QCo1W21410; Sat, 26 May 2001 05:50:01 -0700 (PDT) (envelope-from gnats) Received: from user4.net011.fl.sprint-hsd.net (user4.net011.fl.sprint-hsd.net [207.30.203.4]) by hub.freebsd.org (Postfix) with ESMTP id EB06C37B422 for ; Sat, 26 May 2001 05:40:24 -0700 (PDT) (envelope-from root@user4.net011.fl.sprint-hsd.net) Received: (qmail 39440 invoked by uid 0); 26 May 2001 12:40:23 -0000 Message-Id: <20010526124023.39439.qmail@user4.net011.fl.sprint-hsd.net> Date: 26 May 2001 12:40:23 -0000 From: scorpio@drkshdw.org Reply-To: scorpio@drkshdw.org To: FreeBSD-gnats-submit@freebsd.org Cc: torstenb@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27658: UPDATE to mail/metamail Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27658 >Category: ports >Synopsis: UPDATE to mail/metamail >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat May 26 05:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Jeff Palmer >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD jeff.isni.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Wed May 16 12:55:48 EDT 2001 root@jeff.isni.net:/usr/obj/usr/src/sys/FreeBSD i386 >Description: Update the MASTER_SITES, because the litst master is unavailable about 90% of the time. As a side note, this port installs mm-2.7.tar.gz converters/mmencode installs the same program Maybe we should merge the two? (see http://www.freebsd.org/cgi/query-pr.cgi?pr=27657 ) >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/mail/metamail/Makefile,v retrieving revision 1.16 diff -u -r1.16 Makefile --- Makefile 2000/11/10 11:52:32 1.16 +++ Makefile 2001/05/26 12:39:48 @@ -8,7 +8,8 @@ PORTNAME= metamail PORTVERSION= 2.7 CATEGORIES= mail -MASTER_SITES= ftp://thumper.bellcore.com/pub/nsb/ +MASTER_SITES= http://ftp.dmz.digex.net/pub/packages/mail/metamail/ \ + ftp://thumper.bellcore.com/pub/nsb/ DISTNAME= mm${PORTVERSION} EXTRACT_SUFX= .tar.Z >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 26 6:40:12 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 24EE837B423 for ; Sat, 26 May 2001 06:40:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4QDe4c50174; Sat, 26 May 2001 06:40:04 -0700 (PDT) (envelope-from gnats) Received: from electron.databits.net (electron.databits.net [207.29.204.16]) by hub.freebsd.org (Postfix) with ESMTP id 89B2E37B422 for ; Sat, 26 May 2001 06:38:20 -0700 (PDT) (envelope-from petef@electron.databits.net) Received: (from petef@localhost) by electron.databits.net (8.11.3/8.11.3) id f4QDbvn98781; Sat, 26 May 2001 09:37:57 -0400 (EDT) (envelope-from petef) Message-Id: <200105261337.f4QDbvn98781@electron.databits.net> Date: Sat, 26 May 2001 09:37:57 -0400 (EDT) From: petef@databits.net Reply-To: petef@databits.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27659: New port: devel/devtodo Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27659 >Category: ports >Synopsis: New port: devel/devtodo >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat May 26 06:40:03 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Pete Fritchman >Release: FreeBSD 4.3-STABLE i386 >Organization: Databits Network Services, Inc. >Environment: System: FreeBSD electron.databits.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Sun Apr 22 21:17:37 EDT 2001 root@electron.databits.net:/usr/obj/usr/src/sys/ELECTRON i386 >Description: devtodo is a program to assist developers (or anybody who uses a terminal) in maintaining a list of outstanding tasks in a heirarchical, prioritised, list. Additionally, it can automatically list outstanding items when you change into a directory (see example shell configurations in ${PREFIX}/share/examples/devtodo). WWW: http://www.sourceforge.net/projects/devtodo/ >How-To-Repeat: N/A >Fix: (http://hex.databits.net/~petef/freebsd/devtodo.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: # # devtodo # devtodo/Makefile # devtodo/distinfo # devtodo/pkg-comment # devtodo/pkg-descr # devtodo/pkg-plist # echo c - devtodo mkdir -p devtodo > /dev/null 2>&1 echo x - devtodo/Makefile sed 's/^X//' >devtodo/Makefile << 'END-of-devtodo/Makefile' X# New ports collection makefile for: devtodo X# Date Created: 26 May 2001 X# Whom: Pete Fritchman X# X# $FreeBSD$ X# X XPORTNAME= devtodo XPORTVERSION= 0.1.6.1 XCATEGORIES= devel XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} XDISTNAME= ${PORTNAME}-0.1.6-1 X XMAINTAINER= petef@databits.net X XWRKSRC= ${WRKDIR}/devtodo-0.1.6 X XGNU_CONFIGURE= Yes X XMAN1= devtodo.1 XMLINKS= devtodo.1 tda.1 devtodo.1 tdd.1 devtodo.1 tde.1 devtodo.1 tdr.1 \ X devtodo.1 todo.1 X Xpost-install: X @${MKDIR} ${PREFIX}/share/examples/devtodo X.for file in doc/scripts.sh doc/scripts.tcsh doc/todorc.example X ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/examples/devtodo X.endfor X X.include END-of-devtodo/Makefile echo x - devtodo/distinfo sed 's/^X//' >devtodo/distinfo << 'END-of-devtodo/distinfo' XMD5 (devtodo-0.1.6-1.tar.gz) = 7c96b5401cc64a3dc9a8b57083273c6f END-of-devtodo/distinfo echo x - devtodo/pkg-comment sed 's/^X//' >devtodo/pkg-comment << 'END-of-devtodo/pkg-comment' XTool to effectively maintain todo lists aimed at developers END-of-devtodo/pkg-comment echo x - devtodo/pkg-descr sed 's/^X//' >devtodo/pkg-descr << 'END-of-devtodo/pkg-descr' Xdevtodo is a program to assist developers (or anybody who uses a Xterminal) in maintaining a list of outstanding tasks in a heirarchical, Xprioritised, list. Additionally, it can automatically list outstanding Xitems when you change into a directory (see example shell configurations Xin ${PREFIX}/share/examples/devtodo). X XWWW: http://www.sourceforge.net/projects/devtodo/ X X- Pete Xpetef@databits.net END-of-devtodo/pkg-descr echo x - devtodo/pkg-plist sed 's/^X//' >devtodo/pkg-plist << 'END-of-devtodo/pkg-plist' Xbin/devtodo Xbin/tda Xbin/tdd Xbin/tde Xbin/tdr Xbin/todo Xetc/todorc Xshare/examples/devtodo/scripts.sh Xshare/examples/devtodo/scripts.tcsh Xshare/examples/devtodo/todorc.example X@dirrm share/examples/devtodo END-of-devtodo/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 26 7:41: 4 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2936437B423 for ; Sat, 26 May 2001 07:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4QEe2B33115; Sat, 26 May 2001 07:40:02 -0700 (PDT) (envelope-from gnats) Received: from net2.dinoex.sub.org (net2.dinoex.de [212.184.201.182]) by hub.freebsd.org (Postfix) with ESMTP id 075B337B423 for ; Sat, 26 May 2001 07:32:17 -0700 (PDT) (envelope-from dm@home.dinoex.sub.org) Received: from home.dinoex.sub.org (home [217.6.200.196]) by net2.dinoex.sub.org (8.11.3/8.11.3) with ESMTP id f4QEVoc17470 for ; Sat, 26 May 2001 16:31:51 +0200 (CEST) (envelope-from dm@home.dinoex.sub.org) Received: (from dm@localhost) by home.dinoex.sub.org (8.11.3/8.11.3) id f4QEVlE33306; Sat, 26 May 2001 16:31:47 +0200 (CEST) (envelope-from dm) Message-Id: <200105261431.f4QEVlE33306@home.dinoex.sub.org> Date: Sat, 26 May 2001 16:31:47 +0200 (CEST) From: dirk.meyer@dinoex.sub.org Reply-To: dirk.meyer@dinoex.sub.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/27662: ports/security/openssh Update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27662 >Category: ports >Synopsis: ports/security/openssh Update >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat May 26 07:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Dirk Meyer >Release: FreeBSD 4.3-STABLE i386 >Organization: privat >Environment: FreeBSD 4.3-STABLE i386 >Description: Study to upgrade OpenSSH 2.2.0 to OpenSSH 2.9 Features: - Possible use of sftp/sftp-server with older FreeBSD releases. - Use a newer version independently from the Base system. - Easier to test and fix possible security bugs. Bugs: - pam_ssm.so won't be supported any more, if teh port gets updated. >How-To-Repeat: Try to compile the new Version. Most patches don't apply anymore, lots of changes in OpenSSH >Fix: Problem: Please review the patches, I am not sure if this updated should be commited at all. To update: apply the patch: removed files: pam_ssh.c pam_ssh_Makefile patch-aw patch-ay patch-az patch-bleichenbacher added files: patch-misc.c patch-sftp-Makefile patch-sftp-server-Makefile patch-ssh-keyscan-Makefile diff openssh/Makefile openssh/Makefile --- openssh/Makefile Tue Apr 3 21:05:22 2001 +++ openssh/Makefile Sat May 26 16:03:18 2001 @@ -6,8 +6,7 @@ # PORTNAME= OpenSSH -PORTVERSION= 2.2.0 -PORTREVISION= 2 +PORTVERSION= 2.9 CATEGORIES= security MASTER_SITES= ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/ \ ftp://ftp.usa.openbsd.org/pub/OpenBSD/OpenSSH/ \ @@ -62,23 +61,11 @@ @${CP} ${FILESDIR}/getnameinfo.c ${WRKSRC}/lib/ @${CP} ${FILESDIR}/netdb.h ${WRKSRC}/ .endif - @${MKDIR} ${WRKSRC}/pam_ssh - @${CP} ${FILESDIR}/pam_ssh_Makefile ${WRKSRC}/pam_ssh/Makefile - @${CP} ${FILESDIR}/pam_ssh.c ${WRKSRC}/pam_ssh/ post-patch: @${PERL} -pi -e 's:__PREFIX__:${PREFIX}:g' ${WRKSRC}/ssh.h \ - ${WRKSRC}/sshd_config ${WRKSRC}/pam_ssh/pam_ssh.c \ - ${WRKSRC}/sshd.sh - -.if ${PAM} == yes -PLIST= ${WRKDIR}/PLIST - -do-configure: - @${CP} ${PKGDIR}/pkg-plist ${PLIST} - @${ECHO} "@cwd /usr" >> ${PLIST} - @${ECHO} "lib/pam_ssh.so" >> ${PLIST} -.endif + ${WRKSRC}/sshd_config ${WRKSRC}/sshd.sh \ + ${WRKSRC}/pathnames.h post-install: .if !exists(${PREFIX}/etc/ssh_host_key) diff openssh/distinfo openssh/distinfo --- openssh/distinfo Sun Nov 5 00:04:20 2000 +++ openssh/distinfo Sat May 26 14:27:03 2001 @@ -1 +1 @@ -MD5 (openssh-2.2.0.tgz) = 8ecfebc800f1c0646cbe09231a012764 +MD5 (openssh-2.9.tgz) = 80b842f8bae8786b2a8b81ba8a09772a diff openssh/files/pam_ssh.c openssh/files/pam_ssh.c --- openssh/files/pam_ssh.c Sun Nov 5 00:04:25 2000 +++ openssh/files/pam_ssh.c Thu Jan 1 01:00:00 1970 @@ -1,496 +0,0 @@ -/*- - * Copyright (c) 1999 Andrew J. Korty - * All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * 2. Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND - * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE - * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS - * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) - * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT - * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY - * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF - * SUCH DAMAGE. - * - * $FreeBSD: ports/security/openssh/files/pam_ssh.c,v 1.4 2000/11/04 23:04:25 green Exp $ - * - */ - - -#include -#include - -#include -#include -#include -#include -#include -#include -#include - -#define PAM_SM_AUTH -#define PAM_SM_SESSION -#include -#include - -#include - -#include "includes.h" -#include "rsa.h" -#include "key.h" -#include "ssh.h" -#include "authfd.h" -#include "authfile.h" - -#define MODULE_NAME "pam_ssh" -#define NEED_PASSPHRASE "Need passphrase for %s (%s).\nEnter passphrase: " -#define PATH_SSH_AGENT "__PREFIX__/bin/ssh-agent" - - -void -rsa_cleanup(pam_handle_t *pamh, void *data, int error_status) -{ - if (data) - RSA_free(data); -} - - -void -ssh_cleanup(pam_handle_t *pamh, void *data, int error_status) -{ - if (data) - free(data); -} - - -/* - * The following set of functions allow the module to manipulate the - * environment without calling the putenv() or setenv() stdlib functions. - * At least one version of these functions, on the first call, copies - * the environment into dynamically-allocated memory and then augments - * it. On subsequent calls, the realloc() call is used to grow the - * previously allocated buffer. Problems arise when the "environ" - * variable is changed to point to static memory after putenv()/setenv() - * have been called. - * - * We don't use putenv() or setenv() in case the application subsequently - * manipulates environ, (e.g., to clear the environment by pointing - * environ at an array of one element equal to NULL). - */ - -SLIST_HEAD(env_head, env_entry); - -struct env_entry { - char *ee_env; - SLIST_ENTRY(env_entry) ee_entries; -}; - -typedef struct env { - char **e_environ_orig; - char **e_environ_new; - int e_count; - struct env_head e_head; - int e_committed; -} ENV; - -extern char **environ; - - -static ENV * -env_new(void) -{ - ENV *self; - - if (!(self = malloc(sizeof (ENV)))) { - syslog(LOG_CRIT, "%m"); - return NULL; - } - SLIST_INIT(&self->e_head); - self->e_count = 0; - self->e_committed = 0; - return self; -} - - -static int -env_put(ENV *self, char *s) -{ - struct env_entry *env; - - if (!(env = malloc(sizeof (struct env_entry))) || - !(env->ee_env = strdup(s))) { - syslog(LOG_CRIT, "%m"); - return PAM_SERVICE_ERR; - } - SLIST_INSERT_HEAD(&self->e_head, env, ee_entries); - ++self->e_count; - return PAM_SUCCESS; -} - - -static void -env_swap(ENV *self, int which) -{ - environ = which ? self->e_environ_new : self->e_environ_orig; -} - - -static int -env_commit(ENV *self) -{ - int n; - struct env_entry *p; - char **v; - - for (v = environ, n = 0; v && *v; v++, n++) - ; - if (!(v = malloc((n + self->e_count + 1) * sizeof (char *)))) { - syslog(LOG_CRIT, "%m"); - return PAM_SERVICE_ERR; - } - self->e_committed = 1; - (void)memcpy(v, environ, n * sizeof (char *)); - SLIST_FOREACH(p, &self->e_head, ee_entries) - v[n++] = p->ee_env; - v[n] = NULL; - self->e_environ_orig = environ; - self->e_environ_new = v; - env_swap(self, 1); - return PAM_SUCCESS; -} - - -static void -env_destroy(ENV *self) -{ - struct env_entry *p; - - env_swap(self, 0); - SLIST_FOREACH(p, &self->e_head, ee_entries) { - free(p->ee_env); - free(p); - } - if (self->e_committed) - free(self->e_environ_new); - free(self); -} - - -void -env_cleanup(pam_handle_t *pamh, void *data, int error_status) -{ - if (data) - env_destroy(data); -} - - -typedef struct passwd PASSWD; - -PAM_EXTERN int -pam_sm_authenticate( - pam_handle_t *pamh, - int flags, - int argc, - const char **argv) -{ - char *comment_priv; /* on private key */ - char *comment_pub; /* on public key */ - char *identity; /* user's identity file */ - Key key; /* user's private key */ - int options; /* module options */ - const char *pass; /* passphrase */ - char *prompt; /* passphrase prompt */ - Key public_key; /* user's public key */ - const PASSWD *pwent; /* user's passwd entry */ - PASSWD *pwent_keep; /* our own copy */ - int retval; /* from calls */ - uid_t saved_uid; /* caller's uid */ - const char *user; /* username */ - - options = 0; - while (argc--) - pam_std_option(&options, *argv++); - if ((retval = pam_get_user(pamh, &user, NULL)) != PAM_SUCCESS) - return retval; - if (!((pwent = getpwnam(user)) && pwent->pw_dir)) { - /* delay? */ - return PAM_AUTH_ERR; - } - /* locate the user's private key file */ - if (!asprintf(&identity, "%s/%s", pwent->pw_dir, - SSH_CLIENT_IDENTITY)) { - syslog(LOG_CRIT, "%s: %m", MODULE_NAME); - return PAM_SERVICE_ERR; - } - /* - * Fail unless we can load the public key. Change to the - * owner's UID to appease load_public_key(). - */ - key.type = KEY_RSA; - key.rsa = RSA_new(); - public_key.type = KEY_RSA; - public_key.rsa = RSA_new(); - saved_uid = getuid(); - (void)setreuid(pwent->pw_uid, saved_uid); - retval = load_public_key(identity, &public_key, &comment_pub); - (void)setuid(saved_uid); - if (!retval) { - free(identity); - return PAM_AUTH_ERR; - } - RSA_free(public_key.rsa); - /* build the passphrase prompt */ - retval = asprintf(&prompt, NEED_PASSPHRASE, identity, comment_pub); - free(comment_pub); - if (!retval) { - syslog(LOG_CRIT, "%s: %m", MODULE_NAME); - free(identity); - return PAM_SERVICE_ERR; - } - /* pass prompt message to application and receive passphrase */ - retval = pam_get_pass(pamh, &pass, prompt, options); - free(prompt); - if (retval != PAM_SUCCESS) { - free(identity); - return retval; - } - /* - * Try to decrypt the private key with the passphrase provided. - * If success, the user is authenticated. - */ - (void)setreuid(pwent->pw_uid, saved_uid); - retval = load_private_key(identity, pass, &key, &comment_priv); - free(identity); - (void)setuid(saved_uid); - if (!retval) - return PAM_AUTH_ERR; - /* - * Save the key and comment to pass to ssh-agent in the session - * phase. - */ - if ((retval = pam_set_data(pamh, "ssh_private_key", key.rsa, - rsa_cleanup)) != PAM_SUCCESS) { - RSA_free(key.rsa); - free(comment_priv); - return retval; - } - if ((retval = pam_set_data(pamh, "ssh_key_comment", comment_priv, - ssh_cleanup)) != PAM_SUCCESS) { - free(comment_priv); - return retval; - } - /* - * Copy the passwd entry (in case successive calls are made) - * and save it for the session phase. - */ - if (!(pwent_keep = malloc(sizeof *pwent))) { - syslog(LOG_CRIT, "%m"); - return PAM_SERVICE_ERR; - } - (void)memcpy(pwent_keep, pwent, sizeof *pwent_keep); - if ((retval = pam_set_data(pamh, "ssh_passwd_entry", pwent_keep, - ssh_cleanup)) != PAM_SUCCESS) { - free(pwent_keep); - return retval; - } - return PAM_SUCCESS; -} - - -PAM_EXTERN int -pam_sm_setcred( - pam_handle_t *pamh, - int flags, - int argc, - const char **argv) -{ - return PAM_SUCCESS; -} - - -typedef AuthenticationConnection AC; - -PAM_EXTERN int -pam_sm_open_session( - pam_handle_t *pamh, - int flags, - int argc, - const char **argv) -{ - AC *ac; /* to ssh-agent */ - char *comment; /* on private key */ - char *env_end; /* end of env */ - char *env_file; /* to store env */ - FILE *env_fp; /* env_file handle */ - Key key; /* user's private key */ - FILE *pipe; /* ssh-agent handle */ - const PASSWD *pwent; /* user's passwd entry */ - int retval; /* from calls */ - uid_t saved_uid; /* caller's uid */ - ENV *ssh_env; /* env handle */ - const char *tty; /* tty or display name */ - char hname[MAXHOSTNAMELEN]; /* local hostname */ - char parse[BUFSIZ]; /* commands output */ - - /* dump output of ssh-agent in ~/.ssh */ - if ((retval = pam_get_data(pamh, "ssh_passwd_entry", - (const void **)&pwent)) != PAM_SUCCESS) - return retval; - /* use the tty or X display name in the filename */ - if ((retval = pam_get_item(pamh, PAM_TTY, (const void **)&tty)) - != PAM_SUCCESS) - return retval; - if (*tty == ':' && gethostname(hname, sizeof hname) == 0) { - if (asprintf(&env_file, "%s/.ssh/agent-%s%s", - pwent->pw_dir, hname, tty) == -1) { - syslog(LOG_CRIT, "%s: %m", MODULE_NAME); - return PAM_SERVICE_ERR; - } - } else if (asprintf(&env_file, "%s/.ssh/agent-%s", pwent->pw_dir, - tty) == -1) { - syslog(LOG_CRIT, "%s: %m", MODULE_NAME); - return PAM_SERVICE_ERR; - } - /* save the filename so we can delete the file on session close */ - if ((retval = pam_set_data(pamh, "ssh_agent_env", env_file, - ssh_cleanup)) != PAM_SUCCESS) { - free(env_file); - return retval; - } - /* start the agent as the user */ - saved_uid = geteuid(); - (void)seteuid(pwent->pw_uid); - env_fp = fopen(env_file, "w"); - pipe = popen(PATH_SSH_AGENT, "r"); - (void)seteuid(saved_uid); - if (!pipe) { - syslog(LOG_ERR, "%s: %s: %m", MODULE_NAME, PATH_SSH_AGENT); - if (env_fp) - (void)fclose(env_fp); - return PAM_SESSION_ERR; - } - if (!(ssh_env = env_new())) - return PAM_SESSION_ERR; - if ((retval = pam_set_data(pamh, "ssh_env_handle", ssh_env, - env_cleanup)) != PAM_SUCCESS) - return retval; - while (fgets(parse, sizeof parse, pipe)) { - if (env_fp) - (void)fputs(parse, env_fp); - /* - * Save environment for application with pam_putenv() - * but also with env_* functions for our own call to - * ssh_get_authentication_connection(). - */ - if (strchr(parse, '=') && (env_end = strchr(parse, ';'))) { - *env_end = '\0'; - /* pass to the application ... */ - if (!((retval = pam_putenv(pamh, parse)) == - PAM_SUCCESS)) { - (void)pclose(pipe); - if (env_fp) - (void)fclose(env_fp); - env_destroy(ssh_env); - return PAM_SERVICE_ERR; - } - env_put(ssh_env, parse); - } - } - if (env_fp) - (void)fclose(env_fp); - switch (retval = pclose(pipe)) { - case -1: - syslog(LOG_ERR, "%s: %s: %m", MODULE_NAME, PATH_SSH_AGENT); - env_destroy(ssh_env); - return PAM_SESSION_ERR; - case 0: - break; - case 127: - syslog(LOG_ERR, "%s: cannot execute %s", MODULE_NAME, - PATH_SSH_AGENT); - env_destroy(ssh_env); - return PAM_SESSION_ERR; - default: - syslog(LOG_ERR, "%s: %s exited with status %d", - MODULE_NAME, PATH_SSH_AGENT, WEXITSTATUS(retval)); - env_destroy(ssh_env); - return PAM_SESSION_ERR; - } - key.type = KEY_RSA; - /* connect to the agent and hand off the private key */ - if ((retval = pam_get_data(pamh, "ssh_private_key", - (const void **)&key.rsa)) != PAM_SUCCESS || - (retval = pam_get_data(pamh, "ssh_key_comment", - (const void **)&comment)) != PAM_SUCCESS || - (retval = env_commit(ssh_env)) != PAM_SUCCESS) { - env_destroy(ssh_env); - return retval; - } - if (!(ac = ssh_get_authentication_connection())) { - syslog(LOG_ERR, "%s: could not connect to agent", - MODULE_NAME); - env_destroy(ssh_env); - return PAM_SESSION_ERR; - } - retval = ssh_add_identity(ac, &key, comment); - ssh_close_authentication_connection(ac); - env_swap(ssh_env, 0); - return retval ? PAM_SUCCESS : PAM_SESSION_ERR; -} - - -PAM_EXTERN int -pam_sm_close_session( - pam_handle_t *pamh, - int flags, - int argc, - const char **argv) -{ - const char *env_file; /* ssh-agent environment */ - int retval; /* from calls */ - ENV *ssh_env; /* env handle */ - - if ((retval = pam_get_data(pamh, "ssh_env_handle", - (const void **)&ssh_env)) != PAM_SUCCESS) - return retval; - env_swap(ssh_env, 1); - /* kill the agent */ - retval = system(PATH_SSH_AGENT " -k"); - env_destroy(ssh_env); - switch (retval) { - case -1: - syslog(LOG_ERR, "%s: %s -k: %m", MODULE_NAME, - PATH_SSH_AGENT); - return PAM_SESSION_ERR; - case 0: - break; - case 127: - syslog(LOG_ERR, "%s: cannot execute %s -k", MODULE_NAME, - PATH_SSH_AGENT); - return PAM_SESSION_ERR; - default: - syslog(LOG_ERR, "%s: %s -k exited with status %d", - MODULE_NAME, PATH_SSH_AGENT, WEXITSTATUS(retval)); - return PAM_SESSION_ERR; - } - /* retrieve environment filename, then remove the file */ - if ((retval = pam_get_data(pamh, "ssh_agent_env", - (const void **)&env_file)) != PAM_SUCCESS) - return retval; - (void)unlink(env_file); - return PAM_SUCCESS; -} - - -PAM_MODULE_ENTRY(MODULE_NAME); diff openssh/files/pam_ssh_Makefile openssh/files/pam_ssh_Makefile --- openssh/files/pam_ssh_Makefile Mon Nov 29 08:09:44 1999 +++ openssh/files/pam_ssh_Makefile Thu Jan 1 01:00:00 1970 @@ -1,15 +0,0 @@ -# PAM module for SSH -# $FreeBSD: ports/security/openssh/files/pam_ssh_Makefile,v 1.1 1999/11/29 07:09:44 green Exp $ -.PATH: ${.CURDIR}/.. - -LIB= pam_ssh -DESTDIR= -SHLIB_NAME= pam_ssh.so -SRCS= log-client.c pam_ssh.c -CFLAGS+= -Wall -DPADD+= ${LIBCRYPTO} ${LIBDES} ${LIBUTIL} ${LIBZ} ${LIBGCC_PIC} -LDADD+= ${CRYPTOLIBS} -lutil -lz -lgcc_pic -INTERNALLIB= yes -INTERNALSTATICLIB=yes - -.include diff openssh/files/patch-aa openssh/files/patch-aa --- openssh/files/patch-aa Wed Feb 23 12:30:04 2000 +++ openssh/files/patch-aa Sat May 26 16:04:02 2001 @@ -1,15 +1,13 @@ ---- Makefile.orig Wed Feb 23 06:18:58 2000 -+++ Makefile Wed Feb 23 06:22:22 2000 -@@ -1,13 +1,17 @@ - # $OpenBSD: Makefile,v 1.5 1999/10/25 20:27:26 markus Exp $ +--- Makefile.orig Sun Feb 4 12:11:53 2001 ++++ Makefile Sat May 26 16:03:54 2001 +@@ -1,14 +1,15 @@ + # $OpenBSD: Makefile,v 1.8 2001/02/04 11:11:53 djm Exp $ .include +.include "Makefile.inc" - SUBDIR= lib ssh sshd ssh-add ssh-keygen ssh-agent scp -+.if ${PAM} == yes -+SUBDIR+= pam_ssh -+.endif + SUBDIR= lib ssh sshd ssh-add ssh-keygen ssh-agent scp sftp-server \ + ssh-keyscan sftp distribution: - install -C -o root -g wheel -m 0644 ${.CURDIR}/ssh_config \ diff openssh/files/patch-ad openssh/files/patch-ad --- openssh/files/patch-ad Sun Nov 5 00:04:25 2000 +++ openssh/files/patch-ad Sat May 26 14:40:01 2001 @@ -1,11 +1,11 @@ ---- lib/Makefile.orig Sat Aug 19 17:34:44 2000 -+++ lib/Makefile Sat Nov 4 16:41:11 2000 -@@ -5,7 +5,12 @@ - cipher.c compat.c compress.c crc32.c deattack.c \ +--- lib/Makefile.orig Tue Apr 3 21:53:30 2001 ++++ lib/Makefile Sat May 26 14:39:03 2001 +@@ -8,7 +8,12 @@ hostfile.c log.c match.c mpaux.c nchan.c packet.c readpass.c \ rsa.c tildexpand.c ttymodes.c uidswap.c xmalloc.c atomicio.c \ -- key.c dispatch.c dsa.c kex.c hmac.c uuencode.c util.c -+ key.c dispatch.c dsa.c kex.c hmac.c uuencode.c util.c \ + key.c dispatch.c kex.c mac.c uuencode.c misc.c \ +- cli.c rijndael.c ssh-dss.c ssh-rsa.c dh.c kexdh.c kexgex.c ++ cli.c rijndael.c ssh-dss.c ssh-rsa.c dh.c kexdh.c kexgex.c \ + strlcpy.c strlcat.c + +.if defined(COMPAT_GETADDRINFO) @@ -14,11 +14,11 @@ NOPROFILE= yes NOPIC= yes -@@ -14,6 +19,7 @@ +@@ -17,6 +22,7 @@ @echo -n .include +.include "../Makefile.inc" - .if (${KERBEROS} == "yes") + .if (${KERBEROS:L} == "yes") CFLAGS+= -DKRB4 -I${DESTDIR}/usr/include/kerberosIV diff openssh/files/patch-ae openssh/files/patch-ae --- openssh/files/patch-ae Wed Nov 24 04:36:20 1999 +++ openssh/files/patch-ae Sat May 26 14:42:38 2001 @@ -1,8 +1,8 @@ ---- /usr/ports/distfiles/OpenSSH-1.2/src/usr.bin/ssh/login.c Tue Nov 23 18:55:14 1999 -+++ ./login.c Tue Nov 23 19:35:08 1999 -@@ -20,7 +20,11 @@ +--- sshlogin.c.orig Sat Mar 24 17:43:27 2001 ++++ sshlogin.c Sat May 26 14:42:30 2001 +@@ -41,7 +41,11 @@ #include "includes.h" - RCSID("$Id: login.c,v 1.8 1999/11/23 22:25:54 markus Exp $"); + RCSID("$OpenBSD: sshlogin.c,v 1.2 2001/03/24 16:43:27 stevesk Exp $"); +#ifdef __FreeBSD__ +#include @@ -10,5 +10,5 @@ #include +#endif /* __FreeBSD__ */ #include - #include "ssh.h" - + #include "sshlogin.h" + #include "log.h" diff openssh/files/patch-ag openssh/files/patch-ag --- openssh/files/patch-ag Sun Nov 5 00:04:25 2000 +++ openssh/files/patch-ag Sat May 26 16:10:11 2001 @@ -1,6 +1,6 @@ ---- ssh/Makefile.orig Thu Jun 29 14:35:47 2000 -+++ ssh/Makefile Sat Nov 4 16:58:41 2000 -@@ -5,8 +5,8 @@ +--- ssh/Makefile.orig Sat Apr 14 18:33:20 2001 ++++ ssh/Makefile Sat May 26 14:54:24 2001 +@@ -7,8 +7,8 @@ BINMODE?=4555 @@ -11,26 +11,26 @@ LINKS= ${BINDIR}/ssh ${BINDIR}/slogin MLINKS= ssh.1 slogin.1 -@@ -14,10 +14,11 @@ +@@ -16,10 +16,11 @@ sshconnect.c sshconnect1.c sshconnect2.c .include # for AFS +.include "../Makefile.inc" - .if (${KERBEROS} == "yes") + .if (${KERBEROS:L} == "yes") -CFLAGS+= -DKRB4 -I${DESTDIR}/usr/include/kerberosIV -LDADD+= -lkrb +CFLAGS+= -DKRB4 -I/usr/include/kerberosIV +LDADD+= -lkrb -lcom_err DPADD+= ${LIBKRB} - .if (${AFS} == "yes") + .if (${AFS:L} == "yes") CFLAGS+= -DAFS -@@ -27,6 +28,7 @@ +@@ -29,6 +30,7 @@ .endif # KERBEROS .include +.include "../Makefile.inc" --LDADD+= -lutil -lz -lcrypto -+LDADD+= -lutil -lz ${CRYPTOLIBS} - DPADD+= ${LIBCRYPTO} ${LIBUTIL} ${LIBZ} +-LDADD+= -lcrypto -lz ++LDADD+= ${CRYPTOLIBS} -lz + DPADD+= ${LIBCRYPTO} ${LIBZ} diff openssh/files/patch-ah openssh/files/patch-ah --- openssh/files/patch-ah Sun Nov 5 00:04:25 2000 +++ openssh/files/patch-ah Sat May 26 16:10:24 2001 @@ -1,6 +1,6 @@ ---- ssh-add/Makefile.orig Thu Jun 29 14:35:47 2000 -+++ ssh-add/Makefile Sat Nov 4 17:01:50 2000 -@@ -5,12 +5,12 @@ +--- ssh-add/Makefile.orig Sun Mar 4 01:51:25 2001 ++++ ssh-add/Makefile Sat May 26 14:56:29 2001 +@@ -7,12 +7,12 @@ BINMODE?=555 @@ -9,10 +9,10 @@ +BINDIR= /bin +MAN1= ssh-add.1 - SRCS= ssh-add.c log-client.c + SRCS= ssh-add.c .include --LDADD+= -lcrypto -lutil -lz -+LDADD+= ${CRYPTOLIBS} -lutil -lz - DPADD+= ${LIBCRYPTO} ${LIBDES} ${LIBUTIL} ${LIBZ} +-LDADD+= -lcrypto ++LDADD+= ${CRYPTOLIBS} + DPADD+= ${LIBCRYPTO} diff openssh/files/patch-ai openssh/files/patch-ai --- openssh/files/patch-ai Sun Nov 5 00:04:25 2000 +++ openssh/files/patch-ai Sat May 26 16:10:41 2001 @@ -1,6 +1,6 @@ ---- ssh-agent/Makefile.orig Thu Jun 29 14:35:48 2000 -+++ ssh-agent/Makefile Sat Nov 4 17:06:34 2000 -@@ -5,12 +5,12 @@ +--- ssh-agent/Makefile.orig Sun Mar 4 01:51:25 2001 ++++ ssh-agent/Makefile Sat May 26 14:58:48 2001 +@@ -7,12 +7,12 @@ BINMODE?=555 @@ -9,10 +9,10 @@ +BINDIR= /bin +MAN1= ssh-agent.1 - SRCS= ssh-agent.c log-client.c + SRCS= ssh-agent.c .include --LDADD+= -lcrypto -lutil -lz -+LDADD+= ${CRYPTOLIBS} -lutil -lz - DPADD+= ${LIBCRYPTO} ${LIBDES} ${LIBUTIL} ${LIBZ} +-LDADD+= -lcrypto ++LDADD+= ${CRYPTOLIBS} + DPADD+= ${LIBCRYPTO} diff openssh/files/patch-aj openssh/files/patch-aj --- openssh/files/patch-aj Sun Nov 5 00:04:25 2000 +++ openssh/files/patch-aj Sat May 26 16:10:52 2001 @@ -1,6 +1,6 @@ ---- ssh-keygen/Makefile.orig Thu Jun 29 14:35:48 2000 -+++ ssh-keygen/Makefile Sat Nov 4 17:06:49 2000 -@@ -5,12 +5,12 @@ +--- ssh-keygen/Makefile.orig Sun Mar 4 01:51:26 2001 ++++ ssh-keygen/Makefile Sat May 26 15:02:25 2001 +@@ -7,12 +7,12 @@ BINMODE?=555 @@ -9,10 +9,10 @@ +BINDIR= /bin +MAN1= ssh-keygen.1 - SRCS= ssh-keygen.c log-client.c + SRCS= ssh-keygen.c .include --LDADD+= -lcrypto -lutil -lz -+LDADD+= ${CRYPTOLIBS} -lutil -lz - DPADD+= ${LIBCRYPTO} ${LIBDES} ${LIBUTIL} ${LIBZ} +-LDADD+= -lcrypto ++LDADD+= ${CRYPTOLIBS} + DPADD+= ${LIBCRYPTO} diff openssh/files/patch-ak openssh/files/patch-ak --- openssh/files/patch-ak Tue Jun 27 23:30:39 2000 +++ openssh/files/patch-ak Sat May 26 15:08:27 2001 @@ -1,6 +1,6 @@ ---- ssh.c.orig Tue May 30 23:36:40 2000 -+++ ssh.c Tue Jun 20 16:15:29 2000 -@@ -156,6 +156,9 @@ +--- ssh.c.orig Tue Apr 17 14:55:04 2001 ++++ ssh.c Sat May 26 15:05:28 2001 +@@ -199,6 +199,9 @@ log("Using rsh. WARNING: Connection will not be encrypted."); /* Build argument list for rsh. */ i = 0; @@ -10,15 +10,3 @@ args[i++] = _PATH_RSH; /* host may have to come after user on some systems */ args[i++] = host; -@@ -482,6 +485,11 @@ - pwcopy.pw_gid = pw->pw_gid; - pwcopy.pw_dir = xstrdup(pw->pw_dir); - pwcopy.pw_shell = xstrdup(pw->pw_shell); -+#ifdef __FreeBSD__ -+ pwcopy.pw_class = xstrdup(pw->pw_class); -+ pwcopy.pw_expire = pw->pw_expire; -+ pwcopy.pw_change = pw->pw_change; -+#endif /* __FreeBSD__ */ - pw = &pwcopy; - - /* Initialize "log" output. Since we are the client all output diff openssh/files/patch-al openssh/files/patch-al --- openssh/files/patch-al Sun Nov 28 23:40:28 1999 +++ openssh/files/patch-al Sat May 26 15:11:33 2001 @@ -1,20 +1,20 @@ ---- /usr/ports/distfiles/OpenSSH-1.2/src/usr.bin/ssh/ssh.h Sun Nov 28 16:47:46 1999 -+++ ssh.h Sun Nov 28 17:00:07 1999 -@@ -61,7 +61,7 @@ +--- pathnames.h.orig Thu Apr 12 21:15:24 2001 ++++ pathnames.h Sat May 26 15:11:30 2001 +@@ -12,7 +12,7 @@ + * called by a name other than "ssh" or "Secure Shell". */ - #define SSH_SERVICE_NAME "ssh" --#define ETCDIR "/etc" -+#define ETCDIR "__PREFIX__/etc" - #define PIDDIR "/var/run" +-#define ETCDIR "/etc" ++#define ETCDIR "__PREFIX__/etc" + #define _PATH_SSH_PIDDIR "/var/run" /* -@@ -78,7 +78,7 @@ - #define SERVER_CONFIG_FILE ETCDIR "/sshd_config" - #define HOST_CONFIG_FILE ETCDIR "/ssh_config" +@@ -33,7 +33,7 @@ + #define _PATH_HOST_RSA_KEY_FILE ETCDIR "/ssh_host_rsa_key" + #define _PATH_DH_PRIMES ETCDIR "/primes" --#define SSH_PROGRAM "/usr/bin/ssh" -+#define SSH_PROGRAM "__PREFIX__/bin/ssh" +-#define _PATH_SSH_PROGRAM "/usr/bin/ssh" ++#define _PATH_SSH_PROGRAM "__PREFIX__/bin/ssh" /* * The process id of the daemon listening for connections is saved here to diff openssh/files/patch-ao openssh/files/patch-ao --- openssh/files/patch-ao Sun Nov 5 00:04:25 2000 +++ openssh/files/patch-ao Sat May 26 15:15:18 2001 @@ -1,29 +1,35 @@ ---- sshd_config.orig Fri Aug 4 16:30:35 2000 -+++ sshd_config Sat Nov 4 17:32:28 2000 -@@ -4,12 +4,11 @@ +--- sshd_config.orig Sat May 26 14:48:18 2001 ++++ sshd_config Sat May 26 15:15:11 2001 +@@ -7,13 +7,13 @@ #Protocol 2,1 #ListenAddress 0.0.0.0 #ListenAddress :: -HostKey /etc/ssh_host_key +-HostKey /etc/ssh_host_rsa_key +-HostKey /etc/ssh_host_dsa_key +HostKey /usr/local/etc/ssh_host_key ++HostKey /usr/local/etc/ssh_host_rsa_key ++HostKey /usr/local/etc/ssh_host_dsa_key ServerKeyBits 768 -LoginGraceTime 600 +LoginGraceTime 120 KeyRegenerationInterval 3600 -PermitRootLogin yes --# +PermitRootLogin no + # # Don't read ~/.rhosts and ~/.shosts files IgnoreRhosts yes - # Uncomment if you don't trust ~/.ssh/known_hosts for RhostsRSAAuthentication -@@ -48,7 +47,7 @@ +@@ -57,10 +57,10 @@ #KerberosTgtPassing yes #CheckMail yes -#UseLogin no +UseLogin no --#Subsystem sftp /usr/local/sbin/sftpd -#MaxStartups 10:30:60 -+Subsystem sftp /usr/local/sbin/sftpd +MaxStartups 10:30:60 + #Banner /etc/issue.net + #ReverseMappingCheck yes + +-Subsystem sftp /usr/libexec/sftp-server ++Subsystem sftp /usr/local/libexec/sftp-server diff openssh/files/patch-ap openssh/files/patch-ap --- openssh/files/patch-ap Tue Nov 14 05:51:10 2000 +++ openssh/files/patch-ap Sat May 26 15:18:53 2001 @@ -1,50 +1,11 @@ -Index: clientloop.c -=================================================================== -RCS file: /usr2/ncvs/src/crypto/openssh/clientloop.c,v -retrieving revision 1.1.1.3 -diff -u -r1.1.1.3 clientloop.c ---- clientloop.c 2000/09/10 08:29:25 1.1.1.3 -+++ clientloop.c 2000/11/14 03:15:02 -@@ -75,6 +75,8 @@ - #include "buffer.h" - #include "bufaux.h" +--- clientloop.c.orig Fri Apr 20 09:17:51 2001 ++++ clientloop.c Sat May 26 15:18:51 2001 +@@ -1131,7 +1131,7 @@ -+extern Options options; -+ - /* Flag indicating that stdin should be redirected from /dev/null. */ - extern int stdin_null_flag; - -@@ -793,7 +795,6 @@ - int - client_loop(int have_pty, int escape_char_arg, int ssh2_chan_id) - { -- extern Options options; - double start_time, total_time; - int len; - char buf[100]; -@@ -1036,7 +1037,7 @@ - debug("client_input_channel_open: ctype %s rchan %d win %d max %d", - ctype, rchan, rwindow, rmaxpack); - -- if (strcmp(ctype, "x11") == 0) { -+ if (strcmp(ctype, "x11") == 0 && options.forward_x11) { - int sock; - char *originator; - int originator_port; -@@ -1108,11 +1109,14 @@ - dispatch_set(SSH_MSG_CHANNEL_OPEN_CONFIRMATION, &channel_input_open_confirmation); - dispatch_set(SSH_MSG_CHANNEL_OPEN_FAILURE, &channel_input_open_failure); - dispatch_set(SSH_MSG_PORT_OPEN, &channel_input_port_open); -- dispatch_set(SSH_SMSG_AGENT_OPEN, &auth_input_open_request); - dispatch_set(SSH_SMSG_EXITSTATUS, &client_input_exit_status); - dispatch_set(SSH_SMSG_STDERR_DATA, &client_input_stderr_data); - dispatch_set(SSH_SMSG_STDOUT_DATA, &client_input_stdout_data); -- dispatch_set(SSH_SMSG_X11_OPEN, &x11_input_open); -+ -+ dispatch_set(SSH_SMSG_AGENT_OPEN, options.forward_agent ? -+ &auth_input_open_request : NULL); -+ dispatch_set(SSH_SMSG_X11_OPEN, options.forward_x11 ? -+ &x11_input_open : NULL); - } - void - client_init_dispatch_15() + if (strcmp(ctype, "forwarded-tcpip") == 0) { + c = client_request_forwarded_tcpip(ctype, rchan); +- } else if (strcmp(ctype, "x11") == 0) { ++ } else if (strcmp(ctype, "x11") == 0 && options.forward_x11) { + c = client_request_x11(ctype, rchan); + } else if (strcmp(ctype, "auth-agent@openssh.com") == 0) { + c = client_request_agent(ctype, rchan); diff openssh/files/patch-as openssh/files/patch-as --- openssh/files/patch-as Thu Dec 23 07:37:30 1999 +++ openssh/files/patch-as Sat May 26 15:21:42 2001 @@ -1,14 +1,14 @@ ---- pty.c.orig Thu Dec 23 01:13:10 1999 -+++ pty.c Thu Dec 23 01:14:05 1999 -@@ -16,7 +16,11 @@ +--- sshpty.c.orig Sun Mar 4 02:46:30 2001 ++++ sshpty.c Sat May 26 15:21:34 2001 +@@ -14,7 +14,11 @@ #include "includes.h" - RCSID("$Id: pty.c,v 1.11 1999/12/11 09:35:46 markus Exp $"); + RCSID("$OpenBSD: sshpty.c,v 1.1 2001/03/04 01:46:30 djm Exp $"); +#ifdef __FreeBSD__ +#include +#else #include +#endif - #include "pty.h" - #include "ssh.h" + #include "sshpty.h" + #include "log.h" diff openssh/files/patch-au openssh/files/patch-au --- openssh/files/patch-au Sun Feb 18 18:48:35 2001 +++ openssh/files/patch-au Sat May 26 15:46:25 2001 @@ -1,8 +1,8 @@ ---- /home/bright/ssh/ssh/session.c Sun Aug 27 20:50:54 2000 -+++ session.c Fri Feb 9 11:19:14 2001 -@@ -28,6 +28,12 @@ - #include "auth.h" - #include "auth-options.h" +--- session.c.orig Tue Apr 17 21:34:25 2001 ++++ session.c Sat May 26 15:45:15 2001 +@@ -58,6 +58,12 @@ + #include "canohost.h" + #include "session.h" +#ifdef __FreeBSD__ +#include @@ -10,10 +10,10 @@ +#include +#endif /* __FreeBSD__ */ + - #ifdef HAVE_LOGIN_CAP - #include - #endif -@@ -413,6 +419,13 @@ + /* types */ + + #define TTYSZ 64 +@@ -461,6 +467,13 @@ log_init(__progname, options.log_level, options.log_facility, log_stderr); /* @@ -22,12 +22,12 @@ + */ + if (command != NULL) + options.use_login = 0; -+ ++ + /* * Create a new session and process group since the 4.4BSD * setlogin() affects the entire process group. */ -@@ -516,6 +529,13 @@ +@@ -566,6 +579,13 @@ /* Child. Reinitialize the log because the pid has changed. */ log_init(__progname, options.log_level, options.log_facility, log_stderr); @@ -37,22 +37,26 @@ + */ + if (command != NULL) + options.use_login = 0; -+ ++ /* Close the master side of the pseudo tty. */ close(ptyfd); -@@ -602,6 +622,7 @@ +@@ -639,6 +659,11 @@ time_t last_login_time; struct passwd * pw = s->pw; pid_t pid = getpid(); ++#ifdef HAVE_LOGIN_CAP ++ FILE *f; ++ char buf[256]; + char *fname; ++#endif /* HAVE_LOGIN_CAP */ /* * Get IP address of client. If the connection is not a socket, let -@@ -644,6 +665,20 @@ - else - printf("Last login: %s from %s\r\n", time_string, buf); +@@ -679,6 +704,21 @@ + printf("Last login: %s from %s\r\n", time_string, hostname); } + +#ifdef HAVE_LOGIN_CAP + if (!options.use_login) { + fname = login_getcapstr(lc, "copyright", NULL, NULL); @@ -67,10 +71,11 @@ + "All rights reserved."); + } +#endif /* HAVE_LOGIN_CAP */ - if (options.print_motd) { - #ifdef HAVE_LOGIN_CAP - f = fopen(login_getcapstr(lc, "welcome", "/etc/motd", -@@ -949,7 +984,7 @@ ++ + do_motd(); + } + +@@ -1027,7 +1067,7 @@ * initgroups, because at least on Solaris 2.3 it leaves file * descriptors open. */ @@ -79,11 +84,10 @@ close(i); /* Change current directory to the user\'s home directory. */ -@@ -973,7 +1008,27 @@ +@@ -1051,6 +1091,26 @@ * in this order). */ if (!options.use_login) { -- if (stat(SSH_USER_RC, &st) >= 0) { +#ifdef __FreeBSD__ + /* + * If the password change time is set and has passed, give the @@ -104,7 +108,6 @@ + } + } +#endif /* __FreeBSD__ */ -+ if (stat(SSH_USER_RC, &st) >= 0) { + /* ignore _PATH_SSH_USER_RC for subsystems */ + if (!s->is_subsystem && (stat(_PATH_SSH_USER_RC, &st) >= 0)) { if (debug_flag) - fprintf(stderr, "Running /bin/sh %s\n", SSH_USER_RC); - diff openssh/files/patch-aw openssh/files/patch-aw --- openssh/files/patch-aw Sat May 13 21:25:57 2000 +++ openssh/files/patch-aw Thu Jan 1 01:00:00 1970 @@ -1,14 +0,0 @@ ---- auth1.c.orig Thu Apr 20 17:21:58 2000 -+++ auth1.c Thu Apr 20 17:50:06 2000 -@@ -523,6 +532,11 @@ - pwcopy.pw_gid = pw->pw_gid; - pwcopy.pw_dir = xstrdup(pw->pw_dir); - pwcopy.pw_shell = xstrdup(pw->pw_shell); -+#ifdef __FreeBSD__ -+ pwcopy.pw_class = xstrdup(pw->pw_class); -+ pwcopy.pw_expire = pw->pw_expire; -+ pwcopy.pw_change = pw->pw_change; -+#endif /* __FreeBSD__ */ - pw = &pwcopy; - - /* diff openssh/files/patch-ay openssh/files/patch-ay --- openssh/files/patch-ay Tue Jun 27 23:30:39 2000 +++ openssh/files/patch-ay Thu Jan 1 01:00:00 1970 @@ -1,14 +0,0 @@ ---- auth2.c.orig Tue Jun 27 14:20:06 2000 -+++ auth2.c Tue Jun 27 14:21:20 2000 -@@ -357,6 +357,11 @@ - copy->pw_gid = pw->pw_gid; - copy->pw_dir = xstrdup(pw->pw_dir); - copy->pw_shell = xstrdup(pw->pw_shell); -+#ifdef __FreeBSD__ -+ copy->pw_class = xstrdup(pw->pw_class); -+ copy->pw_expire = pw->pw_expire; -+ copy->pw_change = pw->pw_change; -+#endif /* __FreeBSD__ */ - authctxt->valid = 1; - } else { - if (strcmp(u, authctxt->user) != 0 || diff openssh/files/patch-az openssh/files/patch-az --- openssh/files/patch-az Fri Feb 9 23:37:50 2001 +++ openssh/files/patch-az Thu Jan 1 01:00:00 1970 @@ -1,11 +0,0 @@ ---- /home/bright/ssh/ssh/deattack.c Fri Aug 18 19:17:12 2000 -+++ deattack.c Fri Feb 9 10:58:54 2001 -@@ -84,7 +84,7 @@ - detect_attack(unsigned char *buf, u_int32_t len, unsigned char *IV) - { - static u_int16_t *h = (u_int16_t *) NULL; -- static u_int16_t n = HASH_MINSIZE / HASH_ENTRYSIZE; -+ static u_int32_t n = HASH_MINSIZE / HASH_ENTRYSIZE; - register u_int32_t i, j; - u_int32_t l; - register unsigned char *c; diff openssh/files/patch-bleichenbacher openssh/files/patch-bleichenbacher --- openssh/files/patch-bleichenbacher Mon Feb 12 09:06:56 2001 +++ openssh/files/patch-bleichenbacher Thu Jan 1 01:00:00 1970 @@ -1,189 +0,0 @@ -Index: rsa.h -=================================================================== -RCS file: /usr2/ncvs/src/crypto/openssh/rsa.h,v -retrieving revision 1.2.2.2 -diff -u -r1.2.2.2 rsa.h ---- rsa.h 2000/10/28 23:00:49 1.2.2.2 -+++ rsa.h 2001/02/12 04:03:40 -@@ -32,6 +32,6 @@ - int rsa_alive __P((void)); - - void rsa_public_encrypt __P((BIGNUM * out, BIGNUM * in, RSA * prv)); --void rsa_private_decrypt __P((BIGNUM * out, BIGNUM * in, RSA * prv)); -+int rsa_private_decrypt __P((BIGNUM * out, BIGNUM * in, RSA * prv)); - - #endif /* RSA_H */ -Index: ssh-agent.c -=================================================================== -RCS file: /usr2/ncvs/src/crypto/openssh/ssh-agent.c,v -retrieving revision 1.2.2.5 -diff -u -r1.2.2.5 ssh-agent.c ---- ssh-agent.c 2001/02/04 20:24:33 1.2.2.5 -+++ ssh-agent.c 2001/02/12 04:03:40 -@@ -194,7 +194,8 @@ - private = lookup_private_key(key, NULL, 1); - if (private != NULL) { - /* Decrypt the challenge using the private key. */ -- rsa_private_decrypt(challenge, challenge, private->rsa); -+ if (rsa_private_decrypt(challenge, challenge, private->rsa) <= 0) -+ goto failure; - - /* The response is MD5 of decrypted challenge plus session id. */ - len = BN_num_bytes(challenge); -Index: sshconnect1.c -=================================================================== -RCS file: /usr2/ncvs/src/crypto/openssh/sshconnect1.c,v -retrieving revision 1.2.2.3 -diff -u -r1.2.2.3 sshconnect1.c ---- sshconnect1.c 2001/01/12 04:25:58 1.2.2.3 -+++ sshconnect1.c 2001/02/12 04:03:40 -@@ -152,14 +152,17 @@ - int i, len; - - /* Decrypt the challenge using the private key. */ -- rsa_private_decrypt(challenge, challenge, prv); -+ /* XXX think about Bleichenbacher, too */ -+ if (rsa_private_decrypt(challenge, challenge, prv) <= 0) -+ packet_disconnect( -+ "respond_to_rsa_challenge: rsa_private_decrypt failed"); - - /* Compute the response. */ - /* The response is MD5 of decrypted challenge plus session id. */ - len = BN_num_bytes(challenge); - if (len <= 0 || len > sizeof(buf)) -- packet_disconnect("respond_to_rsa_challenge: bad challenge length %d", -- len); -+ packet_disconnect( -+ "respond_to_rsa_challenge: bad challenge length %d", len); - - memset(buf, 0, sizeof(buf)); - BN_bn2bin(challenge, buf + sizeof(buf) - len); -Index: sshd.c -=================================================================== -RCS file: /usr2/ncvs/src/crypto/openssh/sshd.c,v -retrieving revision 1.6.2.5 -diff -u -r1.6.2.5 sshd.c ---- sshd.c 2001/01/18 22:36:53 1.6.2.5 -+++ sshd.c 2001/02/12 04:09:43 -@@ -1108,6 +1108,7 @@ - { - int i, len; - int plen, slen; -+ int rsafail = 0; - BIGNUM *session_key_int; - unsigned char session_key[SSH_SESSION_KEY_LENGTH]; - unsigned char cookie[8]; -@@ -1229,7 +1230,7 @@ - * with larger modulus first). - */ - if (BN_cmp(sensitive_data.private_key->n, sensitive_data.host_key->n) > 0) { -- /* Private key has bigger modulus. */ -+ /* Server key has bigger modulus. */ - if (BN_num_bits(sensitive_data.private_key->n) < - BN_num_bits(sensitive_data.host_key->n) + SSH_KEY_BITS_RESERVED) { - fatal("do_connection: %s: private_key %d < host_key %d + SSH_KEY_BITS_RESERVED %d", -@@ -1238,10 +1239,12 @@ - BN_num_bits(sensitive_data.host_key->n), - SSH_KEY_BITS_RESERVED); - } -- rsa_private_decrypt(session_key_int, session_key_int, -- sensitive_data.private_key); -- rsa_private_decrypt(session_key_int, session_key_int, -- sensitive_data.host_key); -+ if (rsa_private_decrypt(session_key_int, session_key_int, -+ sensitive_data.private_key) <= 0) -+ rsafail++; -+ if (rsa_private_decrypt(session_key_int, session_key_int, -+ sensitive_data.host_key) <= 0) -+ rsafail++; - } else { - /* Host key has bigger modulus (or they are equal). */ - if (BN_num_bits(sensitive_data.host_key->n) < -@@ -1252,10 +1255,12 @@ - BN_num_bits(sensitive_data.private_key->n), - SSH_KEY_BITS_RESERVED); - } -- rsa_private_decrypt(session_key_int, session_key_int, -- sensitive_data.host_key); -- rsa_private_decrypt(session_key_int, session_key_int, -- sensitive_data.private_key); -+ if (rsa_private_decrypt(session_key_int, session_key_int, -+ sensitive_data.host_key) < 0) -+ rsafail++; -+ if (rsa_private_decrypt(session_key_int, session_key_int, -+ sensitive_data.private_key) < 0) -+ rsafail++; - } - - compute_session_id(session_id, cookie, -@@ -1270,14 +1275,29 @@ - * least significant 256 bits of the integer; the first byte of the - * key is in the highest bits. - */ -- BN_mask_bits(session_key_int, sizeof(session_key) * 8); -- len = BN_num_bytes(session_key_int); -- if (len < 0 || len > sizeof(session_key)) -- fatal("do_connection: bad len from %s: session_key_int %d > sizeof(session_key) %d", -- get_remote_ipaddr(), -- len, sizeof(session_key)); -- memset(session_key, 0, sizeof(session_key)); -- BN_bn2bin(session_key_int, session_key + sizeof(session_key) - len); -+ if (!rsafail) { -+ BN_mask_bits(session_key_int, sizeof(session_key) * 8); -+ len = BN_num_bytes(session_key_int); -+ if (len < 0 || len > sizeof(session_key)) { -+ error("do_connection: bad session key len from %s: " -+ "session_key_int %d > sizeof(session_key) %d", -+ get_remote_ipaddr(), len, sizeof(session_key)); -+ rsafail++; -+ } else { -+ memset(session_key, 0, sizeof(session_key)); -+ BN_bn2bin(session_key_int, -+ session_key + sizeof(session_key) - len); -+ } -+ } -+ if (rsafail) { -+ log("do_connection: generating a fake encryption key"); -+ for (i = 0; i < SSH_SESSION_KEY_LENGTH; i++) { -+ if (i % 4 == 0) -+ rand = arc4random(); -+ session_key[i] = rand & 0xff; -+ rand >>= 8; -+ } -+ } - - /* Destroy the decrypted integer. It is no longer needed. */ - BN_clear_free(session_key_int); ---- rsa.c.orig Mon Jun 19 18:39:44 2000 -+++ rsa.c Mon Feb 12 00:04:02 2001 -@@ -135,7 +135,7 @@ - xfree(inbuf); - } - --void -+int - rsa_private_decrypt(BIGNUM *out, BIGNUM *in, RSA *key) - { - unsigned char *inbuf, *outbuf; -@@ -149,15 +149,16 @@ - BN_bn2bin(in, inbuf); - - if ((len = RSA_private_decrypt(ilen, inbuf, outbuf, key, -- RSA_PKCS1_PADDING)) <= 0) -- fatal("rsa_private_decrypt() failed"); -- -- BN_bin2bn(outbuf, len, out); -- -+ RSA_PKCS1_PADDING)) <= 0) { -+ error("rsa_private_decrypt() failed"); -+ } else { -+ BN_bin2bn(outbuf, len, out); -+ } - memset(outbuf, 0, olen); - memset(inbuf, 0, ilen); - xfree(outbuf); - xfree(inbuf); -+ return len; - } - - /* Set whether to output verbose messages during key generation. */ diff openssh/files/patch-misc.c openssh/files/patch-misc.c --- openssh/files/patch-misc.c Thu Jan 1 01:00:00 1970 +++ openssh/files/patch-misc.c Sat May 26 15:39:30 2001 @@ -0,0 +1,13 @@ +--- misc.c.orig Thu Apr 12 22:09:37 2001 ++++ misc.c Sat May 26 15:39:25 2001 +@@ -111,6 +111,10 @@ + copy->pw_class = xstrdup(pw->pw_class); + copy->pw_dir = xstrdup(pw->pw_dir); + copy->pw_shell = xstrdup(pw->pw_shell); ++#ifdef __FreeBSD__ ++ copy->pw_expire = pw->pw_expire; ++ copy->pw_change = pw->pw_change; ++#endif /* __FreeBSD__ */ + return copy; + } + diff openssh/files/patch-sftp-Makefile openssh/files/patch-sftp-Makefile --- openssh/files/patch-sftp-Makefile Thu Jan 1 01:00:00 1970 +++ openssh/files/patch-sftp-Makefile Sat May 26 16:11:25 2001 @@ -0,0 +1,13 @@ +--- sftp/Makefile.orig Mon Apr 16 04:31:52 2001 ++++ sftp/Makefile Sat May 26 15:49:42 2001 +@@ -7,8 +7,8 @@ + + BINMODE?=555 + +-BINDIR= /usr/bin +-MAN= sftp.1 ++BINDIR= /bin ++MAN1= sftp.1 + + SRCS= sftp.c sftp-client.c sftp-int.c sftp-common.c sftp-glob.c scp-common.c + diff openssh/files/patch-sftp-server-Makefile openssh/files/patch-sftp-server-Makefile --- openssh/files/patch-sftp-server-Makefile Thu Jan 1 01:00:00 1970 +++ openssh/files/patch-sftp-server-Makefile Sat May 26 16:11:33 2001 @@ -0,0 +1,13 @@ +--- sftp-server/Makefile.orig Sun Mar 4 00:59:36 2001 ++++ sftp-server/Makefile Sat May 26 15:47:57 2001 +@@ -7,8 +7,8 @@ + + BINMODE?=555 + +-BINDIR= /usr/libexec +-MAN= sftp-server.8 ++BINDIR= /libexec ++MAN8= sftp-server.8 + + SRCS= sftp-server.c sftp-common.c + diff openssh/files/patch-ssh-keyscan-Makefile openssh/files/patch-ssh-keyscan-Makefile --- openssh/files/patch-ssh-keyscan-Makefile Thu Jan 1 01:00:00 1970 +++ openssh/files/patch-ssh-keyscan-Makefile Sat May 26 16:14:09 2001 @@ -0,0 +1,13 @@ +--- ssh-keyscan/Makefile.orig Sun Mar 4 00:59:39 2001 ++++ ssh-keyscan/Makefile Sat May 26 16:14:05 2001 +@@ -7,8 +7,8 @@ + + BINMODE?=555 + +-BINDIR= /usr/bin +-MAN= ssh-keyscan.1 ++BINDIR= /bin ++MAN1= ssh-keyscan.1 + + SRCS= ssh-keyscan.c + diff openssh/pkg-plist openssh/pkg-plist --- openssh/pkg-plist Tue Apr 3 21:05:22 2001 +++ openssh/pkg-plist Sat May 26 16:16:47 2001 @@ -1,13 +1,16 @@ bin/scp +bin/sftp bin/slogin bin/ssh bin/ssh-add bin/ssh-agent bin/ssh-keygen +bin/ssh-keyscan etc/rc.d/sshd.sh etc/ssh_config etc/sshd_config sbin/sshd +libexec/sftp-server @exec if [ ! -f %D/etc/ssh_host_key ]; then echo ">> Generating a secret RSA host key."; %D/bin/ssh-keygen -N "" -f %D/etc/ssh_host_key; fi @exec if [ ! -f %D/etc/ssh_host_dsa_key ]; then echo ">> Generating a secret DSA host key."; %D/bin/ssh-keygen -d -N "" -f %D/etc/ssh_host_dsa_key; fi @exec if [ ! -x %D/etc/rc.d/sshd.sh ]; then echo "#!/bin/sh" > %D/etc/rc.d/sshd.sh && exec echo "[ -x %D/sbin/sshd ] && %D/sbin/sshd && echo -n ' sshd'" >> %D/etc/rc.d/sshd.sh && exec chmod 0555 %D/etc/rc.d/sshd.sh; fi >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 26 10:30: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F1C1937B424 for ; Sat, 26 May 2001 10:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4QHU1k56586; Sat, 26 May 2001 10:30:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5534A37B42C for ; Sat, 26 May 2001 10:23:37 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4QHNb056212; Sat, 26 May 2001 10:23:37 -0700 (PDT) (envelope-from nobody) Message-Id: <200105261723.f4QHNb056212@freefall.freebsd.org> Date: Sat, 26 May 2001 10:23:37 -0700 (PDT) From: perky@python.or.kr To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/27663: Fix port: irc/py-irclib (master site broken) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27663 >Category: ports >Synopsis: Fix port: irc/py-irclib (master site broken) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat May 26 10:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Chang, Hye-Shik >Release: FreeBSD 4.3 >Organization: Yonsei University >Environment: FreeBSD free.yonsei.ac.kr 4.3-STABLE FreeBSD 4.3-STABLE #0: Sat May 12 18:17:07 KST 2001 root@free.yonsei.ac.kr:/usr/src/sys/compile/RYOKO i386 >Description: original writer's site has disappeared. :< added 2 more mirror site. and fixed typo in MASTER_SITE field. >How-To-Repeat: >Fix: diff -ruN py-irclib.old/Makefile py-irclib/Makefile --- py-irclib.old/Makefile Thu May 24 22:20:31 2001 +++ py-irclib/Makefile Sun May 27 02:19:29 2001 @@ -9,7 +9,9 @@ PORTVERSION= 0.3.1 CATEGORIES= irc python MASTER_SITES= http://joel.rosdahl.net/hacks/ \ - http://www3.kr.freebsd.org/~pekry/distfiles/ + http://www3.kr.freebsd.org/~perky/distfiles/ \ + http://www2.freebsd-kr.org/distfiles/ \ + ftp://ftp2.python.or.kr/pub/FreeBSD/ports/distfiles/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= perky@python.or.kr >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 26 12:30:23 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9B53C37B423 for ; Sat, 26 May 2001 12:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4QJU2w67668; Sat, 26 May 2001 12:30:02 -0700 (PDT) (envelope-from gnats) Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id 518C837B423; Sat, 26 May 2001 12:20:06 -0700 (PDT) (envelope-from poseiden@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id 48C5B10F411; Sat, 26 May 2001 14:20:17 -0500 (CDT) Message-Id: <20010526192017.48C5B10F411@leviathan.inethouston.net> Date: Sat, 26 May 2001 14:20:17 -0500 (CDT) From: dwcjr@inethouston.net Reply-To: dwcjr@inethouston.net To: FreeBSD-gnats-submit@freebsd.org Cc: jdp@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27664: UPDATE lang/modula-3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27664 >Category: ports >Synopsis: UPDATE lang/modula-3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat May 26 12:30:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David W. Chapman Jr. >Release: FreeBSD 4.3-STABLE i386 >Organization: Raintree Network Services, Inc. >Environment: System: FreeBSD leviathan.inethouston.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Fri May 11 10:49:15 CDT 2001 poseiden@leviathan.inethouston.net:/stripe1/compile/src/sys/compile/LEVIATHAN i386 >Description: More @dirrm's as requested I could not test the x11 pkg-plist so when I get on a machine with x11 on it I'll try to add those ones too >How-To-Repeat: >Fix: Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/lang/modula-3/pkg-plist,v retrieving revision 1.16 diff -u -r1.16 pkg-plist --- pkg-plist 2001/05/26 16:50:25 1.16 +++ pkg-plist 2001/05/26 19:18:34 @@ -15,6 +15,7 @@ bin/shownew bin/showthread lib/m3/FreeBSD2/libm3configvars.so +lib/m3/FreeBSD2/libm3configvars.so.6 lib/m3/FreeBSD2/m3 lib/m3/FreeBSD2/m3cgc1 lib/m3/FreeBSD2/m3mkdir @@ -312,6 +313,7 @@ lib/m3/pkg/m3configvars/FreeBSD2/libm3configvars.a lib/m3/pkg/m3configvars/FreeBSD2/libm3configvars.m3x lib/m3/pkg/m3configvars/FreeBSD2/libm3configvars.so +lib/m3/pkg/m3configvars/FreeBSD2/libm3configvars.so.6 lib/m3/pkg/m3configvars/src/M3ConfigVars.i3 lib/m3/pkg/m3core/FreeBSD2/.M3EXPORTS lib/m3/pkg/m3core/FreeBSD2/.M3IMPTAB @@ -793,6 +795,104 @@ lib/m3/pkg/web/src/Web.i3 lib/m3/www/m3tohtml.1.html share/modula-3/COPYRIGHT +@dirrm lib/m3/www +@dirrm lib/m3/pkg/web/src +@dirrm lib/m3/pkg/tempfiles/src +@dirrm lib/m3/pkg/tcpextras/src +@dirrm lib/m3/pkg/tcp/src/common +@dirrm lib/m3/pkg/tcp/src/POSIX +@dirrm lib/m3/pkg/tcp/src +@dirrm lib/m3/pkg/table-list/src +@dirrm lib/m3/pkg/set/src +@dirrm lib/m3/pkg/realgeometry/src +@dirrm lib/m3/pkg/pp/src +@dirrm lib/m3/pkg/pp/FreeBSD2 +@dirrm lib/m3/pkg/pp +@dirrm lib/m3/pkg/parseparams/src +@dirrm lib/m3/pkg/mtex/src +@dirrm lib/m3/pkg/mtex/FreeBSD2 +@dirrm lib/m3/pkg/mtex +@dirrm lib/m3/pkg/m3totex/FreeBSD2 +@dirrm lib/m3/pkg/m3totex +@dirrm lib/m3/pkg/m3tools/src +@dirrm lib/m3/pkg/m3tohtml/src +@dirrm lib/m3/pkg/m3tohtml/FreeBSD2 +@dirrm lib/m3/pkg/m3tohtml +@dirrm lib/m3/pkg/m3core/src/word +@dirrm lib/m3/pkg/m3core/src/weakref +@dirrm lib/m3/pkg/m3core/src/unix/freebsd-2 +@dirrm lib/m3/pkg/m3core/src/unix +@dirrm lib/m3/pkg/m3core/src/time/POSIX +@dirrm lib/m3/pkg/m3core/src/time/Common +@dirrm lib/m3/pkg/m3core/src/time +@dirrm lib/m3/pkg/m3core/src/thread/POSIX +@dirrm lib/m3/pkg/m3core/src/thread/Common +@dirrm lib/m3/pkg/m3core/src/thread +@dirrm lib/m3/pkg/m3core/src/text +@dirrm lib/m3/pkg/m3core/src/runtime/ex_frame +@dirrm lib/m3/pkg/m3core/src/runtime/common +@dirrm lib/m3/pkg/m3core/src/runtime/POSIX +@dirrm lib/m3/pkg/m3core/src/runtime/FreeBSD2 +@dirrm lib/m3/pkg/m3core/src/runtime +@dirrm lib/m3/pkg/m3core/src/main +@dirrm lib/m3/pkg/m3core/src/float/IEEE-le +@dirrm lib/m3/pkg/m3core/src/float/IEEE-default +@dirrm lib/m3/pkg/m3core/src/float/IEEE +@dirrm lib/m3/pkg/m3core/src/float/Common +@dirrm lib/m3/pkg/m3core/src/float +@dirrm lib/m3/pkg/m3core/src/fingerprint +@dirrm lib/m3/pkg/m3core/src/convert +@dirrm lib/m3/pkg/m3core/src/Csupport/Common +@dirrm lib/m3/pkg/m3core/src/Csupport +@dirrm lib/m3/pkg/m3core/src/C/FreeBSD2 +@dirrm lib/m3/pkg/m3core/src/C/Common +@dirrm lib/m3/pkg/m3core/src/C/32BITS +@dirrm lib/m3/pkg/m3core/src/C +@dirrm lib/m3/pkg/m3core/src +@dirrm lib/m3/pkg/m3configvars/src +@dirrm lib/m3/pkg/m3configvars/FreeBSD2 +@dirrm lib/m3/pkg/m3configvars +@dirrm lib/m3/pkg/m3bundle/FreeBSD2 +@dirrm lib/m3/pkg/m3bundle +@dirrm lib/m3/pkg/m3build/templates +@dirrm lib/m3/pkg/m3build +@dirrm lib/m3/pkg/m3browser/src +@dirrm lib/m3/pkg/m3browser/FreeBSD2 +@dirrm lib/m3/pkg/m3browser +@dirrm lib/m3/pkg/libm3/src/uid/Common +@dirrm lib/m3/pkg/libm3/src/uid +@dirrm lib/m3/pkg/libm3/src/types +@dirrm lib/m3/pkg/libm3/src/table +@dirrm lib/m3/pkg/libm3/src/sx +@dirrm lib/m3/pkg/libm3/src/statistics +@dirrm lib/m3/pkg/libm3/src/sqrt +@dirrm lib/m3/pkg/libm3/src/sortedtable +@dirrm lib/m3/pkg/libm3/src/sort +@dirrm lib/m3/pkg/libm3/src/sequence +@dirrm lib/m3/pkg/libm3/src/rw/Common +@dirrm lib/m3/pkg/libm3/src/rw +@dirrm lib/m3/pkg/libm3/src/random/Common +@dirrm lib/m3/pkg/libm3/src/random +@dirrm lib/m3/pkg/libm3/src/property +@dirrm lib/m3/pkg/libm3/src/pqueue +@dirrm lib/m3/pkg/libm3/src/pickle +@dirrm lib/m3/pkg/libm3/src/perftool/Common +@dirrm lib/m3/pkg/libm3/src/perftool +@dirrm lib/m3/pkg/libm3/src/params +@dirrm lib/m3/pkg/libm3/src/os/POSIX +@dirrm lib/m3/pkg/libm3/src/os/Common +@dirrm lib/m3/pkg/libm3/src/os +@dirrm lib/m3/pkg/libm3/src/list +@dirrm lib/m3/pkg/libm3/src/geometry +@dirrm lib/m3/pkg/libm3/src/formatter +@dirrm lib/m3/pkg/libm3/src/fmtlex +@dirrm lib/m3/pkg/libm3/src/etimer +@dirrm lib/m3/pkg/libm3/src/bundleintf +@dirrm lib/m3/pkg/libm3/src/atom +@dirrm lib/m3/pkg/libm3/src/arith/POSIX +@dirrm lib/m3/pkg/libm3/src/arith +@dirrm lib/m3/pkg/libm3/src +@dirrm lib/m3/pkg/digraph/src @dirrm share/modula-3 @exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %D/lib/m3/FreeBSD2 @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R Index: pkg-plist.noX11 =================================================================== RCS file: /home/ncvs/ports/lang/modula-3/pkg-plist.noX11,v retrieving revision 1.4 diff -u -r1.4 pkg-plist.noX11 --- pkg-plist.noX11 2001/05/26 16:50:25 1.4 +++ pkg-plist.noX11 2001/05/26 19:18:34 @@ -10,6 +10,7 @@ bin/quake bin/recordheap lib/m3/FreeBSD2/libm3configvars.so +lib/m3/FreeBSD2/libm3configvars.so.6 lib/m3/FreeBSD2/m3 lib/m3/FreeBSD2/m3cgc1 lib/m3/FreeBSD2/m3mkdir @@ -233,6 +234,7 @@ lib/m3/pkg/m3configvars/FreeBSD2/libm3configvars.a lib/m3/pkg/m3configvars/FreeBSD2/libm3configvars.m3x lib/m3/pkg/m3configvars/FreeBSD2/libm3configvars.so +lib/m3/pkg/m3configvars/FreeBSD2/libm3configvars.so.6 lib/m3/pkg/m3configvars/src/M3ConfigVars.i3 lib/m3/pkg/m3core/FreeBSD2/.M3EXPORTS lib/m3/pkg/m3core/FreeBSD2/.M3IMPTAB @@ -478,6 +480,104 @@ lib/m3/pkg/web/src/Web.i3 lib/m3/www/m3tohtml.1.html share/modula-3/COPYRIGHT +@dirrm lib/m3/www +@dirrm lib/m3/pkg/web/src +@dirrm lib/m3/pkg/tempfiles/src +@dirrm lib/m3/pkg/tcpextras/src +@dirrm lib/m3/pkg/tcp/src/common +@dirrm lib/m3/pkg/tcp/src/POSIX +@dirrm lib/m3/pkg/tcp/src +@dirrm lib/m3/pkg/table-list/src +@dirrm lib/m3/pkg/set/src +@dirrm lib/m3/pkg/realgeometry/src +@dirrm lib/m3/pkg/pp/src +@dirrm lib/m3/pkg/pp/FreeBSD2 +@dirrm lib/m3/pkg/pp +@dirrm lib/m3/pkg/parseparams/src +@dirrm lib/m3/pkg/mtex/src +@dirrm lib/m3/pkg/mtex/FreeBSD2 +@dirrm lib/m3/pkg/mtex +@dirrm lib/m3/pkg/m3totex/FreeBSD2 +@dirrm lib/m3/pkg/m3totex +@dirrm lib/m3/pkg/m3tools/src +@dirrm lib/m3/pkg/m3tohtml/src +@dirrm lib/m3/pkg/m3tohtml/FreeBSD2 +@dirrm lib/m3/pkg/m3tohtml +@dirrm lib/m3/pkg/m3core/src/word +@dirrm lib/m3/pkg/m3core/src/weakref +@dirrm lib/m3/pkg/m3core/src/unix/freebsd-2 +@dirrm lib/m3/pkg/m3core/src/unix +@dirrm lib/m3/pkg/m3core/src/time/POSIX +@dirrm lib/m3/pkg/m3core/src/time/Common +@dirrm lib/m3/pkg/m3core/src/time +@dirrm lib/m3/pkg/m3core/src/thread/POSIX +@dirrm lib/m3/pkg/m3core/src/thread/Common +@dirrm lib/m3/pkg/m3core/src/thread +@dirrm lib/m3/pkg/m3core/src/text +@dirrm lib/m3/pkg/m3core/src/runtime/ex_frame +@dirrm lib/m3/pkg/m3core/src/runtime/common +@dirrm lib/m3/pkg/m3core/src/runtime/POSIX +@dirrm lib/m3/pkg/m3core/src/runtime/FreeBSD2 +@dirrm lib/m3/pkg/m3core/src/runtime +@dirrm lib/m3/pkg/m3core/src/main +@dirrm lib/m3/pkg/m3core/src/float/IEEE-le +@dirrm lib/m3/pkg/m3core/src/float/IEEE-default +@dirrm lib/m3/pkg/m3core/src/float/IEEE +@dirrm lib/m3/pkg/m3core/src/float/Common +@dirrm lib/m3/pkg/m3core/src/float +@dirrm lib/m3/pkg/m3core/src/fingerprint +@dirrm lib/m3/pkg/m3core/src/convert +@dirrm lib/m3/pkg/m3core/src/Csupport/Common +@dirrm lib/m3/pkg/m3core/src/Csupport +@dirrm lib/m3/pkg/m3core/src/C/FreeBSD2 +@dirrm lib/m3/pkg/m3core/src/C/Common +@dirrm lib/m3/pkg/m3core/src/C/32BITS +@dirrm lib/m3/pkg/m3core/src/C +@dirrm lib/m3/pkg/m3core/src +@dirrm lib/m3/pkg/m3configvars/src +@dirrm lib/m3/pkg/m3configvars/FreeBSD2 +@dirrm lib/m3/pkg/m3configvars +@dirrm lib/m3/pkg/m3bundle/FreeBSD2 +@dirrm lib/m3/pkg/m3bundle +@dirrm lib/m3/pkg/m3build/templates +@dirrm lib/m3/pkg/m3build +@dirrm lib/m3/pkg/m3browser/src +@dirrm lib/m3/pkg/m3browser/FreeBSD2 +@dirrm lib/m3/pkg/m3browser +@dirrm lib/m3/pkg/libm3/src/uid/Common +@dirrm lib/m3/pkg/libm3/src/uid +@dirrm lib/m3/pkg/libm3/src/types +@dirrm lib/m3/pkg/libm3/src/table +@dirrm lib/m3/pkg/libm3/src/sx +@dirrm lib/m3/pkg/libm3/src/statistics +@dirrm lib/m3/pkg/libm3/src/sqrt +@dirrm lib/m3/pkg/libm3/src/sortedtable +@dirrm lib/m3/pkg/libm3/src/sort +@dirrm lib/m3/pkg/libm3/src/sequence +@dirrm lib/m3/pkg/libm3/src/rw/Common +@dirrm lib/m3/pkg/libm3/src/rw +@dirrm lib/m3/pkg/libm3/src/random/Common +@dirrm lib/m3/pkg/libm3/src/random +@dirrm lib/m3/pkg/libm3/src/property +@dirrm lib/m3/pkg/libm3/src/pqueue +@dirrm lib/m3/pkg/libm3/src/pickle +@dirrm lib/m3/pkg/libm3/src/perftool/Common +@dirrm lib/m3/pkg/libm3/src/perftool +@dirrm lib/m3/pkg/libm3/src/params +@dirrm lib/m3/pkg/libm3/src/os/POSIX +@dirrm lib/m3/pkg/libm3/src/os/Common +@dirrm lib/m3/pkg/libm3/src/os +@dirrm lib/m3/pkg/libm3/src/list +@dirrm lib/m3/pkg/libm3/src/geometry +@dirrm lib/m3/pkg/libm3/src/formatter +@dirrm lib/m3/pkg/libm3/src/fmtlex +@dirrm lib/m3/pkg/libm3/src/etimer +@dirrm lib/m3/pkg/libm3/src/bundleintf +@dirrm lib/m3/pkg/libm3/src/atom +@dirrm lib/m3/pkg/libm3/src/arith/POSIX +@dirrm lib/m3/pkg/libm3/src/arith +@dirrm lib/m3/pkg/libm3/src +@dirrm lib/m3/pkg/digraph/src @dirrm share/modula-3 @exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %D/lib/m3/FreeBSD2 @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 26 12:30:31 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C24CA37B422 for ; Sat, 26 May 2001 12:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4QJU2D67677; Sat, 26 May 2001 12:30:02 -0700 (PDT) (envelope-from gnats) Received: from totem.fix.no (totem.fix.no [213.142.66.130]) by hub.freebsd.org (Postfix) with ESMTP id AC97537B424 for ; Sat, 26 May 2001 12:25:40 -0700 (PDT) (envelope-from anders@totem.fix.no) Received: by totem.fix.no (Postfix, from userid 1000) id 052CC3C9D; Sat, 26 May 2001 21:25:38 +0200 (CEST) Message-Id: <20010526192538.052CC3C9D@totem.fix.no> Date: Sat, 26 May 2001 21:25:38 +0200 (CEST) From: Anders Nordby Reply-To: Anders Nordby To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/27665: New port: net/maradns Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27665 >Category: ports >Synopsis: New port: net/maradns >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat May 26 12:30:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Anders Nordby >Release: FreeBSD 4.3-STABLE i386 >Organization: Fluxpod Information eXchange >Environment: kern.osreldate: 430000 (4.3-STABLE) kern.osreldate: 500018 (5.0-20010420-CURRENT) >Description: New port of maradns, a DNS server implementation with focus on security and simplicity. >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: # # maradns # maradns/Makefile # maradns/distinfo # maradns/pkg-comment # maradns/pkg-descr # maradns/pkg-plist # maradns/files # maradns/files/patch-server-Makefile # maradns/files/patch-example_mararc # maradns/files/patch-dns-Makefile # maradns/files/patch-libs-Makefile # maradns/files/patch-parse-Makefile # maradns/files/patch-test-Makefile # maradns/files/patch-tools-Makefile # maradns/files/patch-utf8-Makefile # maradns/files/patch-tuzona-Makefile # echo c - maradns mkdir -p maradns > /dev/null 2>&1 echo x - maradns/Makefile sed 's/^X//' >maradns/Makefile << 'END-of-maradns/Makefile' X# New ports collection makefile for: maradns X# Date created: 26 May 2001 X# Whom: Anders Nordby X# X# $FreeBSD$ X# X XPORTNAME= maradns XPORTVERSION= 0.6.18 XCATEGORIES= net XMASTER_SITES= http://www.maradns.org/download/ \ X ftp://ftp.nuug.no/pub/anders/distfiles/ X XMAINTAINER= anders@fix.no X XUSE_BZIP2= yes X XMAN3= js_alloc.3 js_append.3 js_atoi.3 js_buf_eof.3 js_buf_getline.3 \ X js_buf_read.3 js_close.3 js_copy.3 js_create.3 js_dealloc.3 \ X js_destroy.3 js_destroy_force.3 js_fgrep.3 js_fgrep_offset.3 \ X js_get_encode.3 js_getline_stdin.3 js_has_sanity.3 js_insert.3 \ X js_issame.3 js_js2str.3 js_length.3 js_lock.3 js_match.3 \ X js_match_offset.3 js_newline_chars.3 js_nonmatch.3 \ X js_nonmatch_offset.3 js_octets.3 js_open.3 js_open_append.3 \ X js_open_read.3 js_open_write.3 js_qstr2js.3 js_read.3 js_set_chsize.3 \ X js_set_encode.3 js_show_stdout.3 js_space_chars.3 js_str2js.3 \ X js_substr.3 js_tolower.3 js_unlock.3 js_val.3 js_write.3 XMAN8= maradns.8 X XDOCS= RFC1035.compliance csv1.format draft-skwan-utf8-dns-05.txt \ X example_csv1 example_mararc faq.txt handling.compression \ X mararc.format multiple.qdcount recursive.algorithm \ X resolution.algorithm rfc2044.txt rtest.output www.monty.de \ X ../00QuickStart ../CHANGELOG ../ROADMAP X XFIXPREFIX= 00QuickStart CHANGELOG doc/man/maradns.8 doc/faq.txt \ X parse/ParseMaraRc.c doc/example_mararc X Xpost-patch: X.for f in ${FIXPREFIX} X ${PERL} -pi -e "s@/etc/maradns@${PREFIX}/etc/maradns@g; \ X s@/etc/mararc@${PREFIX}/etc/mararc@g" ${WRKSRC}/${f} X.endfor X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/server/maradns ${PREFIX}/sbin/ X ${INSTALL_PROGRAM} ${WRKSRC}/tuzona/zoneserver ${PREFIX}/sbin/ X ${INSTALL_PROGRAM} ${WRKSRC}/tuzona/getzone ${PREFIX}/sbin/ X ${INSTALL_PROGRAM} ${WRKSRC}/tools/askmara ${PREFIX}/bin/ X ${INSTALL_DATA} ${WRKSRC}/doc/example_mararc ${PREFIX}/etc/mararc.sample X ${INSTALL_DATA} ${WRKSRC}/doc/man/js/* ${PREFIX}/man/man3/ X ${INSTALL_DATA} ${WRKSRC}/doc/man/maradns.8 ${PREFIX}/man/man8/ X.if !defined(NOPORTDOCS) X ${INSTALL} -d -o root -g wheel -m 0755 ${PREFIX}/share/doc/maradns X.for f in ${DOCS} X ${INSTALL_DATA} ${WRKSRC}/doc/${f} ${PREFIX}/share/doc/maradns X.endfor X.endif X X.include END-of-maradns/Makefile echo x - maradns/distinfo sed 's/^X//' >maradns/distinfo << 'END-of-maradns/distinfo' XMD5 (maradns-0.6.18.tar.bz2) = f6be1e571b5b19960ca6b9db2cf3f987 END-of-maradns/distinfo echo x - maradns/pkg-comment sed 's/^X//' >maradns/pkg-comment << 'END-of-maradns/pkg-comment' XA DNS server implementation with focus on security and simplicity END-of-maradns/pkg-comment echo x - maradns/pkg-descr sed 's/^X//' >maradns/pkg-descr << 'END-of-maradns/pkg-descr' XMaraDNS is a DNS server with the following features: X X* Security-aware programming. A DNS server needs to be secure. There is a Xnumber of security features in the code, including: X X 1. The code uses a special string library which is resistant to buffer X overflows. X 2. The code, if started as root, mandates running as an unprivledged X user in a chroot() jail. X X* Open-Source. This DNS server is public-domain code. There are no restrictions Xattached to this code. X X* Simplicity. This DNS server has the minimum number of features needed to Xcorrectly act as an authoritative name server for a domain. X XWWW: http://www.maradns.org/ X X- Anders Nordby END-of-maradns/pkg-descr echo x - maradns/pkg-plist sed 's/^X//' >maradns/pkg-plist << 'END-of-maradns/pkg-plist' Xsbin/maradns Xsbin/zoneserver Xsbin/getzone Xbin/askmara Xetc/mararc.sample X%%PORTDOCS%%share/doc/maradns/RFC1035.compliance X%%PORTDOCS%%share/doc/maradns/csv1.format X%%PORTDOCS%%share/doc/maradns/draft-skwan-utf8-dns-05.txt X%%PORTDOCS%%share/doc/maradns/example_csv1 X%%PORTDOCS%%share/doc/maradns/example_mararc X%%PORTDOCS%%share/doc/maradns/faq.txt X%%PORTDOCS%%share/doc/maradns/handling.compression X%%PORTDOCS%%share/doc/maradns/mararc.format X%%PORTDOCS%%share/doc/maradns/multiple.qdcount X%%PORTDOCS%%share/doc/maradns/recursive.algorithm X%%PORTDOCS%%share/doc/maradns/resolution.algorithm X%%PORTDOCS%%share/doc/maradns/rfc2044.txt X%%PORTDOCS%%share/doc/maradns/rtest.output X%%PORTDOCS%%share/doc/maradns/www.monty.de X%%PORTDOCS%%share/doc/maradns/00QuickStart X%%PORTDOCS%%share/doc/maradns/CHANGELOG X%%PORTDOCS%%share/doc/maradns/ROADMAP X%%PORTDOCS%%@dirrm share/doc/maradns END-of-maradns/pkg-plist echo c - maradns/files mkdir -p maradns/files > /dev/null 2>&1 echo x - maradns/files/patch-server-Makefile sed 's/^X//' >maradns/files/patch-server-Makefile << 'END-of-maradns/files/patch-server-Makefile' X--- server/Makefile.old Fri May 25 07:53:30 2001 X+++ server/Makefile Sat May 26 19:35:07 2001 X@@ -8,7 +8,7 @@ X VERSION=0.6.18 X X #FLAGS = -O2 -Wall X-FLAGS = -g -DDEBUG X+FLAGS = -g -DDEBUG $(CFLAGS) X X all: $(EXECS) X X@@ -25,5 +25,5 @@ X cc -c $(FLAGS) -o recursive.o recursive.c X X maradns: MaraDNS.c $(OBJECTS) X- cc $(FLAGS) -DVERSION=\"$(VERSION)\" -o maradns MaraDNS.c $(OBJECTS) -lpthread X+ cc $(FLAGS) -DVERSION=\"$(VERSION)\" -o maradns MaraDNS.c $(OBJECTS) -pthread X END-of-maradns/files/patch-server-Makefile echo x - maradns/files/patch-example_mararc sed 's/^X//' >maradns/files/patch-example_mararc << 'END-of-maradns/files/patch-example_mararc' X--- doc/example_mararc.orig Tue Apr 24 06:32:35 2001 X+++ doc/example_mararc Sat May 26 20:20:04 2001 X@@ -11,7 +11,7 @@ X # The directory with all of the zone files X chroot_dir = "/etc/maradns" X # The numeric UID MaraDNS will run as X-maradns_uid = 99 X+maradns_uid = 53 X # The maximum number of processes MaraDNS is allowed to use X maxprocs = 64 X END-of-maradns/files/patch-example_mararc echo x - maradns/files/patch-dns-Makefile sed 's/^X//' >maradns/files/patch-dns-Makefile << 'END-of-maradns/files/patch-dns-Makefile' X--- dns/Makefile.old Sat May 26 19:32:28 2001 X+++ dns/Makefile Sat May 26 19:32:38 2001 X@@ -4,7 +4,7 @@ X OBJECTS=$(DOBJECTS) $(JOBJS) $(MJOBJS) X X #FLAGS = -O2 -Wall X-FLAGS = -g X+FLAGS = -g $(CFLAGS) X X all: Queries.o Compress.o bobbit.o X END-of-maradns/files/patch-dns-Makefile echo x - maradns/files/patch-libs-Makefile sed 's/^X//' >maradns/files/patch-libs-Makefile << 'END-of-maradns/files/patch-libs-Makefile' X--- libs/Makefile.old Sat May 26 19:34:00 2001 X+++ libs/Makefile Sat May 26 19:34:09 2001 X@@ -1,6 +1,6 @@ X OBJECTS = JessStr.o JessStrOS.o JessStrCP.o MaraHash.o X #FLAGS = -O2 -Wall X-FLAGS = -g X+FLAGS = -g $(CFLAGS) X X all: tests mtest X END-of-maradns/files/patch-libs-Makefile echo x - maradns/files/patch-parse-Makefile sed 's/^X//' >maradns/files/patch-parse-Makefile << 'END-of-maradns/files/patch-parse-Makefile' X--- parse/Makefile.old Sat May 26 19:34:30 2001 X+++ parse/Makefile Sat May 26 19:34:39 2001 X@@ -6,7 +6,7 @@ X EXECS=parsetest parsetest2 X X #FLAGS = -O2 X-FLAGS = -g X+FLAGS = -g $(CFLAGS) X X all: $(EXECS) X END-of-maradns/files/patch-parse-Makefile echo x - maradns/files/patch-test-Makefile sed 's/^X//' >maradns/files/patch-test-Makefile << 'END-of-maradns/files/patch-test-Makefile' X--- test/Makefile.old Sat May 26 19:35:54 2001 X+++ test/Makefile Sat May 26 19:36:02 2001 X@@ -6,7 +6,7 @@ X EXECS=rtest csv1test compress.test show.charnum ipacltest X X #FLAGS = -O2 X-FLAGS = -g X+FLAGS = -g $(CFLAGS) X X all: $(EXECS) X END-of-maradns/files/patch-test-Makefile echo x - maradns/files/patch-tools-Makefile sed 's/^X//' >maradns/files/patch-tools-Makefile << 'END-of-maradns/files/patch-tools-Makefile' X--- tools/Makefile.old Sat May 26 19:36:24 2001 X+++ tools/Makefile Sat May 26 19:36:29 2001 X@@ -5,7 +5,7 @@ X EXECS=askmara strip.control benchmark X X #FLAGS = -O2 X-FLAGS = -g X+FLAGS = -g $(CFLAGS) X X all: $(EXECS) X END-of-maradns/files/patch-tools-Makefile echo x - maradns/files/patch-utf8-Makefile sed 's/^X//' >maradns/files/patch-utf8-Makefile << 'END-of-maradns/files/patch-utf8-Makefile' X--- utf8/Makefile.old Sat May 26 19:36:51 2001 X+++ utf8/Makefile Sat May 26 19:36:58 2001 X@@ -5,7 +5,7 @@ X EXECS=utf8test X X #FLAGS = -O2 X-FLAGS = -g X+FLAGS = -g $(CFLAGS) X X all: $(EXECS) X END-of-maradns/files/patch-utf8-Makefile echo x - maradns/files/patch-tuzona-Makefile sed 's/^X//' >maradns/files/patch-tuzona-Makefile << 'END-of-maradns/files/patch-tuzona-Makefile' X--- tuzona/Makefile.old Sat May 26 19:37:30 2001 X+++ tuzona/Makefile Sat May 26 19:37:35 2001 X@@ -6,7 +6,7 @@ X EXECS=getzone zoneserver X X #FLAGS = -O2 X-FLAGS = -g X+FLAGS = -g $(CFLAGS) X X all: $(EXECS) X END-of-maradns/files/patch-tuzona-Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 26 12:40: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3822937B423 for ; Sat, 26 May 2001 12:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4QJe1068447; Sat, 26 May 2001 12:40:01 -0700 (PDT) (envelope-from gnats) Received: from c1030098-a.wtrlo1.ia.home.com (c1030098-a.wtrlo1.ia.home.com [24.6.200.230]) by hub.freebsd.org (Postfix) with ESMTP id 4501D37B422 for ; Sat, 26 May 2001 12:34:53 -0700 (PDT) (envelope-from mdharnois@c1030098-a.wtrlo1.ia.home.com) Received: by c1030098-a.wtrlo1.ia.home.com (Postfix, from userid 1001) id 6D21214A0D; Sat, 26 May 2001 14:36:01 -0500 (CDT) Message-Id: <20010526193601.6D21214A0D@c1030098-a.wtrlo1.ia.home.com> Date: Sat, 26 May 2001 14:36:01 -0500 (CDT) From: mdharnois@home.com Reply-To: mdharnois@home.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27666: vmware2 broken on -current Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27666 >Category: ports >Synopsis: vmware2 broken on -current >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat May 26 12:40:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Michael Harnois >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD mharnois.workgroup.net 5.0-CURRENT FreeBSD 5.0-CURRENT #76: Fri May 18 21:02:56 CDT 2001 mdharnois@mharnois.workgroup.net:/usr/src/sys/compile/MYKERNEL i386 >Description: In file included from /usr/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd/hostif.c:60: /sys/vm/vm_map.h: In function `_vm_map_lock_upgrade': /sys/vm/vm_map.h:265: warning: implicit declaration of function `mtx_lock' In file included from /usr/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd/hostif.c:61: /sys/vm/vm_page.h: In function `vm_page_flag_set': /sys/vm/vm_page.h:320: warning: implicit declaration of function `mtx_assert' /sys/vm/vm_page.h:320: `MA_OWNED' undeclared (first use in this function) /sys/vm/vm_page.h:320: (Each undeclared identifier is reported only once /sys/vm/vm_page.h:320: for each function it appears in.) /sys/vm/vm_page.h: In function `vm_page_flag_clear': /sys/vm/vm_page.h:328: `MA_OWNED' undeclared (first use in this function) /sys/vm/vm_page.h: In function `vm_page_busy': /sys/vm/vm_page.h:347: warning: nested extern declaration of `mtx_assert' /sys/vm/vm_page.h: In function `vm_page_flash': /sys/vm/vm_page.h:360: warning: nested extern declaration of `mtx_assert' /sys/vm/vm_page.h: In function `vm_page_wakeup': /sys/vm/vm_page.h:377: warning: nested extern declaration of `mtx_assert' /sys/vm/vm_page.h:378: warning: nested extern declaration of `mtx_assert' /sys/vm/vm_page.h: In function `vm_page_io_start': /sys/vm/vm_page.h:390: `MA_OWNED' undeclared (first use in this function) /sys/vm/vm_page.h: In function `vm_page_io_finish': /sys/vm/vm_page.h:398: `MA_OWNED' undeclared (first use in this function) /sys/vm/vm_page.h:401: warning: nested extern declaration of `mtx_assert' /sys/vm/vm_page.h: In function `vm_page_hold': /sys/vm/vm_page.h:467: `MA_OWNED' undeclared (first use in this function) /sys/vm/vm_page.h: In function `vm_page_unhold': /sys/vm/vm_page.h:475: `MA_OWNED' undeclared (first use in this function) /sys/vm/vm_page.h: In function `vm_page_protect': /sys/vm/vm_page.h:494: warning: nested extern declaration of `mtx_assert' /sys/vm/vm_page.h:498: warning: nested extern declaration of `mtx_assert' /sys/vm/vm_page.h: In function `vm_page_free': /sys/vm/vm_page.h:545: warning: nested extern declaration of `mtx_assert' /sys/vm/vm_page.h: In function `vm_page_free_zero': /sys/vm/vm_page.h:558: warning: nested extern declaration of `mtx_assert' /sys/vm/vm_page.h: In function `vm_page_sleep_busy': /sys/vm/vm_page.h:587: warning: nested extern declaration of `mtx_assert' *** Error code 1 Stop in /usr/ports/emulators/vmware2/work/vmware-distrib/vmmon-only. *** Error code 1 >How-To-Repeat: make >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 Sat May 26 13: 2:18 2001 Delivered-To: freebsd-ports@freebsd.org Received: from copernicus.mpcnet.com.br (copernicus.mpcnet.com.br [200.246.29.18]) by hub.freebsd.org (Postfix) with ESMTP id A34AE37B424 for ; Sat, 26 May 2001 13:02:10 -0700 (PDT) (envelope-from ric@mpcnet.com.br) Received: (from root@localhost) by copernicus.mpcnet.com.br (8.11.3/8.11.3) id f4QK24t31416 for ports@freebsd.org; Sat, 26 May 2001 17:02:04 -0300 (BRT) (envelope-from ric@mpcnet.com.br) Received: from d2p238.mpcnet.com.br (d2p238.mpcnet.com.br [200.246.0.178]) by copernicus.mpcnet.com.br (8.11.3/8.11.3av) with SMTP id f4QK1tO31385 for ; Sat, 26 May 2001 17:01:55 -0300 (BRT) (envelope-from ric@mpcnet.com.br) Message-Id: <200105262001.f4QK1tO31385@copernicus.mpcnet.com.br> From: "ric" To: "ports@freebsd.org" Date: Sat, 26 May 2001 17:01:35 -0300 (ADT) Reply-To: "ric" X-Mailer: PMMail 2.10.2010 for OS/2 Warp 4.00 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Subject: Quake CTF X-Virus-Scanned: by AMaViS perl-10 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi. I work in an ISP in Brazil, and we are trying to install a Quake CTF server in a FreeBSD machine (FreeBSD 3.4-STABLE). The Quake Server from ports runs fine. When I install the CTF mod, it runs fine too... for a couple of minutes. After a few frags, the "unixed" program crashes with a error about "Floating processor...". Or it begins to lag *a lot*. I thought that, in order to run CTF, version 1.6 of Quake was needed. But the "readme.unixed" say: "Of course this server will work with my popular ThreeWave Capture the Flag patch as well. The setup is the same as with a regular server. Just follow the instructions for the Linux version in the CTF documentation." I'm calling the program like this: $QSERVER -game ctf -mem 12 < $QPIPE >> $LOG & Any ideas? Thanks! ----------------------------------------------------------------- Ricardo Mendonca Ferreira -- INTERAmidia -- ICQ: 4364250 mailto:ric@mpcnet.com.br -- http://www.bestway.com.br/~ric ----------------------------------------------------------------- ... Old MacDonald had a computer with EIA I/O. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 26 13:56:16 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 472B337B422; Sat, 26 May 2001 13:56:15 -0700 (PDT) (envelope-from sf@FreeBSD.org) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4QKuFa75289; Sat, 26 May 2001 13:56:15 -0700 (PDT) (envelope-from sf) Date: Sat, 26 May 2001 13:56:15 -0700 (PDT) From: Message-Id: <200105262056.f4QKuFa75289@freefall.freebsd.org> To: sf@FreeBSD.org, freebsd-ports@FreeBSD.org, sf@FreeBSD.org Subject: Re: ports/27401: checksum for /ports/audio/linux-realplayer doesn't match Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: checksum for /ports/audio/linux-realplayer doesn't match Responsible-Changed-From-To: freebsd-ports->sf Responsible-Changed-By: sf Responsible-Changed-When: Sat May 26 13:55:26 PDT 2001 Responsible-Changed-Why: I'm handling realplayer port. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27401 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 26 15: 0: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C6C1737B423 for ; Sat, 26 May 2001 15:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4QM02g82199; Sat, 26 May 2001 15:00:02 -0700 (PDT) (envelope-from gnats) Received: from portege.clkao.org (231.c137.ethome.net.tw [202.178.137.231]) by hub.freebsd.org (Postfix) with ESMTP id 5CB1937B422 for ; Sat, 26 May 2001 14:59:54 -0700 (PDT) (envelope-from clkao@portege.clkao.org) Received: (from clkao@localhost) by portege.clkao.org (8.11.3/8.11.3) id f4QLxfu12864; Sun, 27 May 2001 05:59:41 +0800 (CST) (envelope-from clkao) Message-Id: <200105262159.f4QLxfu12864@portege.clkao.org> Date: Sun, 27 May 2001 05:59:41 +0800 (CST) From: clkao@clkao.org Reply-To: clkao@clkao.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27670: New port: devel/p5-Cdk Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27670 >Category: ports >Synopsis: New port: devel/p5-Cdk >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat May 26 15:00:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Chia-liang Kao >Release: FreeBSD 4.3-STABLE i386 >Organization: CirX >Environment: System: FreeBSD portege.clkao.org 4.3-STABLE FreeBSD 4.3-STABLE #0: Fri Apr 27 14:52:29 CST 2001 clkao@portege.clkao.org:/usr/obj/usr/src/sys/PORTEGE.stable i386 >Description: perl interface to cdk (curses development kit) >How-To-Repeat: >Fix: http://www.clkao.org/tmp/p5-cdk-port.tgz >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 26 15:40:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E595A37B43C for ; Sat, 26 May 2001 15:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4QMe1q04099; Sat, 26 May 2001 15:40:01 -0700 (PDT) (envelope-from gnats) Received: from totem.fix.no (totem.fix.no [213.142.66.130]) by hub.freebsd.org (Postfix) with ESMTP id F0C1737B424 for ; Sat, 26 May 2001 15:36:00 -0700 (PDT) (envelope-from anders@totem.fix.no) Received: by totem.fix.no (Postfix, from userid 1000) id B5F533C9C; Sun, 27 May 2001 00:35:59 +0200 (CEST) Message-Id: <20010526223559.B5F533C9C@totem.fix.no> Date: Sun, 27 May 2001 00:35:59 +0200 (CEST) From: Anders Nordby Reply-To: Anders Nordby To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/27671: Update port: x11-clocks/wmfishtime Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27671 >Category: ports >Synopsis: Update port: x11-clocks/wmfishtime >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat May 26 15:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Anders Nordby >Release: FreeBSD 4.3-STABLE i386 >Organization: Fluxpod Information eXchange >Environment: >Description: Update the port to the latest version, 1.23. Add patch patch-Makefile. >How-To-Repeat: >Fix: diff -Nur wmfishtime.old/Makefile wmfishtime/Makefile --- wmfishtime.old/Makefile Thu Apr 19 17:41:06 2001 +++ wmfishtime/Makefile Sun May 27 00:35:00 2001 @@ -6,19 +6,22 @@ # PORTNAME= wmfishtime -PORTVERSION= 1.21 +PORTVERSION= 1.23 CATEGORIES= x11-clocks windowmaker MASTER_SITES= http://www.ne.jp/asahi/linux/timecop/software/ \ http://www.freenix.no/~anders/ MAINTAINER= anders@fix.no +LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt + USE_GTK= yes USE_X_PREFIX= yes -pre-build: - ${PERL} -pi -e "s@gcc@${CC}@g; s@-O3@${CFLAGS}@g; \ - s@gtk-config@${GTK_CONFIG}@g; s@-lgtk@-lgtk12@g" ${WRKSRC}/Makefile +GTK_LIBS?= `${GTK_CONFIG} --libs` +GTK_CFLAGS?= `${GTK_CONFIG} --cflags` +MAKE_ARGS+= CFLAGS="${CFLAGS} -Wall -I${LOCALBASE}/include ${GTK_CFLAGS}" \ + GTK_LIBS="${GTK_LIBS}" do-install: ${INSTALL_PROGRAM} ${WRKSRC}/wmfishtime ${PREFIX}/bin diff -Nur wmfishtime.old/distinfo wmfishtime/distinfo --- wmfishtime.old/distinfo Thu Apr 19 17:41:06 2001 +++ wmfishtime/distinfo Sat May 26 23:18:56 2001 @@ -1 +1 @@ -MD5 (wmfishtime-1.21.tar.gz) = a9f690aff8bf188f6e9bfab4f008623c +MD5 (wmfishtime-1.23.tar.gz) = ec10376dfb9b43eb7b519b20a1da71e6 diff -Nur wmfishtime.old/files/patch-Makefile wmfishtime/files/patch-Makefile --- wmfishtime.old/files/patch-Makefile Thu Jan 1 01:00:00 1970 +++ wmfishtime/files/patch-Makefile Sun May 27 00:14:34 2001 @@ -0,0 +1,21 @@ +--- Makefile.orig Sat May 26 22:49:41 2001 ++++ Makefile Sun May 27 00:14:26 2001 +@@ -6,17 +6,15 @@ + + # no user serviceable parts below this line + # optimization cflags +-CFLAGS = -O3 -Wall `gtk-config --cflags` ${EXTRA} + # profiling cflags + # CFLAGS=-ansi -pedantic -Wall -pg -O3 `gtk-config --cflags` ${EXTRA} -DPRO + # test coverage cflags + # CFLAGS=-fprofile-arcs -ftest-coverage -Wall -ansi -pedantic -g `gtk-config --cflags` ${EXTRA} -DPRO + + +-CC = gcc + SHELL = sh + OBJS = fishmon.o +-LIBS = `gtk-config --libs | sed "s/-lgtk//g"` ++LIBS = `echo $(GTK_LIBS) | sed "s/-lgtk12//g"` -lgnugetopt + INSTALL = -m 755 + + all: wmfishtime >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 26 15:53:32 2001 Delivered-To: freebsd-ports@freebsd.org Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id 15EC137B423 for ; Sat, 26 May 2001 15:53:31 -0700 (PDT) (envelope-from dwcjr@inethouston.net) Received: from dwcjr (DWCJR.inethouston.net [216.118.21.147]) by leviathan.inethouston.net (Postfix) with ESMTP id 0675210F40F for ; Sat, 26 May 2001 17:53:27 -0500 (CDT) Message-ID: <00a201c0e636$b58e53c0$931576d8@inethouston.net> From: "David W. Chapman Jr." To: Subject: Maintainer pr open - postfix-current Date: Sat, 26 May 2001 17:53:41 -0500 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Any chance someone could commit this pr, it updates to 20010502 snapshot which I'd like to update to 20010525 soon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 26 16:57:12 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail.bfm.org (mail.bfm.org [216.127.218.26]) by hub.freebsd.org (Postfix) with ESMTP id C49CB37B422 for ; Sat, 26 May 2001 16:57:10 -0700 (PDT) (envelope-from adam@whizkidtech.net) Received: from WhizKid (r37.bfm.org [216.127.220.133]) by mail.bfm.org (Post.Office MTA v3.5.3 release 223 ID# 0-52399U2500L250S0V35) with SMTP id org; Sat, 26 May 2001 19:01:08 -0500 Message-Id: <3.0.6.32.20010526185543.00e31600@mail85.pair.com> X-Sender: whizkid@mail85.pair.com X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.6 (32) Date: Sat, 26 May 2001 18:55:43 -0500 To: "David W. Chapman Jr." , From: "G. Adam Stanislav" Subject: Re: Can't cvsup In-Reply-To: <062401c0e5ae$c2b6bd40$931576d8@inethouston.net> References: <20010526012524.A473@whizkidtech.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org At 01:40 26-05-2001 -0500, David W. Chapman Jr. wrote: >Please look at pr http://www.freebsd.org/cgi/query-pr.cgi?pr=27495 Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 26 17:16: 6 2001 Delivered-To: freebsd-ports@freebsd.org Received: from wall.polstra.com (rtrwan160.accessone.com [206.213.115.74]) by hub.freebsd.org (Postfix) with ESMTP id 3554537B422 for ; Sat, 26 May 2001 17:16:04 -0700 (PDT) (envelope-from jdp@polstra.com) Received: from vashon.polstra.com (vashon.polstra.com [206.213.73.13]) by wall.polstra.com (8.11.3/8.11.1) with ESMTP id f4R0G0076856 for ; Sat, 26 May 2001 17:16:00 -0700 (PDT) (envelope-from jdp@polstra.com) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Sat, 26 May 2001 17:15:59 -0700 (PDT) Organization: Polstra & Co., Inc. From: John Polstra To: ports@freebsd.org Subject: A CVSup fix for the "jakarta-tomcat" problem Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I have committed patches to the "net/cvsup" and "net/cvsup-devel" ports to solve the "jakarta-tomcat" problem. Please look here (near the end) for a description: http://www.freebsd.org/cgi/query-pr.cgi?pr=27495 John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 26 17:39:43 2001 Delivered-To: freebsd-ports@freebsd.org Received: from totem.fix.no (totem.fix.no [213.142.66.130]) by hub.freebsd.org (Postfix) with ESMTP id 2665837B424; Sat, 26 May 2001 17:39:42 -0700 (PDT) (envelope-from anders@totem.fix.no) Received: by totem.fix.no (Postfix, from userid 1000) id 0E4B33C9C; Sun, 27 May 2001 02:39:40 +0200 (CEST) Date: Sun, 27 May 2001 02:39:40 +0200 From: Anders Nordby To: dougb@freebsd.org Cc: ports@freebsd.org Subject: PR ports/26722 Message-ID: <20010527023940.A25975@totem.fix.no> Mail-Followup-To: Anders Nordby , dougb@freebsd.org, ports@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Operating-System: FreeBSD 4.3-RELEASE X-PGP-Key: http://anders.fix.no/pgp/ X-PGP-Key-FingerPrint: 1E0F C53C D8DF 6A8F EAAD 19C5 D12A BC9F 0083 5956 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, Are you getting any feedback on this PR? This problem is fixed, and the PR should be closed. Regards, -- Anders. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 26 18:30:13 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6C2D437B422 for ; Sat, 26 May 2001 18:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4R1U3h28236; Sat, 26 May 2001 18:30:03 -0700 (PDT) (envelope-from gnats) Date: Sat, 26 May 2001 18:30:03 -0700 (PDT) Message-Id: <200105270130.f4R1U3h28236@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "David W. Chapman Jr." Subject: Re: ports/27421: UPDATE databases/mysql323-server Reply-To: "David W. Chapman Jr." Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/27421; it has been noted by GNATS. From: "David W. Chapman Jr." To: , "David W Chapman Jr." Cc: Subject: Re: ports/27421: UPDATE databases/mysql323-server Date: Sat, 26 May 2001 20:22:22 -0500 This all looks good, but it still doesn't fix my problem that a few other people have too. Mysql won't start up automatically at boot even with this patch. Any ideas? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 26 18:30:16 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 91FBB37B424 for ; Sat, 26 May 2001 18:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4R1U3J28245; Sat, 26 May 2001 18:30:03 -0700 (PDT) (envelope-from gnats) Received: from parodius.com (pentarou.parodius.com [205.149.163.62]) by hub.freebsd.org (Postfix) with ESMTP id 1EE3337B422 for ; Sat, 26 May 2001 18:23:09 -0700 (PDT) (envelope-from jdc@parodius.com) Received: (from jdc@localhost) by parodius.com (8.11.3/8.11.3) id f4R1N8v59542; Sat, 26 May 2001 18:23:08 -0700 (PDT) (envelope-from jdc) Message-Id: <200105270123.f4R1N8v59542@parodius.com> Date: Sat, 26 May 2001 18:23:08 -0700 (PDT) From: Jeremy Chadwick Reply-To: jdc@parodius.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27672: Possible corrupt CVS tree in ports? Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27672 >Category: ports >Synopsis: Possible corrupt CVS tree in ports? >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat May 26 18:30:03 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Jeremy Chadwick >Release: FreeBSD 4.3-STABLE i386 >Organization: Parodius Networking >Environment: System: FreeBSD pentarou.parodius.com 4.3-STABLE FreeBSD 4.3-STABLE #0: Sat May 19 19:55:39 PDT 2001 root@pentarou.parodius.com:/usr/obj/usr/src/sys/PARODIUS-SMP i386 >Description: It seems as if there's some madness going on with some of the cvsup servers. Possibly a corrupt CVS tree, as I have no other explanation for this behaviour. $ rm -fr /usr/ports/www/jakarta-tomcat $ cvsup supfile-ports Connected to cvsup5.FreeBSD.ORG Updating collection ports-all/cvs Checkout ports/www/jakarta-tomcat/Makefile Checkout ports/www/jakarta-tomcat/distinfo Checkout ports/www/jakarta-tomcat/files/patch-aa Checkout ports/www/jakarta-tomcat/files/patch-ab Checkout ports/www/jakarta-tomcat/files/tomcat.sh Checkout ports/www/jakarta-tomcat/pkg-comment Checkout ports/www/jakarta-tomcat/pkg-descr Checkout ports/www/jakarta-tomcat/pkg-plist Finished successfully $ cvsup supfile-ports Connected to cvsup5.FreeBSD.ORG Updating collection ports-all/cvs Delete ports/www/jakarta-tomcat/files Updater failed: Cannot delete "/usr/ports/www/jakarta-tomcat/files": Directory not empty This is happening on the two cvsup servers I use (5 and 7). I have not tried others, but I presume them to have the same problem. This *only* seems to revolve around ports/www/jakarta-tomcat. No other port has this problem. >How-To-Repeat: cvsup from cvsup5.freebsd.org or cvsup7.freebsd.org twice in a row. >Fix: None that I know of. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 26 18:30:30 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E7F5637B42C for ; Sat, 26 May 2001 18:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4R1U3g28254; Sat, 26 May 2001 18:30:03 -0700 (PDT) (envelope-from gnats) Received: from shumai.marcuscom.com (rdu26-228-058.nc.rr.com [66.26.228.58]) by hub.freebsd.org (Postfix) with ESMTP id 642B037B423 for ; Sat, 26 May 2001 18:25:14 -0700 (PDT) (envelope-from marcus@shumai.marcuscom.com) Received: (from marcus@localhost) by shumai.marcuscom.com (8.11.3/8.11.3) id f4R1PUv53198; Sat, 26 May 2001 21:25:30 -0400 (EDT) (envelope-from marcus) Message-Id: <200105270125.f4R1PUv53198@shumai.marcuscom.com> Date: Sat, 26 May 2001 21:25:30 -0400 (EDT) From: marcus@marcuscom.com Reply-To: marcus@marcuscom.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27673: Nwe port: security/pam_ldap Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27673 >Category: ports >Synopsis: New port: security/pam_ldap >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat May 26 18:30:03 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Joe Marcus Clarke >Release: FreeBSD 4.3-RELEASE i386 >Organization: MarcusCom >Environment: System: FreeBSD shumai.marcuscom.com 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Sun May 6 01:46:59 EDT 2001 root@shumai.marcuscom.com:/usr/src/sys/compile/SHUMAI i386 >Description: This is a port of PADL's pam_ldap module to FreeBSD. It supports both LDAPv2 and, optionally, LDAPv3 via the OpenLDAP API. >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: # # pam_ldap # pam_ldap/Makefile # pam_ldap/files # pam_ldap/files/patch-aa # pam_ldap/files/patch-ab # pam_ldap/files/patch-ac # pam_ldap/pkg-plist # pam_ldap/pkg-descr # pam_ldap/pkg-comment # pam_ldap/distinfo # echo c - pam_ldap mkdir -p pam_ldap > /dev/null 2>&1 echo x - pam_ldap/Makefile sed 's/^X//' >pam_ldap/Makefile << 'END-of-pam_ldap/Makefile' X# New ports collection makefile for: pam_ldap X# Date created: 26 May 2001 X# Whom: Joe Clarke X# X# $FreeBSD$ X# X XPORTNAME= pam_ldap XPORTVERSION= 1.0.8 XCATEGORIES= security net XMASTER_SITES= http://www.padl.com/download/ \ X ftp://ftp.padl.com/pub/ XDISTNAME= pam_ldap XEXTRACT_SUFX= .tgz X XMAINTAINER= marcus@marcuscom.com X X.if defined(WITH_LDAP_V3) XLIB_DEPENDS= ldap.2:${PORTSDIR}/net/openldap2 \ X lber.2:${PORTSDIR}/net/openldap2 X.else XLIB_DEPENDS= ldap.1:${PORTSDIR}/net/openldap \ X lber.1:${PORTSDIR}/net/openldap X.endif X XUSE_AUTOCONF= yes XGNU_CONFIGURE= yes XCONFIGURE_ARGS= --prefix=${LOCALBASE} \ X --with-ldap-lib=openldap \ X --with-ldap-dir=${LOCALBASE} \ X --sysconfdir=${LOCALBASE}/etc/pam_ldap X XUSE_GMAKE= yes X XWRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.//g} X Xpost-install: X @${ECHO} "================================================================================" X @${ECHO} "Copy/move/symlink ${PREFIX}/etc/pam_ldap/ldap.conf.dist to" X @${ECHO} "${PREFIX}/etc/pam_ldap/ldap.conf to be able to use it." X @${ECHO} "Add lines like the following to ${ETC}/pam.conf" X @${ECHO} "to get things going:" X @${ECHO} "" X @${ECHO} "login auth sufficient ${PREFIX}/lib/security/pam_ldap.so" X @${ECHO} "================================================================================" X X.include END-of-pam_ldap/Makefile echo c - pam_ldap/files mkdir -p pam_ldap/files > /dev/null 2>&1 echo x - pam_ldap/files/patch-aa sed 's/^X//' >pam_ldap/files/patch-aa << 'END-of-pam_ldap/files/patch-aa' X--- Makefile.in.orig Sat May 26 16:07:21 2001 X+++ Makefile.in Sat May 26 17:09:57 2001 X@@ -380,17 +380,15 @@ X X install-exec-local: pam_ldap.so X @$(NORMAL_INSTALL) X- $(mkinstalldirs) $(DESTDIR)$(libdir)/security X-@EXTENSION_SO_TRUE@ $(INSTALL_PROGRAM) -o root -g root pam_ldap.so $(DESTDIR)$(libdir)/security/pam_ldap.so X-@EXTENSION_SO_FALSE@ $(INSTALL_PROGRAM) -o root -g root pam_ldap.so $(DESTDIR)$(libdir)/security/pam_ldap.so.1 X-@EXTENSION_SO_FALSE@ -rm -f $(DESTDIR)$(libdir)/security/pam_ldap.so X-@EXTENSION_SO_FALSE@ -ln -s $(DESTDIR)$(libdir)/security/pam_ldap.so.1 $(DESTDIR)$(libdir)/security/pam_ldap.so X+ $(mkinstalldirs) $(DESTDIR)$(libdir) X+@EXTENSION_SO_TRUE@ $(INSTALL_PROGRAM) -o root -g wheel pam_ldap.so $(DESTDIR)$(libdir)/pam_ldap.so X+@EXTENSION_SO_FALSE@ $(INSTALL_PROGRAM) -o root -g wheel pam_ldap.so $(DESTDIR)$(libdir)/pam_ldap.so X X install-data-local: X @$(NORMAL_INSTALL) X- @if test ! -f $(DESTDIR)$(sysconfdir)/ldap.conf; then \ X+ @if test ! -f $(DESTDIR)$(sysconfdir)/ldap.conf.dist; then \ X $(mkinstalldirs) $(DESTDIR)$(sysconfdir); \ X- $(INSTALL_DATA) -o root -g root $(srcdir)/ldap.conf $(DESTDIR)$(sysconfdir)/ldap.conf; \ X+ $(INSTALL_DATA) -o root -g wheel $(srcdir)/ldap.conf $(DESTDIR)$(sysconfdir)/ldap.conf.dist; \ X fi X X uninstall-local: END-of-pam_ldap/files/patch-aa echo x - pam_ldap/files/patch-ab sed 's/^X//' >pam_ldap/files/patch-ab << 'END-of-pam_ldap/files/patch-ab' X--- pam_ldap.c.orig Sat May 26 16:06:17 2001 X+++ pam_ldap.c Sat May 26 16:07:05 2001 X@@ -551,7 +551,7 @@ X X /* configuration file location is configurable; default /etc/ldap.conf */ X if (configFile == NULL) X- configFile = "/etc/ldap.conf"; X+ configFile = "/usr/local/etc/pam_ldap/ldap.conf"; X X fp = fopen (configFile, "r"); X END-of-pam_ldap/files/patch-ab echo x - pam_ldap/files/patch-ac sed 's/^X//' >pam_ldap/files/patch-ac << 'END-of-pam_ldap/files/patch-ac' X--- Makefile.am.orig Sat May 26 17:13:48 2001 X+++ Makefile.am Sat May 26 17:20:03 2001 X@@ -8,20 +8,13 @@ X X install-exec-local: pam_ldap.so X @$(NORMAL_INSTALL) X- $(mkinstalldirs) $(DESTDIR)$(libdir)/security X-if EXTENSION_SO X- $(INSTALL_PROGRAM) -o root -g root pam_ldap.so $(DESTDIR)$(libdir)/security/pam_ldap.so X-else X- $(INSTALL_PROGRAM) -o root -g root pam_ldap.so $(DESTDIR)$(libdir)/security/pam_ldap.so.1 X- -rm -f $(DESTDIR)$(libdir)/security/pam_ldap.so X- -ln -s $(DESTDIR)$(libdir)/security/pam_ldap.so.1 $(DESTDIR)$(libdir)/security/pam_ldap.so X-endif X+ $(INSTALL_PROGRAM) -o root -g wheel pam_ldap.so $(DESTDIR)$(libdir)/pam_ldap.so X X install-data-local: X @$(NORMAL_INSTALL) X- @if test ! -f $(DESTDIR)$(sysconfdir)/ldap.conf; then \ X+ @if test ! -f $(DESTDIR)$(sysconfdir)/ldap.conf.dist; then \ X $(mkinstalldirs) $(DESTDIR)$(sysconfdir); \ X- $(INSTALL_DATA) -o root -g root $(srcdir)/ldap.conf $(DESTDIR)$(sysconfdir)/ldap.conf; \ X+ $(INSTALL_DATA) -o root -g wheel $(srcdir)/ldap.conf $(DESTDIR)$(sysconfdir)/ldap.conf.dist; \ X fi X X uninstall-local: END-of-pam_ldap/files/patch-ac echo x - pam_ldap/pkg-plist sed 's/^X//' >pam_ldap/pkg-plist << 'END-of-pam_ldap/pkg-plist' Xlib/pam_ldap.so Xetc/pam_ldap/ldap.conf.dist X@dirrm etc/pam_ldap END-of-pam_ldap/pkg-plist echo x - pam_ldap/pkg-descr sed 's/^X//' >pam_ldap/pkg-descr << 'END-of-pam_ldap/pkg-descr' XThis is a PAM module for authenticating with LDAP. X XWWW: http://www.padl.com/pam_ldap.html END-of-pam_ldap/pkg-descr echo x - pam_ldap/pkg-comment sed 's/^X//' >pam_ldap/pkg-comment << 'END-of-pam_ldap/pkg-comment' XA pam module for authenticating with LDAP END-of-pam_ldap/pkg-comment echo x - pam_ldap/distinfo sed 's/^X//' >pam_ldap/distinfo << 'END-of-pam_ldap/distinfo' XMD5 (pam_ldap.tgz) = 2aaa95a5f4158f0258bd827992b20a36 END-of-pam_ldap/distinfo exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 26 18:33:34 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6500D37B423; Sat, 26 May 2001 18:33:31 -0700 (PDT) (envelope-from greid@FreeBSD.org) Received: (from greid@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4R1XVR28525; Sat, 26 May 2001 18:33:31 -0700 (PDT) (envelope-from greid) Date: Sat, 26 May 2001 18:33:31 -0700 (PDT) From: Message-Id: <200105270133.f4R1XVR28525@freefall.freebsd.org> To: jdc@parodius.com, greid@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27672: Possible corrupt CVS tree in ports? Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Possible corrupt CVS tree in ports? State-Changed-From-To: open->closed State-Changed-By: greid State-Changed-When: Sat May 26 18:32:00 PDT 2001 State-Changed-Why: Please see http://www.freebsd.org/cgi/query-pr.cgi?pr=27495 for a solution to this problem. It usually pays to check the PR database for identical problems before you use send-pr. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27672 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 26 18:40:12 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9C3C737B423 for ; Sat, 26 May 2001 18:40:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4R1e7M28805; Sat, 26 May 2001 18:40:07 -0700 (PDT) (envelope-from gnats) Date: Sat, 26 May 2001 18:40:07 -0700 (PDT) Message-Id: <200105270140.f4R1e7M28805@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "David W. Chapman Jr." Subject: Re: ports/27672: Possible corrupt CVS tree in ports? Reply-To: "David W. Chapman Jr." Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/27672; it has been noted by GNATS. From: "David W. Chapman Jr." To: , Cc: Subject: Re: ports/27672: Possible corrupt CVS tree in ports? Date: Sat, 26 May 2001 20:31:43 -0500 Someone please close this pr since http://www.freebsd.org/cgi/query-pr.cgi?pr=27495 already refers to this problem and shows how to fix it. ----- Original Message ----- From: "Jeremy Chadwick" To: Sent: Saturday, May 26, 2001 8:23 PM Subject: ports/27672: Possible corrupt CVS tree in ports? > > >Number: 27672 > >Category: ports > >Synopsis: Possible corrupt CVS tree in ports? > >Confidential: no > >Severity: serious > >Priority: medium > >Responsible: freebsd-ports > >State: open > >Quarter: > >Keywords: > >Date-Required: > >Class: sw-bug > >Submitter-Id: current-users > >Arrival-Date: Sat May 26 18:30:03 PDT 2001 > >Closed-Date: > >Last-Modified: > >Originator: Jeremy Chadwick > >Release: FreeBSD 4.3-STABLE i386 > >Organization: > Parodius Networking > >Environment: > System: FreeBSD pentarou.parodius.com 4.3-STABLE FreeBSD 4.3-STABLE #0: Sat May 19 19:55:39 PDT 2001 root@pentarou.parodius.com:/usr/obj/usr/src/sys/PARODIUS-SMP i386 > > > >Description: > It seems as if there's some madness going on with some of the > cvsup servers. Possibly a corrupt CVS tree, as I have no other > explanation for this behaviour. > > $ rm -fr /usr/ports/www/jakarta-tomcat > $ cvsup supfile-ports > Connected to cvsup5.FreeBSD.ORG > Updating collection ports-all/cvs > Checkout ports/www/jakarta-tomcat/Makefile > Checkout ports/www/jakarta-tomcat/distinfo > Checkout ports/www/jakarta-tomcat/files/patch-aa > Checkout ports/www/jakarta-tomcat/files/patch-ab > Checkout ports/www/jakarta-tomcat/files/tomcat.sh > Checkout ports/www/jakarta-tomcat/pkg-comment > Checkout ports/www/jakarta-tomcat/pkg-descr > Checkout ports/www/jakarta-tomcat/pkg-plist > Finished successfully > $ cvsup supfile-ports > Connected to cvsup5.FreeBSD.ORG > Updating collection ports-all/cvs > Delete ports/www/jakarta-tomcat/files > Updater failed: Cannot delete "/usr/ports/www/jakarta-tomcat/files": Directory not empty > > This is happening on the two cvsup servers I use (5 and 7). I > have not tried others, but I presume them to have the same > problem. > > This *only* seems to revolve around ports/www/jakarta-tomcat. > No other port has this problem. > > >How-To-Repeat: > cvsup from cvsup5.freebsd.org or cvsup7.freebsd.org twice in a > row. > > >Fix: > None that I know of. > >Release-Note: > >Audit-Trail: > >Unformatted: > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 26 19: 2: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2A30837B422; Sat, 26 May 2001 19:02:06 -0700 (PDT) (envelope-from jim@FreeBSD.org) Received: (from jim@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4R226C30229; Sat, 26 May 2001 19:02:06 -0700 (PDT) (envelope-from jim) Date: Sat, 26 May 2001 19:02:06 -0700 (PDT) From: Message-Id: <200105270202.f4R226C30229@freefall.freebsd.org> To: jim@FreeBSD.org, jim@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27573: The port of ascd dumped core Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: The port of ascd dumped core Responsible-Changed-From-To: jim->freebsd-ports Responsible-Changed-By: jim Responsible-Changed-When: Sat May 26 19:00:30 PDT 2001 Responsible-Changed-Why: I don't have time to look at this, so I turned maintainership and the PR over to ports@FreeBSD.org. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27573 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 26 19:18:56 2001 Delivered-To: freebsd-ports@freebsd.org Received: from gforce.johnson.home (24-216-61-242.hsacorp.net [24.216.61.242]) by hub.freebsd.org (Postfix) with ESMTP id D498A37B422 for ; Sat, 26 May 2001 19:18:47 -0700 (PDT) (envelope-from glennpj@charter.net) Received: (from glenn@localhost) by gforce.johnson.home (8.11.3/8.11.3) id f4R2Iib29855 for ports@freebsd.org; Sat, 26 May 2001 21:18:44 -0500 (CDT) (envelope-from glenn) From: Glenn Johnson Date: Sat, 26 May 2001 21:18:39 -0500 To: ports@freebsd.org Subject: galeon does not build on my system Message-ID: <20010526211839.A26097@gforce.johnson.home> Mail-Followup-To: glenn@FreeBSD.ORG, ports@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Does the galeon-0.10.6 port build for anyone? I am getting failures in the configure step as shown in the log snippet below. ===== configure:3832: checking for Mozilla configure:3846: checking for c++ configure:3878: checking whether the C++ compiler (c++ -O -pipe -march=k6 ) works configure:3894: c++ -o conftest -O -pipe -march=k6 -I/usr/local/include -D_REENTRANT -D_THREAD_SAFE conftest.C -L/usr/local/lib -L/usr/ports/www/galeon/work/galeon-0.10.6 -pthread 1>&5 configure:3920: checking whether the C++ compiler (c++ -O -pipe -march=k6 ) is a cross-compiler configure:3925: checking whether we are using GNU C++ configure:3953: checking whether c++ accepts -g (end of "config.log") *** Error code 1 Stop in /usr/ports/www/galeon. *** Error code 1 Stop in /usr/ports/www/galeon. *** Error code 1 Stop in /usr/ports/www/galeon. ===== -- Glenn Johnson glennpj@charter.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 26 19:30: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7357837B424 for ; Sat, 26 May 2001 19:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4R2U1S36216; Sat, 26 May 2001 19:30:01 -0700 (PDT) (envelope-from gnats) Received: from shumai.marcuscom.com (rdu26-228-058.nc.rr.com [66.26.228.58]) by hub.freebsd.org (Postfix) with ESMTP id 33B7037B422 for ; Sat, 26 May 2001 19:27:08 -0700 (PDT) (envelope-from marcus@shumai.marcuscom.com) Received: (from marcus@localhost) by shumai.marcuscom.com (8.11.3/8.11.3) id f4R2RKX59884; Sat, 26 May 2001 22:27:20 -0400 (EDT) (envelope-from marcus) Message-Id: <200105270227.f4R2RKX59884@shumai.marcuscom.com> Date: Sat, 26 May 2001 22:27:20 -0400 (EDT) From: marcus@marcuscom.com Reply-To: marcus@marcuscom.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27675: Update security/nmap to add nmapfe support Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27675 >Category: ports >Synopsis: Update security/nmap to add nmapfe support >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat May 26 19:30:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Joe Marcus Clarke >Release: FreeBSD 4.3-RELEASE i386 >Organization: MarcusCom >Environment: System: FreeBSD shumai.marcuscom.com 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Sun May 6 01:46:59 EDT 2001 root@shumai.marcuscom.com:/usr/src/sys/compile/SHUMAI i386 >Description: These patches allow for the latest version of nmapfe to be built along side the command line nmap application. This is especially useful as the stand-alone nmapfe port appears to be broken. >How-To-Repeat: >Fix: --- Makefile.orig Sat May 26 22:21:43 2001 +++ Makefile Sat May 26 22:19:33 2001 @@ -21,6 +21,10 @@ .include +.if defined(HAVE_GTK) +USE_GTK= yes +.endif + GNU_CONFIGURE= yes .if ${OSVERSION} < 300004 CFLAGS+= -DDLT_RAW=12 # for obsoleted @@ -31,6 +35,7 @@ @${RM} -rf ${WRKSRC}/libpcap* post-install: + [ -e ${PREFIX}/bin/nmapfe ] || (cd ${PREFIX}/bin ; ${LN} -sf nmap nmapfe) @strip ${PREFIX}/bin/nmap .include --- pkg-plist.orig Sat May 26 22:19:41 2001 +++ pkg-plist Sat May 26 22:19:55 2001 @@ -1,5 +1,6 @@ @comment $FreeBSD: ports/security/nmap/pkg-plist,v 1.11 2001/04/15 01:04:33 obrien Exp $ bin/nmap +bin/nmapfe share/nmap/nmap-os-fingerprints share/nmap/nmap-protocols share/nmap/nmap-services >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 26 19:40:12 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3A99C37B423 for ; Sat, 26 May 2001 19:40:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4R2e5j36634; Sat, 26 May 2001 19:40:05 -0700 (PDT) (envelope-from gnats) Date: Sat, 26 May 2001 19:40:05 -0700 (PDT) Message-Id: <200105270240.f4R2e5j36634@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "David W. Chapman Jr." Subject: Re: ports/27675: Update security/nmap to add nmapfe support Reply-To: "David W. Chapman Jr." Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/27675; it has been noted by GNATS. From: "David W. Chapman Jr." To: , Cc: Subject: Re: ports/27675: Update security/nmap to add nmapfe support Date: Sat, 26 May 2001 21:32:13 -0500 isn't this what /usr/ports/security/nmapfe is for? ----- Original Message ----- From: To: Sent: Saturday, May 26, 2001 9:27 PM Subject: ports/27675: Update security/nmap to add nmapfe support > > >Number: 27675 > >Category: ports > >Synopsis: Update security/nmap to add nmapfe support > >Confidential: no > >Severity: non-critical > >Priority: medium > >Responsible: freebsd-ports > >State: open > >Quarter: > >Keywords: > >Date-Required: > >Class: update > >Submitter-Id: current-users > >Arrival-Date: Sat May 26 19:30:00 PDT 2001 > >Closed-Date: > >Last-Modified: > >Originator: Joe Marcus Clarke > >Release: FreeBSD 4.3-RELEASE i386 > >Organization: > MarcusCom > >Environment: > System: FreeBSD shumai.marcuscom.com 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Sun May 6 01:46:59 EDT 2001 root@shumai.marcuscom.com:/usr/src/sys/compile/SHUMAI i386 > > > > >Description: > These patches allow for the latest version of nmapfe to be built > along side the command line nmap application. This is especially useful > as the stand-alone nmapfe port appears to be broken. > >How-To-Repeat: > > >Fix: > > --- Makefile.orig Sat May 26 22:21:43 2001 > +++ Makefile Sat May 26 22:19:33 2001 > @@ -21,6 +21,10 @@ > > .include > > +.if defined(HAVE_GTK) > +USE_GTK= yes > +.endif > + > GNU_CONFIGURE= yes > .if ${OSVERSION} < 300004 > CFLAGS+= -DDLT_RAW=12 # for obsoleted > @@ -31,6 +35,7 @@ > @${RM} -rf ${WRKSRC}/libpcap* > > post-install: > + [ -e ${PREFIX}/bin/nmapfe ] || (cd ${PREFIX}/bin ; ${LN} -sf nmap nmapfe) > @strip ${PREFIX}/bin/nmap > > .include > > --- pkg-plist.orig Sat May 26 22:19:41 2001 > +++ pkg-plist Sat May 26 22:19:55 2001 > @@ -1,5 +1,6 @@ > @comment $FreeBSD: ports/security/nmap/pkg-plist,v 1.11 2001/04/15 01:04:33 obrien Exp $ > bin/nmap > +bin/nmapfe > share/nmap/nmap-os-fingerprints > share/nmap/nmap-protocols > share/nmap/nmap-services > >Release-Note: > >Audit-Trail: > >Unformatted: > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 26 19:40:21 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BA9B937B424 for ; Sat, 26 May 2001 19:40:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4R2e6D36640; Sat, 26 May 2001 19:40:06 -0700 (PDT) (envelope-from gnats) Date: Sat, 26 May 2001 19:40:06 -0700 (PDT) Message-Id: <200105270240.f4R2e6D36640@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Joe Clarke Subject: Re: ports/27675: Update security/nmap to add nmapfe support Reply-To: Joe Clarke Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/27675; it has been noted by GNATS. From: Joe Clarke To: "David W. Chapman Jr." Cc: Subject: Re: ports/27675: Update security/nmap to add nmapfe support Date: Sat, 26 May 2001 22:33:50 -0400 (EDT) That port is broken. The distfile hasn't been fetchable for a a while. Plus, the version is out of date. The new nmapfe's will be bundled with nmap itself. Joe Clarke On Sat, 26 May 2001, David W. Chapman Jr. wrote: > isn't this what /usr/ports/security/nmapfe is for? > > ----- Original Message ----- > From: > To: > Sent: Saturday, May 26, 2001 9:27 PM > Subject: ports/27675: Update security/nmap to add nmapfe support > > > > > > >Number: 27675 > > >Category: ports > > >Synopsis: Update security/nmap to add nmapfe support > > >Confidential: no > > >Severity: non-critical > > >Priority: medium > > >Responsible: freebsd-ports > > >State: open > > >Quarter: > > >Keywords: > > >Date-Required: > > >Class: update > > >Submitter-Id: current-users > > >Arrival-Date: Sat May 26 19:30:00 PDT 2001 > > >Closed-Date: > > >Last-Modified: > > >Originator: Joe Marcus Clarke > > >Release: FreeBSD 4.3-RELEASE i386 > > >Organization: > > MarcusCom > > >Environment: > > System: FreeBSD shumai.marcuscom.com 4.3-RELEASE FreeBSD 4.3-RELEASE #0: > Sun May 6 01:46:59 EDT 2001 > root@shumai.marcuscom.com:/usr/src/sys/compile/SHUMAI i386 > > > > > > > > >Description: > > These patches allow for the latest version of nmapfe to be built > > along side the command line nmap application. This is especially useful > > as the stand-alone nmapfe port appears to be broken. > > >How-To-Repeat: > > > > >Fix: > > > > --- Makefile.orig Sat May 26 22:21:43 2001 > > +++ Makefile Sat May 26 22:19:33 2001 > > @@ -21,6 +21,10 @@ > > > > .include > > > > +.if defined(HAVE_GTK) > > +USE_GTK= yes > > +.endif > > + > > GNU_CONFIGURE= yes > > .if ${OSVERSION} < 300004 > > CFLAGS+= -DDLT_RAW=12 # for obsoleted > > @@ -31,6 +35,7 @@ > > @${RM} -rf ${WRKSRC}/libpcap* > > > > post-install: > > + [ -e ${PREFIX}/bin/nmapfe ] || (cd ${PREFIX}/bin ; ${LN} -sf nmap > nmapfe) > > @strip ${PREFIX}/bin/nmap > > > > .include > > > > --- pkg-plist.orig Sat May 26 22:19:41 2001 > > +++ pkg-plist Sat May 26 22:19:55 2001 > > @@ -1,5 +1,6 @@ > > @comment $FreeBSD: ports/security/nmap/pkg-plist,v 1.11 2001/04/15 > 01:04:33 obrien Exp $ > > bin/nmap > > +bin/nmapfe > > share/nmap/nmap-os-fingerprints > > share/nmap/nmap-protocols > > share/nmap/nmap-services > > >Release-Note: > > >Audit-Trail: > > >Unformatted: > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-ports" in the body of the message > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 26 20:30:13 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 70EE337B423; Sat, 26 May 2001 20:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4R3U2q41755; Sat, 26 May 2001 20:30:02 -0700 (PDT) (envelope-from gnats) Received: from palle.girgensohn.se (c213.89.165.253.cm-upc.chello.se [213.89.165.253]) by hub.freebsd.org (Postfix) with ESMTP id EA47837B422 for ; Sat, 26 May 2001 20:25:46 -0700 (PDT) (envelope-from girgen@palle.girgensohn.se) Received: (from girgen@localhost) by palle.girgensohn.se (8.11.3/8.11.3) id f4R3Pid44193; Sun, 27 May 2001 05:25:44 +0200 (CEST) (envelope-from girgen) Message-Id: <200105270325.f4R3Pid44193@palle.girgensohn.se> Date: Sun, 27 May 2001 05:25:44 +0200 (CEST) From: girgen@partitur.se Reply-To: girgen@partitur.se To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 X-GNATS-Notify: alex@freebsd.org Subject: ports/27676: databases/postgresql7, fix and upgrade to 7.1.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27676 >Category: ports >Synopsis: databases/postgresql7, fix and upgrade to 7.1.2 >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat May 26 20:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Palle Girgensohn >Release: FreeBSD 4.3-STABLE i386 >Organization: Partitur >Environment: System: FreeBSD palle.girgensohn.se 4.3-STABLE FreeBSD 4.3-STABLE #0: Sat May 19 03:59:57 CEST 2001 girgen@palle.girgensohn.se:/usr/obj/usr/src/sys/STORDATAN i386 >Description: Latest patch to Makefile broke the installation, since (pre|post)-install requires the Makefile.inc file to be included before these targets. I can't reproduce any errors when moving the inclusion to before the pre-extract, but since someone seems to have had problems including the Makefile.inc "before it is created", include it after creating the file but before using it. Maybe this is the best solution? Also, upgrading postgresql to 7.1.2 >How-To-Repeat: Try to install with for example JDBC, the jar will not get installed in share/java/classes as expected. >Fix: cvs remove files/patch-jdbc1-statement and apply this patch: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/databases/postgresql7/Makefile,v retrieving revision 1.81 diff -u -u -r1.81 Makefile --- Makefile 2001/05/24 13:26:47 1.81 +++ Makefile 2001/05/27 01:49:34 @@ -6,7 +6,7 @@ # PORTNAME= postgresql -PORTVERSION= 7.1.1 +PORTVERSION= 7.1.2 CATEGORIES= databases MASTER_SITES= ftp://ftp.iodynamics.com/pub/mirror/postgresql/%SUBDIR%/ \ ftp://ftp.postgresql.org/pub/%SUBDIR%/ \ @@ -87,9 +87,15 @@ NO_OPENSSL="${NO_OPENSSL}" \ DISTNAME="${DISTNAME}" -pre-fetch: +pre-extract: @ ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.postgresql +# We must .include here because we need the Makefile.inc @ pre-install, +# but it is created @ pre-extract +.if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc) +.include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc" +.endif + pre-install: @ ${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGDIR}/pkg-install ${PORTNAME} PRE-INSTALL .if !defined(BATCH) @@ -185,9 +191,5 @@ @ ${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc post-extract: ${POSTEXTRACT} - -.if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc) -.include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc" -.endif .include Index: distinfo =================================================================== RCS file: /home/ncvs/ports/databases/postgresql7/distinfo,v retrieving revision 1.18 diff -u -u -r1.18 distinfo --- distinfo 2001/05/09 06:00:36 1.18 +++ distinfo 2001/05/27 00:46:35 @@ -1,3 +1,3 @@ -MD5 (postgresql/postgresql-base-7.1.1.tar.gz) = 7f579a6274d5b5e251b256c7525f861b -MD5 (postgresql/postgresql-opt-7.1.1.tar.gz) = 3b06dc74de6721a3fcd7c9d8c4c0bce8 -MD5 (postgresql/postgresql-docs-7.1.1.tar.gz) = 9daf2d044b0805aa2d47df769cfa4069 +MD5 (postgresql/postgresql-base-7.1.2.tar.gz) = 06e2a51d5df202b5002b6596636e090f +MD5 (postgresql/postgresql-opt-7.1.2.tar.gz) = a8adc15926348dd4ccee583a6cc55ac2 +MD5 (postgresql/postgresql-docs-7.1.2.tar.gz) = a0c7c074dcdcef092cf548e5fbf13bb5 Index: pkg-plist.doc =================================================================== RCS file: /home/ncvs/ports/databases/postgresql7/pkg-plist.doc,v retrieving revision 1.4 diff -u -u -r1.4 pkg-plist.doc --- pkg-plist.doc 2001/05/09 06:00:36 1.4 +++ pkg-plist.doc 2001/05/27 01:31:13 @@ -154,10 +154,10 @@ share/doc/postgresql/html/lisp.html share/doc/postgresql/html/ln11330.html share/doc/postgresql/html/ln1274.html -share/doc/postgresql/html/ln15154.html +share/doc/postgresql/html/ln15168.html share/doc/postgresql/html/ln24.html -share/doc/postgresql/html/ln24983.html -share/doc/postgresql/html/ln37149.html +share/doc/postgresql/html/ln24997.html +share/doc/postgresql/html/ln37163.html share/doc/postgresql/html/ln8.html share/doc/postgresql/html/lo-funcs.html share/doc/postgresql/html/lo-implementation.html @@ -334,6 +334,7 @@ share/doc/postgresql/html/release-7-0-2.html share/doc/postgresql/html/release-7-0-3.html share/doc/postgresql/html/release-7-0.html +share/doc/postgresql/html/release-7-1-1.html share/doc/postgresql/html/release.html share/doc/postgresql/html/relmodel-formal.html share/doc/postgresql/html/relmodel-oper.html @@ -471,7 +472,7 @@ share/doc/postgresql/html/wal-configuration.html share/doc/postgresql/html/wal-implementation.html share/doc/postgresql/html/wal.html -share/doc/postgresql/html/x14487.html +share/doc/postgresql/html/x14501.html share/doc/postgresql/html/xact-read-committed.html share/doc/postgresql/html/xact-serializable.html share/doc/postgresql/html/xaggr.html Index: files/patch-contrib-retep-build =================================================================== RCS file: /home/ncvs/ports/databases/postgresql7/files/patch-contrib-retep-build,v retrieving revision 1.1 diff -u -u -r1.1 patch-contrib-retep-build --- files/patch-contrib-retep-build 2001/04/21 11:34:33 1.1 +++ files/patch-contrib-retep-build 2001/05/27 01:16:25 @@ -1,10 +1,37 @@ ---- contrib/retep/build.xml~ Fri Mar 16 22:50:36 2001 -+++ contrib/retep/build.xml Wed Apr 18 09:24:20 2001 -@@ -38,6 +38,7 @@ - +=================================================================== +RCS file: /home/projects/pgsql/cvsroot/pgsql/contrib/retep/build.xml,v +retrieving revision 1.4 +retrieving revision 1.5 +diff -u -r1.4 -r1.5 +--- contrib/retep/build.xml 2001/03/11 11:06:59 1.4 ++++ contrib/retep/build.xml 2001/05/16 16:20:51 1.5 +@@ -2,7 +2,7 @@ + + build file to build the donated retep tools packages + +- $Id: build.xml,v 1.4 2001/03/11 11:06:59 petere Exp $ ++ $Id: build.xml,v 1.5 2001/05/16 16:20:51 momjian Exp $ + + --> + +@@ -22,6 +22,11 @@ + + + ++ ++ ++ ++ ++ + + + +@@ -35,7 +40,7 @@ + + + +- ++ -+ - - >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 26 22:34:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 80A2637B422; Sat, 26 May 2001 22:34:08 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4R5Y8B62473; Sat, 26 May 2001 22:34:08 -0700 (PDT) (envelope-from vanilla) Date: Sat, 26 May 2001 22:34:08 -0700 (PDT) From: Message-Id: <200105270534.f4R5Y8B62473@freefall.freebsd.org> To: clkao@clkao.org, vanilla@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27670: New port: devel/p5-Cdk Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New port: devel/p5-Cdk State-Changed-From-To: open->closed State-Changed-By: vanilla State-Changed-When: Sat May 26 22:33:46 PDT 2001 State-Changed-Why: Committed, thanks. Please portlint before your submit it. thanks. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27670 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 26 22:35:48 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A200337B422; Sat, 26 May 2001 22:35:45 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4R5Zjp62964; Sat, 26 May 2001 22:35:45 -0700 (PDT) (envelope-from vanilla) Date: Sat, 26 May 2001 22:35:45 -0700 (PDT) From: Message-Id: <200105270535.f4R5Zjp62964@freefall.freebsd.org> To: petef@databits.net, vanilla@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27618: New port: security/p5-Digest-MD2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New port: security/p5-Digest-MD2 State-Changed-From-To: open->closed State-Changed-By: vanilla State-Changed-When: Sat May 26 22:35:30 PDT 2001 State-Changed-Why: Committed, thanks. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27618 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 26 22:37:34 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 28B9537B63C; Sat, 26 May 2001 22:37:30 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4R5bUc63480; Sat, 26 May 2001 22:37:30 -0700 (PDT) (envelope-from vanilla) Date: Sat, 26 May 2001 22:37:30 -0700 (PDT) From: Message-Id: <200105270537.f4R5bUc63480@freefall.freebsd.org> To: petef@databits.net, vanilla@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27484: New port: net/p5-File-Rsync Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New port: net/p5-File-Rsync State-Changed-From-To: open->closed State-Changed-By: vanilla State-Changed-When: Sat May 26 22:37:17 PDT 2001 State-Changed-Why: Committed, thanks. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27484 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 26 22:41:55 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B139937B62E; Sat, 26 May 2001 22:41:47 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4R5fli64599; Sat, 26 May 2001 22:41:47 -0700 (PDT) (envelope-from vanilla) Date: Sat, 26 May 2001 22:41:47 -0700 (PDT) From: Message-Id: <200105270541.f4R5fli64599@freefall.freebsd.org> To: jesse_mcconnell@hotmail.com, vanilla@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27589: New Port devel/p5-Log-Agent Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New Port devel/p5-Log-Agent State-Changed-From-To: open->closed State-Changed-By: vanilla State-Changed-When: Sat May 26 22:41:36 PDT 2001 State-Changed-Why: Committed, thanks. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27589 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 26 22:43:22 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 62AE937B63C; Sat, 26 May 2001 22:43:17 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4R5hH265079; Sat, 26 May 2001 22:43:17 -0700 (PDT) (envelope-from vanilla) Date: Sat, 26 May 2001 22:43:17 -0700 (PDT) From: Message-Id: <200105270543.f4R5hH265079@freefall.freebsd.org> To: svenasse@polaris.ca, vanilla@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27443: New Port: textproc/p5-Tree-Nary Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New Port: textproc/p5-Tree-Nary State-Changed-From-To: open->closed State-Changed-By: vanilla State-Changed-When: Sat May 26 22:43:04 PDT 2001 State-Changed-Why: Committed, thanks. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27443 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat May 26 23:50:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1D3AC37B423 for ; Sat, 26 May 2001 23:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4R6o3e71782; Sat, 26 May 2001 23:50:03 -0700 (PDT) (envelope-from gnats) Received: from hamster.kyne.com.au (kyneso.lnk.telstra.net [139.130.137.83]) by hub.freebsd.org (Postfix) with ESMTP id F1E3637B423 for ; Sat, 26 May 2001 23:44:13 -0700 (PDT) (envelope-from mark@aeris.kyne.com.au) Received: from aeris.kyne.com.au (root@aeris.kyne.com.au [203.38.180.166]) by hamster.kyne.com.au (8.9.3/8.9.3) with ESMTP id QAA24393 for ; Sun, 27 May 2001 16:14:06 +0930 Received: (from mark@localhost) by aeris.kyne.com.au (8.11.3/8.11.3) id f4R6oDp95585; Sun, 27 May 2001 16:20:13 +0930 (CST) (envelope-from mark) Message-Id: <200105270650.f4R6oDp95585@aeris.kyne.com.au> Date: Sun, 27 May 2001 16:20:13 +0930 (CST) From: mark@kyne.com.au Reply-To: mark@kyne.com.au To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27679: Maintainer update: graphics/isreal: master site changed Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27679 >Category: ports >Synopsis: Maintainer update: graphics/isreal: master site changed >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat May 26 23:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Mark Pulford >Release: FreeBSD 4.3-RELEASE i386 >Organization: none >Environment: System: FreeBSD aeris.kyne.com.au 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Tue Apr 24 02:07:25 CST 2001 root@aeris.kyne.com.au:/usr/obj/usr/src/sys/MAIN i386 >Description: Old master site no longer exists. >How-To-Repeat: Attempt "make fetch".. >Fix: diff -ruN -x CVS /usr/ports/graphics/isreal/Makefile isreal/Makefile --- /usr/ports/graphics/isreal/Makefile Sat Apr 7 15:38:33 2001 +++ isreal/Makefile Sun May 27 16:13:39 2001 @@ -8,7 +8,7 @@ PORTNAME= isreal PORTVERSION= 2.0 CATEGORIES= graphics -MASTER_SITES= ftp://ftp.freeradius.org/pub/isreal/ +MASTER_SITES= ftp://ftp.striker.ottawa.on.ca/pub/isreal/ EXTRACT_SUFX= .tar MAINTAINER= mark@kyne.com.au >Release-Note: >Audit-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 May 27 0: 0:15 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 89A3F37B424 for ; Sun, 27 May 2001 00:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4R702a72378; Sun, 27 May 2001 00:00:02 -0700 (PDT) (envelope-from gnats) Received: from hamster.kyne.com.au (kyneso.lnk.telstra.net [139.130.137.83]) by hub.freebsd.org (Postfix) with ESMTP id 848CA37B423 for ; Sat, 26 May 2001 23:51:31 -0700 (PDT) (envelope-from mark@aeris.kyne.com.au) Received: from aeris.kyne.com.au (root@aeris.kyne.com.au [203.38.180.166]) by hamster.kyne.com.au (8.9.3/8.9.3) with ESMTP id QAA24427 for ; Sun, 27 May 2001 16:21:29 +0930 Received: (from mark@localhost) by aeris.kyne.com.au (8.11.3/8.11.3) id f4R6vba97100; Sun, 27 May 2001 16:27:37 +0930 (CST) (envelope-from mark) Message-Id: <200105270657.f4R6vba97100@aeris.kyne.com.au> Date: Sun, 27 May 2001 16:27:37 +0930 (CST) From: mark@kyne.com.au Reply-To: mark@kyne.com.au To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27680: Maintainer update: games/xsc: update to 1.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27680 >Category: ports >Synopsis: Maintainer update: games/xsc: update to 1.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun May 27 00:00:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Mark Pulford >Release: FreeBSD 4.3-RELEASE i386 >Organization: none >Environment: System: FreeBSD aeris.kyne.com.au 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Tue Apr 24 02:07:25 CST 2001 root@aeris.kyne.com.au:/usr/obj/usr/src/sys/MAIN i386 >Description: Upgrade to version 1.4. >How-To-Repeat: >Fix: diff -ruN -x CVS /usr/ports/games/xsc/Makefile xsc/Makefile --- /usr/ports/games/xsc/Makefile Wed Apr 18 03:09:05 2001 +++ xsc/Makefile Sun May 27 16:21:20 2001 @@ -6,7 +6,7 @@ # PORTNAME= xsc -PORTVERSION= 1.3 +PORTVERSION= 1.4 CATEGORIES= games MASTER_SITES= http://www.panix.com/~mbh/xsc/ diff -ruN -x CVS /usr/ports/games/xsc/distinfo xsc/distinfo --- /usr/ports/games/xsc/distinfo Wed Apr 18 03:09:05 2001 +++ xsc/distinfo Sun May 27 16:22:34 2001 @@ -1 +1 @@ -MD5 (xsc-1.3.tar.gz) = 4b9c605dc94369f5ab93cfd921c70e85 +MD5 (xsc-1.4.tar.gz) = 1e67cd35594ebe2c599c7c0c05e15fca >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message