Searched refs:PACKAGE_VERSION (Results 1 - 25 of 221) sorted by relevance

123456789

/freebsd-current/contrib/ntp/sntp/libpkgver/
H A Dpkgver.h15 #define PKG_VER_LT(x) (colcomp((x), PACKAGE_VERSION) < 0)
16 #define PKG_VER_LE(x) (colcomp((x), PACKAGE_VERSION) <= 0)
17 #define PKG_VER_EQ(x) (colcomp((x), PACKAGE_VERSION) == 0)
18 #define PKG_VER_GE(x) (colcomp((x), PACKAGE_VERSION) >= 0)
19 #define PKG_VER_GT(x) (colcomp((x), PACKAGE_VERSION) > 0)
/freebsd-current/contrib/atf/atf-c++/detail/
H A Dversion_helper.cpp39 std::cout << PACKAGE_VERSION << "\n"; local
/freebsd-current/contrib/atf/atf-c/detail/
H A Dversion_helper.c41 printf("%s\n", PACKAGE_VERSION);
/freebsd-current/contrib/xz/doxygen/
H A Dupdate-doxygen43 PACKAGE_VERSION=`cd .. && sh build-aux/version.sh` || exit 1
60 echo "PROJECT_NUMBER = $PACKAGE_VERSION"
89 echo "PROJECT_NUMBER = $PACKAGE_VERSION"
/freebsd-current/contrib/ntp/ntpsnmpd/
H A Dntp_snmp.h32 #ifdef PACKAGE_VERSION
33 # undef PACKAGE_VERSION macro
/freebsd-current/contrib/atf/
H A Dconfig.h86 #define PACKAGE_VERSION "0.21" macro
/freebsd-current/contrib/ofed/libibmad/
H A Dconfig.h74 #define PACKAGE_VERSION "1.3.13" macro
/freebsd-current/contrib/ofed/opensm/
H A Dconfig.h121 #define PACKAGE_VERSION "3.3.20" macro
/freebsd-current/contrib/ofed/infiniband-diags/
H A Dconfig.h116 #define PACKAGE_VERSION "1.6.7" macro
/freebsd-current/contrib/ofed/libibnetdisc/
H A Dconfig.h116 #define PACKAGE_VERSION "1.6.7" macro
/freebsd-current/usr.bin/kyua/
H A Dconfig.h113 #define PACKAGE_VERSION "0.13" macro
/freebsd-current/sys/contrib/openzfs/scripts/
H A Ddkms.mkconf25 PACKAGE_VERSION="${pkgver}"
65 -v \${PACKAGE_VERSION}
/freebsd-current/contrib/libxo/
H A DMakefile.am37 GH_PAGES_DIR_VER = gh-pages/${PACKAGE_VERSION}
38 PACKAGE_FILE = ${PACKAGE_TARNAME}-${PACKAGE_VERSION}.tar.gz
49 @echo " gt tag ${PACKAGE_VERSION}"
62 && git add ${PACKAGE_VERSION}/html \
64 libxo.html ${PACKAGE_VERSION}/html \
74 && git add ${PACKAGE_VERSION}/xohtml \
76 ${PACKAGE_VERSION}/xohtml \
94 GH_PACKAGING_DIR = ${PACKAGE_VERSION}/packaging
/freebsd-current/lib/libpcap/
H A Dconfig.h195 #define PACKAGE_VERSION "1.10.4" macro
/freebsd-current/usr.bin/lex/
H A Dconfig.h230 #define PACKAGE_VERSION "2.6.4" macro
/freebsd-current/lib/libexpat/
H A Dexpat_config.h101 #define PACKAGE_VERSION "2.6.0" macro
/freebsd-current/contrib/openbsm/config/
H A Dconfig.h246 #define PACKAGE_VERSION "1.2-alpha5" macro
/freebsd-current/lib/libxo/libxo/
H A Dxo_config.h224 #define PACKAGE_VERSION "1.6.0" macro
/freebsd-current/bin/csh/
H A Dconfig.h224 #define PACKAGE_VERSION "6.18.01" macro
/freebsd-current/tests/sys/pjdfstest/
H A Dconfig.h167 #define PACKAGE_VERSION "0.1" macro
/freebsd-current/usr.sbin/tcpdump/tcpdump/
H A Dconfig.h249 #define PACKAGE_VERSION "4.99.4" macro
/freebsd-current/contrib/openpam/freebsd/
H A DMakefile.in4 PORTVERSION= @PACKAGE_VERSION@
/freebsd-current/usr.bin/less/
H A Ddefines.h449 #define PACKAGE_VERSION "1" macro
/freebsd-current/lib/clang/include/llvm/Config/
H A Dconfig.h350 #define PACKAGE_VERSION "18.1.5" macro
/freebsd-current/usr.bin/bmake/
H A Dconfig.h294 #define PACKAGE_VERSION "20240314" macro

Completed in 306 milliseconds

123456789