From 9304cb79290a731892f6f4a65d19e38f95af6e7c Mon Sep 17 00:00:00 2001 From: joerg Date: Mon, 19 Feb 2007 21:52:41 +0000 Subject: Mark all the webmin modules that don't pass the distfile checksum as explicitly broken as discussed with the maintainer until someone invests the time to fix. --- sysutils/wbm-apache/Makefile | 4 +++- sysutils/wbm-at/Makefile | 4 +++- sysutils/wbm-bind8/Makefile | 4 +++- sysutils/wbm-change-user/Makefile | 4 +++- sysutils/wbm-cluster-copy/Makefile | 4 +++- sysutils/wbm-cluster-cron/Makefile | 4 +++- sysutils/wbm-cluster-shell/Makefile | 4 +++- sysutils/wbm-cluster-webmin/Makefile | 4 +++- sysutils/wbm-custom/Makefile | 4 +++- sysutils/wbm-dhcpd/Makefile | 4 +++- sysutils/wbm-dovecot/Makefile | 4 +++- sysutils/wbm-fetchmail/Makefile | 4 +++- sysutils/wbm-file/Makefile | 4 +++- sysutils/wbm-inetd/Makefile | 4 +++- sysutils/wbm-lpadmin/Makefile | 4 +++- sysutils/wbm-mailboxes/Makefile | 4 +++- sysutils/wbm-mount/Makefile | 4 +++- sysutils/wbm-mysql/Makefile | 4 +++- sysutils/wbm-net/Makefile | 4 +++- sysutils/wbm-openslp/Makefile | 4 +++- sysutils/wbm-postfix/Makefile | 4 +++- sysutils/wbm-postgresql/Makefile | 4 +++- sysutils/wbm-qmailadmin/Makefile | 4 +++- sysutils/wbm-sendmail/Makefile | 4 +++- sysutils/wbm-shell/Makefile | 4 +++- sysutils/wbm-sshd/Makefile | 4 +++- sysutils/wbm-syslog/Makefile | 4 +++- sysutils/wbm-telnet/Makefile | 4 +++- sysutils/wbm-time/Makefile | 4 +++- sysutils/wbm-tunnel/Makefile | 4 +++- sysutils/wbm-useradmin/Makefile | 4 +++- 31 files changed, 93 insertions(+), 31 deletions(-) diff --git a/sysutils/wbm-apache/Makefile b/sysutils/wbm-apache/Makefile index 46ffde9f954..18838656561 100644 --- a/sysutils/wbm-apache/Makefile +++ b/sysutils/wbm-apache/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/05/16 21:39:04 jlam Exp $ +# $NetBSD: Makefile,v 1.2 2007/02/19 21:52:41 joerg Exp $ DISTNAME= apache PKGNAME= wbm-${DISTNAME}-${WBM_VERSION} @@ -10,6 +10,8 @@ WBM_VERSION= 1.270 HOMEPAGE= http://www.webmin.com/standard.html COMMENT= Webmin module for configuring Apache servers +BROKEN= "Distfile broken" + .include "../../sysutils/webmin/wbm.mk" CONF_FILES_PERMS+= ${WBM_EGDIR}/${WBMNAME}/site \ diff --git a/sysutils/wbm-at/Makefile b/sysutils/wbm-at/Makefile index ae2e48fe26b..c07c199e123 100644 --- a/sysutils/wbm-at/Makefile +++ b/sysutils/wbm-at/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/05/16 21:39:15 jlam Exp $ +# $NetBSD: Makefile,v 1.2 2007/02/19 21:52:41 joerg Exp $ DISTNAME= at PKGNAME= wbm-${DISTNAME}-${WBM_VERSION} @@ -10,5 +10,7 @@ WBM_VERSION= 1.270 HOMEPAGE= http://www.webmin.com/standard.html COMMENT= Webmin module to schedule execution of commands +BROKEN= "Distfile broken" + .include "../../sysutils/webmin/wbm.mk" .include "../../mk/bsd.pkg.mk" diff --git a/sysutils/wbm-bind8/Makefile b/sysutils/wbm-bind8/Makefile index d5b55997d3b..93189fa7348 100644 --- a/sysutils/wbm-bind8/Makefile +++ b/sysutils/wbm-bind8/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/05/16 15:40:22 jlam Exp $ +# $NetBSD: Makefile,v 1.2 2007/02/19 21:52:41 joerg Exp $ DISTNAME= bind8 PKGNAME= wbm-${DISTNAME}-${WBM_VERSION} @@ -10,5 +10,7 @@ WBM_VERSION= 1.270 HOMEPAGE= http://www.webmin.com/standard.html COMMENT= Webmin module for managing ISC BIND 8.x DNS servers +BROKEN= "Distfile broken" + .include "../../sysutils/webmin/wbm.mk" .include "../../mk/bsd.pkg.mk" diff --git a/sysutils/wbm-change-user/Makefile b/sysutils/wbm-change-user/Makefile index 5c7e9ac3b14..53ba5f7b164 100644 --- a/sysutils/wbm-change-user/Makefile +++ b/sysutils/wbm-change-user/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/05/16 17:36:16 jlam Exp $ +# $NetBSD: Makefile,v 1.2 2007/02/19 21:52:41 joerg Exp $ DISTNAME= change-user PKGNAME= wbm-${DISTNAME}-${WBM_VERSION} @@ -10,5 +10,7 @@ WBM_VERSION= 1.270 HOMEPAGE= http://www.webmin.com/standard.html COMMENT= Webmin module to personalize Webmin user sessions +BROKEN= "Distfile broken" + .include "../../sysutils/webmin/wbm.mk" .include "../../mk/bsd.pkg.mk" diff --git a/sysutils/wbm-cluster-copy/Makefile b/sysutils/wbm-cluster-copy/Makefile index b474007f1d9..228d716c7db 100644 --- a/sysutils/wbm-cluster-copy/Makefile +++ b/sysutils/wbm-cluster-copy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2006/05/19 17:14:53 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2007/02/19 21:52:41 joerg Exp $ DISTNAME= cluster-copy PKGNAME= wbm-${DISTNAME}-${WBM_VERSION} @@ -11,5 +11,7 @@ WBM_VERSION= 1.270 HOMEPAGE= http://www.webmin.com/standard.html COMMENT= Webmin module to schedule file transfers within a Webmin cluster +BROKEN= "Distfile broken" + .include "../../sysutils/webmin/wbm.mk" .include "../../mk/bsd.pkg.mk" diff --git a/sysutils/wbm-cluster-cron/Makefile b/sysutils/wbm-cluster-cron/Makefile index bf1af651285..322ad741747 100644 --- a/sysutils/wbm-cluster-cron/Makefile +++ b/sysutils/wbm-cluster-cron/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2006/05/19 17:14:53 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2007/02/19 21:52:41 joerg Exp $ DISTNAME= cluster-cron PKGNAME= wbm-${DISTNAME}-${WBM_VERSION} @@ -11,5 +11,7 @@ WBM_VERSION= 1.270 HOMEPAGE= http://www.webmin.com/standard.html COMMENT= Webmin module to schedule cron jobs within a Webmin cluster +BROKEN= "Distfile broken" + .include "../../sysutils/webmin/wbm.mk" .include "../../mk/bsd.pkg.mk" diff --git a/sysutils/wbm-cluster-shell/Makefile b/sysutils/wbm-cluster-shell/Makefile index bc65d2359bd..ce31c0fb33d 100644 --- a/sysutils/wbm-cluster-shell/Makefile +++ b/sysutils/wbm-cluster-shell/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/05/16 21:40:17 jlam Exp $ +# $NetBSD: Makefile,v 1.2 2007/02/19 21:52:41 joerg Exp $ DISTNAME= cluster-shell PKGNAME= wbm-${DISTNAME}-${WBM_VERSION} @@ -10,5 +10,7 @@ WBM_VERSION= 1.270 HOMEPAGE= http://www.webmin.com/standard.html COMMENT= Webmin module to run commands across a Webmin cluster +BROKEN= "Distfile broken" + .include "../../sysutils/webmin/wbm.mk" .include "../../mk/bsd.pkg.mk" diff --git a/sysutils/wbm-cluster-webmin/Makefile b/sysutils/wbm-cluster-webmin/Makefile index c23fdd3b02e..ecc6b664a72 100644 --- a/sysutils/wbm-cluster-webmin/Makefile +++ b/sysutils/wbm-cluster-webmin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/05/16 21:40:45 jlam Exp $ +# $NetBSD: Makefile,v 1.2 2007/02/19 21:52:41 joerg Exp $ DISTNAME= cluster-webmin PKGNAME= wbm-${DISTNAME}-${WBM_VERSION} @@ -10,5 +10,7 @@ WBM_VERSION= 1.270 HOMEPAGE= http://www.webmin.com/standard.html COMMENT= Webmin module to manage Webmin settings across a Webmin cluster +BROKEN= "Distfile broken" + .include "../../sysutils/webmin/wbm.mk" .include "../../mk/bsd.pkg.mk" diff --git a/sysutils/wbm-custom/Makefile b/sysutils/wbm-custom/Makefile index f976d68209a..44cab38b722 100644 --- a/sysutils/wbm-custom/Makefile +++ b/sysutils/wbm-custom/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/05/16 21:40:57 jlam Exp $ +# $NetBSD: Makefile,v 1.2 2007/02/19 21:52:41 joerg Exp $ DISTNAME= custom PKGNAME= wbm-${DISTNAME}-${WBM_VERSION} @@ -10,5 +10,7 @@ WBM_VERSION= 1.270 HOMEPAGE= http://www.webmin.com/standard.html COMMENT= Webmin module for creating custom action buttons +BROKEN= "Distfile broken" + .include "../../sysutils/webmin/wbm.mk" .include "../../mk/bsd.pkg.mk" diff --git a/sysutils/wbm-dhcpd/Makefile b/sysutils/wbm-dhcpd/Makefile index d2f85298e43..57b13ae57e0 100644 --- a/sysutils/wbm-dhcpd/Makefile +++ b/sysutils/wbm-dhcpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/05/16 04:02:22 jlam Exp $ +# $NetBSD: Makefile,v 1.2 2007/02/19 21:52:42 joerg Exp $ DISTNAME= dhcpd PKGNAME= wbm-${DISTNAME}-${WBM_VERSION} @@ -10,5 +10,7 @@ WBM_VERSION= 1.270 HOMEPAGE= http://www.webmin.com/standard.html COMMENT= Webmin module for managing ISC DHCPd +BROKEN= "Distfile broken" + .include "../../sysutils/webmin/wbm.mk" .include "../../mk/bsd.pkg.mk" diff --git a/sysutils/wbm-dovecot/Makefile b/sysutils/wbm-dovecot/Makefile index 842b1129577..8262a8149f7 100644 --- a/sysutils/wbm-dovecot/Makefile +++ b/sysutils/wbm-dovecot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/05/16 21:41:09 jlam Exp $ +# $NetBSD: Makefile,v 1.2 2007/02/19 21:52:42 joerg Exp $ DISTNAME= dovecot PKGNAME= wbm-${DISTNAME}-${WBM_VERSION} @@ -10,5 +10,7 @@ WBM_VERSION= 1.270 HOMEPAGE= http://www.webmin.com/standard.html COMMENT= Webmin module for configuring the Dovecot IMAP/POP3 server +BROKEN= "Distfile broken" + .include "../../sysutils/webmin/wbm.mk" .include "../../mk/bsd.pkg.mk" diff --git a/sysutils/wbm-fetchmail/Makefile b/sysutils/wbm-fetchmail/Makefile index 3846e96bf19..0f7a1df4ccd 100644 --- a/sysutils/wbm-fetchmail/Makefile +++ b/sysutils/wbm-fetchmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/05/16 21:41:23 jlam Exp $ +# $NetBSD: Makefile,v 1.2 2007/02/19 21:52:42 joerg Exp $ DISTNAME= fetchmail PKGNAME= wbm-${DISTNAME}-${WBM_VERSION} @@ -10,5 +10,7 @@ WBM_VERSION= 1.270 HOMEPAGE= http://www.webmin.com/standard.html COMMENT= Webmin module for configuring fetchmail +BROKEN= "Distfile broken" + .include "../../sysutils/webmin/wbm.mk" .include "../../mk/bsd.pkg.mk" diff --git a/sysutils/wbm-file/Makefile b/sysutils/wbm-file/Makefile index 0eb2e76a8db..5df569b7d39 100644 --- a/sysutils/wbm-file/Makefile +++ b/sysutils/wbm-file/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/05/16 04:02:38 jlam Exp $ +# $NetBSD: Makefile,v 1.2 2007/02/19 21:52:42 joerg Exp $ DISTNAME= file PKGNAME= wbm-${DISTNAME}-${WBM_VERSION} @@ -10,5 +10,7 @@ WBM_VERSION= 1.270 HOMEPAGE= http://www.webmin.com/standard.html COMMENT= Webmin module for managing file and directory permissions +BROKEN= "Distfile broken" + .include "../../sysutils/webmin/wbm.mk" .include "../../mk/bsd.pkg.mk" diff --git a/sysutils/wbm-inetd/Makefile b/sysutils/wbm-inetd/Makefile index 6397acc4284..400031af54c 100644 --- a/sysutils/wbm-inetd/Makefile +++ b/sysutils/wbm-inetd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/05/16 15:40:45 jlam Exp $ +# $NetBSD: Makefile,v 1.2 2007/02/19 21:52:42 joerg Exp $ DISTNAME= inetd PKGNAME= wbm-${DISTNAME}-${WBM_VERSION} @@ -10,5 +10,7 @@ WBM_VERSION= 1.270 HOMEPAGE= http://www.webmin.com/standard.html COMMENT= Webmin module to configure inetd +BROKEN= "Distfile broken" + .include "../../sysutils/webmin/wbm.mk" .include "../../mk/bsd.pkg.mk" diff --git a/sysutils/wbm-lpadmin/Makefile b/sysutils/wbm-lpadmin/Makefile index b56ca9f3382..e9fee5d130a 100644 --- a/sysutils/wbm-lpadmin/Makefile +++ b/sysutils/wbm-lpadmin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/05/16 15:41:24 jlam Exp $ +# $NetBSD: Makefile,v 1.2 2007/02/19 21:52:42 joerg Exp $ DISTNAME= lpadmin PKGNAME= wbm-${DISTNAME}-${WBM_VERSION} @@ -10,5 +10,7 @@ WBM_VERSION= 1.270 HOMEPAGE= http://www.webmin.com/standard.html COMMENT= Webmin module to manage local and remote printers +BROKEN= "Distfile broken" + .include "../../sysutils/webmin/wbm.mk" .include "../../mk/bsd.pkg.mk" diff --git a/sysutils/wbm-mailboxes/Makefile b/sysutils/wbm-mailboxes/Makefile index 9a5c817bbd3..dc80f2bba82 100644 --- a/sysutils/wbm-mailboxes/Makefile +++ b/sysutils/wbm-mailboxes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/05/16 15:41:41 jlam Exp $ +# $NetBSD: Makefile,v 1.2 2007/02/19 21:52:42 joerg Exp $ DISTNAME= mailboxes PKGNAME= wbm-${DISTNAME}-${WBM_VERSION} @@ -10,5 +10,7 @@ WBM_VERSION= 1.270 HOMEPAGE= http://www.webmin.com/standard.html COMMENT= Webmin module to read email in users' mailboxes +BROKEN= "Distfile broken" + .include "../../sysutils/webmin/wbm.mk" .include "../../mk/bsd.pkg.mk" diff --git a/sysutils/wbm-mount/Makefile b/sysutils/wbm-mount/Makefile index 067aea35a54..dba789b227d 100644 --- a/sysutils/wbm-mount/Makefile +++ b/sysutils/wbm-mount/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/05/16 15:41:56 jlam Exp $ +# $NetBSD: Makefile,v 1.2 2007/02/19 21:52:42 joerg Exp $ DISTNAME= mount PKGNAME= wbm-${DISTNAME}-${WBM_VERSION} @@ -10,5 +10,7 @@ WBM_VERSION= 1.270 HOMEPAGE= http://www.webmin.com/standard.html COMMENT= Webmin module to mount filesystems +BROKEN= "Distfile broken" + .include "../../sysutils/webmin/wbm.mk" .include "../../mk/bsd.pkg.mk" diff --git a/sysutils/wbm-mysql/Makefile b/sysutils/wbm-mysql/Makefile index 21128a8dd1d..d14a6ec7058 100644 --- a/sysutils/wbm-mysql/Makefile +++ b/sysutils/wbm-mysql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/05/16 15:42:12 jlam Exp $ +# $NetBSD: Makefile,v 1.2 2007/02/19 21:52:42 joerg Exp $ DISTNAME= mysql PKGNAME= wbm-${DISTNAME}-${WBM_VERSION} @@ -10,5 +10,7 @@ WBM_VERSION= 1.270 HOMEPAGE= http://www.webmin.com/standard.html COMMENT= Webmin module for managing MySQL databases +BROKEN= "Distfile broken" + .include "../../sysutils/webmin/wbm.mk" .include "../../mk/bsd.pkg.mk" diff --git a/sysutils/wbm-net/Makefile b/sysutils/wbm-net/Makefile index 75e678bb122..6d6bc106293 100644 --- a/sysutils/wbm-net/Makefile +++ b/sysutils/wbm-net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/05/16 04:03:06 jlam Exp $ +# $NetBSD: Makefile,v 1.2 2007/02/19 21:52:42 joerg Exp $ DISTNAME= net PKGNAME= wbm-${DISTNAME}-${WBM_VERSION} @@ -10,5 +10,7 @@ WBM_VERSION= 1.270 HOMEPAGE= http://www.webmin.com/standard.html COMMENT= Webmin module for network configuration +BROKEN= "Distfile broken" + .include "../../sysutils/webmin/wbm.mk" .include "../../mk/bsd.pkg.mk" diff --git a/sysutils/wbm-openslp/Makefile b/sysutils/wbm-openslp/Makefile index 9c9e99979b7..e0907228969 100644 --- a/sysutils/wbm-openslp/Makefile +++ b/sysutils/wbm-openslp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/05/16 21:41:50 jlam Exp $ +# $NetBSD: Makefile,v 1.2 2007/02/19 21:52:42 joerg Exp $ DISTNAME= openslp PKGNAME= wbm-${DISTNAME}-${WBM_VERSION} @@ -10,5 +10,7 @@ WBM_VERSION= 1.270 HOMEPAGE= http://www.webmin.com/standard.html COMMENT= Webmin module to configure an OpenSLP server +BROKEN= "Distfile broken" + .include "../../sysutils/webmin/wbm.mk" .include "../../mk/bsd.pkg.mk" diff --git a/sysutils/wbm-postfix/Makefile b/sysutils/wbm-postfix/Makefile index 3c5c56fad50..3c08585c5ed 100644 --- a/sysutils/wbm-postfix/Makefile +++ b/sysutils/wbm-postfix/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2006/05/19 17:14:53 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2007/02/19 21:52:42 joerg Exp $ DISTNAME= postfix PKGNAME= wbm-${DISTNAME}-${WBM_VERSION} @@ -11,5 +11,7 @@ WBM_VERSION= 1.270 HOMEPAGE= http://www.webmin.com/standard.html COMMENT= Webmin module for Postfix mail server configuration +BROKEN= "Distfile broken" + .include "../../sysutils/webmin/wbm.mk" .include "../../mk/bsd.pkg.mk" diff --git a/sysutils/wbm-postgresql/Makefile b/sysutils/wbm-postgresql/Makefile index 4ef2912c1eb..9010e910e34 100644 --- a/sysutils/wbm-postgresql/Makefile +++ b/sysutils/wbm-postgresql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/05/16 04:16:32 jlam Exp $ +# $NetBSD: Makefile,v 1.2 2007/02/19 21:52:43 joerg Exp $ DISTNAME= postgresql PKGNAME= wbm-${DISTNAME}-${WBM_VERSION} @@ -10,5 +10,7 @@ WBM_VERSION= 1.270 HOMEPAGE= http://www.webmin.com/standard.html COMMENT= Webmin module for managing PostgreSQL databases +BROKEN= "Distfile broken" + .include "../../sysutils/webmin/wbm.mk" .include "../../mk/bsd.pkg.mk" diff --git a/sysutils/wbm-qmailadmin/Makefile b/sysutils/wbm-qmailadmin/Makefile index 791ad60b7b1..23782bd823d 100644 --- a/sysutils/wbm-qmailadmin/Makefile +++ b/sysutils/wbm-qmailadmin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/05/16 21:42:22 jlam Exp $ +# $NetBSD: Makefile,v 1.2 2007/02/19 21:52:43 joerg Exp $ DISTNAME= qmailadmin PKGNAME= wbm-${DISTNAME}-${WBM_VERSION} @@ -10,5 +10,7 @@ WBM_VERSION= 1.270 HOMEPAGE= http://www.webmin.com/standard.html COMMENT= Webmin module to configure the qmail mail server +BROKEN= "Distfile broken" + .include "../../sysutils/webmin/wbm.mk" .include "../../mk/bsd.pkg.mk" diff --git a/sysutils/wbm-sendmail/Makefile b/sysutils/wbm-sendmail/Makefile index 04494292432..c967837d150 100644 --- a/sysutils/wbm-sendmail/Makefile +++ b/sysutils/wbm-sendmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/05/16 15:42:42 jlam Exp $ +# $NetBSD: Makefile,v 1.2 2007/02/19 21:52:43 joerg Exp $ DISTNAME= sendmail PKGNAME= wbm-${DISTNAME}-${WBM_VERSION} @@ -10,5 +10,7 @@ WBM_VERSION= 1.270 HOMEPAGE= http://www.webmin.com/standard.html COMMENT= Webmin module to manage Sendmail +BROKEN= "Distfile broken" + .include "../../sysutils/webmin/wbm.mk" .include "../../mk/bsd.pkg.mk" diff --git a/sysutils/wbm-shell/Makefile b/sysutils/wbm-shell/Makefile index 050fb095461..8ae231092e2 100644 --- a/sysutils/wbm-shell/Makefile +++ b/sysutils/wbm-shell/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/05/16 04:03:45 jlam Exp $ +# $NetBSD: Makefile,v 1.2 2007/02/19 21:52:43 joerg Exp $ DISTNAME= shell PKGNAME= wbm-${DISTNAME}-${WBM_VERSION} @@ -10,5 +10,7 @@ WBM_VERSION= 1.270 HOMEPAGE= http://www.webmin.com/standard.html COMMENT= Webmin module for executing shell commands +BROKEN= "Distfile broken" + .include "../../sysutils/webmin/wbm.mk" .include "../../mk/bsd.pkg.mk" diff --git a/sysutils/wbm-sshd/Makefile b/sysutils/wbm-sshd/Makefile index 23d9d6e37c7..e0bf7ad8f42 100644 --- a/sysutils/wbm-sshd/Makefile +++ b/sysutils/wbm-sshd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/05/16 15:43:00 jlam Exp $ +# $NetBSD: Makefile,v 1.2 2007/02/19 21:52:43 joerg Exp $ DISTNAME= sshd PKGNAME= wbm-${DISTNAME}-${WBM_VERSION} @@ -10,5 +10,7 @@ WBM_VERSION= 1.270 HOMEPAGE= http://www.webmin.com/standard.html COMMENT= Webmin module to setup the Secure Shell server +BROKEN= "Distfile broken" + .include "../../sysutils/webmin/wbm.mk" .include "../../mk/bsd.pkg.mk" diff --git a/sysutils/wbm-syslog/Makefile b/sysutils/wbm-syslog/Makefile index 1e435d606fe..1cf04c6dce0 100644 --- a/sysutils/wbm-syslog/Makefile +++ b/sysutils/wbm-syslog/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/05/16 15:43:38 jlam Exp $ +# $NetBSD: Makefile,v 1.2 2007/02/19 21:52:43 joerg Exp $ DISTNAME= syslog PKGNAME= wbm-${DISTNAME}-${WBM_VERSION} @@ -10,5 +10,7 @@ WBM_VERSION= 1.270 HOMEPAGE= http://www.webmin.com/standard.html COMMENT= Webmin module to configure the syslog server view log files +BROKEN= "Distfile broken" + .include "../../sysutils/webmin/wbm.mk" .include "../../mk/bsd.pkg.mk" diff --git a/sysutils/wbm-telnet/Makefile b/sysutils/wbm-telnet/Makefile index d04829f5a09..6d67afece28 100644 --- a/sysutils/wbm-telnet/Makefile +++ b/sysutils/wbm-telnet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/05/16 15:43:52 jlam Exp $ +# $NetBSD: Makefile,v 1.2 2007/02/19 21:52:43 joerg Exp $ DISTNAME= telnet PKGNAME= wbm-${DISTNAME}-${WBM_VERSION} @@ -10,5 +10,7 @@ WBM_VERSION= 1.270 HOMEPAGE= http://www.webmin.com/standard.html COMMENT= Webmin module to login via telnet or SSH +BROKEN= "Distfile broken" + .include "../../sysutils/webmin/wbm.mk" .include "../../mk/bsd.pkg.mk" diff --git a/sysutils/wbm-time/Makefile b/sysutils/wbm-time/Makefile index 8676e16e0d5..bf3df39c556 100644 --- a/sysutils/wbm-time/Makefile +++ b/sysutils/wbm-time/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2006/05/19 17:14:53 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2007/02/19 21:52:43 joerg Exp $ DISTNAME= time PKGNAME= wbm-${DISTNAME}-${WBM_VERSION} @@ -11,5 +11,7 @@ WBM_VERSION= 1.270 HOMEPAGE= http://www.webmin.com/standard.html COMMENT= Webmin module to set the system time +BROKEN= "Distfile broken" + .include "../../sysutils/webmin/wbm.mk" .include "../../mk/bsd.pkg.mk" diff --git a/sysutils/wbm-tunnel/Makefile b/sysutils/wbm-tunnel/Makefile index 21b0a02fe1b..220dba45a68 100644 --- a/sysutils/wbm-tunnel/Makefile +++ b/sysutils/wbm-tunnel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/05/16 15:44:15 jlam Exp $ +# $NetBSD: Makefile,v 1.2 2007/02/19 21:52:43 joerg Exp $ DISTNAME= tunnel PKGNAME= wbm-${DISTNAME}-${WBM_VERSION} @@ -10,5 +10,7 @@ WBM_VERSION= 1.270 HOMEPAGE= http://www.webmin.com/standard.html COMMENT= Webmin module to tunnel to another HTTP server +BROKEN= "Distfile broken" + .include "../../sysutils/webmin/wbm.mk" .include "../../mk/bsd.pkg.mk" diff --git a/sysutils/wbm-useradmin/Makefile b/sysutils/wbm-useradmin/Makefile index 1000e132bc2..8639e1d487f 100644 --- a/sysutils/wbm-useradmin/Makefile +++ b/sysutils/wbm-useradmin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/05/16 15:44:30 jlam Exp $ +# $NetBSD: Makefile,v 1.2 2007/02/19 21:52:43 joerg Exp $ DISTNAME= useradmin PKGNAME= wbm-${DISTNAME}-${WBM_VERSION} @@ -10,5 +10,7 @@ WBM_VERSION= 1.270 HOMEPAGE= http://www.webmin.com/standard.html COMMENT= Webmin module to manage users and groups +BROKEN= "Distfile broken" + .include "../../sysutils/webmin/wbm.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3