aboutsummaryrefslogtreecommitdiff
path: root/net/cacti/Makefile
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2006-11-02 09:48:02 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2006-11-02 09:48:02 +0000
commit21d2d4c31e3d6ea34978c542540802c36df729bf (patch)
tree35c31c20ea6f30ea8c4e8b411595c2b97c4fd302 /net/cacti/Makefile
parentdc126edc6226dcbfd29a140a92cb438138e5491a (diff)
downloadports-21d2d4c31e3d6ea34978c542540802c36df729bf.tar.gz
ports-21d2d4c31e3d6ea34978c542540802c36df729bf.zip
Notes
Diffstat (limited to 'net/cacti/Makefile')
-rw-r--r--net/cacti/Makefile25
1 files changed, 6 insertions, 19 deletions
diff --git a/net/cacti/Makefile b/net/cacti/Makefile
index 3bedc1471edb..9510219bab5c 100644
--- a/net/cacti/Makefile
+++ b/net/cacti/Makefile
@@ -6,8 +6,8 @@
#
PORTNAME= cacti
-PORTVERSION= 0.8.6h.${PATCHLEVEL}
-PORTREVISION= 5
+PORTVERSION= 0.8.6i${PATCHLEVEL}
+PORTREVISION= 0
CATEGORIES= net www
MASTER_SITES= http://www.cacti.net/downloads/
DISTNAME= ${PORTNAME}-${SITEDISTVERSION}
@@ -17,13 +17,10 @@ COMMENT= Web-driven graphing interface for RRDTool
# Vendor's patches
PATCH_SITES= http://www.cacti.net/downloads/patches/${SITEDISTVERSION}/
-PATCHFILES= fix_search_session_clear_issue.patch \
- fix_sql_syntax_related_to_default_rra_id.patch \
- nth_percentile_empty_return_set_issue.patch \
- mysql_5x_strict.patch \
- database_autoincrement_corruption.patch
-PATCHLEVEL= 5
-SITEDISTVERSION= ${PORTVERSION:S/.${PATCHLEVEL}//}
+PATCHFILES=
+#PATCHLEVEL= .0
+#SITEDISTVERSION= ${PORTVERSION:S/.${PATCHLEVEL}//}
+SITEDISTVERSION= ${PORTVERSION}
PATCH_DIST_STRIP=-p1
@@ -44,18 +41,8 @@ PLIST_SUB+= CACTIDIR=${CACTIDIR}
SUB_LIST+= CACTIDIR=${CACTIDIR} CACTIUSER=${CACTIUSER} \
CACTIGROUP=${CACTIGROUP}
-OPTIONS= PLUGIN "Enable plugin support" off
-
.include <bsd.port.pre.mk>
-.if defined(WITH_PLUGIN)
-EXTRA_PATCHES= ${FILESDIR}/extrapatch-plugins
-
-PLIST_SUB+= PLUGIN=""
-.else
-PLIST_SUB+= PLUGIN="@comment "
-.endif
-
post-patch:
@${FIND} ${WRKSRC} -name \*.orig -delete; \
${MV} ${WRKSRC}/include/db-settings.php ${WRKSRC}/include/db-settings.php.orig