From owner-freebsd-bugs@FreeBSD.ORG Mon May 23 17:45:32 2005 Return-Path: X-Original-To: freebsd-bugs@freebsd.org Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 22D9216A41C for ; Mon, 23 May 2005 17:45:32 +0000 (GMT) (envelope-from hannes.hauswedell@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id C82A243D4C for ; Mon, 23 May 2005 17:45:31 +0000 (GMT) (envelope-from hannes.hauswedell@gmail.com) Received: by zproxy.gmail.com with SMTP id 34so1674712nzf for ; Mon, 23 May 2005 10:45:31 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:user-agent:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=Rsq6yV4D908n7ucatuaHvADZbyKY26WcFRk6n6NRshdCmAfWpu8kY6r0Oz15/ag3zy76M1t5TUXiPaUYXg9MbO+1Q5posVLcqiHyKKlSeZVdaebfXGTbAgrahdA89jopy30PveOEwWLYvvTTZmnXqv2IG9crqtW+dhhmisrg7bk= Received: by 10.36.57.20 with SMTP id f20mr1488929nza; Mon, 23 May 2005 10:45:31 -0700 (PDT) Received: from ?192.168.2.81? ([80.136.215.46]) by mx.gmail.com with ESMTP id 7sm1285485nzn.2005.05.23.10.45.30; Mon, 23 May 2005 10:45:30 -0700 (PDT) From: hannes.hauswedell@gmail.com To: freebsd-bugs@freebsd.org Date: Mon, 23 May 2005 19:59:47 +0000 User-Agent: KMail/1.8 MIME-Version: 1.0 Message-Id: <200505231959.48190.hannes.hauswedell@gmail.com> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: make search bug... X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 May 2005 17:45:32 -0000 hi everyone! i am currently writing a kde-frontend for the ports system and i found a bug in ports' make search....i am not sure who is responsible for this kinda stuff so i'll just post it here. i think its best explained in an example: # cd /usr/ports # make search path=/usr/ports/arabic/katoob display=name will return: Port: ar-katoob-0.3.5_6 but if path contains a plus ("+") followed by another character the search will fail, e.g: # make search path=/usr/ports/audio/timidity++ display=name works BUT # make search path=/usr/ports/audio/timidity++-gtk display=name will return no results... single-quoting or double-quoting the path doesnt help either.... thanks oh btw. i am not subscribed to the list(too many mailinglists...;) ) so if someone want to reply to me plz write to my emailaddress, thanks