Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 May 2005 19:59:47 +0000
From:      hannes.hauswedell@gmail.com
To:        freebsd-bugs@freebsd.org
Subject:   make search bug...
Message-ID:  <200505231959.48190.hannes.hauswedell@gmail.com>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505231959.48190.hannes.hauswedell>