Commit Graph

93 Commits

Author SHA1 Message Date
Max Khon
28b97f62bc do not build with slang on alpha (otherwise mc hangs in has_colors())
PR:		50555
2003-04-09 15:23:26 +00:00
Max Khon
e2a676ffc2 bump port revision 2003-03-05 17:23:53 +00:00
Max Khon
599923a923 - (show_console_contents_freebsd): Rewrite to use screen library
(S-Lang or ncurses).  Direct output is unreliable when the screen library
is active [1]
- fix core dumps in non-standard (other than 80x25) console modes
- fix dependencies on pkg-config and glib20

Obtained from:	mc cvs [1]
2003-03-05 17:22:54 +00:00
Max Khon
59d9e42cc2 - add support for saving/restoring console [1]
- remove subshell fix (broken) [2]
- bump port revision

Submitted by:	Alexander Serkov <serkov <at> ukrpost.net> (partially) [1]
Reported by:	yuri <at> tsoft.com [2]
2003-02-26 17:06:16 +00:00
Max Khon
0c43cb536c De-pkg-comment. 2003-02-18 11:54:56 +00:00
Max Khon
78cf4f2881 - replace outdated description with newer one (from FAQ)
- mc home page was moved some time ago
2003-02-12 02:30:26 +00:00
Max Khon
10d26e8e5d Update to 4.6.0
Some of new features and improvements are:
- fish (extrnal file system via ssh)
- smbfs
- internal editor works correctly if mc is built without slang
(is built using plain ncurses)
2003-02-09 20:15:46 +00:00
Max Khon
6f68f0f0d9 - enable colors on cons25, cons25r and xterm by default
- bump port revision
2003-01-24 02:23:59 +00:00
Max Khon
98d5b07d60 Stop complaining about 'Couldn't change to ...' when shell is tcsh.
PR:		36685
2002-10-23 21:53:09 +00:00
Max Khon
3ea7124fc4 fix syntax error in generated ~/.cedit/Syntax (line 36)
PR:		43289
Approved by:	portmgr
Obtained from:	mc-4.6.0-pre1
2002-09-30 16:44:22 +00:00
Joe Marcus Clarke
59deb69012 GNOME has just changed the layout of their FTP site. This resulted in
making all the distfiles unfetachable.  Update all GNOME ports that fetch
from MASTER_SITE_GNOME to fetch from the correct location.
2002-09-20 17:07:51 +00:00
Max Khon
0ac3ead5bb - always link with locally built libedit and libvfs-mc
- add LOCALBASE to CONFIGURE_ENV

PR:		41840
2002-08-26 15:33:08 +00:00
Max Khon
9f3b585daa fix LIB_DEPENDS, place LIB_DEPENDS a little bit earlier to make portlint happy 2002-08-17 16:12:13 +00:00
Max Khon
283fbbd0b1 - add WITHOUT_ISPELL knob, RUN_DEPENDS on ispell
- do not install midc -> mc symlink if gnomemc is being built
2002-08-11 12:57:32 +00:00
Max Khon
948d071f34 More changes to allow this port to be used as master for ports/x11-fm/gnomemc 2002-08-11 12:36:24 +00:00
Max Khon
294062fca6 - add hooks and patches that add an ability to use this port as master
for ports/x11-fm/gnomemc
- fix pkg-plist if mc is being built with charset support
2002-08-11 12:00:46 +00:00
Max Khon
7f274ced92 - add an ability to open .tbz archives
- patch on file per patchfile
- bump port revision
2002-08-11 10:26:09 +00:00
Max Khon
97c867a7c3 - enable --with-charset by default, provide WITHOUT_ICONV knob,
bump port revision
- do not loose LIB_DEPENDS on gettext (intl.4)
- remove superflous whitespace
- assign maintainership to myself

Submitted by:	Andrew Filonov <aef@antar.bryansk.ru> (partially)
2002-08-07 19:21:07 +00:00
Max Khon
9170fe5b9e bump port revision (libslang) 2002-08-06 12:04:00 +00:00
Max Khon
5384f97a05 - build with libslang by default (and provide -DWITHOUT_SLANG knob)
- fix LIB_DEPENDS for gettext
- honor LOCALBASE for uzip
- urar now works
2002-08-06 10:17:14 +00:00
Max Khon
61b19cc7e7 - ${PERL} -> ${REINPLACE_CMD}
- fix pkg-plist
2002-08-05 22:06:26 +00:00
Max Khon
b6dfc22202 - upgrade to 4.1.55
- always build internal editor
- sync with /usr/ports/x11-fm/gnomemc
- take maintainership
2002-08-05 21:26:26 +00:00
Ade Lovett
c8eaa93644 Chase shlib rev of devel/gettext
Submitted by:	lots and lots
Pointy hat to:	ade
2002-08-01 16:22:41 +00:00
Maxim Sobolev
800ef6c0b0 Convert USE_GLIB into USE_GNOMENG+USE_GNOME. 2002-07-15 17:21:56 +00:00
Ade Lovett
f18cbf2fa6 gettext upgrade uber-patch (stage 3)
- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
  with a "-old" suffix -- gettext-old will have its deorbit burn
  sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order

