Searched refs:VERSION (Results 1 - 25 of 207) sorted by relevance

123456789

/freebsd-10.0-release/contrib/flex/
H A Dversion.h1 #define FLEX_VERSION VERSION
/freebsd-10.0-release/libexec/bootpd/
H A Dpatchlevel.h7 #define VERSION "2.4" macro
/freebsd-10.0-release/tools/tools/cxgbtool/
H A Dversion.h29 #define VERSION "1.16f" macro
/freebsd-10.0-release/contrib/opie/libopie/
H A Dversion.c25 printf("\nOPIE %s (%s)\n\n", VERSION, DATE);
/freebsd-10.0-release/contrib/ofed/management/
H A Dmake.dist77 VERSION=`grep "AC_INIT.*$target" $target/configure.in | cut -f 2 -d ',' | sed -e 's/ //g'`
80 if [ -f $TMPDIR/$target-$VERSION.tar.gz ]; then
81 echo "Target $target-$VERSION.tar.gz already exists, please update the version on"
85 if [ ! -z "`git tag -l $target-$VERSION`" ]; then
86 echo "A git tag already exists for $target-$VERSION. Please change the version"
98 git tag -s -m "Auto tag by make.dist on release tarball creation" $target-$VERSION
100 git tag -u "$2" -m "Auto tag by make.dist on release tarball creation" $target-$VERSION
103 git tag -a -m "Auto tag by make.dist on release tarball creation" $target-$VERSION
107 git_rev=`./gen_ver.sh $target | sed -e 's/^'$VERSION'_//'`
108 if [ "$git_rev" = "$VERSION" ] ; the
[all...]
/freebsd-10.0-release/contrib/ntp/include/
H A Dcopyright.def16 eval VERSION=\`sed -e 's/.*,\\[//' -e 's/\\].*//' < ../version.m4\`
17 [ -z "${VERSION}" ] && echo "Cannot determine VERSION" && kill -TERM $AG_pid
18 echo $VERSION`;
/freebsd-10.0-release/contrib/top/
H A Dversion.c20 sprintf(version, "%d.%d", VERSION, PATCHLEVEL);
H A Dtop.h11 #define VERSION 3 macro
/freebsd-10.0-release/tools/regression/kqueue/
H A Dconfig.h11 #define VERSION "0.1" macro
/freebsd-10.0-release/usr.sbin/pc-sysinstall/conf/
H A Dpc-sysinstall.conf79 VERSION="`cat /PCBSDVERSION`"
81 VERSION="UNKNOWN"
84 MIRRORLIST="${NETSERVER}/mirrors-netinstall.php?ver=${VERSION}&arch=${ARCH}"
/freebsd-10.0-release/contrib/openbsm/
H A DMakefile.am27 VERSION
/freebsd-10.0-release/contrib/atf/
H A Dbconfig.h114 #define VERSION "0.16" macro
/freebsd-10.0-release/gnu/lib/libgomp/
H A Dconfig.h109 #define VERSION "1.0" macro
/freebsd-10.0-release/gnu/lib/libssp/
H A Dconfig.h87 #define VERSION "1.0" macro
/freebsd-10.0-release/lib/libelf/
H A Delf_version.c45 LIBELF_SET_ERROR(VERSION, 0);
/freebsd-10.0-release/lib/libyaml/
H A Dconfig.h65 #define VERSION "0.1.4" macro
/freebsd-10.0-release/sys/tools/
H A Dacpi_quirks2h.awk37 VERSION = $0;
38 gsub("\^# ", "", VERSION)
39 gsub("\\$", "", VERSION)
46 printf(" * %s\n", VERSION) > OUTPUT;
/freebsd-10.0-release/crypto/openssl/util/
H A Dcygwin.sh13 VERSION=
25 eval `grep '^VERSION=' Makefile`
26 if [ -z "${VERSION}" ]
29 echo " Check value of variable VERSION in Makefile."
69 README_FILE=${README_DIR}/openssl-${VERSION}.README
135 tar cjf libopenssl${SHLIB_VERSION_NUMBER//[!0-9]/}-${VERSION}-${SUBVERSION}.tar.bz2 \
142 tar cjfT openssl-${VERSION}-${SUBVERSION}.tar.bz2 -
146 tar cjfT openssl-devel-${VERSION}-${SUBVERSION}.tar.bz2 -
148 ls -l openssl-${VERSION}-${SUBVERSION}.tar.bz2
149 ls -l openssl-devel-${VERSION}
[all...]
/freebsd-10.0-release/contrib/apr-util/
H A Dbuildconf107 VERSION=`echo $REVISION | cut -d- -s -f1`
109 if [ "x$VERSION" = "x" ]; then
110 VERSION=$REVISION
113 sed -e "s/APU_VERSION/$VERSION/" -e "s/APU_RELEASE/$RELEASE/" \
/freebsd-10.0-release/etc/ppp/
H A Dppp.conf13 ident user-ppp VERSION
/freebsd-10.0-release/usr.sbin/traceroute/
H A DMakefile36 version.c: ${TRACEROUTE_DISTDIR}/VERSION
38 head -1 ${TRACEROUTE_DISTDIR}/VERSION | \
/freebsd-10.0-release/games/fortune/strfile/
H A Dstrfile.h42 #define VERSION 1 macro
/freebsd-10.0-release/gnu/usr.bin/binutils/objdump/
H A DMakefile12 CFLAGS+= -DBFD_VERSION_STRING=\"${VERSION}\"
/freebsd-10.0-release/share/doc/usd/19.memacros/
H A DMakefile10 version=`cat ${GROFFDIR}/VERSION`
14 sed -e "s;@VERSION@;$(version)$(revision);" ${.ALLSRC} > ${.TARGET}
/freebsd-10.0-release/share/doc/usd/20.meref/
H A DMakefile10 version=`cat ${GROFFDIR}/VERSION`
14 sed -e "s;@VERSION@;$(version)$(revision);" ${.ALLSRC} > ${.TARGET}

Completed in 144 milliseconds

123456789