diff options
author | garga <garga@FreeBSD.org> | 2005-12-01 23:06:24 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2005-12-01 23:06:24 +0800 |
commit | b71115f970b314f64a5046fa74ad921b7bdc06b6 (patch) | |
tree | e50c45cf66a2e7a284612183dff4ff6c406bb864 | |
parent | ba909a4de67d826f6ee442d216b1b574dda3c804 (diff) | |
download | freebsd-ports-gnome-b71115f970b314f64a5046fa74ad921b7bdc06b6.tar.gz freebsd-ports-gnome-b71115f970b314f64a5046fa74ad921b7bdc06b6.tar.zst freebsd-ports-gnome-b71115f970b314f64a5046fa74ad921b7bdc06b6.zip |
- Mark it as BROKEN until it's not updated to version 2.1
Discussed with: clement
-rw-r--r-- | www/sarg/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/sarg/Makefile b/www/sarg/Makefile index edd29978afe7..28a2609b8d17 100644 --- a/www/sarg/Makefile +++ b/www/sarg/Makefile @@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= mt@primats.org.ua COMMENT= Squid log analyzer and HTML report generator +BROKEN= "Problems on squid log parser. Waiting version 2.1" + USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CC=gcc |