Reviewed by:	portmgr
2002-04-12 17:10:20 +00:00
Ade Lovett
9210b7cb07 Stage 1 of gettext update.
Move gettext (0.10.35) with gettext-old
Update gettext from gettext-devel (0.10.40)
Remove gettext-devel
Fix dependencies

Stage 2 will involve upgraded gettext to 0.11 and fixing issues
Stage 3 involves a de-orbit burn sequence for gettext-old

Reviewed by:	portmgr
2002-03-15 19:44:29 +00:00
Akinori MUSHA
897d06aa97 Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.
2002-01-29 11:48:57 +00:00
Maxim Sobolev
8b854f16fa I do not think that GNOME team really wants to maintain this one. 2001-12-14 09:09:33 +00:00
Dmitry Sivachenko
cd88758eee Add WWW. 2001-08-25 18:05:50 +00:00
Ade Lovett
0d18df049d Fix symlink for mcedit
PR:		27352 (right idea, wrong patch)
Submitted by:	albert.kinderman@csun.edu
2001-05-17 17:35:22 +00:00
Ade Lovett
feb442a8bf Fix build with USE_SLANG
Submitted by:	many people
2001-05-14 16:40:02 +00:00
Ade Lovett
5ed28dbe7a SWitch maintainership of core GNOME ports to a small group of
committers (gnome@FreeBSD.org), since this is now definitely too big
for just one person.
2001-05-11 16:36:50 +00:00
Ade Lovett
bc47cccc84 Various patches (mainly shared library revision changes) for those
ports that depend on GNOME and need to change for 1.4
2001-05-04 21:41:30 +00:00
Thomas Gellekum
dd27a5d8b0 Depend on ncurses.5 after the upgrade of devel/ncurses. 2000-11-16 13:14:26 +00:00
Satoshi Asami
7acef1cd7a Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
2000-10-08 10:23:48 +00:00
Jeremy Lea
d0cdca8bc3 Implement USE_GLIB. 2000-10-05 06:23:01 +00:00
Ade Lovett
ddcfec79ec Update to 4.5.51 2000-07-05 22:06:35 +00:00
Ade Lovett
6fdcbdf857 Update to 4.5.50 2000-06-01 16:26:24 +00:00
Ade Lovett
ef51112364 Update to 4.5.48
Approved by:	reg (maintainer)
2000-05-24 03:03:01 +00:00
Jeremy Lea
b4455771cc Standardize all user defined options to the booleans WITH_FOO and
WITHOUT_FOO.  Begin the process of reserving these prefixes for user defined
options.

No comment by:	ports
2000-04-17 00:19:02 +00:00
Akinori MUSHA
5baef9b8e9 Fix typo: =' -> +=' to have correct LIB_DEPENDS.
PR:		17825
Submitted by:	Goblin <root@ws14.bu.spb.ru>
2000-04-16 11:56:27 +00:00
Satoshi Asami
dad9a57abe Convert to PORTNAME/PORTVERSION. 2000-04-14 08:49:30 +00:00
Jeremy Lea
e1913d1aee Update to 4.5.44.
Submitted by:	ade
2000-04-08 06:33:31 +00:00
Jeremy Lea
d0850ac197 Update to 4.5.43.
Submitted by:	ade
2000-03-25 23:17:12 +00:00
Jeremy Lea
26b2ddb99b Enable the internal editor, through using libslang. Compile with
WITH_SLANG=yes.
2000-02-13 09:09:53 +00:00
Jeremy Lea
9f3fd548e0 Standardize my e-mail as reg@FreeBSD.org. 2000-01-29 22:11:15 +00:00
Chris Piazza
aaba1609ea Unbreak mc
PR:		15676
1999-12-25 02:21:50 +00:00
Yukihiro Nakai
54bc8de575 Update to 4.5.42
PR:		ports/15503
Submitted by:	Ade Lovett <ade@lovett.com>
1999-12-24 10:46:10 +00:00
Steve Price
e73e818358 Use PREFIX instead of /usr/local.
Noted by:	many people
1999-12-23 18:37:52 +00:00
Steve Price
875eeaf275 Find (un)zip in /usr/local instead of /usr/bin.
PR:		15250
Submitted by:	Alexander N. Kabaev <ak03@gte.com>
1999-12-23 16:33:09 +00:00