non port: misc/mc/Makefile |
SVNWeb
|
Number of commits found: 170 (showing only 100 on this page) |
Thu, 7 Sep 2023
|
[ 08:16 Alexey Dokuchaev (danfe) ] 739ba08
misc/mc: update Midnight Commander to version 4.8.30
PR: 273235
Submitted by: Phil Krylov
|
Tue, 3 Jan 2023
|
[ 08:26 Alexey Dokuchaev (danfe) ] 154daac9
Depend on `sysutils/e2fsprogs-core' in the remaining three ports
Chase commit 14e733a6bb4b and depend on the new port origin which
most utilities and libraries now belong to. This would often go
unnoticed as `sysutils/e2fsprogs-core' would be pulled regardless,
but might cause package build tools to always rebuild consumers.
PR: 268551
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 10 Aug 2022
|
[ 11:19 Alexey Dokuchaev (danfe) ] 20c4424
misc/mc{,-nox11}: slightly improve the ports' Makefiles (+)
- Do not globally pollute -I/-L with ${LOCALBASE} when handling
the NLS option and pass it as the --with-libintl-prefix instead
- Drop no longer supported --with-slang-includes configure switch,
correct paths are obtained via pkgconf(1) these days
- Set PKGNAMESUFFIX together with CONFLICTS_INSTALL in the master
so they are always coherent (previously, when the main port is
built with X11 option unset it would conflict with itself)
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] b832da1 (Only the first 10 of 349 ports in this commit are shown above. )
misc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adam@vectors.cx>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan E <alane@FreeBSD.org>
* Alex Semenyaka <alex@rinet.ru>
* Alex Stangl <alex@stangl.us>
* Alexander Logvinov <avl@FreeBSD.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Nusov <alexander.nusov@nfvexpress.com>
* Alexander Timoshenko <gonzo@univ.kiev.ua> (Only the first 15 lines of the commit message are shown above )
|
Thu, 31 Mar 2022
|
[ 07:29 Alexey Dokuchaev (danfe) ] d4bdaf8
misc/mc: drop SMB option now that support had been removed upstream
SMB support has already been disabled in Debian; only Fedora and us
had been keeping it on despite it's been half-broken for 13 years.
|
Wed, 30 Mar 2022
|
[ 00:58 Alexey Dokuchaev (danfe) ] cb08f87
misc/mc: update Midnight Commander to version 4.8.28.
|
Tue, 23 Nov 2021
|
[ 22:11 Stefan Eßer (se) ] 5933ac0 (Only the first 10 of 157 ports in this commit are shown above. )
*/*: Remove redundant '-[0-9]*' from CONFLICTS_INSTALL
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Approved by: portmgr (blanket)
|
Sun, 26 Sep 2021
|
[ 15:44 Alexey Dokuchaev (danfe) ] bf29482
misc/mc: improve the check whether installed diff(1) is GNU or BSD
In 2017, GNU diff had been replaced by BSD licensed diff in our base,
but some features of GNU diff had not been implemented, particularly,
the ``group format'' family of options. Instead of checking for the
${OSVERSION} value, check if installed diff(1) implementation is GNU
or BSD one based on the --version output.
Because conditions are subject to immediate expansion, we cannot use
${DIFF} and ${GREP} variables; however, literal ``diff'' is actually
correct in this particular case as user's preferred diff(1) does not
necessarily point to ``/usr/bin/diff'' which ${DIFF} expands to.
While here, amend the EDITOR option description so it clearly refers
to the internal *text* editor.
|
Wed, 22 Sep 2021
|
[ 06:29 Alexey Dokuchaev (danfe) ] d37893d
misc/mc: handling of the port's options had been improved (+)
- Use correct helper for X11 option, which is --with-x, not --enable-x
- Do not pass bogus --without-smb-foobar=... options when SMB support
is disabled
- Allow to build with Aspell support in the internal editor while here
PR: 258632
|
Fri, 20 Aug 2021
|
[ 09:01 Alexey Dokuchaev (danfe) ] 27d49c4
misc/mc: update Midnight Commander to version 4.8.27, but not only
- Don't try to patch up unsupported compiler warning options and fix
the configure script detection logic instead (it correctly passes
-Werror in Clang's case, but assumes that $CC is literally called
`clang' which is, of course, wrong on both FreeBSD and in general)
- Keep the UNRAR_VERSION adjustment for now: even though it had been
fixed upstream, with version 7 it would brake again
- Expand the creator line in the Makefile to include Torsten's full
name, with his permission. We have other people named Torsten in
the project these days, and this change makes it less confusing
PR: 253796, 257888
|
Thu, 24 Jun 2021
|
[ 08:03 Alexey Dokuchaev (danfe) ] 4eb8288
misc/mc: the port had been improved (+)
- By popular demand, disable EXTATTR option by default: the benefits
it provides are outweighed by having to pull `sysutils/e2fsprogs'
port as dependency and various troubles people are having with it.
While here, adjust the description as it was is a bit misleading:
it is not limited exclusively to ext2fs, but can also manage UFS-
specific flags like append-only, etc. [1]
- Fix ZIP/UNZIP program detection and add missing dependency on the
`archivers/zip' as FreeBSD does not provide native zip(1) program.
This bug had been present since late 2014: when fixing PR 193766,
an incomplete patch had been committed; it went unnoticed because
apparently users rarely create ZIP archives, and extraction worked
because `archivers/unzip' is very commonly installed package [2]
PR: 249284, 256766 [1]
256546, 193766 [2]
|
Thu, 27 May 2021
|
[ 08:42 Alexey Dokuchaev (danfe) ] b20b926
misc/mc: the port had been improved (+)
- GC outdated CONFLICTS (misc/mc-light had been removed on 2019-10-16)
- Add missing SCREEN_DESC (screen library) option description
- Offer new option, EXTATTR (ext2fs extended attributes support) and
ensure, in somewhat ugly way, that dependency on `sysutils/e2fsprogs'
won't be silently picked up if this option is disabled
- Tell users that /bin/sh, our base system sh(1), is not supported as
concurrent subshell because it does not allow "precmd" hooks [1]
- Fix entering RAR archives after `archivers/unrar` had been updated
to version 6.x [2]
- Use helper target and simplify installation of documentation files
PR: 208391 [1], 251404 [2]
|
Sat, 22 May 2021
|
[ 03:25 Alexey Dokuchaev (danfe) ] 93f016f
graphics/*gphoto2;misc/mc: take maintainership.
|
[ 02:13 Ben Woods (woodsb02) ] 95d52e5 (Only the first 10 of 42 ports in this commit are shown above. )
*/*: Fix ENOTIME: return my ports to the pool
Reset maintainership of my ports to ports@FreeBSD.org so others can
step in to help where I haven't been able to find the time.
|
Mon, 3 May 2021
|
[ 13:00 Mathieu Arnold (mat) ] 614b5da
Ports should not change their names depending on options.
Reported by: tech-lists zyxst net
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Tue, 26 Jan 2021
|
[ 23:04 woodsb02 ]
misc/mc: Fix build with ncurses option
PR: 252903
Submitted by: Rozhuk Ivan <rozhuk.im@gmail.com>
Reported by: jakub_lach@mailplus.pl
Reported by: mbeis@xs4all.nl
Reported by: m.bueker@berlin.de
Reported by: michael.osipov@siemens.com
|
Thu, 21 Jan 2021
|
[ 23:21 woodsb02 ]
misc/mc: Update to 4.8.26
Changes this release:
https://midnight-commander.org/wiki/NEWS-4.8.26
|
Mon, 20 Jan 2020
|
[ 22:55 woodsb02 ]
misc/mc: Update to 4.8.24
Upstream have also added python 3 support with this release.
Changes this release:
https://midnight-commander.org/wiki/NEWS-4.8.24
PR: 242898
|
Sat, 7 Dec 2019
|
[ 00:33 woodsb02 ]
misc/mc: Update to 4.8.23
Changes this release:
https://midnight-commander.org/wiki/NEWS-4.8.23
PR: 242280
Submitted by: Leonid Nevecherya <nevecherya@gmail.com>
|
Wed, 6 Nov 2019
|
[ 18:09 zeising ] (Only the first 10 of 17 ports in this commit are shown above. )
Add USES=xorg USES=gl, ports categories l and m
Add USES=xorg and USES=gl to ports in categories starting with 'l' and 'm'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
|
Mon, 28 Oct 2019
|
[ 00:34 meta ]
New port: misc/mc-nox11: misc/mc but without x11 dependencies
PR: 238425
Submitted by: Dmitry Wagin <dmitry.wagin@ya.ru>
Approved by: portmgr (maintainer timeout: 2 months)
|
Thu, 31 Jan 2019
|
[ 11:15 tobik ]
misc/mc: Do not override variables after bsd.port.pre.mk
At least the Python run dependency is not added on FreeBSD >= 12.0
because of it.
PR: 234587
Approved by: woodsb02 (maintainer timeout, 4 weeks)
|
Sat, 19 Jan 2019
|
[ 08:13 woodsb02 ]
misc/mc: Tidy up Makefile
This is a no-op
|
[ 07:43 woodsb02 ]
misc/mc: Update to 4.8.22
PR: 234598
Submitted by: Oleg Sidorkin <osidorkin@gmail.com>
|
Thu, 23 Aug 2018
|
[ 08:19 ehaupt ]
- Update misc/mc to 4.8.21
- Update WWW (current URL returns: HTTP/1.1 301 Moved Permanently)
- Pacify portlint
PR: 229581
Approved by: maintainer-timeout (woodsb02, 47 days)
|
Thu, 15 Feb 2018
|
[ 17:35 amdmi3 ]
- Fix LICENSE
- Add LICENSE_FILE
- Add missing run-dependency on python
- Fix shebangs properly, do not fix shebangs on files which do not have them
Approved by: portmgr blanket
|
Sun, 17 Dec 2017
|
[ 06:58 woodsb02 ]
misc/mc: Fix SUBSHELL blank terminal upon opening in xterm with Slang
Note: Unfortunately this does not fix this issue on the FreeBSD console.
PR: 217758
Submitted by: Alexander Moisseev <moiseev@mezonplus.ru>
Reported by: Dron <dron_2@ua.fm>
Reported by: danfe
MFH: 2017Q4
|
Sat, 16 Dec 2017
|
[ 05:42 woodsb02 ]
misc/mc: Update to 4.8.20
Changes this release:
https://midnight-commander.org/wiki/NEWS-4.8.20
|
Sun, 23 Jul 2017
|
[ 15:26 woodsb02 ]
misc/mc: Fix invalid tty baudrate detection disabling verbose mode
PR: 220944
Submitted by: Michael Buker <m.bueker@berlin.de>
Obtained from: https://midnight-commander.org/ticket/2452#comment:15
MFH: 2017Q3
|
Mon, 29 May 2017
|
[ 13:50 woodsb02 ]
misc/mc: Use textproc/diffutils on FreeBSD 12
- The new bsddiff in FreeBSD 12 does not yet support --old-group-format
- Fix python shebangfix to require python2
PR: 219277
Submitted by: bsam
|
Mon, 6 Mar 2017
|
[ 08:05 woodsb02 ]
misc/mc: Only install desktop entry and icon if X11 option is enabled
PR: 214812
Submitted by: Robert Schulze <rs@bytecamp.net>
|
[ 07:31 woodsb02 ]
misc/mc: Update to 4.8.19
Changes this release:
http://midnight-commander.org/wiki/NEWS-4.8.19
|
Sat, 15 Oct 2016
|
[ 02:39 woodsb02 ]
misc/mc: Update to 4.8.18
- Silence post-patch sed commands
- Remove patch-src_cons.handler.c; changes upstreamed
Changes this release:
http://www.midnight-commander.org/wiki/NEWS-4.8.18
Approved by: adamw (mentor, implicit)
|
Wed, 11 May 2016
|
[ 11:44 woodsb02 ]
misc/mc: Update to 4.8.17
- Remove patches for upstream tickets 2742, 3611, 3617 (resolved)
- Move patch of lib/tty/win.c to lib/tty/tty-ncurses.c (upstream change)
- Add patch of src/cons.handler.c to fix build, reported upstream [1]
Changes this release:
https://www.midnight-commander.org/wiki/NEWS-4.8.17
[1] https://www.midnight-commander.org/ticket/3643
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D6321
|
Mon, 9 May 2016
|
[ 20:46 woodsb02 ] (Only the first 10 of 19 ports in this commit are shown above. )
Update the maintainer email address for the ports I
maintain to woodsb02@FreeBSD.org
Approved by: adamw (mentor)
Differential Revision: https://reviews.freebsd.org/D6278
|
Fri, 1 Apr 2016
|
[ 14:16 mat ] (Only the first 10 of 2612 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
|
Fri, 18 Mar 2016
|
[ 12:04 feld ]
misc/mc: Multiple fixes
- Fix subshell functionality for csh users
- Make SFTP an option, enabled by default
- Fix SIGILL on FreeBSD 9.x
- Fix perl ls helper with fish shell
PR: 207487, 208027, 208102, 208104
|
Mon, 14 Mar 2016
|
[ 22:47 feld ]
misc/mc: Update to 4.8.16
Changelog: https://www.midnight-commander.org/wiki/NEWS-4.8.16
PR: 207959
|
Wed, 25 Nov 2015
|
[ 11:34 robak ]
misc/mc: update 4.8.14 -> 4.8.15
- Rewrite port options code
PR: 204724
Submitted by: Ben Woods <woodsb02@gmail.com> (maintainer)
|
Mon, 27 Apr 2015
|
[ 12:19 adamw ]
Fix "Cannot create pipe streams" when running shell commands using the Filtered
View menu item on the File menu.
PR: 199366
Reported by: Trond.Endrestol@ximalas.info
Patch by: Ben Woods (maintainer)
|
Mon, 23 Mar 2015
|
[ 20:46 pi ]
misc/mc: 4.8.13 -> 4.8.14
- With patch from Ranjan1018 <214748mv@gmail.com> to fix man page
display error from PR 195309
- submitter becomes maintainer
PR: 198829
Submitted by: Ben Woods <woodsb02@gmail.com>
|
Tue, 9 Dec 2014
|
[ 15:58 pi ]
misc/mc: really re-add small patch that was deleted in r369133
Thanks to tijl: patch syntax was bogus and was ignored.
PR: 194627
|
[ 12:03 pi ]
misc/mc: re-add small patch that was deleted in r369133
Change:
save/restore the sub-shell's screen on Ctrl+O and/or command execution
PR: 194627
Submitted by: andriys@gmail.com
|
Fri, 21 Nov 2014
|
[ 19:48 nemysis ]
- Reset maintainer to ports@
|
Wed, 24 Sep 2014
|
[ 05:29 nemysis ]
- Bump PORTREVISION for pkg-plist change, remove @dirm* [1]
Reported by: jhale [1]
|
Tue, 23 Sep 2014
|
[ 22:49 nemysis ]
- Update to 4.8.13, announce message is here:
http://www.midnight-commander.org/wiki/NEWS-4.8.13
- Use ZIP=${ZIP_CMD} instead of ZIP=${UNZIP_CMD} [1]
- Change patch files/patch-lib__tty__win, changed by upstream
- Remove obsolete patch files/patch-mc-wrapper
PR: 193766
Submitted by: Dominik Kows <dkolowski@gmail.com> [1]
|
Sun, 15 Jun 2014
|
[ 23:44 amdmi3 ]
- Switch to USES=libtool
- Fix python shebangs
Approved by: portmgr blanket
|
Thu, 3 Apr 2014
|
[ 11:26 nemysis ]
- Bump PORTREVISION for dependencies changes
- Remove USE_PYTHON=yes and USE_RUBY=yes
Reported by: timur@, Sergey V. Dyatko <sergey.dyatko@gmail.com>
|
Wed, 2 Apr 2014
|
[ 22:30 nemysis ]
- Update to 4.8.12, announce message is here:
http://www.midnight-commander.org/wiki/NEWS-4.8.12
- Change master sites, add icon
- Use tar:xz instead of USE_XZ=yes
- Add USES shebangfix and SHEBANG_FILES
- Add USE_PYTHON=yes and USE_RUBY=yes
- Add pkg-message, information to reinstall if problems and for Screen
Option
- Remove TODO from DOCS
- Add REINPLACE, fix deprecated messages
- Add Desktop entry file
- Remove obsolete patches, changed by upstream
|
Fri, 6 Dec 2013
|
[ 23:49 nemysis ]
- Update to 4.8.11
- Remove obsolete patches
Approved by: pawel / wg (mentors, implicit)
|
Sat, 2 Nov 2013
|
[ 22:13 nemysis ]
- Pass maintainership to submitter
Approved by: pawel / wg (mentors, implicit), fjoe (maintainer)
|
[ 22:08 nemysis ]
- Change SMB and NCURSES
- Change pkg-plist, fix MAN
PR: ports/183170 ports/183284 ports/183402
Submitted by: various
Approved by: pawel / wg (mentors, implicit)
|
Mon, 21 Oct 2013
|
[ 21:07 nemysis ]
- Update to 4.8.10
- Use the new format for LIB_DEPENDS
- Remove PORTDATA use full pkg-plist
- Add DOCS and NCURSES Options
- Add EDITOR to default Options
- Remove NLS and EDIT from default Options
- Support STAGEDIR and add OPTIONS_SUB
- Add DOCS
- Remove obsolete REINPLACE_CMD
- Add patch, resolve Syntax error
PR: ports/181364
Submitted by: nemysis (self)
Approved by: pawel / wg (mentors, implicit), maintainer timeout
|
Fri, 20 Sep 2013
|
[ 20:50 bapt ] (Only the first 10 of 491 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
misc)
|
Sat, 14 Sep 2013
|
[ 12:04 az ] (Only the first 10 of 19 ports in this commit are shown above. )
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
|
Sun, 28 Jul 2013
|
[ 07:56 fjoe ]
Add missing dependency on libssh2.
PR: 180737
Submitted by: Oleg Ginzburg <olevole@olevole.ru>
|
Mon, 3 Jun 2013
|
[ 07:40 jgh ]
- adoption of optionsNG
- trim historical headers
Approved by: portmgr (bapt)
|
Sat, 18 May 2013
|
[ 11:57 fjoe ]
- Update to last released 4.8.8.
- Switch to the official master site now that http://midnight-commander.org/ is
back.
|
Thu, 9 May 2013
|
[ 08:58 fjoe ]
Upstream site is down for about two weeks:
https://mail.gnome.org/archives/mc-devel/2013-April/msg00013.html
Switch to local distfiles for a while.
|
Mon, 6 May 2013
|
[ 09:06 jgh ]
- convert to USES for gettext
- mark broken (doesn't fetch)
Approved by: portmgr (bapt@)
|
Sat, 27 Apr 2013
|
[ 11:59 mva ] (Only the first 10 of 219 ports in this commit are shown above. )
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising
|
Tue, 23 Apr 2013
|
[ 14:20 bapt ] (Only the first 10 of 407 ports in this commit are shown above. )
Finish converting the whole ports tree to USES=pkgconfig
|
Sat, 26 Jan 2013
|
[ 06:38 fjoe ]
- Update to 4.8.1.7
- Fix from upstream for https://www.midnight-commander.org/ticket/2754
(can't run mceedit without file name as parameter)
Submitted by: Herbert J. Skuhra
|
Mon, 5 Nov 2012
|
[ 12:50 fjoe ]
Specify LICENSE.
Feature safe: yes
|
Sat, 3 Nov 2012
|
[ 11:02 fjoe ]
Update to 4.8.1.6.
Feature safe: yes
|
Tue, 2 Oct 2012
|
[ 10:58 fjoe ]
Fix clang build.
PR: 171772
Submitted by: Andrey Simonenko
|
Wed, 29 Aug 2012
|
[ 13:46 fjoe ]
Fix bug: alt+h command input line not updated
The fix is obtained from the upstream:
https://www.midnight-commander.org/ticket/2810
PR: 171157
|
[ 08:01 fjoe ]
Update to 4.8.1.4.
|
Thu, 26 Jul 2012
|
[ 05:40 bapt ] (Only the first 10 of 158 ports in this commit are shown above. )
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)
|
Fri, 1 Jun 2012
|
[ 05:26 dinoex ] (Only the first 10 of 4371 ports in this commit are shown above. )
- update png to 1.5.10
|
Mon, 9 Apr 2012
|
[ 12:37 fjoe ]
Update to 4.8.1.1
PR: 166650
Submitted by: Svyatoslav Lempert
Feature safe: yes
|
Sun, 19 Feb 2012
|
[ 01:24 fjoe ]
Update to 4.7.5.6
PR: 165257
|
Fri, 2 Dec 2011
|
[ 12:16 fjoe ]
Fix Ctrl-O in xterm: FreeBSD xterm does not define "ti" and "te" but mc
tries to check their existence since 4.7.5.4.
PR: 161828
Feature safe: yes
|
Thu, 3 Nov 2011
|
[ 00:38 eadler ]
- fix explicit use of unzip in ports
PR: ports/153429
Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua>
Approved by: maintainers (hq, gabor, amdmi3)
Approved by: maintainer timeout
Approved by: bapt,sahil (mentors, implicit)
|
Thu, 6 Oct 2011
|
[ 13:43 fjoe ]
Update to 4.7.5.5
PR: 161083 (partially)
Submitted by: Maxim Samsonov
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- 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
|
Mon, 21 Mar 2011
|
[ 18:25 fjoe ]
- Fix build with iconv support turned off [1]
- Fix pkg-plist when built without NLS support
Submitted by: Dimitry Andric [1]
|
Thu, 20 Jan 2011
|
[ 08:55 fjoe ]
- Update to 4.7.5
- Obey WITHOUT_X11
PR: 154154
Submitted by: Dima Panov
Feature safe: yes
|
Wed, 29 Dec 2010
|
[ 20:04 pgollucci ] (Only the first 10 of 208 ports in this commit are shown above. )
- DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.
PR: ports/153292
Submitted by: myself (pgollucci)
Tested by: -exp run by pav
Approved by: portmgr (pav)
|
Wed, 20 Oct 2010
|
[ 13:46 fjoe ]
Fix hangs when exiting with "F10, Enter" if shell is tcsh:
http://www.midnight-commander.org/changeset/cde7a850d5d0027956f3c7005e81cfa8cc7a56a1
Submitted by: Ilya A. Arhipov
|
Mon, 4 Oct 2010
|
[ 16:08 fjoe ]
Fix SAMBA support.
PR: 151160
Submitted by: Ivan Klymenko
|
Thu, 9 Sep 2010
|
[ 12:10 fjoe ]
Fix build with up-to-date libslang2.
|
Wed, 8 Sep 2010
|
[ 15:59 fjoe ]
Update to 4.7.4
|
Sun, 8 Aug 2010
|
[ 07:16 fjoe ]
Fix zip/unzip location.
PR: 148025
|
Fri, 4 Jun 2010
|
[ 08:09 pav ] (Only the first 10 of 27 ports in this commit are shown above. )
- Introduce a new USE_XZ knob that handles lzma/xz compressed distfiles
- Convert a bunch of ports to use it
PR: ports/146329
Submitted by: mm
With hat: portmgr
|
Mon, 31 May 2010
|
[ 02:01 ade ] (Only the first 10 of 1416 ports in this commit are shown above. )
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.
|
Thu, 6 May 2010
|
[ 12:27 fjoe ]
Update to 4.7.2.
PR: 146352
|
Sun, 28 Mar 2010
|
[ 06:47 dinoex ] (Only the first 10 of 4470 ports in this commit are shown above. )
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Wed, 10 Feb 2010
|
[ 19:33 fjoe ]
Fix build with disabled iconv.
|
Sat, 6 Feb 2010
|
[ 21:29 fjoe ]
- Update to 4.7.0.2
- Fix crash on exit
PR: 143203
|
Sun, 24 Jan 2010
|
[ 08:55 fjoe ]
- Update to 4.7.0.1 [1]
- Fix libiconv detection during configure step
PR: 143135 [1]
Submitted by: Martin Wilke
|
Mon, 28 Dec 2009
|
[ 22:03 fjoe ]
Update to 4.7.0 release.
PR: 142105
|
Tue, 15 Dec 2009
|
[ 12:06 fjoe ]
Finish WITH_UTF8 removal.
PR: 141634
|
Mon, 14 Dec 2009
|
[ 18:54 fjoe ]
Update to 4.7.0-pre4.
|
Mon, 14 Sep 2009
|
[ 12:58 fjoe ]
Add missing on autoconf.
PR: 138377
|
Wed, 22 Jul 2009
|
[ 16:27 pgollucci ] (Only the first 10 of 263 ports in this commit are shown above. )
- lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks
PR: ports/135398
Tested by: 2 -exp runs by pav
Approved by: portmgr (pav)
|
Wed, 4 Feb 2009
|
[ 09:40 fjoe ] (Only the first 10 of 13 ports in this commit are shown above. )
Update to 4.6.2
PR: 131355
Submitted by: Yi-Jheng Lin
|
Fri, 6 Jun 2008
|
[ 13:45 edwin ] (Only the first 10 of 134 ports in this commit are shown above. )
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)
|
Number of commits found: 170 (showing only 100 on this page) |