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

1234567891011

/freebsd-10-stable/contrib/flex/
H A Dversion.h1 #define FLEX_VERSION VERSION
/freebsd-10-stable/libexec/bootpd/
H A Dpatchlevel.h7 #define VERSION "2.4" macro
/freebsd-10-stable/tools/tools/cxgbtool/
H A Dversion.h29 #define VERSION "1.16f" macro
/freebsd-10-stable/contrib/opie/libopie/
H A Dversion.c25 printf("\nOPIE %s (%s)\n\n", VERSION, DATE);
/freebsd-10-stable/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-stable/contrib/ldns/packaging/
H A Dldns-config.in5 VERSION="@PACKAGE_VERSION@"
29 echo "${VERSION}"
/freebsd-10-stable/contrib/ntp/lib/isc/
H A Dversion.c24 const char isc_version[] = VERSION;
/freebsd-10-stable/tests/sys/kqueue/libkqueue/
H A Dconfig.h11 #define VERSION "0.1" macro
/freebsd-10-stable/contrib/ntp/lib/isc/win32/
H A Dversion.c24 LIBISC_EXTERNAL_DATA const char isc_version[] = VERSION;
/freebsd-10-stable/contrib/top/
H A Dversion.c23 sprintf(version, "%d.%d", VERSION, PATCHLEVEL);
H A Dtop.h14 #define VERSION 3 macro
/freebsd-10-stable/release/scripts/
H A Datlas-upload.sh61 VERSION="${OPTARG}"
73 -z "${VERSION}" ];
95 VERSIONRESULT=$(/usr/local/bin/curl -s "${ATLAS_UPLOAD_URL}/api/v1/box/${USERNAME}/${BOX}/version/${VERSION}?access_token=${KEY}")
100 echo $VERSIONRESULT | grep "version/${VERSION}" > /dev/null
102 echo "Creating version: ${VERSION}"
103 /usr/local/bin/curl -s ${ATLAS_UPLOAD_URL}/api/v1/box/${USERNAME}/${BOX}/versions -X POST -d "version[version]=${VERSION}" -d "access_token=${KEY}" > /dev/null
104 /usr/local/bin/curl -s ${ATLAS_UPLOAD_URL}/api/v1/box/${USERNAME}/${BOX}/version/${VERSION} -X PUT -d "version[description]=${DESCRIPTION}" -d "access_token=${KEY}" > /dev/null
105 VERSIONRESULT=$(/usr/local/bin/curl -s "${ATLAS_UPLOAD_URL}/api/v1/box/${USERNAME}/${BOX}/version/${VERSION}?access_token=${KEY}")
106 echo $VERSIONRESULT | grep "version/${VERSION}" > /dev/null
116 PROVIDERRESULT=$(/usr/local/bin/curl -s "${ATLAS_UPLOAD_URL}/api/v1/box/${USERNAME}/${BOX}/version/${VERSION}/provide
[all...]
/freebsd-10-stable/contrib/tcsh/
H A DMakefile.std11 VERSION=6.12
506 rm -f tcsh-${VERSION}.tar.Z
507 rm -rf tcsh-${VERSION}
508 mkdir tcsh-${VERSION} tcsh-${VERSION}/config
509 cp ${ALLSRCS} tcsh-${VERSION}
510 cp ${CONFSRCS} tcsh-${VERSION}/config
511 tar cf - nls/Makefile nls/?*/set?* | (cd tcsh-${VERSION}; tar xpf -)
512 tar cvf - tcsh-${VERSION} | compress > tcsh-${VERSION}
[all...]
H A DMakefile.vms11 VERSION=6.12
481 rm -f tcsh-${VERSION}.tar.Z
482 rm -rf tcsh-${VERSION}
483 mkdir tcsh-${VERSION} tcsh-${VERSION}/config
484 cp ${ALLSRCS} tcsh-${VERSION}
485 cp ${CONFSRCS} tcsh-${VERSION}/config
486 tar cf - nls/Makefile nls/?*/set?* | (cd tcsh-${VERSION}; tar xpf -)
487 tar cvf - tcsh-${VERSION} | compress > tcsh-${VERSION}
[all...]
H A DMakefile.in11 VERSION=@PACKAGE_VERSION@
650 rm -f tcsh-${VERSION}.tar.Z
651 rm -rf tcsh-${VERSION}
652 -mkdir tcsh-${VERSION} tcsh-${VERSION}/config tcsh-${VERSION}/tests
653 cp ${ALLSRCS} tcsh-${VERSION}
654 cp ${CONFSRCS} tcsh-${VERSION}/config
655 tar cf - nls/Makefile nls/?*/set?* | (cd tcsh-${VERSION}; tar xpf -)
656 tar cvf - tcsh-${VERSION} | compres
[all...]
/freebsd-10-stable/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-stable/contrib/openbsm/
H A DMakefile.am23 VERSION
/freebsd-10-stable/contrib/atf/
H A Dconfig.h92 #define VERSION "0.21" macro
/freebsd-10-stable/gnu/lib/libssp/
H A Dconfig.h87 #define VERSION "1.0" macro
/freebsd-10-stable/lib/libelf/
H A Delf_version.c45 LIBELF_SET_ERROR(VERSION, 0);
/freebsd-10-stable/lib/libyaml/
H A Dconfig.h65 #define VERSION "0.1.4" macro
/freebsd-10-stable/sys/tools/
H A Dacpi_quirks2h.awk37 VERSION = $0;
38 gsub("\^# ", "", VERSION)
39 gsub("\\$", "", VERSION)
46 printf(" * %s\n", VERSION) > OUTPUT;
/freebsd-10-stable/gnu/lib/libgomp/
H A Dconfig.h115 #define VERSION "1.0" macro
/freebsd-10-stable/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-stable/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/" \

Completed in 804 milliseconds

1234567891011