3 changed files with 62 additions and 2 deletions
@ -0,0 +1,26 @@ |
|||||||
|
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
|
||||||
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
||||||
|
#
|
||||||
|
# Filename: package/.../pg_filedump/make_patch.diff
|
||||||
|
# Copyright (C) 2007 The OpenSDE Project
|
||||||
|
#
|
||||||
|
# More information can be found in the files COPYING and README.
|
||||||
|
#
|
||||||
|
# This patch file is dual-licensed. It is available under the license the
|
||||||
|
# patched project is licensed under, as long as it is an OpenSource license
|
||||||
|
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
|
||||||
|
# of the GNU General Public License as published by the Free Software
|
||||||
|
# Foundation; either version 2 of the License, or (at your option) any later
|
||||||
|
# version.
|
||||||
|
# --- SDE-COPYRIGHT-NOTE-END ---
|
||||||
|
|
||||||
|
--- ./contrib/Makefile.orig 2007-11-22 17:32:55.000000000 +0200
|
||||||
|
+++ ./contrib/Makefile 2007-11-22 17:34:04.000000000 +0200
|
||||||
|
@@ -22,6 +22,7 @@
|
||||||
|
pg_buffercache \
|
||||||
|
pg_freespacemap \
|
||||||
|
pg_trgm \
|
||||||
|
+ pg_filedump-8.2 \
|
||||||
|
pgbench \
|
||||||
|
pgcrypto \
|
||||||
|
pgrowlocks \
|
@ -1 +1,17 @@ |
|||||||
# This is deliberatly empty |
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||||
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||||
|
# |
||||||
|
# Filename: package/.../pg_filedump/pg_filedump.conf |
||||||
|
# Copyright (C) 2007 The OpenSDE Project |
||||||
|
# |
||||||
|
# More information can be found in the files COPYING and README. |
||||||
|
# |
||||||
|
# This program is free software; you can redistribute it and/or modify |
||||||
|
# it under the terms of the GNU General Public License as published by |
||||||
|
# the Free Software Foundation; version 2 of the License. A copy of the |
||||||
|
# GNU General Public License can be found in the file COPYING. |
||||||
|
# --- SDE-COPYRIGHT-NOTE-END --- |
||||||
|
|
||||||
|
makeopt="" |
||||||
|
makeinstopt="" |
||||||
|
custmain="true" |
||||||
|
@ -1,7 +1,25 @@ |
|||||||
|
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||||
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||||
|
# |
||||||
|
# Filename: package/.../pg_filedump/pkg_postgresql_pre.conf |
||||||
|
# Copyright (C) 2007 The OpenSDE Project |
||||||
|
# |
||||||
|
# More information can be found in the files COPYING and README. |
||||||
|
# |
||||||
|
# This program is free software; you can redistribute it and/or modify |
||||||
|
# it under the terms of the GNU General Public License as published by |
||||||
|
# the Free Software Foundation; version 2 of the License. A copy of the |
||||||
|
# GNU General Public License can be found in the file COPYING. |
||||||
|
# --- SDE-COPYRIGHT-NOTE-END --- |
||||||
|
|
||||||
pg_dmp_ver=$( pkgdesc ver pg_filedump ) |
pg_dmp_ver=$( pkgdesc ver pg_filedump ) |
||||||
echo_status "Including PG_FileDump (${pg_dmp_ver}) support." |
echo_status "Including PG_FileDump (${pg_dmp_ver}) support." |
||||||
|
|
||||||
|
var_append patchfiles " " "${base}/package/*/pg_filedump/make_patch.diff" |
||||||
|
|
||||||
hook_add preconf 5 'pg_filedump_extract' |
hook_add preconf 5 'pg_filedump_extract' |
||||||
pg_filedump_extract() { |
pg_filedump_extract() { |
||||||
tar -xv $( match_source_file -p pg_filedump pg_filedump ) -C $builddir/postgresql-$ver/contrib |
tar -v $taropt $( match_source_file -p pg_filedump pg_filedump ) -C $builddir/postgresql-$ver/contrib |
||||||
|
rm -rf $builddir/postgresql-$ver/contrib/pg_filedump-$pg_dmp_ver/Makefile |
||||||
|
mv $builddir/postgresql-$ver/contrib/pg_filedump-$pg_dmp_ver/Makefile{.contrib,} |
||||||
} |
} |
||||||
|
Loading…
Reference in new issue