aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2014-01-31 00:24:59 +0000
committerRene Ladan <rene@FreeBSD.org>2014-01-31 00:24:59 +0000
commit51ff9e2a8796ca8ee19856008be108e729c21bba (patch)
treeb00148478cef49a1549371392e7170e2b992c603 /sysutils
parent4aaa2fddc1b7f2546554f2ea90bdce553618da5f (diff)
downloadports-51ff9e2a8796ca8ee19856008be108e729c21bba.tar.gz
ports-51ff9e2a8796ca8ee19856008be108e729c21bba.zip
Remove expired ports:
20140130 multimedia/kino: Not developed since 2009, declared dead 05.08.2013 on there website. 2014-01-31 x11-drivers/xf86-video-imstt: Broken, unsupported and unmaintained upstream. 2014-01-31 x11-drivers/xf86-video-via: Broken, not supported upstream. 2014-01-31 multimedia/vdr-plugin-softdevice: Broken after ffmpeg update (not sure it ever worked) 2014-01-31 sysutils/mbmon: Use sysutils/xmbmon instead. This port will be removed soon 2014-01-31 dns/bind96: EOL in January 2014, consider moving to Bind 9.8 or 9.9 2014-01-31 x11-drivers/xf86-video-nouveau: Not supported, missing kernel support. use the nvidia driver.
Notes
Notes: svn path=/head/; revision=341906
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/Makefile1
-rw-r--r--sysutils/mbmon/Makefile61
-rw-r--r--sysutils/mbmon/distinfo6
-rw-r--r--sysutils/mbmon/files/mbmon.in32
-rw-r--r--sysutils/mbmon/files/patch-Makefile.in14
-rw-r--r--sysutils/mbmon/files/patch-configure27
-rw-r--r--sysutils/mbmon/files/patch-getMB-smb_ioctl.c24
-rw-r--r--sysutils/mbmon/files/patch-mbmon.c27
-rw-r--r--sysutils/mbmon/files/patch-pci_pm.c28
-rw-r--r--sysutils/mbmon/files/patch-pci_pm.h27
-rw-r--r--sysutils/mbmon/files/patch-sens_lm85.c71
-rw-r--r--sysutils/mbmon/files/patch-sens_winbond.c11
-rw-r--r--sysutils/mbmon/files/patch-testsmb.c44
-rw-r--r--sysutils/mbmon/pkg-descr13
14 files changed, 0 insertions, 386 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile
index 9cd7556476ae..1475449425d7 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -503,7 +503,6 @@
SUBDIR += mate-settings-daemon
SUBDIR += mate-system-monitor
SUBDIR += mbgtools
- SUBDIR += mbmon
SUBDIR += mcelog
SUBDIR += mcollective
SUBDIR += mcron
diff --git a/sysutils/mbmon/Makefile b/sysutils/mbmon/Makefile
deleted file mode 100644
index 6f3f85e5ea82..000000000000
--- a/sysutils/mbmon/Makefile
+++ /dev/null
@@ -1,61 +0,0 @@
-# Created by: kaz@kobe1995.net (NAKAMURA Kauzushi)
-# $FreeBSD$
-
-PORTNAME?= mbmon
-PORTVERSION= 205
-PORTREVISION?= 6
-CATEGORIES= sysutils
-MASTER_SITES= http://www.nt.phys.kyushu-u.ac.jp/shimizu/download/xmbmon/
-DISTNAME= xmbmon${PORTVERSION}
-
-MAINTAINER= 5u623l20@gmail.com
-COMMENT?= Motherboard monitor for LM78/79, W8378x, AS99127F, VT82C686 and ADM9240
-
-DEPRECATED= Use sysutils/xmbmon instead. This port will be removed soon
-EXPIRATION_DATE=2014-01-31
-
-PORTSCOUT= limit:^[0-9]+$
-PATCH_SITES+= ${MASTER_SITES}
-PATCHFILES+= xmbmon${PORTVERSION}_fflush.patch
-
-ONLY_FOR_ARCHS= i386 amd64
-GNU_CONFIGURE= yes
-
-MAKE_ARGS= PROGRAM="${PORTNAME}"
-
-PLIST_FILES+= bin/${PORTNAME}
-MAN1?= mbmon.1
-PORTDOCS= ChangeLog ChangeLog.jp ReadMe ReadMe.jp ReadMe.tech
-
-OPTIONS_DEFINE= ASUS SMB
-OPTIONS_DEFAULT=SMB
-ASUS_DESC= "Enable A7N8X-VM support"
-SMB_DESC= "Enable smb(4) support"
-
-.if ${PORTNAME} == "mbmon"
-USE_RC_SUBR= mbmon
-.endif
-
-NO_STAGE= yes
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MASUS}
-PATCHFILES+= xmbmon${PORTVERSION}_A7N8X-VM.patch
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e 's+/usr/share/doc/mbmon+${DOCSDIR}+' ${WRKSRC}/mbmon.1
-.if ${PORT_OPTIONS:MSMB}
- @${REINPLACE_CMD} -e 's/^DEFS=/&-DSMBUS_IOCTL /' ${WRKSRC}/Makefile.in
-.endif
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
- ${CHMOD} u+s ${PREFIX}/bin/${PORTNAME}
- ${INSTALL_MAN} ${MAN1:S|^|${WRKSRC}/|} ${PREFIX}/man/man1
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
-.endif
-
-.include <bsd.port.mk>
diff --git a/sysutils/mbmon/distinfo b/sysutils/mbmon/distinfo
deleted file mode 100644
index e11bd00f1199..000000000000
--- a/sysutils/mbmon/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-SHA256 (xmbmon205.tar.gz) = 65b10ebfe53585ac22d6a31d8ef3fea552cb266cf2c124c00421dec1df5a4a4f
-SIZE (xmbmon205.tar.gz) = 142987
-SHA256 (xmbmon205_fflush.patch) = f837f465861ce46e4a90d1d3c7a680c1904f7fb91e14efcbad22313c90e2cdc7
-SIZE (xmbmon205_fflush.patch) = 242
-SHA256 (xmbmon205_A7N8X-VM.patch) = 20565e0b1216d3becb87f796fa547e81fec84e37cff05405eb8f71bc97eebc68
-SIZE (xmbmon205_A7N8X-VM.patch) = 274
diff --git a/sysutils/mbmon/files/mbmon.in b/sysutils/mbmon/files/mbmon.in
deleted file mode 100644
index a06f60157ae4..000000000000
--- a/sysutils/mbmon/files/mbmon.in
+++ /dev/null
@@ -1,32 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD$
-#
-
-# PROVIDE: mbmon
-# REQUIRE: LOGIN
-# BEFORE: securelevel
-# KEYWORD: shutdown
-
-# Add the following lines to /etc/rc.conf to enable the mbmon daemon:
-#
-# mbmon_enable="YES"
-# mbmon_flags="<set as needed>"
-#
-# See mbmon(1) for mbmon_flags
-# Set mbmon_port to the TCP port to listen to, default is 12999
-
-. /etc/rc.subr
-
-name="mbmon"
-rcvar=mbmon_enable
-
-# read configuration and set defaults
-load_rc_config "$name"
-: ${mbmon_enable="NO"}
-: ${mbmon_port="12999"}
-
-command="%%PREFIX%%/bin/${name}"
-command_args="-P ${mbmon_port}"
-
-run_rc_command "$1"
diff --git a/sysutils/mbmon/files/patch-Makefile.in b/sysutils/mbmon/files/patch-Makefile.in
deleted file mode 100644
index daae964a5e80..000000000000
--- a/sysutils/mbmon/files/patch-Makefile.in
+++ /dev/null
@@ -1,14 +0,0 @@
---- Makefile.in.orig Wed Feb 1 20:12:01 2006
-+++ Makefile.in Wed Feb 1 20:12:22 2006
-@@ -27,9 +27,9 @@
-
- #CC=/compat/linux/usr/bin/gcc
- CC=@CC@
--CFLAGS=-O3 $(INCLUDES) $(DEFS)
-+CFLAGS+=$(INCLUDES) $(DEFS)
- CFLAGSX=$(CFLAGS) @X_CFLAGS@
--LDFLAGS=-s
-+LDFLAGS=
-
- LINT=lint
- # LINT=$(CC) -c -Wall -Wshadow -Wpointer-arith
diff --git a/sysutils/mbmon/files/patch-configure b/sysutils/mbmon/files/patch-configure
deleted file mode 100644
index 809c657fd978..000000000000
--- a/sysutils/mbmon/files/patch-configure
+++ /dev/null
@@ -1,27 +0,0 @@
---- configure.orig Wed Feb 1 20:34:58 2006
-+++ configure Wed Feb 1 20:35:38 2006
-@@ -3487,7 +3487,6 @@
-
- case "${host}" in
- i?86-*-freebsd*)
-- CC=cc
- ;;
- i?86-*-linux-*)
- CC=gcc
-@@ -3499,7 +3498,6 @@
- ADDLIBS="-li386"
- ;;
- *)
-- CC=gcc
- ;;
- esac
-
-@@ -3946,7 +3944,7 @@
- done
-
-
--for ac_header in machine/smb.h
-+for ac_header in dev/smbus/smb.h machine/smb.h
- do
- as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
- if eval "test \"\${$as_ac_Header+set}\" = set"; then
diff --git a/sysutils/mbmon/files/patch-getMB-smb_ioctl.c b/sysutils/mbmon/files/patch-getMB-smb_ioctl.c
deleted file mode 100644
index 7fe81da58542..000000000000
--- a/sysutils/mbmon/files/patch-getMB-smb_ioctl.c
+++ /dev/null
@@ -1,24 +0,0 @@
-$FreeBSD$
-
---- getMB-smb_ioctl.c.orig Sat Jul 5 18:15:24 2003
-+++ getMB-smb_ioctl.c Fri Dec 16 17:56:54 2005
-@@ -5,6 +5,7 @@
- #ifdef HAVE_SMBUS
- /* assume SMBus ioctl support, only for FreeBSD */
-
-+#include <sys/param.h>
- #include <stdlib.h>
- #include <stdio.h>
- #include <fcntl.h>
-@@ -13,7 +14,11 @@
- #include <sys/types.h>
- #include <sys/ioctl.h>
-
-+#if __FreeBSD_version >= 500000
-+#include <dev/smbus/smb.h>
-+#else
- #include <machine/smb.h>
-+#endif
-
- #include "methods.h"
-
diff --git a/sysutils/mbmon/files/patch-mbmon.c b/sysutils/mbmon/files/patch-mbmon.c
deleted file mode 100644
index 30d759104011..000000000000
--- a/sysutils/mbmon/files/patch-mbmon.c
+++ /dev/null
@@ -1,27 +0,0 @@
---- mbmon.c.orig 2004-08-13 16:23:32.000000000 +0900
-+++ mbmon.c 2009-06-10 12:13:47.000000000 +0900
-@@ -315,7 +315,7 @@
-
- name = argv[0];
- #if !defined(LINUX) && defined(HAVE_SMBUS) && defined(SMBUS_IOCTL)
-- while ((ch = getopt(argc,argv,"VSIAfdDYe:p:s:c:T:F:tunNirh")) != -1) {
-+ while ((ch = getopt(argc,argv,"VSIAfdDYe:p:s:c:T:F:tunNirhP:")) != -1) {
- #else
- while ((ch = getopt(argc,argv,"VSIAfdDYe:p:c:T:F:tunNirhP:")) != -1) {
- #endif
-@@ -641,6 +641,7 @@
- fprintf(out, "%4d\n%4d\n%4d\n", rot1, rot2, rot3);
- }
- if (port) {
-+ fflush(out);
- #ifdef LOGGING
- if (nfd)
- #endif
-@@ -659,6 +660,7 @@
- if (hostname_flag == 1) {
- hostname(sh_flag);
- }
-+ fflush(stdout);
-
- /* count */
- if (count != 0) {
diff --git a/sysutils/mbmon/files/patch-pci_pm.c b/sysutils/mbmon/files/patch-pci_pm.c
deleted file mode 100644
index a5b7076e7588..000000000000
--- a/sysutils/mbmon/files/patch-pci_pm.c
+++ /dev/null
@@ -1,28 +0,0 @@
---- pci_pm.c.orig Tue Aug 17 19:38:04 2004
-+++ pci_pm.c Fri Dec 30 23:05:40 2005
-@@ -64,7 +64,7 @@
- comt = "Intel8XX(ICH/ICH2/ICH3/ICH4/ICH5/ICH6)";
- break;
- case AMD756SMB:
-- comt = "AMD756/766/768";
-+ comt = "AMD756/766/768/8111";
- break;
- case NFORCESMB:
- comt = "NVidia nForce";
-@@ -166,6 +166,7 @@
- case ID_AMD756:
- case ID_AMD766:
- case ID_AMD768:
-+ case ID_AMD8111_1:
- ret = AMD756SMB;
- inq_smbba = getSMBBA3;
- break;
-@@ -182,7 +183,7 @@
- inq_smbba = getSMBBA4;
- }
- break;
-- case ID_AMD8111:
-+ case ID_AMD8111_2:
- ret = AMD8111SMB;
- inq_smbba = getSMBBA6;
- break;
diff --git a/sysutils/mbmon/files/patch-pci_pm.h b/sysutils/mbmon/files/patch-pci_pm.h
deleted file mode 100644
index 8a7203e02cb8..000000000000
--- a/sysutils/mbmon/files/patch-pci_pm.h
+++ /dev/null
@@ -1,27 +0,0 @@
-$FreeBSD$
-
---- pci_pm.h Wed Jul 14 18:02:49 2004
-+++ pci_pm.h Fri Dec 30 23:06:26 2005
-@@ -32,10 +32,10 @@
- #define getSMBBA0 0x90 /* PIIX4, VIA596,686 */
- #define getSMBBA1 0xD0 /* VT8233/A/C */
- #define getSMBBA2 0x20 /* Intel801_ICH's */
--#define getSMBBA3 0x58 /* AMD756,766,768 */
-+#define getSMBBA3 0x58 /* AMD756,766,768,8111 */
- #define getSMBBA4 0x14 /* NVidia nForce */
- #define getSMBBA5 0xE2 /* ALI7101 */
--#define getSMBBA6 0x10 /* AMD8111 */
-+#define getSMBBA6 0x10 /* AMD8111 SMBus 2.0 */
- #define getSMBBA70 0x50 /* NVidia nForce2, bus0 */
- #define getSMBBA71 0x54 /* NVidia nForce2, bus1 */
-
-@@ -68,7 +68,8 @@
- #define ID_AMD756 0x740B1022
- #define ID_AMD766 0x74131022
- #define ID_AMD768 0x74431022
--#define ID_AMD8111 0x746A1022
-+#define ID_AMD8111_1 0x746B1022
-+#define ID_AMD8111_2 0x746A1022
- #define ID_NFORCE 0x01B410DE
- #define ID_NFORCE2 0x006410DE
- #define ID_ALI7101 0x710110B9
diff --git a/sysutils/mbmon/files/patch-sens_lm85.c b/sysutils/mbmon/files/patch-sens_lm85.c
deleted file mode 100644
index 3caa2c7a9754..000000000000
--- a/sysutils/mbmon/files/patch-sens_lm85.c
+++ /dev/null
@@ -1,71 +0,0 @@
-$FreeBSD$
-
---- sens_lm85.c Mon Oct 13 10:12:58 2003
-+++ sens_lm85.c Wed Dec 21 15:37:56 2005
-@@ -53,7 +53,6 @@
- #define ADM_24FAN(nr) (0x28 + (nr))
- #define ADM_24FANDIV 0x47
- #define ADM_24MODE 0x16
--#define ADM_TEMPOFF(nr) (0x70 + (nr))
- #define ADM_EXTRES1 0x76
- #define ADM_EXTRES2 0x77
- #define ADM_FANPPR 0x7B
-@@ -213,7 +212,7 @@
- static float lm85_temp( LM_METHODS *method, int no )
- {
- int n, ne;
-- float ext = 0.0, offset = 0.0;
-+ float ext = 0.0;
-
- if (no < 0 || 2 < no)
- return 0xFFFF;
-@@ -226,18 +225,20 @@
- } else if (lm85chipid >= ADM1027) {
- ne = method->Read(ADM_EXTRES2);
- ext = 0.25 * ((ne >> ((no + 1) * 2)) & 0x03);
-- n = method->Read(ADM_TEMPOFF(no));
-- if (n > 0x80)
-- n -= 0xFF;
-- offset = (float) n;
-+ /* Unlock temperature registers. */
-+ if (no != 0) method->Read(LM85_TEMP(0));
-+ if (no != 1) method->Read(LM85_TEMP(1));
-+ if (no != 2) method->Read(LM85_TEMP(2));
-+ /* Unlock voltage register. */
-+ method->Read(LM85_VOLT(4));
- }
- n = method->Read(LM85_TEMP(no));
- if (n == 0x80)
- return 0xFFFF;
- else if (n > 0x80)
-- return (float) (n - 0xFF) + ext - offset;
-+ return (float) (n - 0xFF) + ext;
- else
-- return (float) n + ext - offset;
-+ return (float) n + ext;
- }
-
-
-@@ -262,10 +263,20 @@
- return 0xFFFF;
-
- if (lm85chipid >= ADM1027) {
-- if (no == 4)
-+ if (no == 4) {
- ne = method->Read(ADM_EXTRES2) & 0x03;
-- else
-+ /* Unlock temperature registers. */
-+ method->Read(LM85_TEMP(0));
-+ method->Read(LM85_TEMP(1));
-+ method->Read(LM85_TEMP(2));
-+ } else {
- ne = (method->Read(ADM_EXTRES1) >> (no * 2)) & 0x03;
-+ /* Unlock voltage registers. */
-+ if (no != 0) method->Read(LM85_VOLT(0));
-+ if (no != 1) method->Read(LM85_VOLT(1));
-+ if (no != 2) method->Read(LM85_VOLT(2));
-+ if (no != 3) method->Read(LM85_VOLT(3));
-+ }
- }
- n = method->Read(LM85_VOLT(no));
- if (lm85chipid >= ADM1027)
diff --git a/sysutils/mbmon/files/patch-sens_winbond.c b/sysutils/mbmon/files/patch-sens_winbond.c
deleted file mode 100644
index be172fc9fc23..000000000000
--- a/sysutils/mbmon/files/patch-sens_winbond.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- sens_winbond.c Fri Jul 9 07:34:41 2004
-+++ sens_winbond.c Wed May 3 16:43:40 2006
-@@ -245,6 +244,8 @@
- case 0x20: /* 0x20 (or 0x21) 627HF */
- case 0x90: /* 0x90 (or 0x91?) 627THF */
- case 0x1A: /* 0x1A (??) 627THF-A */
-+ case 0xA0: /* 0xA0 (or 0xA1) */
-+ case 0xC0: /* 0xC0 (or 0xC1) 627DHG */
- wbdchipid = W83627HF;
- break;
- case 0x30: /* 0x30 (or 0x31) */
diff --git a/sysutils/mbmon/files/patch-testsmb.c b/sysutils/mbmon/files/patch-testsmb.c
deleted file mode 100644
index 52d6d6cf7934..000000000000
--- a/sysutils/mbmon/files/patch-testsmb.c
+++ /dev/null
@@ -1,44 +0,0 @@
-$FreeBSD$
-
---- testsmb.c Thu Aug 12 07:34:48 2004
-+++ testsmb.c Fri Dec 30 23:11:29 2005
-@@ -105,8 +105,9 @@
- case ID_AMD756:
- case ID_AMD766:
- case ID_AMD768:
-+ case ID_AMD8111_1:
- smbus = &smbus_amd;
-- fprintf(stderr, "AMD756/766/768 found.\n");
-+ fprintf(stderr, "AMD756/766/768/8111 found.\n");
- break;
- case ID_NFORCE:
- smbus = &smbus_amd;
-@@ -116,9 +117,9 @@
- smbus = &smbus_ali;
- fprintf(stderr, "ALi M1535D+ found.\n");
- break;
-- case ID_AMD8111:
-+ case ID_AMD8111_2:
- smbus = &smbus_amd8;
-- fprintf(stderr, "AMD8111 found.\n");
-+ fprintf(stderr, "AMD8111 SMBus 2.0 found.\n");
- break;
- case ID_NFORCE2:
- smbus = &smbus_amd8;
-@@ -126,7 +127,7 @@
- break;
- default:
- fprintf(stderr, "No known SMBus(I2C) chip found.\n");
-- goto exit;
-+ continue;
- }
-
- if(OpenIO() == -1) return -1;
-@@ -141,7 +142,6 @@
- }
-
- CloseIO();
--exit:
- ; /* dummy statment for gcc 3.4 or after */
-
- } /* endo of Big loop for smb_base candidates */
diff --git a/sysutils/mbmon/pkg-descr b/sysutils/mbmon/pkg-descr
deleted file mode 100644
index f32ffa954dd4..000000000000
--- a/sysutils/mbmon/pkg-descr
+++ /dev/null
@@ -1,13 +0,0 @@
-This is a X/tty motherboard monitor which supports LM78/79, WINBond
-83781D/83782D/83783S, ASUS 991227F, and VIA VT82C686A/B PC-health
-chips via 3 methods: ISA-I/O, SMBus, VIA-direct.
-
-Run "mbmon -h" or "xmbmon -help" to see the usage.
-
-***CAUTION***
-
-These programs access to the SMBus or the ISA-IO port directly under
-the superuser privilege, so it may cause a system crash. Please test
-"mbmon -d" or "xmbmon -debug" first.
-
-WWW: http://www.nt.phys.kyushu-u.ac.jp/shimizu/download/download.html