#!/bin/sh # The user may have a tclsh they want to preserve ver=`grep -a awieYJFnsuILOnfsYEW ${PKG_PREFIX}/bin/tclsh 2> /dev/null \ | sed -e 's/.*\*\*//'` if [ ! -e ${PKG_PREFIX}/bin/tclsh ] || [ "$ver" != "" -a "$ver" -lt 002 ] then [ -f ${PKG_PREFIX}/bin/tclsh ] && chmod u+w ${PKG_PREFIX}/bin/tclsh mkdir -p ${PKG_PREFIX}/bin cat > ${PKG_PREFIX}/bin/tclsh <<'EOF' #!/bin/sh # Installed by ports system. id: awieYJFnsuILOnfsYEW**002 # # $FreeBSD$ # ( echo "In FreeBSD, tclsh is named with a version number. This is because" echo "different versions of tclsh are not compatible with each other and" echo "they can not all be called \"tclsh\"! You may need multiple versions" echo "installed because a given port may depend on a specific version." echo echo "On your system, tclsh is installed under at least the following names:" echo for name in $(/bin/ls $(echo $PATH | sed 's/:/ /g') 2> /dev/null | egrep '^(i?tclsh[0-9]+\.[0-9]+(\_r)?([a-z][a-z])?)|otclsh$') do echo $name done [ "$name" = "" ] && echo "No tclsh installations found, sorry." ) 1>&2 exit 1 EOF chmod 555 ${PKG_PREFIX}/bin/tclsh fi sd-ports-gnome/'>freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/audio/mhwaveedit
eletions'>-3/+3
Commit message (Expand)AuthorAgeFilesLines
* - Take maintainershipamdmi32016-05-242-19/+18
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.mat2016-04-011-7/+7
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"amdmi32016-01-131-1/+1
* mark some of the ports that don't build on powerpc64 for meswills2015-12-141-0/+1
* Update portaudio to v19/Remove portaudio2 [1]bapt2015-05-311-2/+2
* Fix detection of libportaudio librariespawel2015-01-251-1/+1
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla intijl2014-12-091-0/+1
* Add math/p5-Bit-Vector-Minimal, a minimalistic variant oftobez2004-07-28