Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.0.43_1 06 Mar 2024 04:31:51 |
Cy Schubert (cy) |
emulators/mtools: Bump PORTREVISION
Fixes: 8d3331fe514d |
4.0.43 06 Mar 2024 04:06:03 |
Cy Schubert (cy) |
emulators/mtools: Move man pages
Approved by: portmgr (blanket) |
4.0.43 11 May 2023 08:33:32 |
Alexey Dokuchaev (danfe) |
emulators/mtools: fix the patch, COMMENT, and port description
- Add back the patch hunk lost in commit b13d37256e21 (luckily,
this did not affect packaging in any way)
- Clarify the COMMENT and shorten it for the benefit of ``pkg
search ^mtools'' fitting the standard 80-character terminal
- Reformat port description, spell abbreviations properly, etc. |
4.0.43 06 May 2023 11:34:00 |
Alexey Dokuchaev (danfe) |
emulators/mtools: update GNU mtools to version 4.0.43
Via: https://www.linux.org.ru/news/gnu/17168036 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
4.0.26_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
4.0.26_1 20 Jul 2022 14:21:50 |
Tobias C. Berner (tcberner) |
emulators: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alejandro Pulver <alejandro@varnet.biz>
* Alexander Best <arundel@gmx.net>
* Alexander Nedotsukov <bland@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey V. Antipovsky <kemm@in-line.ru>
* Alonso Cardenas Marquez <acm@FreeBSD.org>
* Brian Gaeke <brg@dgate.org>
* Danilo Egea Gondolfo <danilo@FreeBSD.org>
* David Naylor <naylor.b.david@gmail.com>
* David O'Brien (obrien@cs.ucdavis.edu) (Only the first 15 lines of the commit message are shown above ) |
4.0.26_1 25 Nov 2021 21:40:11 |
Stefan Eßer (se) |
*/*: Remove redundant '-*' from CONFLICTS definitions
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) |
4.0.26_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.0.26_1 23 Feb 2021 16:09:20 |
skreuzer |
Add libiconv as a dependancy
* Prefer to use libiconv from ports
* Comment out the SAMPLE FILE line in mtools.conf to avoid breakng other ports
PR: 252928
Submitted by: John Kennedy <warlock@phouka.net> |
4.0.26 15 Jan 2021 01:09:25 |
skreuzer |
Update to 4.0.26
PR: 252531
Submitted by: Mara Sophie Grosch <littlefox@lf-net.org> |
4.0.10_6 05 Nov 2019 15:48:41 |
zeising |
Add USES=xorg USES=gl, ports categories e
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'e'. |
4.0.10_6 13 Aug 2019 16:03:12 |
mat |
Convert to UCL & cleanup pkg-message (categories e-g) |
4.0.10_6 10 Nov 2018 18:12:58 |
bapt |
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816 |
4.0.10_5 10 Sep 2018 13:11:24 |
mat |
After an include, PLIST_SUB must be appended to, not overwritten.
If it is overwritten, many values will be clobbered, and
pain will ensue.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
4.0.10_5 08 Dec 2016 19:23:25 |
tijl |
Remove libiconv.so.3 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
4.0.10_4 22 May 2015 13:34:22 |
mat |
Remove $FreeBSD$ from patches files in categories a-j.
With hat: portmgr
Sponsored by: Absolight |
4.0.10_4 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
4.0.10_4 26 Aug 2014 05:34:43 |
antoine |
Use @sample keyword |
4.0.10_4 21 Jul 2014 17:47:53 |
adamw |
Remove some instances of WITHOUT_X11 and use an X11 OPTION
instead. |
4.0.10_4 25 Jun 2014 21:51:16 |
antoine |
Allow to build with texinfo from ports |
4.0.10_4 10 Jun 2014 07:39:02 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.
CR: D196
Approved by: portmgr (bapt) |
4.0.10_4 16 Apr 2014 18:28:50 |
zeising |
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well (Only the first 15 lines of the commit message are shown above ) |
4.0.10_3 11 Mar 2014 14:26:27 |
skreuzer |
Fix build when WITH_X11 is defined
Define License
Switch to USES framework
Change MSDOS to MS-DOS in COMMENT
PR: ports/187008
Submitted by: Anton Yuzhaninov <citrin+hius@citrin.ru> |
4.0.10_3 21 Feb 2014 01:55:21 |
miwi |
- Stage support |
4.0.10_3 20 Sep 2013 16:43:53 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
emulators) |
4.0.10_3 04 Sep 2013 18:06:08 |
madpilot |
- Make ports use the libc provided iconv implementation on 10-CURRENT
after r254273
- Fix a bunch of ports to properly work after this
- Mark converters/libiconv as IGNORE for systems with iconv in libc
Reviewed by: bapt
Approved by: portmgr (bapt)
Discussed with: bapt, bsam (who both contributed ideas and code) |
4.0.10_3 27 Apr 2013 08:50:47 |
mva |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: bapt, kwm |
4.0.10_3 26 Mar 2013 14:48:18 |
skreuzer |
Convert to options ng
PR: ports/177209
Submitted by: William Grzybowski <william88@gmail.com> |
4.0.10_3 11 Jan 2012 23:09:34 |
skreuzer |
Mark as CONFLICTS_INSTALL because they both install to bin/mmd
PR: ports/163238
Submitted by: Peter Vereshagin <peter@vereshagin.org>
Approved by: Adam Weinberger <adamw@adamw.org> (multimarkdown maintainer) |
4.0.10_3 23 Sep 2011 22:26:39 |
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 |
4.0.10_3 05 Jul 2011 20:23:32 |
skreuzer |
Don't overwrite mtools.conf
PR: ports/157910
Submitted by: Max Brazhnikov <makc@FreeBSD.org> |
4.0.10_2 07 Jun 2011 14:53:03 |
skreuzer |
Respect WITHOUT_X11 in plist
PR: ports/157428
Submitted by: Jimmy Olgeni <olgeni@freebsd.org> |
4.0.10_1 07 Apr 2009 17:28:52 |
skreuzer |
Handle FAT partitions bigger then 4GBytes
PR: ports/133123
Submitted by: Dmitry <hanabana@mail.ru>
Approved by: wxs (mentor) |
4.0.10 28 Mar 2009 01:16:37 |
skreuzer |
Change MAINTAINER on my ports to my FreeBSD email address
Approved by: wxs (mentor) |
4.0.10 24 Mar 2009 14:45:55 |
wxs |
- Update to 4.0.10.
- Use new MASTER_SITES.
- Fix up pkg-descr.
PR: ports/132759
Submitted by: Steven Kreuzer <skreuzer@exit2shell.com> (maintainer) |
4.0.5 27 Feb 2009 13:22:14 |
miwi |
- Pass maintainership to Steven Kreuzer (skreuzer@exit2shell.com) |
4.0.5 21 Feb 2009 00:12:38 |
miwi |
- Update to 4.0.5
PR: 131847
Submitted by: Ports Fury |
4.0.1 16 Feb 2009 20:43:17 |
miwi |
- Reset Maintainer
PR: 131742
Submitted by: "Sergey N. Voronkov" <serg@tmn.ru> (maintainer) |
4.0.1 13 Feb 2009 15:31:11 |
tabthorpe |
- Pass maintainership to submitter
Submitted by: Sergey Voronkov via freebsd-ports@ |
4.0.1 14 Jan 2009 09:12:17 |
miwi |
- Update to 4.0.1
PR: 130453
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
3.9.10_4 29 Nov 2008 00:11:56 |
linimon |
Reset jmz@FreeBSD.org due to no response to email about maintainer-timeout,
and no commit activity for 3 months.
Hat: portmgr |
3.9.10_4 31 Mar 2008 01:30:40 |
timur |
Fix compilation when WITHOUT_X11 is defined. Don't rely on the configure
defaults, use explicit values.
Approved by: maintainer |
3.9.10_3 25 Mar 2008 16:32:53 |
miwi |
- Fix build
Submitted by: timur@
Approved by: portmgr (xorg cleanup) |
3.9.10_2 23 Mar 2008 23:03:18 |
miwi |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup) |
3.9.10_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
3.9.10 29 May 2006 10:02:22 |
jmz |
Update to version 3.9.10-20060525
PR: ports/97992
Submitted by: Peter Jeremy <PeterJeremy@optushome.com.au> |
3.9.9 22 Jan 2006 09:47:28 |
edwin |
SHA256ify
Approved by: krion@ |
3.9.9 04 Dec 2005 23:35:14 |
edwin |
Remove install-info from Makefile, it's automatically done when INFO is defined |
3.9.9 04 Dec 2005 07:30:00 |
edwin |
use INFO macro |
3.9.9 19 Nov 2005 20:13:26 |
jmz |
Fix typo. |
3.9.9 17 Nov 2005 21:34:48 |
jmz |
End of the update to version 3.9.9 - the previous commit was incomplete.
Pointyhat: jmz |
3.9.8_4 17 Nov 2005 10:28:21 |
jmz |
Upgrade to version 3.9.9. |
3.9.8_4 12 Oct 2004 12:35:37 |
jmz |
Update default devices names.
Submitted by: joerg |
3.9.8_3 18 Mar 2004 02:27:55 |
trevor |
Add size data.
Approved by: maintainers |
3.9.8_3 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
3.9.8_2 25 Jan 2004 23:38:45 |
obrien |
Document the homepage. |
3.9.8_2 05 Dec 2003 15:56:10 |
jmz |
Make mwrite a relative link to mtools.
PR: ports/36545 |
3.9.8_1 07 Mar 2003 06:01:20 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
02 Dec 2001 02:47:44 |
jmz |
Update to the latest patchfile. |
30 Sep 2001 03:03:25 |
obrien |
Fix typo where the SCSI disk was refered to as `ad0'. |
06 Sep 2001 14:46:45 |
jmz |
Upgrade to version 3.9.8. |
26 Jul 2001 00:01:13 |
jmz |
Doc fix. |
05 Jun 2001 12:38:35 |
sobomax |
Standartise the way used to disable X11 support in various ports. From now on
WITHOUT_X11 is the Only True Way[tm]. |
15 May 2001 23:14:49 |
jmz |
Add a missing man page. |
29 Apr 2001 01:01:38 |
jmz |
Bump PORTREVISION |
29 Apr 2001 01:01:01 |
jmz |
- Remove pkg-plist.x11 and use PLIST_SUB to manage NO_X files in pkg-plist -
PLIST now manages installation/removal of mtools.conf (pkg-install no longer
required). mtools.conf will be removed only if it is equal to
mtools.conf.sample. Submitted by: olgeni |
28 Apr 2001 11:50:43 |
olgeni |
Fix patch-i (whitespaces). |
27 Apr 2001 22:47:37 |
jmz |
This patch corrects a newline bogon in the "mdel" command usage help. |
16 Apr 2001 02:31:16 |
jmz |
Use !defined(NO_X) instead of defined(WITH_X11) Some ports use WITH_X11, some
other WITHOUT_X11 or WITHOUT_X but it seems that only NO_X is documented and
can be set in make.conf |
09 Apr 2001 00:22:32 |
jmz |
mtools.conf fixes: - Use modern disk names (ad and da instead of rsd and rwd)
- fix comment concerning chmod and floppy devices - add LS120 examples
(submitted by Phillip Musumeci <phillip@mirriwinni.cse.rmit.edu.au>) |
05 Apr 2001 01:23:09 |
jmz |
Fix 'make package' in the no X11 case. |
30 Mar 2001 00:10:01 |
jmz |
Use /dev/fd* by default, instead of /dev/rfd* |
30 Mar 2001 00:10:01 |
jmz |
Use /dev/fd* by default, instead of /dev/rfd* |
11 Mar 2001 01:56:11 |
jmz |
Add floppyd.1 floppyd_ andstalltest man pages |
06 Mar 2001 16:35:15 |
jmz |
Add official patch mtools-3.9.7-20001213.diff. Do not overwrite an existing
mtools.conf file - install it as mtools.conf.sample |
12 Jan 2001 01:53:03 |
jmz |
Add 2 extra files in plist; remove all @exec/@unexec lines and replace them by
the list of files (pkg_* programs have no problem with symlinks) |
26 Nov 2000 04:14:05 |
jmz |
Add mformat.c to the list of files processed by sed, so that it can correctly
report PREFIX/etc/mtools.conf as its configuration file |
16 Oct 2000 15:40:19 |
jmz |
Fix warnings in configure script |
16 Oct 2000 01:56:51 |
jmz |
Upgrade to version 3.9.7 |
14 Oct 2000 02:36:18 |
jmz |
Fix a bug when seeking in partitions larger than 4Gbytes. |
08 Oct 2000 02:02:29 |
asami |
Convert category emulators to new layout. |