notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: mail/gmime2/Makefile

Number of commits found: 82

Thursday, 19 May 2022
13:37 Baptiste Daroussin (bapt) search for other commits by this committer
cleanup: remove gmime2

gmime 2 has been replaced long ago by 2.4 version then 2.6 and finally 3.0

It is more than time to remove the 2.2 version (2.4 is already gone)
commit hash: 75382de034dbbe6eda9da6149b31393bd9529899 commit hash: 75382de034dbbe6eda9da6149b31393bd9529899 commit hash: 75382de034dbbe6eda9da6149b31393bd9529899 commit hash: 75382de034dbbe6eda9da6149b31393bd9529899 75382de
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Friday, 8 Nov 2019
14:18 tobik search for other commits by this committer
mail: Add missing USES={gnome,php}
Original commitRevision:517069 
Thursday, 8 Dec 2016
19:23 tijl search for other commits by this committer
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.
Original commitRevision:428150 
Thursday, 3 Sep 2015
16:37 amdmi3 search for other commits by this committer
- Switch to options helpers
- Add some NO_ARCHes
- Fix and unsilence some installation commands

Approved by:	portmgr blanket
Original commitRevision:396018 
Tuesday, 2 Jun 2015
10:32 bofh search for other commits by this committer
mail/gmime2: Add PORTSCOUT variable to limit within 2.2.X

- Fix patch files to reflect 'make makepatch'
Original commitRevision:388320 
Wednesday, 24 Dec 2014
00:14 bofh search for other commits by this committer
Change my non-FreeBSD MAINTAINER mail to bofh@

Approved by:	bapt
Original commitRevision:375378 
Thursday, 11 Dec 2014
08:04 rodrigo search for other commits by this committer
Transfer ports maintainership to Muhammad Moinur Rahman

PR:		ports/195854
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
Original commitRevision:374515 
Wednesday, 11 Jun 2014
14:50 tijl search for other commits by this committer
Support LIBS like LDFLAGS.

- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS.  Also remove references to
  PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
  required additional patches.

Somewhat simplified a linker command line looks like:

${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}

where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us.  If possible -L and -l flags need to be
added to LIBS to make sure they appear after any -L and -l flags set by
upstream.  Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this
may appear too early on the command line causing installed libraries to
be linked in instead of freshly built ones.

Additional changes:
benchmarks/netio: Replace WITH_IPV6 with an IPV6 option.
comms/gnokii: Replace some patches with USES=pathfix.  Also remove -fPIC.
graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR.
graphics/visionworkbench: Remove FreeBSD 7 support.
multimedia/libmovtar: New LIB_DEPENDS syntax.
multimedia/opencinematools: Use standard do-build.
net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins)
net-mgmt/nagios: Remove -fPIC.
net-mgmt/nagios4: Remove -fPIC.
print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036.
security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with
ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS.  This skips a test
in configure that falsely detects pthread_mutexattr_init in our libc.
sysutils/dar: Fix iconv detection.
x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD
hack and use $CXX as linker as on other platforms.

PR:		190592
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:357486 
Thursday, 29 May 2014
21:16 tijl search for other commits by this committer
mail/gmime2 mail/gmime2-sharp:
- USES=libtool
- Use USES+= to fix slave port.
- Remove LATEST_LINK and PTHREAD_CFLAGS.
- Remove $FreeBSD$ from patch.

mail/dbmail22:
- USES=libtool.
- Remove -fPIC, PTHREAD_CFLAGS and PTHREAD_LIBS.
- Remove pre-install target.  Not needed with staging.

PR:		ports/189749
Original commitRevision:355751 
Friday, 15 Nov 2013
10:44 sunpoet search for other commits by this committer
- Support STAGEDIR

PR:		ports/183966
Submitted by:	Alan Hicks <ahicks@p-o.co.uk> (maintainer)
Original commitRevision:333850 
Friday, 20 Sep 2013
19:59 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail)
Original commitRevision:327742 
Thursday, 5 Sep 2013
20:18 bsam search for other commits by this committer
. introduce ICONV_CONFIGURE_BASE variable at Mk/Uses/iconv.mk. It's value is
  "--with-libiconv=${LOCALBASE}" at systems pre OSVERSION 100043 and "" (null)
  otherwise;
