non port: mail/gmime2/Makefile |
Number of commits found: 82 |
Thursday, 19 May 2022
|
13:37 Baptiste Daroussin (bapt)
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)
75382de |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Friday, 8 Nov 2019
|
14:18 tobik
mail: Add missing USES={gnome,php}
 |
Thursday, 8 Dec 2016
|
19:23 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.
 |
Thursday, 3 Sep 2015
|
16:37 amdmi3
- Switch to options helpers
- Add some NO_ARCHes
- Fix and unsilence some installation commands
Approved by: portmgr blanket
 |
Tuesday, 2 Jun 2015
|
10:32 bofh
mail/gmime2: Add PORTSCOUT variable to limit within 2.2.X
- Fix patch files to reflect 'make makepatch'
 |
Wednesday, 24 Dec 2014
|
00:14 bofh
Change my non-FreeBSD MAINTAINER mail to bofh@
Approved by: bapt
 |
Thursday, 11 Dec 2014
|
08:04 rodrigo
Transfer ports maintainership to Muhammad Moinur Rahman
PR: ports/195854
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
 |
Wednesday, 11 Jun 2014
|
14:50 tijl
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)
 |
Thursday, 29 May 2014
|
21:16 tijl
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
 |
Friday, 15 Nov 2013
|
10:44 sunpoet
- Support STAGEDIR
PR: ports/183966
Submitted by: Alan Hicks <ahicks@p-o.co.uk> (maintainer)
 |
Friday, 20 Sep 2013
|
19:59 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail)
 |
Thursday, 5 Sep 2013
|
20:18 bsam
. 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)
 |
Tuesday, 3 Sep 2013
|
16:03 wg
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)
 |
Wednesday, 31 Jul 2013
|
11:57 kwm
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]
 |
Wednesday, 8 May 2013
|
20:26 bdrewery
- Convert to USES=pathfix
PR: ports/178418
Submitted by: Alan Hicks <ahicks@p-o.co.uk> (maintainer)
 |
Saturday, 27 Apr 2013
|
11:59 mva
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising
 |
Tuesday, 23 Apr 2013
|
14:20 bapt
Finish converting the whole ports tree to USES=pkgconfig
 |
Sunday, 5 Aug 2012
|
11:10 kwm
Add USE_PKGCONFIG= build.
Approved by: maintainer (priv mail)
 |
Thursday, 24 May 2012
|
21:19 scheidell
- Update to 2.2.27
- Submitter is now maintainer
PR: ports/168307
Submitted by: Alan Hicks <ahicks@p-o.co.uk> (maintainer)
 |
Wednesday, 1 Feb 2012
|
15:53 tabthorpe
- Reassign to the heap
 |
Friday, 23 Sep 2011
|
22:26 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
 |
Thursday, 11 Aug 2011
|
19:20 kwm
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>
 |
Sunday, 11 Oct 2009
|
02:29 mnag
- 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>
 |
Sunday, 22 Feb 2009
|
22:18 mnag
- Update to 2.2.23
 |
Sunday, 17 Aug 2008
|
05:22 mnag
- Update to 2.2.22
 |
Friday, 6 Jun 2008
|
13:43 edwin
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)
 |
Sunday, 13 Apr 2008
|
15:44 mnag
- 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]
 |
Thursday, 3 Jan 2008
|
16:03 mnag
- Update to 2.2.15
 |
Saturday, 21 Jul 2007
|
20:01 mnag
- Update to 2.2.10
 |
Monday, 28 May 2007
|
18:22 mnag
- Update to 2.2.9
 |
Friday, 6 Apr 2007
|
03:38 mnag
- Update to 2.2.6
 |
Monday, 12 Feb 2007
|
17:57 mnag
- Update to 2.2.4
- Fix unnecessary print [1]
PR: 106813 [1]
Submitted by: Larry Rosenman <ler___lerctr.org> [1]
 |
Friday, 10 Nov 2006
|
21:19 tmclaugh
Allow USE_GNOME to be overridden since next gmime2-sharp update will require
gtksharp20.
 |
Monday, 14 Aug 2006
|
03:51 mnag
- Update to 2.2.3
- portlint(1)
 |
Friday, 30 Jun 2006
|
18:58 mnag
- Update to 2.2.2
 |
Sunday, 30 Apr 2006
|
23:59 mnag
- Update to 2.2.1
 |
Thursday, 23 Feb 2006
|
10:40 ade
Conversion to a single libtool environment.
Approved by: portmgr (kris)
 |
Saturday, 4 Feb 2006
|
00:10 mnag
- Fix libs provided by pkg-config
- Bump PORTREVISION
Submitted by: jylefort
 |
Friday, 20 Jan 2006
|
22:20 mnag
Update to 2.1.19
 |
