diff options
author | Chris Larson <clarson@kergoth.com> | 2004-12-09 09:47:41 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-12-09 09:47:41 +0000 |
commit | 2c5b8ec6d95cf68650265941530e5ce38c8dd6d9 (patch) | |
tree | bf879bea7ef8517ba8c3d1286ef300401d3d484c /postfix | |
parent | 101e2f1623def0a355d20aacb8bd93810703e834 (diff) |
Merge oe-devel@oe-devel.bkbits.net:openembedded
into hyperion.kergoth.com:/home/kergoth/code/openembedded
2004/12/09 03:39:39-06:00 kergoth.com!kergoth
Break people's builds again.. this time moving the packages into a packages/ subdir to clean things up a bit.
BKrev: 41b81f3dvlp3rU7_8MUXLcI8LDdDoA
Diffstat (limited to 'postfix')
-rw-r--r-- | postfix/postfix-2.0.15/install.patch | 63 | ||||
-rw-r--r-- | postfix/postfix-2.0.15/makedefs.patch | 16 | ||||
-rw-r--r-- | postfix/postfix-native_2.0.15.bb | 10 | ||||
-rw-r--r-- | postfix/postfix_2.0.15.bb | 0 |
4 files changed, 0 insertions, 89 deletions
diff --git a/postfix/postfix-2.0.15/install.patch b/postfix/postfix-2.0.15/install.patch deleted file mode 100644 index baffcce0e8..0000000000 --- a/postfix/postfix-2.0.15/install.patch +++ /dev/null @@ -1,63 +0,0 @@ - -# -# Patch managed by http://www.holgerschurig.de/patcher.html -# - ---- postfix-2.0.15/postfix-install~install.patch -+++ postfix-2.0.15/postfix-install -@@ -187,8 +187,8 @@ - exit 1 - } - --test -x bin/postconf || { -- echo $0: Error: no bin/postconf file. Did you forget to run \"make\"? 1>&2 -+test -x $POSTCONF || { -+ echo $0: Error: no $POSTCONF file. Did you forget to run \"make\"? 1>&2 - exit 1 - } - -@@ -336,7 +336,7 @@ - - : ${install_root=/} - : ${tempdir=`pwd`} --: ${config_directory=`bin/postconf -h -d config_directory`} -+: ${config_directory=`$POSTCONF -h -d config_directory`} - - # Find out the location of installed configuration files. - -@@ -399,7 +399,7 @@ - case "$junk" in - "") eval unset $name;; - esac -- eval : \${$name=\`bin/postconf -c $CONFIG_DIRECTORY -h $name\`} || -+ eval : \${$name=\`$POSTCONF -c $CONFIG_DIRECTORY -h $name\`} || - exit 1 - done - } -@@ -414,7 +414,7 @@ - case "$junk" in - "") eval unset $name;; - esac -- eval : \${$name=\`bin/postconf -d -h $name\`} || exit 1 -+ eval : \${$name=\`$POSTCONF -d -h $name\`} || exit 1 - done - - # Override settings manually. -@@ -521,6 +521,8 @@ - SAMPLE_DIRECTORY=$install_root$sample_directory - README_DIRECTORY=$install_root$readme_directory - -+test "x$POSTCONF" != "x" || POSTCONF="bin/postconf" -+ - # Avoid repeated tests for existence of these; default permissions suffice. - - test -d $DAEMON_DIRECTORY || mkdir -p $DAEMON_DIRECTORY || exit 1 -@@ -639,7 +641,7 @@ - # Postfix releases, and software should not suddenly be installed in - # the wrong place when Postfix is being upgraded. - --bin/postconf -c $CONFIG_DIRECTORY -e \ -+$POSTCONF -c $CONFIG_DIRECTORY -e \ - "daemon_directory = $daemon_directory" \ - "command_directory = $command_directory" \ - "queue_directory = $queue_directory" \ diff --git a/postfix/postfix-2.0.15/makedefs.patch b/postfix/postfix-2.0.15/makedefs.patch deleted file mode 100644 index 433b171e5a..0000000000 --- a/postfix/postfix-2.0.15/makedefs.patch +++ /dev/null @@ -1,16 +0,0 @@ - -# -# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher -# - ---- postfix-2.0.15/makedefs~makedefs -+++ postfix-2.0.15/makedefs -@@ -189,7 +189,7 @@ - echo "No <db.h> include file found." 1>&2 - echo "Install the appropriate db*-devel package first." 1>&2 - echo "See the RELEASE_NOTES file for more information." 1>&2 -- exit 1 -+ #exit 1 - fi - # GDBM locks the DBM .pag file after open. This breaks postmap. - # if [ -f /usr/include/gdbm-ndbm.h ] diff --git a/postfix/postfix-native_2.0.15.bb b/postfix/postfix-native_2.0.15.bb deleted file mode 100644 index 99a1d9fbaf..0000000000 --- a/postfix/postfix-native_2.0.15.bb +++ /dev/null @@ -1,10 +0,0 @@ -SECTION = "console/network" -include postfix_${PV}.bb -inherit native -FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/postfix-${PV}" -DEPENDS = "db3-native pcre-native" -export DIRS = "src/util src/global src/postconf" - -do_stage () { - install -m 0755 src/postconf/postconf ${STAGING_BINDIR}/ -} diff --git a/postfix/postfix_2.0.15.bb b/postfix/postfix_2.0.15.bb deleted file mode 100644 index e69de29bb2..0000000000 --- a/postfix/postfix_2.0.15.bb +++ /dev/null |