non port: emulators/mtools/Makefile |
SVNWeb
|
Number of commits found: 65 |
Thu, 11 May 2023
|
[ 08:33 Alexey Dokuchaev (danfe) ] e8418c8
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.
|
Sat, 6 May 2023
|
[ 11:34 Alexey Dokuchaev (danfe) ] b13d372
emulators/mtools: update GNU mtools to version 4.0.43
Via: https://www.linux.org.ru/news/gnu/17168036
|
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, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] 27eb52a (Only the first 10 of 118 ports in this commit are shown above. )
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 )
|
Thu, 25 Nov 2021
|
[ 21:40 Stefan Eßer (se) ] 04b9da4 (Only the first 10 of 188 ports in this commit are shown above. )
*/*: 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)
|
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, 23 Feb 2021
|
[ 16:09 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>
|
Fri, 15 Jan 2021
|
[ 01:09 skreuzer ] (Only the first 10 of 12 ports in this commit are shown above. )
Update to 4.0.26
PR: 252531
Submitted by: Mara Sophie Grosch <littlefox@lf-net.org>
|
Tue, 5 Nov 2019
|
[ 15:48 zeising ] (Only the first 10 of 73 ports in this commit are shown above. )
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'.
|
Sat, 10 Nov 2018
|
[ 18:12 bapt ] (Only the first 10 of 386 ports in this commit are shown above. )
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
|
Mon, 10 Sep 2018
|
[ 13:11 mat ] (Only the first 10 of 33 ports in this commit are shown above. )
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
|
Thu, 8 Dec 2016
|
[ 19:23 tijl ] (Only the first 10 of 122 ports in this commit are shown above. )
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.
|
Thu, 14 May 2015
|
[ 10:15 mat ] (Only the first 10 of 1814 ports in this commit are shown above. )
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
|
Tue, 26 Aug 2014
|
[ 05:34 antoine ]
Use @sample keyword
|
Mon, 21 Jul 2014
|
[ 17:47 adamw ] (Only the first 10 of 11 ports in this commit are shown above. )
Remove some instances of WITHOUT_X11 and use an X11 OPTION
instead.
|
Wed, 25 Jun 2014
|
[ 21:51 antoine ]
Allow to build with texinfo from ports
|
Tue, 10 Jun 2014
|
[ 07:39 olgeni ] (Only the first 10 of 388 ports in this commit are shown above. )
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)
|
Wed, 16 Apr 2014
|
[ 18:28 zeising ] (Only the first 10 of 1008 ports in this commit are shown above. )
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 )
|
Tue, 11 Mar 2014
|
[ 14:26 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>
|
Fri, 21 Feb 2014
|
[ 01:55 miwi ]
- Stage support
|
Fri, 20 Sep 2013
|
[ 16:43 bapt ] (Only the first 10 of 190 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
emulators)
|
Wed, 4 Sep 2013
|
[ 18:06 madpilot ] (Only the first 10 of 129 ports in this commit are shown above. )
- 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)
|
Sat, 27 Apr 2013
|
[ 08:50 mva ] (Only the first 10 of 196 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: bapt, kwm
|
Tue, 26 Mar 2013
|
[ 14:48 skreuzer ]
Convert to options ng
PR: ports/177209
Submitted by: William Grzybowski <william88@gmail.com>
|
Wed, 11 Jan 2012
|
[ 23:09 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)
|
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
|
Tue, 5 Jul 2011
|
[ 20:23 skreuzer ]
Don't overwrite mtools.conf
PR: ports/157910
Submitted by: Max Brazhnikov <makc@FreeBSD.org>
|
Tue, 7 Jun 2011
|
[ 14:53 skreuzer ]
Respect WITHOUT_X11 in plist
PR: ports/157428
Submitted by: Jimmy Olgeni <olgeni@freebsd.org>
|
Tue, 7 Apr 2009
|
[ 17:28 skreuzer ]
Handle FAT partitions bigger then 4GBytes
PR: ports/133123
Submitted by: Dmitry <hanabana@mail.ru>
Approved by: wxs (mentor)
|
Sat, 28 Mar 2009
|
[ 01:16 skreuzer ] (Only the first 10 of 36 ports in this commit are shown above. )
Change MAINTAINER on my ports to my FreeBSD email address
Approved by: wxs (mentor)
|
Tue, 24 Mar 2009
|
[ 14:45 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)
|
Fri, 27 Feb 2009
|
[ 13:22 miwi ]
- Pass maintainership to Steven Kreuzer (skreuzer@exit2shell.com)
|
Sat, 21 Feb 2009
|
[ 00:12 miwi ]
- Update to 4.0.5
PR: 131847
Submitted by: Ports Fury
|
Mon, 16 Feb 2009
|
[ 20:43 miwi ] (Only the first 10 of 11 ports in this commit are shown above. )
- Reset Maintainer
PR: 131742
Submitted by: "Sergey N. Voronkov" <serg@tmn.ru> (maintainer)
|
Fri, 13 Feb 2009
|
[ 15:31 tabthorpe ]
- Pass maintainership to submitter
Submitted by: Sergey Voronkov via freebsd-ports@
|
Wed, 14 Jan 2009
|
[ 09:12 miwi ]
- Update to 4.0.1
PR: 130453
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
Sat, 29 Nov 2008
|
[ 00:11 linimon ] (Only the first 10 of 37 ports in this commit are shown above. )
Reset jmz@FreeBSD.org due to no response to email about maintainer-timeout,
and no commit activity for 3 months.
Hat: portmgr
|
Mon, 31 Mar 2008
|
[ 01:30 timur ]
Fix compilation when WITHOUT_X11 is defined. Don't rely on the configure
defaults, use explicit values.
Approved by: maintainer
|
Tue, 25 Mar 2008
|
[ 16:32 miwi ]
- Fix build
Submitted by: timur@
Approved by: portmgr (xorg cleanup)
|
Sun, 23 Mar 2008
|
[ 23:03 miwi ] (Only the first 10 of 88 ports in this commit are shown above. )
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
|
Sat, 19 May 2007
|
[ 20:32 flz ] (Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Mon, 29 May 2006
|
[ 10:02 jmz ]
Update to version 3.9.10-20060525
PR: ports/97992
Submitted by: Peter Jeremy <PeterJeremy@optushome.com.au>
|
Sun, 4 Dec 2005
|
[ 23:35 edwin ] (Only the first 10 of 17 ports in this commit are shown above. )
Remove install-info from Makefile, it's automatically done when INFO is defined
|
[ 07:30 edwin ]
use INFO macro
|
Sat, 19 Nov 2005
|
[ 20:13 jmz ]
Fix typo.
|
Thu, 17 Nov 2005
|
[ 21:34 jmz ]
End of the update to version 3.9.9 - the previous commit was incomplete.
Pointyhat: jmz
|
Tue, 12 Oct 2004
|
[ 12:35 jmz ]
Update default devices names.
Submitted by: joerg
|
Wed, 4 Feb 2004
|
[ 05:21 marcus ] (Only the first 10 of 1588 ports in this commit are shown above. )
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
|
Fri, 5 Dec 2003
|
[ 15:56 jmz ]
Make mwrite a relative link to mtools.
PR: ports/36545
|
Fri, 7 Mar 2003
|
[ 06:01 ade ] (Only the first 10 of 72 ports in this commit are shown above. )
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
|
Sun, 2 Dec 2001
|
[ 02:47 jmz ]
Update to the latest patchfile.
|
Thu, 6 Sep 2001
|
[ 14:46 jmz ]
Upgrade to version 3.9.8.
|
Thu, 26 Jul 2001
|
[ 00:01 jmz ]
Doc fix.
|
Tue, 5 Jun 2001
|
[ 12:38 sobomax ] (Only the first 10 of 11 ports in this commit are shown above. )
Standartise the way used to disable X11 support in various ports. From now on
WITHOUT_X11 is the Only True Way[tm].
|
Tue, 15 May 2001
|
[ 23:14 jmz ]
Add a missing man page.
|
Sun, 29 Apr 2001
|
[ 01:01 jmz ]
Bump PORTREVISION
|
[ 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
|
Mon, 16 Apr 2001
|
[ 02:31 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
|
Thu, 5 Apr 2001
|
[ 01:23 jmz ]
Fix 'make package' in the no X11 case.
|
Sun, 11 Mar 2001
|
[ 01:56 jmz ]
Add floppyd.1 floppyd_ andstalltest man pages
|
Tue, 6 Mar 2001
|
[ 16:35 jmz ]
Add official patch mtools-3.9.7-20001213.diff. Do not overwrite an existing
mtools.conf file - install it as mtools.conf.sample
|
Fri, 12 Jan 2001
|
[ 01:53 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)
|
Sun, 26 Nov 2000
|
[ 04:14 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
|
Mon, 16 Oct 2000
|
[ 01:56 jmz ]
Upgrade to version 3.9.7
|
Sat, 14 Oct 2000
|
[ 02:36 jmz ]
Fix a bug when seeking in partitions larger than 4Gbytes.
|
Number of commits found: 65 |