Ports not escape plus signal in make search. Fix: cd /usr/ports ; make search name="apache\\+mod_ssl-1.3.33\\+2.8.22_1" or This small path add gsub + per \+, --------------------------------------- /usr/ports# make search name="apache+mod_ssl-1.3.33+2.8.22_1" Port: apache+mod_ssl-1.3.33+2.8.22_1 Path: /usr/ports/www/apache13-modssl Info: The Apache 1.3 webserver with SSL/TLS functionality Maint: dinoex@FreeBSD.org B-deps: expat-1.95.8_3 mm-1.3.1 perl-5.8.7 R-deps: expat-1.95.8_3 mm-1.3.1 WWW: http://www.apache.org/--XKIVW3D7Ruud6herCCaupiIPT6KXkC4DJGbf9OPqpyrzmucA Content-Type: text/plain; name="file.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="file.diff" *** bsd.port.subdir.mk Mon Feb 28 18:09:04 2005 --- bsd.port.subdir.mk.diff Fri Sep 2 08:37:36 2005 *************** *** 365,370 **** --- 365,371 ---- -v xkeylim="$${xkeylim:-${PORTSEARCH_XKEYLIM}}" \ -v display="$${display:-${PORTSEARCH_DISPLAY_FIELDS}}" \ 'BEGIN { \ + gsub(/\+/,"\\+",name);\ if (substr(there, 1, length(top)) == top) \ there = "${PORTSDIR}" substr(there, 1 + length(top)); \ therelen = length(there); \ ----------------------------------------- How-To-Repeat: cd /usr/ports ; make search name="apache+mod_ssl-1.3.33+2.8.22_1"
Responsible Changed From-To: freebsd-ports-bugs->portmgr Ports infrastructure
State Changed From-To: open->analyzed Added to exp build. Thanks
State Changed From-To: analyzed->closed Committed. Thanks!