Tuesday, 17 Jan 2006
|
13:30 mnag
Update to 2.1.18
 |
Tuesday, 15 Nov 2005
|
06:52 ade
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.
 |
Monday, 7 Nov 2005
|
12:53 mnag
Update to 2.1.17
Take MAINTAINER
 |
Saturday, 5 Nov 2005
|
05:22 marcus
Bump PORTREVISION to chase the glib20 shared library update.
 |
Friday, 14 Oct 2005
|
03:19 tmclaugh
Fix duplicate LATEST_LINK.
Approved by: mezz (co-mentor)
 |
Wednesday, 5 Oct 2005
|
02:17 tmclaugh
- Add gmime2-sharp, slave port of gmime2. This port provides the C#
bindings to the gmime2 library.
Approved by: ahze (mentor)
 |
Wednesday, 14 Sep 2005
|
08:26 krion
Drop maintainership, since I'm buried in the $REALLIFE stuff.
 |
Sunday, 28 Aug 2005
|
10:35 krion
Update to 2.1.16
 |
Thursday, 16 Jun 2005
|
13:43 krion
Update to 2.1.15
 |
Saturday, 2 Apr 2005
|
11:40 krion
Update to 2.1.14
 |
Saturday, 12 Mar 2005
|
10:54 marcus
Bump PORTREVISION to chase the glib20 shared lib version change.
 |
Friday, 11 Mar 2005
|
10:08 krion
Update to 2.1.13
 |
Monday, 21 Feb 2005
|
17:51 krion
Update to version 2.1.12
 |
Sunday, 30 Jan 2005
|
21:03 krion
Update to 2.1.11
 |
Sunday, 16 Jan 2005
|
16:21 krion
Update to 2.1.10
 |
Wednesday, 15 Dec 2004
|
22:59 krion
Install documentation to DOCSDIR.
Honour NOPORTDOCS macro.
Based on PR: ports/74982
Submitted by: skv
 |
Wednesday, 10 Nov 2004
|
06:08 krion
Switch to USE_LIBTOOL_VER.
Bump PORTREVISION.
 |
Tuesday, 9 Nov 2004
|
23:28 seanc
*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
 |
Tuesday, 12 Oct 2004
|
14:43 krion
Update to 2.1.9
 |
Monday, 23 Aug 2004
|
12:41 krion
Update to 2.1.8
PR: partially ports/70857
Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
 |
Friday, 9 Jul 2004
|
17:43 marcus
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
 |
Wednesday, 7 Jul 2004
|
20:17 krion
Update to version 2.1.7
 |
Monday, 7 Jun 2004
|
09:02 krion
- Update to version 2.1.6
 |
Tuesday, 18 May 2004
|
10:15 krion
- Update to version 2.1.5
 |
Tuesday, 4 May 2004
|
15:24 krion
- Update to version 2.1.4
 |
Monday, 5 Apr 2004
|
03:31 marcus
Chase the glib20 update, and bump all affected ports' PORTREVISIONs.
 |
Sunday, 14 Mar 2004
|
06:17 ade
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.
 |
Friday, 12 Mar 2004
|
20:05 krion
- Update to version 2.1.3
 |
Saturday, 14 Feb 2004
|
20:51 krion
- Update to version 2.1.2
 |
Saturday, 7 Feb 2004
|
18:34 krion
- Fix MASTER_SITES
 |
Friday, 6 Feb 2004
|
11:19 krion
- Oh no! s/LIST/LINK
Pointy hat to: krion
 |
11:17 krion
- "Annoying Reminder Guy II" wants LATEST_LIST.
 |
Wednesday, 4 Feb 2004
|
05:21 marcus
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
 |
Friday, 30 Jan 2004
|
14:05 krion
- SIZEify
 |
Friday, 5 Dec 2003
|
23:41 krion
- Update to 2.1.1
 |
Friday, 10 Oct 2003
|
06:45 krion
- Update CONFLICTS with gmime-1.*
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
 |
Sunday, 10 Aug 2003
|
06:09 krion
Update to 2.1.0
 |
Thursday, 7 Aug 2003
|
09:18 krion
Update to 2.0.11
 |
Saturday, 26 Jul 2003
|
17:22 krion
Update to 2.0.9
Approved by: fjoe (mentor) (implicit)
 |
Tuesday, 22 Jul 2003
|
10:34 krion
Change my mail to @FreeBSD.org
Approved by: fjoe (mentor)
 |
Monday, 2 Jun 2003
|
14:47 naddy
Update to 2.0.8
PR: 52838
Submitted by: Kirill Ponomarew <ponomarew@oberon.net>
 |
Tuesday, 13 May 2003
|
16:44 fjoe
New port: gmime2
Library (written in C) for parsing and creating messages using MIME.
PR: 52084
Submitted by: Kirill Ponomarew
 |
Number of commits found: 82 |