search for: bffversion

Displaying 3 results from an estimated 3 matches for "bffversion".

2002 Mar 07
0
OpenSSH-3.1p1 AIX packaging bug [patch]
...2002 *************** *** 15,23 **** PATH=$PATH:`pwd` # set path for external tools export PATH ! ## Extract common info requires for the 'info' part of the package. ! VERSION=`tail -1 ../../version.h | sed -e 's/.*_\([0-9]\)/\1/g' | sed 's/\"$//'` ! BFFVERSION=`echo $VERSION | sed 's/p/./g'` echo "Building BFF for $PKGNAME $VERSION (package version $BFFVERSION)" PKGDIR=package --- 15,34 ---- PATH=$PATH:`pwd` # set path for external tools export PATH ! # ! # Extract common info requires for the 'info' p...
2002 Mar 09
0
OpenSSH-3.1p1 AIX buildbff.sh patch
...* 11,31 **** umask 022 PKGNAME=openssh ! PATH=$PATH:`pwd` # set path for external tools export PATH ! ## Extract common info requires for the 'info' part of the package. ! VERSION=`tail -1 ../../version.h | sed -e 's/.*_\([0-9]\)/\1/g' | sed 's/\"$//'` ! BFFVERSION=`echo $VERSION | sed 's/p/./g'` ! ! echo "Building BFF for $PKGNAME $VERSION (package version $BFFVERSION)" ! PKGDIR=package ! ! # Clean build directory and package file rm -rf $PKGDIR mkdir $PKGDIR - rm -f $PKGNAME-$VERSION.bff if [ ! -f ../../Makefile ] then --- 11,...
2002 Mar 17
1
[patch] AIX package build fixes, please commit
...* 11,31 **** umask 022 PKGNAME=openssh ! PATH=$PATH:`pwd` # set path for external tools export PATH ! ## Extract common info requires for the 'info' part of the package. ! VERSION=`tail -1 ../../version.h | sed -e 's/.*_\([0-9]\)/\1/g' | sed 's/\"$//'` ! BFFVERSION=`echo $VERSION | sed 's/p/./g'` ! ! echo "Building BFF for $PKGNAME $VERSION (package version $BFFVERSION)" ! PKGDIR=package ! ! # Clean build directory and package file rm -rf $PKGDIR mkdir $PKGDIR - rm -f $PKGNAME-$VERSION.bff if [ ! -f ../../Makefile ] then --- 11,...