summaryrefslogtreecommitdiff
path: root/sysutils/xmbmon/files/patch-mbmon.c
diff options
context:
space:
mode:
authorJean-Yves Lefort <jylefort@FreeBSD.org>2006-02-01 20:05:08 +0000
committerJean-Yves Lefort <jylefort@FreeBSD.org>2006-02-01 20:05:08 +0000
commit0bdafa9ce292c464890affc3c2c0b381cb30ec81 (patch)
tree01cdd838c1c83f04a6b0420f0ed446f4da9a39ed /sysutils/xmbmon/files/patch-mbmon.c
parentUpdate to DAT 4687 (diff)
- Split into two ports: mbmon (tty) and xmbmon (X)
- Remove -s from LDFLAGS (do not unconditionally strip, let ${INSTALL_PROGRAM} do it) - Use OPTIONS - Decouple manpage installation from NOPORTDOCS - xmbmon: - use X prefix - install xmbmon.resources into the appropriate location - do not require a font package: use fixed rather than Helvetica [1] - Take maintainership [1]: PR: ports/92600 Submitted by: Daniel Berlin <mail@daniel-berlin.de>
Notes
Notes: svn path=/head/; revision=155020
Diffstat (limited to 'sysutils/xmbmon/files/patch-mbmon.c')
-rw-r--r--sysutils/xmbmon/files/patch-mbmon.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/sysutils/xmbmon/files/patch-mbmon.c b/sysutils/xmbmon/files/patch-mbmon.c
deleted file mode 100644
index 5eca1d5b8d37..000000000000
--- a/sysutils/xmbmon/files/patch-mbmon.c
+++ /dev/null
@@ -1,13 +0,0 @@
-$FreeBSD$
-
---- mbmon.c Fri Aug 13 10:23:32 2004
-+++ mbmon.c Tue Dec 27 16:59:48 2005
-@@ -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