Home
last modified time | relevance | path

Searched refs:PGDIR (Results 1 – 25 of 58) sorted by relevance

123

/dports/www/davical/davical-9da21ad116a2913bf788bd4b0b8c58c0de83d9da/dba/windows/
H A Dcreate-database.bat32 if DEFINED PGDIR (
36 set PGDIR="c:\Program Files\PostgreSQL\9.3\bin" variable
39 echo PGDIR=%PGDIR%
40 rem set PGDIR=%PGLOCALEDIR%\..\..\bin variable
54 %PGDIR%\createdb -E UTF8 -T template0 -U %USERNAME% %DBNAME%
62 %PGDIR%\createlang -U %USERNAME% plpgsql %DBNAME%
73 %PGDIR%\psql -q -f %AWLDIR%/awl-tables.sql %DBNAME% %USERNAME% 2>&1
80 %PGDIR%\psql -q -f %DBADIR%\davical.sql %DBNAME% %USERNAME% 2>&1
106 %PGDIR%\psql -q -f %DBADIR%/caldav_functions.sql %DBNAME% %USERNAME%
110 %PGDIR%\psql -q -f %DBADIR%/rrule_functions.sql %DBNAME% %USERNAME%
[all …]
/dports/databases/libpg_query/libpg_query-10-1.0.4/
H A DMakefile5 PGDIR = $(root_dir)/tmp/postgres macro
46 -@ $(RM) -r $(PGDIR) $(PGDIRBZ2)
50 $(PGDIR):
53 mv $(root_dir)/postgresql-$(PG_VERSION) $(PGDIR)
54 cd $(PGDIR); patch -p1 < $(root_dir)/patches/01_parse_replacement_char.patch
55 cd $(PGDIR); CFLAGS="$(PG_CFLAGS)" ./configure $(PG_CONFIGURE_FLAGS)
56 cd $(PGDIR); make -C src/port pg_config_paths.h
59 extract_source: $(PGDIR)
63 ruby ./scripts/extract_source.rb $(PGDIR)/ ./src/postgres/
64 cp $(PGDIR)/src/include/storage/dsm_impl.h ./src/postgres/include/storage
[all …]
/dports/databases/py-pglast/pglast-1.2/libpg_query/
H A DMakefile5 PGDIR = $(root_dir)/tmp/postgres macro
46 -@ $(RM) -r $(PGDIR) $(PGDIRBZ2)
50 $(PGDIR):
53 mv $(root_dir)/postgresql-$(PG_VERSION) $(PGDIR)
54 cd $(PGDIR); patch -p1 < $(root_dir)/patches/01_parse_replacement_char.patch
55 cd $(PGDIR); CFLAGS="$(PG_CFLAGS)" ./configure $(PG_CONFIGURE_FLAGS)
56 cd $(PGDIR); make -C src/port pg_config_paths.h
57 …cd $(PGDIR); make -C src/backend parser-recursive # Triggers copying of includes to where they bel…
59 extract_source: $(PGDIR)
63 ruby ./scripts/extract_source.rb $(PGDIR)/ ./src/postgres/
[all …]
/dports/databases/pgadmin3/pgadmin3-1.22.2/pkg/src/
H A Dbuild-tarball16 PGDIR=/usr/local/pgsql
18 export PATH PGDIR WXDIR
43 ./configure --with-pgsql=$PGDIR --with-wx=$WXDIR --enable-static --enable-debug
H A Dbuild-tarball.in16 PGDIR=/usr/local/pgsql
18 export PATH PGDIR WXDIR
43 ./configure --with-pgsql=$PGDIR --with-wx=$WXDIR --enable-static --enable-debug
/dports/www/pglogd/pglogd-2.3/
H A DMakefile34 PGDIR = ${PREFIX} macro
41 CFLAGS+= -I${PGDIR}/include
42 LDFLAGS+= -L${PGDIR}/lib
/dports/emulators/bochs/bochs-2.7/build/win32/nsis/
H A Dbochs.nsi.in53 !define PGDIR "$SMPROGRAMS\Bochs ${VERSION}" definition
194 SetOutPath "${PGDIR}"
201 CreateShortCut "${PGDIR}\Readme.lnk" \
213 CreateShortCut "${PGDIR}\NIC Lister.lnk" \
216 WriteINIStr "${PGDIR}\Help.url" \
219 WriteINIStr "${PGDIR}\Home Page.url" \
222 CreateShortCut "${PGDIR}\${NAME} Folder.lnk" \
225 CreateShortCut "${PGDIR}\Uninstall Bochs.lnk" \
315 Delete "${PGDIR}\*.lnk"
316 Delete "${PGDIR}\*.url"
[all …]
/dports/databases/pgadmin3/pgadmin3-1.22.2/pkg/slackware/
H A Dbuild-release.in18 PGDIR=/usr/local/pgsql
20 export PATH PGDIR WXDIR
24 --with-pgsql=$PGDIR --with-wx=$WXDIR --enable-static --enable-release \
H A Dbuild-release18 PGDIR=/usr/local/pgsql
20 export PATH PGDIR WXDIR
24 --with-pgsql=$PGDIR --with-wx=$WXDIR --enable-static --enable-release \
H A Dbuild-snapshot16 PGDIR=/usr/local/pgsql
18 export PATH PGDIR WXDIR
37 --with-pgsql=$PGDIR --with-wx=$WXDIR --enable-static --enable-debug \
/dports/databases/grass7/grass-7.8.6/lib/python/pygrass/rpc/
H A DMakefile9 PGDIR = $(GDIR)/pygrass macro
10 DSTDIR= $(PGDIR)/rpc
/dports/databases/grass7/grass-7.8.6/lib/python/pygrass/messages/
H A DMakefile9 PGDIR = $(GDIR)/pygrass macro
10 DSTDIR= $(PGDIR)/messages
/dports/databases/grass7/grass-7.8.6/lib/python/pygrass/gis/
H A DMakefile9 PGDIR = $(GDIR)/pygrass macro
10 DSTDIR= $(PGDIR)/gis
/dports/databases/grass7/grass-7.8.6/lib/python/pygrass/modules/grid/
H A DMakefile9 PGDIR = $(GDIR)/pygrass macro
10 DSTDIR= $(PGDIR)/modules/grid
/dports/databases/grass7/grass-7.8.6/lib/python/pygrass/shell/
H A DMakefile9 PGDIR = $(GDIR)/pygrass macro
10 DSTDIR= $(PGDIR)/shell
/dports/databases/grass7/grass-7.8.6/lib/python/pygrass/tests/
H A DMakefile9 PGDIR = $(GDIR)/pygrass macro
10 DSTDIR= $(PGDIR)/tests
/dports/databases/grass7/grass-7.8.6/lib/python/pygrass/raster/
H A DMakefile9 PGDIR = $(GDIR)/pygrass macro
10 DSTDIR= $(PGDIR)/raster
/dports/databases/grass7/grass-7.8.6/lib/python/pygrass/modules/interface/
H A DMakefile9 PGDIR = $(GDIR)/pygrass macro
10 DSTDIR= $(PGDIR)/modules/interface
/dports/databases/grass7/grass-7.8.6/lib/python/pygrass/vector/
H A DMakefile9 PGDIR = $(GDIR)/pygrass macro
10 DSTDIR= $(PGDIR)/vector
/dports/databases/grass7/grass-7.8.6/lib/python/pygrass/modules/
H A DMakefile9 PGDIR = $(GDIR)/pygrass macro
10 DSTDIR= $(PGDIR)/modules
/dports/databases/pg_repack/pg_repack-ver_1.4.7/regress/
H A Dtravis_prepare.sh6 export PGDIR="/usr/lib/postgresql/$PACKAGE"
9 export PGBIN="$PGDIR/bin"
/dports/games/libretro-mu/Mu-ff746b8/include/
H A DdbvzRegisterNames.c.h72 #define PGDIR 0x430/*Port G Direction Register*/ macro
/dports/games/libretro-mu/Mu-ff746b8/tools/palm/hwTestSuite/
H A DdbvzRegisterNames.h75 #define PGDIR 0x430/*Port G Direction Register*/ macro
/dports/databases/pgadmin3/pgadmin3-1.22.2/pkg/win32/
H A DMake.bat61 %WIXDIR%\candle -nologo -dWXDIR="%WXWIN%" -dPGDIR="%PGDIR%" -dPGBUILD="%PGBUILD%" -dBUILDTREE="%BUI…
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/powerpc/kernel/
H A Dhead_44x.S331 lwz r11,PGDIR(r11)
441 lwz r11,PGDIR(r11)
572 lwz r11,PGDIR(r11)
669 lwz r11,PGDIR(r11)

123