diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-08-01 05:52:02 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-08-01 05:52:02 +0000 |
commit | 934221cca7ea9d0a328d996e66f3c8179cf06eeb (patch) | |
tree | ab05df3301e64dd79f9e5d5558253430a8570d8c /www/campsite/files/patch-check4_functions | |
parent | Depend on expired sql_gui port (diff) |
Bye bye abandonwares (part 5)
2011-08-08 russian/messarge: Has expired: Looks like an abandonware, no more public distfiles
2011-08-08 russian/pgp.language: Has expired: Looks like an abandonware, no more public distfiles
2011-08-08 security/ifd-gempc410: Has expired: Looks like an abandonware, no more public distfiles
2011-08-08 security/libidea: Has expired: Looks like an abandonware, no more public distfiles
2011-08-08 security/rain: Has expired: Looks like an abandonware, no more public distfiles
2011-08-08 sysutils/Tee: Has expired: No more public distfile
2011-08-08 sysutils/curly: Has expired: No more public distfiles
2011-08-08 sysutils/i855vidctl10: Has expired: No more public distfiles
2011-08-08 sysutils/ltrace: Has expired: Looks like an abandonware, no more public distfiles
2011-08-08 sysutils/rsyslog3-snmp: Has expired: unsupported upstream
2011-08-08 sysutils/xapply: Has expired: No more public distfiles
2011-08-08 textproc/asm2html: Has expired: Looks like an abandonware, no more public distfiles
2011-08-08 textproc/diff-mode.el: Has expired: Looks like an abandonware, no more public distfiles
2011-08-08 vietnamese/gtk-im-vi: Has expired: Looks like an abandonware, no more public distfiles
2011-08-08 www/campsite: Has expired: Does not work
2011-08-08 www/p5-PLP: Has expired: No more upstream, looks like an abandonware
2011-08-08 www/wcol: Has expired: Looks like an abandonware, no more public distfiles
2011-08-08 x11-toolkits/sdl_gui: Has expired: Looks like an abandonware, no more public distfiles
Notes
Notes:
svn path=/head/; revision=278686
Diffstat (limited to 'www/campsite/files/patch-check4_functions')
-rw-r--r-- | www/campsite/files/patch-check4_functions | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/www/campsite/files/patch-check4_functions b/www/campsite/files/patch-check4_functions deleted file mode 100644 index 71d7346c0083..000000000000 --- a/www/campsite/files/patch-check4_functions +++ /dev/null @@ -1,15 +0,0 @@ ---- install_conf/check4_functions.orig Wed Jan 10 23:04:17 2007 -+++ install_conf/check4_functions Wed Jan 10 23:04:31 2007 -@@ -1065,9 +1065,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 - } |