From owner-freebsd-ports@FreeBSD.ORG Sun May 14 14:20:30 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E214F16A404 for ; Sun, 14 May 2006 14:20:30 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65BB343D45 for ; Sun, 14 May 2006 14:20:26 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by nz-out-0102.google.com with SMTP id n29so700611nzf for ; Sun, 14 May 2006 07:20:25 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=FImR/swtyQL+J48s9Izop86o+RdE57/Zf7IUwyMVCiUL4N4sinTFpHFacChOs6Sg9dTmfjN7bQB46uG+Jvp0w08YyaINQH7cUnL50/z7ZSuDWQ7B/lo9xvShtjzfTAFYZaVpgbGX4RQqluzApo0XhhfEGEJP2xGM30p9SJsgo54= Received: by 10.64.114.10 with SMTP id m10mr1047111qbc; Sun, 14 May 2006 07:20:25 -0700 (PDT) Received: by 10.65.203.20 with HTTP; Sun, 14 May 2006 07:20:25 -0700 (PDT) Message-ID: Date: Sun, 14 May 2006 18:20:25 +0400 From: "Andrew Pantyukhin" Sender: infofarmer@gmail.com To: "FreeBSD Ports" , "Alex Dupre" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Google-Sender-Auth: 135ca1c7e2a2b65b Cc: Subject: php site-packages/include_path dir? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 14:20:31 -0000 I want to port nusoap (http://sourceforge.net/projects/nusoap/) - just a few *php files, one of them should be included by php scripts. Where can I install the files so that it all works out-of-the-box? I mean so that you don't have to write the whole path in require_once? i see that include path is set to curdir by default, but that can be changed by an additional ini in /usr/local/etc/php. Should I create nusoap.ini there with desired paths? Thanks!