diff options
author | fjoe <fjoe@FreeBSD.org> | 2003-01-24 10:23:59 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2003-01-24 10:23:59 +0800 |
commit | 19a8a160827c245101494e35faff4ffa8cea7ee5 (patch) | |
tree | 945b41d5e82cb27ba638350b1ad54a60bbdf1292 /misc | |
parent | 344838b5b56b87e8fa414cb4295d59079dc20fbe (diff) | |
download | freebsd-ports-gnome-19a8a160827c245101494e35faff4ffa8cea7ee5.tar.gz freebsd-ports-gnome-19a8a160827c245101494e35faff4ffa8cea7ee5.tar.zst freebsd-ports-gnome-19a8a160827c245101494e35faff4ffa8cea7ee5.zip |
- enable colors on cons25, cons25r and xterm by default
- bump port revision
Diffstat (limited to 'misc')
-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", |