non port: misc/mc-light/Makefile |
Number of commits found: 37 |
Sunday, 15 Sep 2019
|
17:28 antoine
Deprecate a few ports
|
Sunday, 4 Aug 2019
|
21:08 antoine
Mark BROKEN: unfetchable
|
Friday, 1 Apr 2016
|
14:16 mat
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
|
Tuesday, 12 Jan 2016
|
16:20 amdmi3
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket
|
Thursday, 8 Oct 2015
|
15:12 olgeni
Remove trailing whitespace from Makefiles, M-X.
|
Thursday, 11 Jun 2015
|
10:17 amdmi3
- Add LICENSE
- Fix shebangs
MFH: 2015Q2
|
Friday, 15 May 2015
|
16:52 amdmi3
- Strip binary
|
Friday, 13 Jun 2014
|
09:12 pawel
- Add staging support
- Use options subs, helpers
|
Monday, 26 May 2014
|
12:16 miwi
- Convert gmake, bzip2 to USES
Approved by: portmgr
|
Friday, 20 Sep 2013
|
20:50 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
misc)
|
Saturday, 27 Apr 2013
|
11:59 mva
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising
|
Friday, 26 Apr 2013
|
10:44 ak
- Convert USE_GETTEXT to USES (part 4)
Approved by: portmgr (bapt)
|
Tuesday, 23 Apr 2013
|
14:20 bapt
Finish converting the whole ports tree to USES=pkgconfig
|
Monday, 25 Mar 2013
|
18:44 eadler
Cleanup unmaintained ports in the misc category:
- Single space for WWW in pkg-descr
- Ordering if of items in Makefile
- Trim headers
- Comment should not begin with leading article
- Pet portlint
|
Sunday, 7 Oct 2012
|
15:22 bsam
The option SUBSHELL has reversed logic.
Bump PORTREVISION since the default dependency is changed.
Pointed out by: Alexander Efimov <alephis@gmail.com> (at freebsd-ports@)
|
Thursday, 26 Jul 2012
|
05:40 bapt
new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility
This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG
it can take the following arguments:
- yes (meaning build only dep)
- build (meaning build only dep)
- run (meaning run only dep)
- both (meaning run and build dep)
From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.
While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config
With Hat: portmgr
Exp-runs by: bapt (pointhat-west), beat (pointyhat)
|
Sunday, 22 Jul 2012
|
23:24 dougb
For the ports that are maintained by ports@ that have pkgconfig as their
only USE_GNOME feature, convert to a BUILD_DEPENDS. This avoids both the
bug of the bogus run depend introduced by bsd.gnome.mk, and also avoids
needlessly pulling that file in.
|
Friday, 29 Jun 2012
|
12:42 bapt
Convert to new option framework
|
Friday, 23 Sep 2011
|
22:26 amdmi3
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
|
Thursday, 11 Aug 2011
|
19:20 kwm
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
|
Friday, 24 Sep 2010
|
09:49 az
Drop maintainership
|
Thursday, 9 Sep 2010
|
19:14 mva
- Fix CONFLICTS knob for mc>=4.7
|
Monday, 31 May 2010
|
02:01 ade
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.
|
Friday, 6 Jun 2008
|
13:45 edwin
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
|
Tuesday, 14 Aug 2007
|
17:29 az
- Try build port with NLS support and recent version of gettext.
|
Saturday, 17 Mar 2007
|
22:38 ade
The single NLS file (ru.po) is broken with the new gettext. Given the
absence of any updates to this port, make USE_GETTEXT a no-op for now.
|
Monday, 3 Oct 2005
|
12:55 az
- Change my e-mail
Approved by: sem (mentor)
|
Thursday, 22 Sep 2005
|
17:02 barner
- Fix handling of .tbz archives [1] [2]
- Assign maintainership to Andrej Zverev <az@inec.ru> [3]
- Bump port revision because this changes the runtime
behaviour of the port.
Submitted by: "Frank W. Josellis" <frank@dynamical-systems.org> [1]
Approved by: "Roman Y. Bogdanov" <sam@brj.pp.ru> (old maintainer) [2]
PR: ports/86455 [1], ports/86463 [2], ports/86466 [3]
|
Wednesday, 29 Jun 2005
|
18:08 novel
Fix segfault on "mc -v /some/file".
PR: 82766
Submitted by: Andrej Zverev <az@inec.ru>
Approved by: Roman Y. Bogdanov (maintainer)
|
Wednesday, 1 Jun 2005
|
14:22 sem
- Migrate to OPTIONS
- Add MC_IN_MC knob. It allows to run mcedit inside mc.
Approved by: maintainer
|
Saturday, 12 Mar 2005
|
19:57 osa
Fix locale path.
Bump PORTREVISION.
Patch from: Roman G. Hudenko
Submitted by: Roman Y. Bogdanov <sam at brj dot pp dot ru> (maintainer)
PR: 78658
|
Saturday, 8 Jan 2005
|
15:00 sem
- Add missed iconv dependency
PR: ports/75812
Submitted by: maintainer
|
Wednesday, 20 Oct 2004
|
01:58 pav
- Added option WITH_SUBSHELL - building mc-light with subshell support
PR: ports/72853
Submitted by: Andrey Slusar <anray@inet.ua>
Approved by: maintainer address bounced:
<<< 553 <e0-a11.b1.lan.prg.vol.cz[195.122.204.152]>: Client host
rejected: REJECT long domain name. spam possible.
550 5.1.1 <sam@brj.pp.ru>... User unknown
|
01:45 pav
- Fix extfs again
PR: ports/72768
Submitted by: Roman Y. Bogdanov <sam@brj.pp.ru> (maintainer)
|
Tuesday, 12 Oct 2004
|
05:48 edwin
update port misc/mc-light
Remove the glib dependency from mc-light. This midc don't
use glib.
Add the gawk dependency for allow mc-light correctly work
with all types of archive files.
PR: ports/72554
Submitted by: "Roman Y.Bogdanov" <sam@brj.pp.ru>
|
Friday, 3 Sep 2004
|
13:20 krion
Respect hier(7)
|
Thursday, 2 Sep 2004
|
12:10 krion
Add mc-light 4.1.40.p9, a lightweight Midnight Commander clone.
PR: ports/71196
Submitted by: Roman Y. Bogdanov <sam@brj.pp.ru>
|
Number of commits found: 37 |