Home
last modified time | relevance | path

Searched refs:SVN_REV (Results 1 – 25 of 55) sorted by path

123

/dports/devel/ada-util/ada-util-b6612400/src/
H A Dutil.ads26 SVN_REV : constant Positive := 723; constant
H A Dutil.gpb26 SVN_REV : constant Positive := $REVISION;
/dports/devel/codeblocks/codeblocks-20.03/
H A Dconfigure.ac413 AC_SUBST(REVISION, SVN_REV)
H A Drevision.m41 m4_define([SVN_REV], 11997) macro
/dports/devel/codeblocks/codeblocks-20.03/debian/
H A Dget-orig-source-from-svn67SVN_REV=`svn --xml info | tr -d '\r\n' | sed -e 's/.*<commit.*revision="\([0-9]*\)".*<\/commit>.*/…
69 SVN_REV=`svn info | grep "^Revision:" | cut -d" " -f2`
71 SVN_REV=0
74 if [ "$SVN_REV" -eq "0" ]; then
79 CODEBLOCKS_ORIG_TARBALL=codeblocks_$CODEBLOCKS_BASE_VERSION$SVN_REV.orig.tar.gz
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/
H A DCHANGELOG.md1699 * fix(infrastructure) emoved SVN_REV from files and replaced Commit with commit_hash #331
1706 * fix(infrastructure) SVN_REV and added branch name in version file #331
/dports/emulators/jzintv/jzintv-20200712-src/src/
H A DMakefile.common14 SVN_REV ?= 0
17 CFLAGS += -DJZINTV_SVN_REV=$(SVN_REV) -DJZINTV_SVN_DTY=$(SVN_DTY)
19 CXXFLAGS += -DJZINTV_SVN_REV=$(SVN_REV) -DJZINTV_SVN_DTY=$(SVN_DTY)
H A DMakefile.emscripten_sdl126 SVN_REV := $(shell (svn info -R || :) | grep "Last Changed Rev:" | cut -d' ' -f4 | sort -n | tail -…
H A DMakefile.emscripten_sdl226 SVN_REV := $(shell (svn info -R || :) | grep "Last Changed Rev:" | cut -d' ' -f4 | sort -n | tail -…
H A DMakefile.n90021 SVN_REV := $(shell (svn info -R || :) | grep "Last Changed Rev:" | cut -d' ' -f4 | sort -n | tail -…
H A DMakefile.osx_local_sdl1225 SVN_REV := $(shell (svn info -R || :) | grep "Last Changed Rev:" | cut -d' ' -f4 | sort -n | tail -…
H A DMakefile.w32_sdl126 SVN_REV := $(shell (svn info -R || :) | grep "Last Changed Rev:" | cut -d' ' -f4 | sort -n | tail -…
H A DMakefile.w32_sdl226 SVN_REV := $(shell (svn info -R || :) | grep "Last Changed Rev:" | cut -d' ' -f4 | sort -n | tail -…
/dports/emulators/jzintv/jzintv-20200712-src/src/buildcfg/
H A D90-svn.mak7 SVN_REV := $(shell ./buildcfg/svn_rev.sh) macro
/dports/emulators/qmc2/qmc2-0.195_4/qmc2/
H A DMakefile572 ifndef SVN_REV
573 SVN_REV=$(shell $(SVNVERSION) 2>&1 | $(SED) -e "s/[MS]//g" -e "s/^[[:digit:]]*://" | $(GREP) "^[0-9… macro
576 SVN_REV=0 macro
611 DEFINES = DEFINES+=QMC2_$(QMC2_EMULATOR) QMC2_VERSION=$(VERSION) QMC2_SVN_REV=$(SVN_REV) BUILD_OS_N…
837 QCHDMAN_DEFINES = DEFINES+=QCHDMAN_RELEASE QCHDMAN_SVN_REV=$(SVN_REV)
840 QCHDMAN_DEFINES = DEFINES+=QCHDMAN_DEBUG QCHDMAN_SVN_REV=$(SVN_REV)
911 ARCADE_DEFINES = DEFINES+=QMC2_ARCADE_RELEASE QMC2_ARCADE_SVN_REV=$(SVN_REV)
914 ARCADE_DEFINES = DEFINES+=QMC2_ARCADE_DEBUG QMC2_ARCADE_SVN_REV=$(SVN_REV)
/dports/emulators/qmc2/qmc2-0.195_4/qmc2/arcade/
H A Dqmc2-arcade.pro179 greaterThan(SVN_REV, 0) {
180 DEFINES += QMC2_ARCADE_SVN_REV=$$SVN_REV
/dports/emulators/qmc2/qmc2-0.195_4/qmc2/pkg-specs/Debian/
H A Drelease.sh14 SVN_REV=`svnversion 2>&1 | sed -r -e "s/[MS]//g" -e "s/^[[:digit:]]*://"`
32 PPA_VERSION=+ppa2~${UBUNTU_VERSION_NAME}+${MAJOR_VERSION}.${MINOR_VERSION}~svn${SVN_REV}
/dports/emulators/qmc2/qmc2-0.195_4/qmc2/scripts/
H A Dgenerate-vcprojects.bat37 set SVN_REV=0 variable
66 set SVN_REV=%%a variable
70 if "%SVN_REV%" neq "0" echo The current SVN revision is %SVN_REV%.
85 set QMC2_MAME_DEFINES="DEFINES+=QMC2_VERSION=%VERSION% QMC2_SVN_REV=%SVN_REV% BUILD_OS_NAME=Windows…
86 set QMC2_MAME_DEFINES_64="DEFINES+=QMC2_VERSION=%VERSION% QMC2_SVN_REV=%SVN_REV% BUILD_OS_NAME=Wind…
99 set QMC2_ARCADE_DEFINES="DEFINES+=SVN_REV=%SVN_REV% QMC2_ARCADE_LIBARCHIVE_ENABLED QMC2_ARCADE_BUND…
112 set QCHDMAN_DEFINES="DEFINES+=SVN_REV=%SVN_REV%"
/dports/emulators/qmc2/qmc2-0.195_4/qmc2/tools/qchdman/
H A Dqchdman.pro24 greaterThan(SVN_REV, 0) {
25 DEFINES += QCHDMAN_SVN_REV=$$SVN_REV
/dports/emulators/visualboyadvance-m/visualboyadvance-m-VBA-M_Beta_2/src/
H A Dversion.h27 #ifdef SVN_REV
28 #define SVN_REV_STR SVN_REV
/dports/finance/gnucash/gnucash-4.9/
H A DChangeLog.20062148 cope with current HEAD. * Replace g-wrap by swig * Bump SVN_REV
/dports/ftp/filezilla/filezilla-3.55.1/src/putty/windows/
H A Dversion.rc246 /* Make SVN_REV mandatory for snapshots, to avoid issuing binary
48 #if (!defined SVN_REV) || (SVN_REV == 0)
49 #error SVN_REV not defined/nonzero for snapshot build
52 #define VERSION_TEXT "Development snapshot " STR(SNAPSHOT) ":r" STR(SVN_REV)
53 #define BINARY_VERSION BASE_VERSION,SVN_REV,0
/dports/games/0ad/0ad-0.0.23b-alpha/build/workspaces/
H A Dbuild-osx-bundle.sh85 SVN_REV=`svnversion -n ../..`
92 echo L\"${SVN_REV}-release\" > build/svn_revision/svn_revision.txt
/dports/games/crossfire-client/crossfire-client-1.75.1/
H A DChangeLog3035 configure.in, common/Makefile.am: Generate svnversion.h to define SVN_REV from
3037 common/version.h: Add FULL_VERSION macro, to include SVN_REV if avaliable.
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Dd_main.c278 #ifndef SVN_REV
279 #define SVN_REV "1567" macro
286 static const char VERSIONSTRING[] = "(rev " SVN_REV ")";

123