summaryrefslogtreecommitdiff
path: root/www/dalbum/files/patch-config-config.php
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2018-03-09 06:54:51 +0000
committerRene Ladan <rene@FreeBSD.org>2018-03-09 06:54:51 +0000
commite3053032b5c82b20388afccac016b4d676a17280 (patch)
treea64342da334c54e0b8f583bfcbbf2f19016cabd9 /www/dalbum/files/patch-config-config.php
parentmath/py-matplotlib: Add missing dependency devel/py-backports.functools_lru_c... (diff)
Remove expired ports:
2018-03-07 www/openxmldir: Unmaintained, all www files wrongly belongs to www user. 2018-03-07 www/hastymail2: Unmaintained, all www files wrongly belongs to www user. 2018-03-07 www/dalbum: Unmaintained, all www files wrongly belongs to www user. 2018-03-07 www/iwebcal: Unmaintained, all www files wrongly belongs to www user. 2018-03-07 www/impresscms: Unmaintained, all www files wrongly belongs to www user. 2018-03-07 www/freeway: Unmaintained upstream, all www files wrongly belongs to www user. 2018-03-07 www/xaraya: Unmaintained, all www files wrongly belongs to www user. 2018-03-07 www/subsonic: Unmaintained, all www files wrongly belongs to www user. 2018-03-07 www/phpwebapp: Unmaintained upstream, all www files wrongly belongs to www user. 2018-03-07 www/hastymail: Unmaintained, all www files wrongly belongs to www user. 2018-03-07 www/b2evolution: Unmaintained, all www files wrongly belongs to www user. 2018-03-07 www/textpattern: Unmaintained, all www files wrongly belongs to www user. 2018-03-07 www/eventum: Unmaintained, all www files wrongly belongs to www user. 2018-03-07 www/quickie: Unmaintained, all www files wrongly belongs to www user. 2018-03-07 www/jinzora: Unmaintained, all www files wrongly belongs to www user. 2018-03-07 www/zen-cart: Unmaintained, no upstream, all www files wrongly belongs to www user. 2018-03-07 www/bblog: Unmaintained, all www files wrongly belongs to www user. 2018-03-07 www/extjs: Unmaintained, all www files wrongly belongs to www user. 2018-03-07 www/geeklog: Unmaintained, all www files wrongly belongs to www user. 2018-03-07 www/lilurl: Unmaintained, all www files wrongly belongs to www user. 2018-03-07 www/zikula: Unmaintained, no upstream, all www files wrongly belongs to www user. 2018-03-07 www/yii: Unmaintained, all www files wrongly belongs to www user. 2018-03-07 www/phpmp: Unmaintained, all www files wrongly belongs to www user. 2018-03-07 www/lionwiki: Unmaintained, all www files wrongly belongs to www user.
Notes
Notes: svn path=/head/; revision=463933
Diffstat (limited to 'www/dalbum/files/patch-config-config.php')
-rw-r--r--www/dalbum/files/patch-config-config.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/www/dalbum/files/patch-config-config.php b/www/dalbum/files/patch-config-config.php
deleted file mode 100644
index 187ec6b4bfe1..000000000000
--- a/www/dalbum/files/patch-config-config.php
+++ /dev/null
@@ -1,11 +0,0 @@
---- config/config.php.orig 2005-09-20 21:40:56 UTC
-+++ config/config.php
-@@ -242,7 +242,7 @@ $g_bGDVer2=(fixed_phpversion()>"4.3");
- $g_bGDSetMemoryLimit=true;
-
- // ImageMagick convert location and command lines (if $g_sResizeMethod="IM")
--$g_sConvertPath="/usr/X11R6/bin/convert";
-+$g_sConvertPath="%%LOCALBASE%%/bin/convert";
- $g_sThumbnailImArg="$g_sConvertPath -filter Lanczos -quality {$g_sThumbnailQuality} "
- . "-resize {$g_sThumbnailXSize}x{$g_sThumbnailYSize} "
- . "-sharpen 2 +profile APP1 #src# #target#";