notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
We just patched an SQL injection. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password. You might want to hold off on that change. We have a few more to fix.
non port: mail/metamail/Makefile
SVNWeb

Number of commits found: 40

Wed, 20 Jul 2022
[ 14:22 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:b587cc2b4da727288248ce5c15129046e6e6b332  commit hash:b587cc2b4da727288248ce5c15129046e6e6b332  commit hash:b587cc2b4da727288248ce5c15129046e6e6b332  b587cc2  (Only the first 10 of 577 ports in this commit are shown above. View all ports for this commit)
mail: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  <ashish@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Adam David <adam@FreeBSD.org>
  *  Adam McDougall <mcdouga9@egr.msu.edu>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alex Deiter <tiamat@komi.mts.ru>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Dupre <sysadmin@alexdupre.com>
  *  Alex Perel <veers@disturbed.net>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Thu, 7 Nov 2019
[ 20:20 zeising search for other commits by this committer ] Original commit   Revision:517008 (Only the first 10 of 70 ports in this commit are shown above. View all ports for this commit)
Sprinkle more USES=xorg
Mon, 11 Mar 2019
[ 21:25 zeising search for other commits by this committer ] Original commit   Revision:495395 (Only the first 10 of 243 ports in this commit are shown above. View all ports for this commit)
x11-fonts/mkfontscale: Update to 1.2.0

Update x11-fonts/mkfontscale to 1.2.0
Remove x11-fonts/mkfontdir, which has been merged into mkfontscale.
Update dependencies and bump portrevisions.
Add an entry to UPDATING and MOVES

Changelog:
https://lists.x.org/archives/xorg/2019-March/059633.html

Thanks to Antoine for the exp-run!

PR:		236336 (exp-run)
Obtained from:	FreeBSD Graphics Team dev repo
		https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/mkfontscale
Sponsored by:	B3 Init
Mon, 1 Jan 2018
[ 09:09 pi search for other commits by this committer ] Original commit   Revision:457758
mail/metamail: fix build with X11 option enabled

- It has been broken for more than one year. r412348 was the last
  buildable version

PR:		224794
Submitted by:	Ting-Wei Lan <lantw44@gmail.com>
Tue, 23 Aug 2016
[ 14:49 marino search for other commits by this committer ] Original commit   Revision:420686
mail/metamail: document and fix ncurses support
Fri, 1 Apr 2016
[ 14:16 mat search for other commits by this committer ] Original commit   Revision:412348 (Only the first 10 of 2612 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Tue, 15 Mar 2016
[ 18:45 adamw search for other commits by this committer ] Original commit   Revision:411198
Use OPTIONS target helper instead of pulling n bsd.port.options.mk. Remove
unnecessary command from post-patch.

Install the mailcap file with @sample, as metamail recommends editing the
file. PORTREVISION bump for this change.

Move LICENSE above the USES block to satisfy portlint.
[ 16:23 feld search for other commits by this committer ] Original commit   Revision:411183
mail/metamail: Disable X11 by default

This is only needed for Hebrew font rendering and this is now a
dependency of mail/mutt which is often used on systems where X11 is not
wanted.

Submitted by:	gahr
Sat, 21 Jun 2014
[ 21:53 rakuco search for other commits by this committer ] Original commit   Revision:358750
Do not try to remove directories used only when the X11 option is on.

Fixes check-plist errors with the X11 option unset.

PR:		190768
Submitted by:	Dave Duchscher <daved@tamu.edu>
Wed, 4 Jun 2014
[ 11:16 pawel search for other commits by this committer ] Original commit   Revision:356467
- Add staging support
- Use options helpers, subs
Fri, 20 Sep 2013
[ 19:59 bapt search for other commits by this committer ] Original commit   Revision:327742 (Only the first 10 of 748 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail)
Mon, 27 May 2013
[ 09:39 bapt search for other commits by this committer ] Original commit   Revision:319197
Fix unterminated quoted string (this fix build on current)
Mon, 29 Oct 2012
[ 17:29 pawel search for other commits by this committer ] Original commit   Revision:306624
- Fix build with clang
- Add LICENSE

PR:		ports/172719
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
Feature safe:	yes
Tue, 9 Oct 2012
[ 22:12 linimon search for other commits by this committer ] Original commit   Revision:305610 (Only the first 10 of 95 ports in this commit are shown above. View all ports for this commit)
Force numerous ports that fail to build with clang over to instead always
rely on gcc.  The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to
accomplish this.

The ports chosen were ports that blocked 2 or more ports from building with
clang.  (There are several hundred other ports that still fail to build with
clang, even with this patch.  This is merely one step along the way.)

Those interested in fixing these ports with clang, and have clang as their
default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes.

For those who have gcc as their default compiler, this change is believed
to cause no change.

Hat:		portmgr
Tested with:	multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various
		combinations of patch/no-patch and flag settings.
Wed, 13 Jun 2012
[ 05:55 bapt search for other commits by this committer ] Original commit  (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
Convert to new options framework
Fri, 1 Jun 2012
[ 05:26 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4371 ports in this commit are shown above. View all ports for this commit)
- update png to 1.5.10
Tue, 24 Jan 2012
[ 09:03 sunpoet search for other commits by this committer ] Original commit 
- Reset MAINTAINER
- While I'm here, pet portlint

PR:             ports/164433
Submitted by:   Jean-Francois Dockes <jf@dockes.org> (maintainer)
Fri, 29 Oct 2010
[ 17:04 erwin search for other commits by this committer ] Original commit 
Update maintainer address

Submitted by:   maintainer
Sun, 28 Mar 2010
[ 06:47 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4470 ports in this commit are shown above. View all ports for this commit)
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Fri, 5 Feb 2010
[ 11:46 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4271 ports in this commit are shown above. View all ports for this commit)
- update to jpeg-8
Thu, 19 Jun 2008
[ 08:43 ed search for other commits by this committer ] Original commit 
Make metamail compile after the sgtty removal.

The metamail port was patched to use termios a long time ago.
Unforunately, the patch left some calls to stty() and gtty(). Change
these calls to tcgetattr() and tcsetattr().

PR:             124462
Approved by:    philip (mentor)
Sun, 23 Mar 2008
[ 23:03 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 88 ports in this commit are shown above. View all ports for this commit)
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:    portmgr (xorg cleanup)
Tue, 12 Jun 2007
[ 09:08 mm search for other commits by this committer ] Original commit 
- add WITHOUT_X11 knob

PR:             ports/113316
Submitted by:   maintainer
Reviewed by:    mm
Approved by:    maintainer, garga (mentor)
Sat, 19 May 2007
[ 20:32 flz search for other commits by this committer ] Original commit  (Only the first 10 of 7868 ports in this commit are shown above. View all ports for this commit)
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Wed, 31 May 2006
[ 09:19 ehaupt search for other commits by this committer ] Original commit 
- Provide an additional mirror
- Pass maintainer-ship to submitter

PR:             98075
Submitted by:   Jean-Francois Dockes <jean-francois.dockes@wanadoo.fr>
Thu, 7 Apr 2005
[ 19:15 linimon search for other commits by this committer ] Original commit 
Due to various objections, remove the DEPRECATED line.  Although the
distfile is still antiquated, at least the listed mastersite is now
working again.
Thu, 10 Mar 2005
[ 13:53 vs search for other commits by this committer ] Original commit 
Correctly handle difference between gets() and fgets(): The latter retains
the trailing newline.

PR:             ports/78662
Submitted by:   Mats Peterson
Fri, 23 Jul 2004
[ 19:10 anholt search for other commits by this committer ] Original commit  (Only the first 10 of 163 ports in this commit are shown above. View all ports for this commit)
- Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,
  and make XFREE86_VERSION map to it.  XFREE86_VERSION is now deprecated.
- Make xorg the default X_WINDOW_SYSTEM on -current.
- Add several new X_*_PORT variables which point to various pieces of X11 based
  on the setting of X_WINDOW_SYSTEM, and make ports use them.
- Add information to CHANGES about how to handle the transition.

PR:             ports/68763
Approved by:    portmgr (marcus)
Approved by:    re (scottl)
Tue, 13 Apr 2004
[ 02:45 linimon search for other commits by this committer ] Original commit 
nectar points out that there are still ports in the tree that depend on
metamail: mail/exmh2 (and thus japanese/exmh2), and mail/rmime.  Since
I am not sure what the development status of those ports are, I am going
to remove the expiration date -- but with some trepidation, leave the
deprecated tag.
Mon, 12 Apr 2004
[ 21:59 linimon search for other commits by this committer ] Original commit 
Although it pains me to do this (look at the listing of the directory
as to why :-) ), the distfile survey reports that Nathaniel's original
site for this software is long gone.  A Google search shows the mirror
that I added to be the best option, and that the most recent distfile is
from 1994.  The only other links refer to security problems; although
all the known ones have been fixed, Debian claims that:

  We have been devoting some effort to trying to avoid shipping metamail
  in the future.  It became unmaintainable and these are probably not the
  last of the vulnerabilities.

Accordingly, mark it as 'deprecated'.  If anyone is using this code,
they should prepare to adopt the port and address any security concerns
going forward.
Sat, 10 Apr 2004
[ 17:26 trevor search for other commits by this committer ] Original commit  (Only the first 10 of 218 ports in this commit are shown above. View all ports for this commit)
Tidy up whitespace.
Sun, 29 Feb 2004
[ 16:41 naddy search for other commits by this committer ] Original commit 
Fix incorrect buffer overflow fix: pass the size of the target
buffer rather than taking the size of the pointer.
Wed, 18 Feb 2004
[ 21:47 nectar search for other commits by this committer ] Original commit  Encoding Errors (not all of the commit message was ASCII)
Correct two format string vulnerabilities and two buffer overflows in
metamail (CVE names CAN-2004-0104 and CAN-2004-0104).

Submitted by:   Ulf H?rnhammar <Ulf.Harnhammar.9485@student.uu.se>
Wed, 5 Nov 2003
[ 17:23 linimon search for other commits by this committer ] Original commit 
Per distfile survey, remove mastersite that disappeared in February 2003.
Mon, 3 Nov 2003
[ 01:19 kris search for other commits by this committer ] Original commit  (Only the first 10 of 84 ports in this commit are shown above. View all ports for this commit)
Reset maintainer on ports owned by the following committers who have
been inactive for over 12 months and did not respond to my email confirming
their status: keith, nakai, torstenb

Reviewed by:    portmgr
Fri, 7 Mar 2003
[ 06:06 ade search for other commits by this committer ] Original commit  (Only the first 10 of 166 ports in this commit are shown above. View all ports for this commit)
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
Sat, 1 Sep 2001
[ 18:27 dwcjr search for other commits by this committer ] Original commit 
Update MASTER_SITES    
Fri, 10 Nov 2000
[ 11:52 sanpei search for other commits by this committer ] Original commit 
fix extra error    
Tue, 12 Sep 2000
[ 14:04 asami search for other commits by this committer ] Original commit  (Only the first 10 of 17 ports in this commit are shown above. View all ports for this commit)
Add BUILD_DEPENDS=bdftopcf:XFree86-4-clients and  
RUN_DEPENDS=mkfontdir:XFree86-4-clients when XFREE86_VERSION=4.    

Number of commits found: 40