summaryrefslogtreecommitdiff
path: root/www/bluefish/Makefile
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2019-07-20 21:46:29 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2019-07-20 21:46:29 +0000
commit9972b2a1dba6ecc179427007a4ad8056db8a1717 (patch)
tree80f07add12b5260629080b2fbd167fe1c530aa92 /www/bluefish/Makefile
parentscience/agrum: Update 0.15.0 -> 0.15.2 (diff)
Remove weblint (and august)
Weblint is broken (won't even start up). It uses unsupported perl syntax, requires newgetopt.pl which was removed in perl 5.16 (2012), and find.pl which was removed just around the same time. Past that, the port is a mess (it's a perl script, and doesn't even depend on perl), and upstream has disappeared. There's no reason to keep it around at this point. www/august (last release 2001) depends upon it, so remove that too. I removed the Bluefish WEBLINT option, so bumped PORTREVISION there. Reported by: sid bsdmail com
Notes
Notes: svn path=/head/; revision=507023
Diffstat (limited to 'www/bluefish/Makefile')
-rw-r--r--www/bluefish/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/www/bluefish/Makefile b/www/bluefish/Makefile
index dd9d0515ad51..64e6bfb41a17 100644
--- a/www/bluefish/Makefile
+++ b/www/bluefish/Makefile
@@ -3,7 +3,7 @@
PORTNAME= bluefish
PORTVERSION= 2.2.10
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= www editors
MASTER_SITES= http://www.bennewitz.com/bluefish/stable/source/ \
http://bluefish.mrball.net/stable/source/
@@ -32,7 +32,7 @@ INSTALL_TARGET= install-strip
INSTALLS_ICONS= yes
USE_LDCONFIG= yes
-OPTIONS_DEFINE= DEBUG DOCS TIDY WEBLINT
+OPTIONS_DEFINE= DEBUG DOCS TIDY
OPTIONS_SINGLE= TOOLKIT
OPTIONS_SINGLE_TOOLKIT= GTK2 GTK3
OPTIONS_DEFAULT=GTK3 WEBLINT
@@ -49,6 +49,5 @@ GTK2_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
GTK3_LIB_DEPENDS= libgucharmap_2_90.so:deskutils/gucharmap
GTK3_USE= gnome=gtk30
TIDY_RUN_DEPENDS= tidy4:www/tidy
-WEBLINT_RUN_DEPENDS= weblint:www/weblint
.include <bsd.port.mk>