. convert all ports which has CONFIGURE_ARGS=--with-libiconv=${LOCALBASE}.

Approved by:	portmgr (bapt, implicit)
Original commitRevision:326444 
Tuesday, 3 Sep 2013
16:03 wg search for other commits by this committer
mail/{gmime2,gmime24}: convert docs to options ng

- NOPORTDOCS -> PORT_OPTIONS:MDOCS [1]
- Convert to USES gmake
- Define DOCS option

PR:		ports/181778 [1]
Submitted by:	Alan Hicks <ahicks p-o.co.uk> (maintainer)
Original commitRevision:326164 
Wednesday, 31 Jul 2013
11:57 kwm search for other commits by this committer
The FreeBSD GNOME team presents a Glib and Gtk+ 3 update.

This update updates Glib20 to 2.36 and Gtk+ 3.8

* The gio-fam-backend port that used gamin for the GFileMonitor API is gone.
  It is replaced by a GIO kqueue implementation developed as part of a NetBSD
  GSoC 2011 project by Dimitry Matveev.
* Fix a bug in the glib20 Makefile so it includes -lintl in the glib-2.0
  pkgconfig file [1]. This broke static linking and newer binutils.
* Add introspection USE_GNOME component which sets GI_SCANNER_DISABLE_CACHE to
  prevent creation of /  root/.cache dir. Defaults to build & run depend,
  but :build and :run switches available.
* New x11-toolkits/pangox-compat port and companion USE_GNOME component for
  pangox support which was removed from the pango port. Add it to ports still
  using pangox API.

Exp-run by:	bapt@
PR:		ports/178958 [1]
Submitted by:	emaste@ [1]
Original commitRevision:324037 
Wednesday, 8 May 2013
20:26 bdrewery search for other commits by this committer
- Convert to USES=pathfix

PR:		ports/178418
Submitted by:	Alan Hicks <ahicks@p-o.co.uk> (maintainer)
Original commitRevision:317707 
Saturday, 27 Apr 2013
11:59 mva search for other commits by this committer
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	zeising
Original commitRevision:316662 
Tuesday, 23 Apr 2013
14:20 bapt search for other commits by this committer
Finish converting the whole ports tree to USES=pkgconfig
Original commitRevision:316355 
Sunday, 5 Aug 2012
11:10 kwm search for other commits by this committer
Add USE_PKGCONFIG= build.

Approved by:	maintainer (priv mail)
Original commit
Thursday, 24 May 2012
21:19 scheidell search for other commits by this committer
- Update to 2.2.27
- Submitter is now maintainer

PR:             ports/168307
Submitted by:   Alan Hicks <ahicks@p-o.co.uk> (maintainer)
Original commit
Wednesday, 1 Feb 2012
15:53 tabthorpe search for other commits by this committer
- Reassign to the heap
Original commit
Friday, 23 Sep 2011
22:26 amdmi3 search for other commits by this committer
- 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
Original commit
Thursday, 11 Aug 2011
19:20 kwm search for other commits by this committer
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>
Original commit
Sunday, 11 Oct 2009
02:29 mnag search for other commits by this committer
- Update to 2.2.24
- Update CONFLICTS to add gmime24
- Keep simple MASTER_SITES
- Reset PORTREVISION from slave gmime2-sharp

PR:             139489
Submitted by:   Sahil Tandon <sahil___tandon.net>
Original commit
Sunday, 22 Feb 2009
22:18 mnag search for other commits by this committer
- Update to 2.2.23
Original commit
Sunday, 17 Aug 2008
05:22 mnag search for other commits by this committer
- Update to 2.2.22
Original commit
Friday, 6 Jun 2008
13:43 edwin search for other commits by this committer
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)
Original commit
Sunday, 13 Apr 2008
15:44 mnag search for other commits by this committer
- Update to 2.2.18
- Rename uudecode e uuencode to gmime-* to not conflict with userland [1]

