aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorrhatto <rhatto@18ef50b8-d735-4ccd-97c1-689132df3dd9>2009-05-03 21:30:57 +0000
committerrhatto <rhatto@18ef50b8-d735-4ccd-97c1-689132df3dd9>2009-05-03 21:30:57 +0000
commitda6478d47f2648c851028a201e061bf797a7b8af (patch)
tree6861535d85a853cb38112ee04a0609a5b3c5f337 /app
parentebd0300066cdab8c86935e946835e7e0dd6939ad (diff)
downloadmkbuilds-da6478d47f2648c851028a201e061bf797a7b8af.tar.gz
mkbuilds-da6478d47f2648c851028a201e061bf797a7b8af.tar.bz2
enabling manifest_check in all mkbuilds
git-svn-id: svn+slack://slack.fluxo.info/var/svn/mkbuilds@460 18ef50b8-d735-4ccd-97c1-689132df3dd9
Diffstat (limited to 'app')
-rw-r--r--app/admin/denyhosts/denyhosts.mkbuild1
-rw-r--r--app/admin/hddtemp/hddtemp.mkbuild1
-rw-r--r--app/admin/syslog-ng/syslog-ng.mkbuild1
-rw-r--r--app/arch/arc/arc.mkbuild1
-rw-r--r--app/arch/unrar-gpl/unrar-gpl.mkbuild1
-rw-r--r--app/backup/backupninja/backupninja.mkbuild1
-rw-r--r--app/backup/rsnapshot/rsnapshot.mkbuild1
-rw-r--r--app/cdr/k9copy/k9copy.mkbuild1
-rw-r--r--app/crypt/heimdal/heimdal.mkbuild1
-rw-r--r--app/crypt/pgpdump/pgpdump.mkbuild1
-rw-r--r--app/dicts/babytrans/babytrans.mkbuild1
-rw-r--r--app/doc/chmlib/chmlib.mkbuild1
-rw-r--r--app/editors/kile/kile.mkbuild1
-rw-r--r--app/editors/kxmleditor/kxmleditor.mkbuild1
-rw-r--r--app/editors/nano/nano.mkbuild1
-rw-r--r--app/misc/wine-doors/wine-doors.mkbuild1
-rw-r--r--app/misc/wipe/wipe.mkbuild1
-rw-r--r--app/office/broffice/broffice.mkbuild1
-rw-r--r--app/office/dia/dia.mkbuild1
-rw-r--r--app/office/openoffice-chroot/openoffice-chroot.mkbuild1
-rw-r--r--app/office/scribus/scribus.mkbuild1
-rw-r--r--app/shells/rssh-chroot/rssh-chroot.mkbuild1
-rw-r--r--app/shells/rssh/rssh.mkbuild1
-rw-r--r--app/text/antiword/antiword.mkbuild1
-rw-r--r--app/text/enchant/enchant.mkbuild1
-rw-r--r--app/text/gtkspell/gtkspell.mkbuild1
-rw-r--r--app/text/rarian/rarian.mkbuild1
-rw-r--r--app/text/unrtf/unrtf.mkbuild1
-rw-r--r--app/text/xchm/xchm.mkbuild1
29 files changed, 29 insertions, 0 deletions
diff --git a/app/admin/denyhosts/denyhosts.mkbuild b/app/admin/denyhosts/denyhosts.mkbuild
index e3e4b61..3ffcb70 100644
--- a/app/admin/denyhosts/denyhosts.mkbuild
+++ b/app/admin/denyhosts/denyhosts.mkbuild
@@ -68,6 +68,7 @@ off: create_build_user_and_group
off: md5sum_download_and_check_0
off: md5sum_download_and_check_1
off: gpg_signature_check
+ on: manifest_check
on: untar_source
off: patch_source
off: configure
diff --git a/app/admin/hddtemp/hddtemp.mkbuild b/app/admin/hddtemp/hddtemp.mkbuild
index f7a3708..6e8c315 100644
--- a/app/admin/hddtemp/hddtemp.mkbuild
+++ b/app/admin/hddtemp/hddtemp.mkbuild
@@ -132,6 +132,7 @@ off: svn_source
off: md5sum_download_and_check_0
off: md5sum_download_and_check_1
off: gpg_signature_check
+ on: manifest_check
on: untar_source
off: patch_source
on: configure
diff --git a/app/admin/syslog-ng/syslog-ng.mkbuild b/app/admin/syslog-ng/syslog-ng.mkbuild
index 2bf4c3a..169ef6e 100644
--- a/app/admin/syslog-ng/syslog-ng.mkbuild
+++ b/app/admin/syslog-ng/syslog-ng.mkbuild
@@ -81,6 +81,7 @@ off: svn_source
off: md5sum_download_and_check_0
off: md5sum_download_and_check_1
off: gpg_signature_check
+ on: manifest_check
on: untar_source
on: patch_source
on: configure
diff --git a/app/arch/arc/arc.mkbuild b/app/arch/arc/arc.mkbuild
index 55245d5..36ca976 100644
--- a/app/arch/arc/arc.mkbuild
+++ b/app/arch/arc/arc.mkbuild
@@ -73,6 +73,7 @@ off: create_build_user_and_group
off: md5sum_download_and_check_0
off: md5sum_download_and_check_1
off: gpg_signature_check
+ on: manifest_check
on: untar_source
off: patch_source
off: configure
diff --git a/app/arch/unrar-gpl/unrar-gpl.mkbuild b/app/arch/unrar-gpl/unrar-gpl.mkbuild
index e461734..be1c4e1 100644
--- a/app/arch/unrar-gpl/unrar-gpl.mkbuild
+++ b/app/arch/unrar-gpl/unrar-gpl.mkbuild
@@ -132,6 +132,7 @@ off: svn_source
off: md5sum_download_and_check_0
off: md5sum_download_and_check_1
off: gpg_signature_check
+ on: manifest_check
on: untar_source
off: patch_source
on: configure
diff --git a/app/backup/backupninja/backupninja.mkbuild b/app/backup/backupninja/backupninja.mkbuild
index 4f52069..69a2603 100644
--- a/app/backup/backupninja/backupninja.mkbuild
+++ b/app/backup/backupninja/backupninja.mkbuild
@@ -68,6 +68,7 @@
off: md5sum_download_and_check_0
off: md5sum_download_and_check_1
off: gpg_signature_check
+ on: manifest_check
on: untar_source
on: patch_source
on: configure
diff --git a/app/backup/rsnapshot/rsnapshot.mkbuild b/app/backup/rsnapshot/rsnapshot.mkbuild
index a98245e..8029c65 100644
--- a/app/backup/rsnapshot/rsnapshot.mkbuild
+++ b/app/backup/rsnapshot/rsnapshot.mkbuild
@@ -66,6 +66,7 @@ off: git_source
off: md5sum_download_and_check_0
off: md5sum_download_and_check_1
on: gpg_signature_check
+ on: manifest_check
on: untar_source
off: patch_source
on: configure
diff --git a/app/cdr/k9copy/k9copy.mkbuild b/app/cdr/k9copy/k9copy.mkbuild
index f593e9d..1051ba4 100644
--- a/app/cdr/k9copy/k9copy.mkbuild
+++ b/app/cdr/k9copy/k9copy.mkbuild
@@ -111,6 +111,7 @@
#on: md5sum_download_and_check_0
#on: md5sum_download_and_check_1
#on: gpg_signature_check
+ on: manifest_check
on: untar_source
#on: path_source
on: configure
diff --git a/app/crypt/heimdal/heimdal.mkbuild b/app/crypt/heimdal/heimdal.mkbuild
index a55a62c..ef6c26f 100644
--- a/app/crypt/heimdal/heimdal.mkbuild
+++ b/app/crypt/heimdal/heimdal.mkbuild
@@ -133,6 +133,7 @@ off: svn_source
off: md5sum_download_and_check_0
off: md5sum_download_and_check_1
off: gpg_signature_check
+ on: manifest_check
on: untar_source
off: patch_source
on: configure
diff --git a/app/crypt/pgpdump/pgpdump.mkbuild b/app/crypt/pgpdump/pgpdump.mkbuild
index 2def185..069ff4a 100644
--- a/app/crypt/pgpdump/pgpdump.mkbuild
+++ b/app/crypt/pgpdump/pgpdump.mkbuild
@@ -132,6 +132,7 @@ off: svn_source
off: md5sum_download_and_check_0
off: md5sum_download_and_check_1
off: gpg_signature_check
+ on: manifest_check
on: untar_source
off: patch_source
on: configure
diff --git a/app/dicts/babytrans/babytrans.mkbuild b/app/dicts/babytrans/babytrans.mkbuild
index b8b8457..44e3436 100644
--- a/app/dicts/babytrans/babytrans.mkbuild
+++ b/app/dicts/babytrans/babytrans.mkbuild
@@ -127,6 +127,7 @@
off: md5sum_download_and_check_0
off: md5sum_download_and_check_1
off: gpg_signature_check
+ on: manifest_check
on: untar_source
off: patch_source
on: configure
diff --git a/app/doc/chmlib/chmlib.mkbuild b/app/doc/chmlib/chmlib.mkbuild
index bcc6a18..2668936 100644
--- a/app/doc/chmlib/chmlib.mkbuild
+++ b/app/doc/chmlib/chmlib.mkbuild
@@ -59,6 +59,7 @@ off: create_build_user_and_group
off: md5sum_download_and_check_0
off: md5sum_download_and_check_1
off: gpg_signature_check
+ on: manifest_check
on: untar_source
off: patch_source
on: configure
diff --git a/app/editors/kile/kile.mkbuild b/app/editors/kile/kile.mkbuild
index 4daf467..db9fd78 100644
--- a/app/editors/kile/kile.mkbuild
+++ b/app/editors/kile/kile.mkbuild
@@ -127,6 +127,7 @@
off: md5sum_download_and_check_0
off: md5sum_download_and_check_1
off: gpg_signature_check
+ on: manifest_check
on: untar_source
off: patch_source
on: configure
diff --git a/app/editors/kxmleditor/kxmleditor.mkbuild b/app/editors/kxmleditor/kxmleditor.mkbuild
index 4e986e0..29d6be7 100644
--- a/app/editors/kxmleditor/kxmleditor.mkbuild
+++ b/app/editors/kxmleditor/kxmleditor.mkbuild
@@ -111,6 +111,7 @@
#on: md5sum_download_and_check_0
#on: md5sum_download_and_check_1
#on: gpg_signature_check
+ on: manifest_check
on: untar_source
#on: path_source
on: configure
diff --git a/app/editors/nano/nano.mkbuild b/app/editors/nano/nano.mkbuild
index 154adf7..863157f 100644
--- a/app/editors/nano/nano.mkbuild
+++ b/app/editors/nano/nano.mkbuild
@@ -63,6 +63,7 @@ off: create_build_user_and_group
off: md5sum_download_and_check_0
off: md5sum_download_and_check_1
off: gpg_signature_check
+ on: manifest_check
on: untar_source
off: patch_source
on: configure
diff --git a/app/misc/wine-doors/wine-doors.mkbuild b/app/misc/wine-doors/wine-doors.mkbuild
index 77bc5d1..2529480 100644
--- a/app/misc/wine-doors/wine-doors.mkbuild
+++ b/app/misc/wine-doors/wine-doors.mkbuild
@@ -127,6 +127,7 @@
off: md5sum_download_and_check_0
off: md5sum_download_and_check_1
off: gpg_signature_check
+ on: manifest_check
on: untar_source
off: patch_source
off: configure
diff --git a/app/misc/wipe/wipe.mkbuild b/app/misc/wipe/wipe.mkbuild
index c40e636..748d711 100644
--- a/app/misc/wipe/wipe.mkbuild
+++ b/app/misc/wipe/wipe.mkbuild
@@ -59,6 +59,7 @@ off: create_build_user_and_group
off: md5sum_download_and_check_0
off: md5sum_download_and_check_1
off: gpg_signature_check
+ on: manifest_check
on: untar_source
on: patch_source
on: configure
diff --git a/app/office/broffice/broffice.mkbuild b/app/office/broffice/broffice.mkbuild
index 54c776b..4da2715 100644
--- a/app/office/broffice/broffice.mkbuild
+++ b/app/office/broffice/broffice.mkbuild
@@ -111,6 +111,7 @@ off: slkflags
off: md5sum_download_and_check_0
off: md5sum_download_and_check_1
off: gpg_signature_check
+ on: manifest_check
on: untar_source
off: path_source
off: configure
diff --git a/app/office/dia/dia.mkbuild b/app/office/dia/dia.mkbuild
index d7743a5..be1f992 100644
--- a/app/office/dia/dia.mkbuild
+++ b/app/office/dia/dia.mkbuild
@@ -127,6 +127,7 @@
off: md5sum_download_and_check_0
off: md5sum_download_and_check_1
off: gpg_signature_check
+ on: manifest_check
on: untar_source
off: patch_source
on: configure
diff --git a/app/office/openoffice-chroot/openoffice-chroot.mkbuild b/app/office/openoffice-chroot/openoffice-chroot.mkbuild
index 5bcaa2e..092ab9e 100644
--- a/app/office/openoffice-chroot/openoffice-chroot.mkbuild
+++ b/app/office/openoffice-chroot/openoffice-chroot.mkbuild
@@ -69,6 +69,7 @@ off: download_source
off: md5sum_download_and_check_0
off: md5sum_download_and_check_1
off: gpg_signature_check
+ on: manifest_check
off: untar_source
off: patch_source
off: configure
diff --git a/app/office/scribus/scribus.mkbuild b/app/office/scribus/scribus.mkbuild
index 006c24b..bf1d9fd 100644
--- a/app/office/scribus/scribus.mkbuild
+++ b/app/office/scribus/scribus.mkbuild
@@ -59,6 +59,7 @@ off: create_build_user_and_group
off: md5sum_download_and_check_0
off: md5sum_download_and_check_1
off: gpg_signature_check
+ on: manifest_check
on: untar_source
off: patch_source
on: configure
diff --git a/app/shells/rssh-chroot/rssh-chroot.mkbuild b/app/shells/rssh-chroot/rssh-chroot.mkbuild
index 75c5748..3819d27 100644
--- a/app/shells/rssh-chroot/rssh-chroot.mkbuild
+++ b/app/shells/rssh-chroot/rssh-chroot.mkbuild
@@ -58,6 +58,7 @@ off: download_source
off: md5sum_download_and_check_0
off: md5sum_download_and_check_1
off: gpg_signature_check
+ on: manifest_check
off: untar_source
off: patch_source
off: configure
diff --git a/app/shells/rssh/rssh.mkbuild b/app/shells/rssh/rssh.mkbuild
index 44dc0a4..6acfd00 100644
--- a/app/shells/rssh/rssh.mkbuild
+++ b/app/shells/rssh/rssh.mkbuild
@@ -71,6 +71,7 @@ off: create_build_user_and_group
off: md5sum_download_and_check_0
off: md5sum_download_and_check_1
on: gpg_signature_check
+ on: manifest_check
on: untar_source
off: patch_source
on: configure
diff --git a/app/text/antiword/antiword.mkbuild b/app/text/antiword/antiword.mkbuild
index ac946e6..7a1c15d 100644
--- a/app/text/antiword/antiword.mkbuild
+++ b/app/text/antiword/antiword.mkbuild
@@ -58,6 +58,7 @@ off: create_build_user_and_group
off: md5sum_download_and_check_0
off: md5sum_download_and_check_1
off: gpg_signature_check
+ on: manifest_check
on: untar_source
off: patch_source
on: configure
diff --git a/app/text/enchant/enchant.mkbuild b/app/text/enchant/enchant.mkbuild
index f1783d3..8bc3eb0 100644
--- a/app/text/enchant/enchant.mkbuild
+++ b/app/text/enchant/enchant.mkbuild
@@ -133,6 +133,7 @@ off: svn_source
off: md5sum_download_and_check_0
off: md5sum_download_and_check_1
off: gpg_signature_check
+ on: manifest_check
on: untar_source
off: patch_source
on: configure
diff --git a/app/text/gtkspell/gtkspell.mkbuild b/app/text/gtkspell/gtkspell.mkbuild
index 2027807..5150ff7 100644
--- a/app/text/gtkspell/gtkspell.mkbuild
+++ b/app/text/gtkspell/gtkspell.mkbuild
@@ -133,6 +133,7 @@ off: svn_source
off: md5sum_download_and_check_0
off: md5sum_download_and_check_1
off: gpg_signature_check
+ on: manifest_check
on: untar_source
off: patch_source
on: configure
diff --git a/app/text/rarian/rarian.mkbuild b/app/text/rarian/rarian.mkbuild
index b3260b5..48cdf6e 100644
--- a/app/text/rarian/rarian.mkbuild
+++ b/app/text/rarian/rarian.mkbuild
@@ -117,6 +117,7 @@
off: md5sum_download_and_check_0
off: md5sum_download_and_check_1
off: gpg_signature_check
+ on: manifest_check
on: untar_source
off: patch_source
on: configure
diff --git a/app/text/unrtf/unrtf.mkbuild b/app/text/unrtf/unrtf.mkbuild
index 4fe8036..2624243 100644
--- a/app/text/unrtf/unrtf.mkbuild
+++ b/app/text/unrtf/unrtf.mkbuild
@@ -59,6 +59,7 @@ off: create_build_user_and_group
off: md5sum_download_and_check_0
off: md5sum_download_and_check_1
off: gpg_signature_check
+ on: manifest_check
on: untar_source
off: patch_source
on: configure
diff --git a/app/text/xchm/xchm.mkbuild b/app/text/xchm/xchm.mkbuild
index 618bd64..b4d8823 100644
--- a/app/text/xchm/xchm.mkbuild
+++ b/app/text/xchm/xchm.mkbuild
@@ -132,6 +132,7 @@ off: svn_source
off: md5sum_download_and_check_0
off: md5sum_download_and_check_1
off: gpg_signature_check
+ on: manifest_check
on: untar_source
off: patch_source
on: configure