summaryrefslogtreecommitdiff
path: root/misc/mc
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2003-01-24 02:23:59 +0000
committerMax Khon <fjoe@FreeBSD.org>2003-01-24 02:23:59 +0000
commit6f68f0f0d9c31a2356951702957cca478aeac1a5 (patch)
tree1a2b6ef34f3fe1504fdb3f4dc7faec1f0db51c25 /misc/mc
parentHandle the case where sizeof(long) > sizeof(int) (diff)
- enable colors on cons25, cons25r and xterm by default
- bump port revision
Notes
Notes: svn path=/head/; revision=73893
Diffstat (limited to 'misc/mc')
-rw-r--r--misc/mc/Makefile2
-rw-r--r--misc/mc/files/patch-src::slint.c14
2 files changed, 15 insertions, 1 deletions
diff --git a/misc/mc/Makefile b/misc/mc/Makefile
index 5e441d4b794c..d0178c4a3e85 100644
--- a/misc/mc/Makefile
+++ b/misc/mc/Makefile
@@ -7,7 +7,7 @@
PORTNAME?= mc
PORTVERSION= 4.5.55
-PORTREVISION?= 4
+PORTREVISION?= 5
CATEGORIES?= misc
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/mc/4.5
diff --git a/misc/mc/files/patch-src::slint.c b/misc/mc/files/patch-src::slint.c
new file mode 100644
index 000000000000..60798c5b2977
--- /dev/null
+++ b/misc/mc/files/patch-src::slint.c
@@ -0,0 +1,14 @@
+--- src/slint.c.orig Fri Jan 24 08:13:03 2003
++++ src/slint.c Fri Jan 24 08:13:44 2003
+@@ -434,6 +434,11 @@
+ "console",
+ #endif
+ "linux",
++#ifdef __FreeBSD__
++ "cons25",
++ "cons25r",
++ "xterm",
++#endif
+ "xterm-color",
+ "color-xterm",
+ "dtterm",