PR:             118092 [1]
Submitted by:   Rob Austein <sra___hactrn.net> [1]
Original commit
Thursday, 3 Jan 2008
16:03 mnag search for other commits by this committer
- Update to 2.2.15
Original commit
Saturday, 21 Jul 2007
20:01 mnag search for other commits by this committer
- Update to 2.2.10
Original commit
Monday, 28 May 2007
18:22 mnag search for other commits by this committer
- Update to 2.2.9
Original commit
Friday, 6 Apr 2007
03:38 mnag search for other commits by this committer
- Update to 2.2.6
Original commit
Monday, 12 Feb 2007
17:57 mnag search for other commits by this committer
- Update to 2.2.4
- Fix unnecessary print [1]

PR:             106813 [1]
Submitted by:   Larry Rosenman <ler___lerctr.org> [1]
Original commit
Friday, 10 Nov 2006
21:19 tmclaugh search for other commits by this committer
Allow USE_GNOME to be overridden since next gmime2-sharp update will require
gtksharp20.
Original commit
Monday, 14 Aug 2006
03:51 mnag search for other commits by this committer
- Update to 2.2.3
- portlint(1)
Original commit
Friday, 30 Jun 2006
18:58 mnag search for other commits by this committer
- Update to 2.2.2
Original commit
Sunday, 30 Apr 2006
23:59 mnag search for other commits by this committer
- Update to 2.2.1
Original commit
Thursday, 23 Feb 2006
10:40 ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
Original commit
Saturday, 4 Feb 2006
00:10 mnag search for other commits by this committer
- Fix libs provided by pkg-config
- Bump PORTREVISION

Submitted by:   jylefort
Original commit
Friday, 20 Jan 2006
22:20 mnag search for other commits by this committer
Update to 2.1.19
Original commit
Tuesday, 17 Jan 2006
13:30 mnag search for other commits by this committer
Update to 2.1.18
Original commit
Tuesday, 15 Nov 2005
06:52 ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
Original commit
Monday, 7 Nov 2005
12:53 mnag search for other commits by this committer
Update to 2.1.17
Take MAINTAINER
Original commit
Saturday, 5 Nov 2005
05:22 marcus search for other commits by this committer
Bump PORTREVISION to chase the glib20 shared library update.
Original commit
Friday, 14 Oct 2005
03:19 tmclaugh search for other commits by this committer
Fix duplicate LATEST_LINK.

Approved by:    mezz (co-mentor)
Original commit
Wednesday, 5 Oct 2005
02:17 tmclaugh search for other commits by this committer
- Add gmime2-sharp, slave port of gmime2.  This port provides the C#
  bindings to the gmime2 library.

Approved by:    ahze (mentor)
Original commit
Wednesday, 14 Sep 2005
08:26 krion search for other commits by this committer
Drop maintainership, since I'm buried in the $REALLIFE stuff.
Original commit
Sunday, 28 Aug 2005
10:35 krion search for other commits by this committer
Update to 2.1.16
Original commit
Thursday, 16 Jun 2005
13:43 krion search for other commits by this committer
Update to 2.1.15
Original commit
Saturday, 2 Apr 2005
11:40 krion search for other commits by this committer
Update to 2.1.14
Original commit
Saturday, 12 Mar 2005
10:54 marcus search for other commits by this committer
Bump PORTREVISION to chase the glib20 shared lib version change.
Original commit
Friday, 11 Mar 2005
10:08 krion search for other commits by this committer
Update to 2.1.13
Original commit
Monday, 21 Feb 2005
17:51 krion search for other commits by this committer
Update to version 2.1.12
Original commit
Sunday, 30 Jan 2005
21:03 krion search for other commits by this committer
Update to 2.1.11
Original commit
Sunday, 16 Jan 2005
16:21 krion search for other commits by this committer
Update to 2.1.10
Original commit
Wednesday, 15 Dec 2004
22:59 krion search for other commits by this committer
Install documentation to DOCSDIR.
Honour NOPORTDOCS macro.

Based on PR:    ports/74982
Submitted by:   skv
Original commit
Wednesday, 10 Nov 2004
06:08 krion search for other commits by this committer
Switch to USE_LIBTOOL_VER.
Bump PORTREVISION.
Original commit
Tuesday, 9 Nov 2004
23:28 seanc search for other commits by this committer
*grabs bleach and pours on infectious creeping GNOME software infestation*
Fix the list of dependencies so it no longer depends on xorg-libraries.
For server installs this was unnecessary.  Bump port version, take hazard
suit off, and dispose of used suit in incinerator.

