From owner-freebsd-ports@FreeBSD.ORG Sun Dec 28 00:57:32 2008 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0D3A4106564A; Sun, 28 Dec 2008 00:57:32 +0000 (UTC) (envelope-from 240olofsson@telia.com) Received: from av9-1-sn2.hy.skanova.net (av9-1-sn2.hy.skanova.net [81.228.8.179]) by mx1.freebsd.org (Postfix) with ESMTP id C4B758FC13; Sun, 28 Dec 2008 00:57:31 +0000 (UTC) (envelope-from 240olofsson@telia.com) Received: by av9-1-sn2.hy.skanova.net (Postfix, from userid 502) id DCCAB37F02; Sun, 28 Dec 2008 01:34:48 +0100 (CET) Received: from smtp4-2-sn2.hy.skanova.net (smtp4-2-sn2.hy.skanova.net [81.228.8.93]) by av9-1-sn2.hy.skanova.net (Postfix) with ESMTP id A67DE37EFD; Sun, 28 Dec 2008 01:34:48 +0100 (CET) Received: from [192.168.1.31] (90-227-65-237-no41.tbcn.telia.com [90.227.65.237]) by smtp4-2-sn2.hy.skanova.net (Postfix) with ESMTP id 8CC1137E42; Sun, 28 Dec 2008 01:34:48 +0100 (CET) Message-ID: <4956C9A3.3030304@telia.com> Date: Sun, 28 Dec 2008 01:34:43 +0100 From: Roger Olofsson <240olofsson@telia.com> User-Agent: Thunderbird 2.0.0.18 (Windows/20081105) MIME-Version: 1.0 To: farrokhi@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org Subject: FreeBSD Port: tikiwiki-2.2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: raggen@raggens.net List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Dec 2008 00:57:32 -0000 Hello, I have made a small fix to the tikiwiki port. The details are at http://tikiwiki.org/tiki-view_forum_thread.php?comments_parentId=31524&topics_offset=2&topics_sort_mode=lastPost_desc&forumId=6 and here: I have fixed the script fixperms.sh making it usable for FreeBSD 7. Below are the changes to the script - use it with 'su -m www -c "sh fixperms.sh"'. Line 21 UNAME=`uname | cut -c 1-7` .. .. 42 43 if "$UNAME" = "FreeBSD" ; then 44 AUSER=www 45 AGROUP=www 46 fi fixperms.sh is in the tikiwiki root folder. /Roger