diff options
author | Max Khon <fjoe@FreeBSD.org> | 2003-01-24 02:23:59 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2003-01-24 02:23:59 +0000 |
commit | 6f68f0f0d9c31a2356951702957cca478aeac1a5 (patch) | |
tree | 1a2b6ef34f3fe1504fdb3f4dc7faec1f0db51c25 /misc/mc | |
parent | 63f395f2b132428e25491d369b555f552a3e87db (diff) | |
download | freebsd-ports-6f68f0f0d9c31a2356951702957cca478aeac1a5.zip |
- enable colors on cons25, cons25r and xterm by default
- bump port revision
Diffstat (limited to 'misc/mc')
-rw-r--r-- | misc/mc/Makefile | 2 | ||||
-rw-r--r-- | misc/mc/files/patch-src::slint.c | 14 |
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", |