diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-07-24 01:31:47 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-07-24 01:31:47 +0000 |
commit | 18d9746bbfabf04243cb40b33e7393155869d1ab (patch) | |
tree | 705746fa328c843eaa1a5204b766711f7b9eb8c9 /www/campsite/files/patch-check4_functions | |
parent | Add p5-Math-Random-MT-Auto 5.02, auto-seeded Mersenne Twister PRNGs. (diff) |
Uupgrade to 2.6.0:
- added new article comments feature
- fixed imagemagick issue
PR: ports/100742
Submitted by: maintainer
Diffstat (limited to 'www/campsite/files/patch-check4_functions')
-rw-r--r-- | www/campsite/files/patch-check4_functions | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/www/campsite/files/patch-check4_functions b/www/campsite/files/patch-check4_functions new file mode 100644 index 000000000000..b6310c12f2a6 --- /dev/null +++ b/www/campsite/files/patch-check4_functions @@ -0,0 +1,15 @@ +--- install_conf/check4_functions.orig Tue Jul 11 22:45:07 2006 ++++ install_conf/check4_functions Tue Jul 11 23:04:11 2006 +@@ -1042,9 +1042,9 @@ + # output - error message (if any) + check4_convert() + { +-is_checked convert && return 0 +-check4_file convert --executable --path "/bin:/usr/bin:/usr/local/bin:/opt/bin" +-[ $? -ne 0 ] && output="ImageMagic package was not installed. Please install it." && return 1 ++#is_checked convert && return 0 ++#check4_file convert --executable --path "/bin:/usr/bin:/usr/local/bin:/opt/bin" ++#[ $? -ne 0 ] && output="ImageMagic package was not installed. Please install it." && return 1 + set_checked convert + return 0 + } |