From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 16 15:50:14 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E2F2116A444 for ; Fri, 16 Sep 2005 15:50:14 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95C0443D45 for ; Fri, 16 Sep 2005 15:50:14 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j8GFoEYL031228 for ; Fri, 16 Sep 2005 15:50:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j8GFoEIn031227; Fri, 16 Sep 2005 15:50:14 GMT (envelope-from gnats) Date: Fri, 16 Sep 2005 15:50:14 GMT Message-Id: <200509161550.j8GFoEIn031227@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: loader Cc: Subject: Re: ports/86204: Update port: www/interchange update interchange from 4.8.7 to 5.2.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: loader List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 15:50:15 -0000 The following reply was made to PR ports/86204; it has been noted by GNATS. From: loader To: Sergey Matveychuk Cc: bug-followup@FreeBSD.org, loader@freebsdmall.com Subject: Re: ports/86204: Update port: www/interchange update interchange from 4.8.7 to 5.2.0 Date: Fri, 16 Sep 2005 23:48:32 +0000 Sergey Matveychuk writes: > === Checking filesystem state > list of extra files and directories in / (not present before this port > was installed but present after it was deinstalled) Thank you for your quick reponse. I attach the new patch. > 7844768 12 -r--r--r-- 1 root wheel 4365 Sep 16 > 13:56 usr/local/lib/perl5/5.8.7/man/man3/Vend::SQL_Parser.3 > 7844771 8 -r--r--r-- 1 root wheel 3773 Sep 16 > 13:56 usr/local/lib/perl5/5.8.7/man/man3/Vend::UserDB.3 > 7844774 8 -r--r--r-- 1 root wheel 3779 Sep 16 > 13:56 usr/local/lib/perl5/5.8.7/man/man3/Tie::ShadowHash.3 > 7844780 8 -r--r--r-- 1 root wheel > ... [a lot more here] ... These files has been added into pkg-plist. > 2995872 8 -rw-r--r-- 1 interch interch 3792 Sep 16 > 13:56 usr/local/interchange/locale.error This is also added into pkg-plist. > 2995368 4 drwxr-xr-x 4 interch interch 512 Sep 16 > 13:57 usr/local/interchange > 2995870 4 -rw-r--r-- 1 interch interch 1 Sep 16 > 13:56 usr/local/interchange/error.log > 3371490 4 drwxr-xr-x 2 interch interch 512 Sep 16 > 13:57 usr/local/interchange/etc The user custom defined shopping cart will be in the interchange/catalogs, and user defined config files (e.g. interchange.cfg) and error.log is the Interchange server log. So I didn't add them into pkg-plist. > 3372446 4 drwxr-xr-x 2 interch interch 512 Sep 16 > 13:57 usr/local/interchange/src Users need to run the command ${PREFIX}/bin/compile_link to compile the vlink.c/tlink.c in the "src" directory and copy them to the www/cgi-bin by themself according to their own shopping cart. there're maybe some temporary files in it. Thank you. loader