Approved by:    krion
Original commit
Tuesday, 12 Oct 2004
14:43 krion search for other commits by this committer
Update to 2.1.9
Original commit
Monday, 23 Aug 2004
12:41 krion search for other commits by this committer
Update to 2.1.8

PR:             partially ports/70857
Submitted by:   Marcus Grando <marcus@corp.grupos.com.br>
Original commit
Friday, 9 Jul 2004
17:43 marcus search for other commits by this committer
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:             63944
Based on work by:eik and marcus
Approved by:    ade (autotools maintainer)
Tested by:      kris on pointyhat
Bound to be hidden problems:    You bet
Original commit
Wednesday, 7 Jul 2004
20:17 krion search for other commits by this committer
Update to version 2.1.7
Original commit
Monday, 7 Jun 2004
09:02 krion search for other commits by this committer
- Update to version 2.1.6
Original commit
Tuesday, 18 May 2004
10:15 krion search for other commits by this committer
- Update to version 2.1.5
Original commit
Tuesday, 4 May 2004
15:24 krion search for other commits by this committer
- Update to version 2.1.4
Original commit
Monday, 5 Apr 2004
03:31 marcus search for other commits by this committer
Chase the glib20 update, and bump all affected ports' PORTREVISIONs.
Original commit
Sunday, 14 Mar 2004
06:17 ade search for other commits by this committer
Whoa there, boy, that's a mighty big commit y'all have there...

Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

        USE_LIBTOOL=YES         ->      USE_LIBTOOL_VER=13
        USE_AUTOCONF=YES        ->      USE_AUTOCONF_VER=213
        USE_AUTOMAKE=YES        ->      USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
Original commit
Friday, 12 Mar 2004
20:05 krion search for other commits by this committer
- Update to version 2.1.3
Original commit
Saturday, 14 Feb 2004
20:51 krion search for other commits by this committer
- Update to version 2.1.2
Original commit
Saturday, 7 Feb 2004
18:34 krion search for other commits by this committer
- Fix MASTER_SITES
Original commit
Friday, 6 Feb 2004
11:19 krion search for other commits by this committer
- Oh no! s/LIST/LINK

Pointy hat to:  krion
Original commit
11:17 krion search for other commits by this committer
- "Annoying Reminder Guy II" wants LATEST_LIST.
Original commit
Wednesday, 4 Feb 2004
05:21 marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
Original commit
Friday, 30 Jan 2004
14:05 krion search for other commits by this committer
- SIZEify
Original commit
Friday, 5 Dec 2003
23:41 krion search for other commits by this committer
- Update to 2.1.1
Original commit
Friday, 10 Oct 2003
06:45 krion search for other commits by this committer
- Update CONFLICTS with gmime-1.*

Submitted by:   Oliver Eikemeier <eikemeier@fillmore-labs.com>
Original commit
Sunday, 10 Aug 2003
06:09 krion search for other commits by this committer
Update to 2.1.0
Original commit
Thursday, 7 Aug 2003
09:18 krion search for other commits by this committer
Update to 2.0.11
Original commit
Saturday, 26 Jul 2003
17:22 krion search for other commits by this committer
Update to 2.0.9

Approved by:    fjoe (mentor) (implicit)
Original commit
Tuesday, 22 Jul 2003
10:34 krion search for other commits by this committer
Change my mail to @FreeBSD.org

Approved by:    fjoe (mentor)
Original commit
Monday, 2 Jun 2003
14:47 naddy search for other commits by this committer
Update to 2.0.8

PR:             52838
Submitted by:   Kirill Ponomarew <ponomarew@oberon.net>
Original commit
Tuesday, 13 May 2003
16:44 fjoe search for other commits by this committer
New port: gmime2

Library (written in C) for parsing and creating messages using MIME.

PR:             52084
Submitted by:   Kirill Ponomarew
Original commit

Number of commits found: 82