non port: mail/gmime24/Makefile |
Number of commits found: 35 |
Tuesday, 30 Nov 2021
|
11:17 Rene Ladan (rene)
cleanup: Remove expired ports:
2021-11-30 mail/gmime24-sharp: Use mail/gmime26 or mail/gmime30
2021-11-30 mail/gmime24: Use mail/gmime26 or mail/gmime30
61c0b97 |
Thursday, 14 Oct 2021
|
17:48 Muhammad Moinur Rahman (bofh)
mail/gmime24: mark DEPRECATED
- As more recent versions are in the tree
- Set EXPIRATION_DATE on 2021-11-30
- Make patches makepatch compatible
c140098 |
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
 |
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>
 |
Monday, 15 Sep 2014
|
18:29 amdmi3
- Drop .la files for mail/gmime24, no dependees require them
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket
 |
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)
 |
Wednesday, 28 May 2014
|
19:56 tijl
- Remove hyphen from PKGNAMESUFFIX.
- Add USES=libtool:oldver.
- Use USES+= to fix slave port.
- Remove LATEST_LINK.
- Remove PTHREAD_CFLAGS.
 |
Monday, 26 May 2014
|
12:59 bapt
Convert to USES=tar:xz
 |
Friday, 15 Nov 2013
|
10:44 sunpoet
- Support STAGEDIR
PR: ports/183965
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)
 |
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, 8 May 2013
|
22:23 bdrewery
- Convert to USES=pathfix
PR: ports/178420
Submitted by: Alan Hicks <ahicks@p-o.co.uk> (maintainer)
 |
Monday, 6 May 2013
|
11:13 kwm
Make these ports build with glib 2.36
 |
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
 |
Friday, 30 Nov 2012
|
02:44 wxs
Update to 2.4.33.
PR: ports/173968
Submitted by: Alan Hicks <ahicks@p-o.co.uk> (maintainer)
Feature safe: yes
 |
Sunday, 5 Aug 2012
|
11:10 kwm
Add USE_PKGCONFIG= build.
Approved by: maintainer (priv mail)
 |
Thursday, 24 May 2012
|
21:20 scheidell
- Update to 2.4.32
- Submitter is now maintainer
PR: ports/168308
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, 12 Jun 2011
|
19:06 romain
Hello Mono 2.10!
Main updates
------------
devel/mono-tools 2.6.2 -> 2.10
lang/mono 2.6.7 -> 2.10.2
lang/mono-basic 2.6.2 -> 2.10.2
www/mod_mono 2.6.3 -> 2.10
www/xsp 2.6.5 -> 2.10.2
x11-toolkits/libgdiplus 2.6.7 -> 2.10
Other updates
-------------
deskutils/tomboy 1.4.2 -> 1.6.1
devel/mono-addins 0.5 -> 0.6.1
devel/monodevelop 2.4 -> 2.4.2
graphics/f-spot 0.8.0 -> 0.8.2
print/pdfmod 0.9.0 -> 0.9.1
x11-toolkits/gnome-sharp20 2.24.1 -> 2.24.2
Ports marked BROKEN
-------------------
multimedia/banshee
multimedia/moonlight
PR: ports/155948
Submitted by: me
 |
Tuesday, 1 Jun 2010
|
12:41 romain
- Update lang/mono to 2.6.4;
- Update a bunch of C# ports as well (audio/taglib-sharp, deskutils/tomboy,
devel/mono-tools, devel/monodevelop, devel/monodevelop-boo,
devel/monodevelop-database, devel/monodevelop-java, devel/monodevelop-vala,
graphics/f-spot, lang/boo [1], lang/mono-basic, mail/gmime24, gmime24-sharp,
multimedia/banshee, multimedia/banshee-mirage, multimedia/moonlight,
www/mod_mono, www/webkit-sharp, www/xsp, x11-toolkits/gnome-desktop-sharp20,
x11-toolkits/gtk-sharp20, x11-toolkits/libgdiplus).
PR: ports/143657 [1]
Submitted by: glewis [1]
 |
Sunday, 11 Oct 2009
|
02:30 mnag
- Update to 2.4.10
PR: 139488
Submitted by: Sahil Tandon <sahil___tandon.net>
 |
Monday, 5 Oct 2009
|
02:33 mnag
- Update to 2.4.9
PR: 139308
Submitted by: Romain Tartiere <mono___FreeBSD.org>
 |
Thursday, 17 Sep 2009
|
09:16 pav
- Update to 2.4.8
PR: ports/138430
Submitted by: Romain Tartiere <mono@FreeBSD.org>
Approved by: maintainer timeout (mnag; 16 days)
Feature safe: yes
 |
Tuesday, 23 Jun 2009
|
18:49 flz
Update mail/gmime24 to 2.4.7.
PR: ports/135973
Submitted by: Romain Tartiere
 |
Sunday, 31 May 2009
|
20:31 pav
- Resolve LATEST_LINK conflict
 |
Saturday, 25 Apr 2009
|
18:39 mnag
- Update to 2.4.6
 |
Friday, 20 Feb 2009
|
14:48 flz
Fix packing list when NOPORTDOCS is defined.
Reported by: QAT
 |
Monday, 9 Feb 2009
|
09:00 flz
- Update lang/mono to 2.0.1.
- Also update a bunch of c-sharp ports to their latest version.
- Change maintainership to mono@FreeBSD.org.
PR: ports/129724
Submitted by: Phillip Neumann, Romain Tartiere (bsd-sharp team)
 |
Number of commits found: 35 |