aboutsummaryrefslogtreecommitdiff
path: root/mail/gmime24
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* mail: Add missing USES={gnome,php}Tobias Kortkamp2019-11-081-1/+2
| | | | Notes: svn path=/head/; revision=517069
* Remove libiconv.so.3 compatibility link that was added in r374303 toTijl Coosemans2016-12-081-1/+1
| | | | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428150
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-191-2/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415499
* - Switch to options helpersDmitry Marakasov2015-09-031-5/+1
| | | | | | | | | | - Add some NO_ARCHes - Fix and unsilence some installation commands Approved by: portmgr blanket Notes: svn path=/head/; revision=396018
* Remove $FreeBSD$ from patches files everywhere.Mathieu Arnold2015-05-222-6/+0
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=387082
* Change my non-FreeBSD MAINTAINER mail to bofh@Muhammad Moinur Rahman2014-12-241-1/+1
| | | | | | | Approved by: bapt Notes: svn path=/head/; revision=375378
* Transfer ports maintainership to Muhammad Moinur RahmanRodrigo Osorio2014-12-111-1/+1
| | | | | | | | PR: ports/195854 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Notes: svn path=/head/; revision=374515
* Cleanup plistAntoine Brodin2014-11-221-2/+0
| | | | Notes: svn path=/head/; revision=373086
* - Drop .la files for mail/gmime24, no dependees require themDmitry Marakasov2014-09-152-4/+4
| | | | | | | | | - Bump dependent ports as .so version has changed Approved by: portmgr blanket Notes: svn path=/head/; revision=368282
* Support LIBS like LDFLAGS.Tijl Coosemans2014-06-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=357486
* - Remove hyphen from PKGNAMESUFFIX.Tijl Coosemans2014-05-281-6/+4
| | | | | | | | | | - Add USES=libtool:oldver. - Use USES+= to fix slave port. - Remove LATEST_LINK. - Remove PTHREAD_CFLAGS. Notes: svn path=/head/; revision=355653
* Convert to USES=tar:xzBaptiste Daroussin2014-05-261-2/+1
| | | | Notes: svn path=/head/; revision=355324
* - Support STAGEDIRSunpoet Po-Chuan Hsieh2013-11-151-3/+2
| | | | | | | | PR: ports/183965 Submitted by: Alan Hicks <ahicks@p-o.co.uk> (maintainer) Notes: svn path=/head/; revision=333849
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | mail) Notes: svn path=/head/; revision=327742
* mail/{gmime2,gmime24}: convert docs to options ngWilliam Grzybowski2013-09-031-3/+6
| | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=326164
* - Convert to USES=pathfixBryan Drewery2013-05-081-2/+2
| | | | | | | | PR: ports/178420 Submitted by: Alan Hicks <ahicks@p-o.co.uk> (maintainer) Notes: svn path=/head/; revision=317712
* Make these ports build with glib 2.36Koop Mast2013-05-061-0/+4
| | | | Notes: svn path=/head/; revision=317508
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-2/+1
| | | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: zeising Notes: svn path=/head/; revision=316662
* Finish converting the whole ports tree to USES=pkgconfigBaptiste Daroussin2013-04-231-6/+2
| | | | Notes: svn path=/head/; revision=316355
* Update to 2.4.33.Wesley Shields2012-11-302-3/+3
| | | | | | | | | PR: ports/173968 Submitted by: Alan Hicks <ahicks@p-o.co.uk> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=307986
* Add USE_PKGCONFIG= build.Koop Mast2012-08-051-0/+1
| | | | | | | Approved by: maintainer (priv mail) Notes: svn path=/head/; revision=302106
* - Update to 2.4.32Michael Scheidell2012-05-246-171/+26
| | | | | | | | | | - Submitter is now maintainer PR: ports/168308 Submitted by: Alan Hicks <ahicks@p-o.co.uk> (maintainer) Notes: svn path=/head/; revision=297361
* - Reassign to the heapThomas Abthorpe2012-02-011-1/+1
| | | | Notes: svn path=/head/; revision=290231
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+2
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=282282
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sinceKoop Mast2011-08-111-1/+1
| | | | | | | | | | mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Notes: svn path=/head/; revision=279506
* Fix mono bindings of libgmime-2.4.so.Romain Tartière2011-06-151-0/+10
| | | | | | | | The patch lives in the master port, the slave port only is affected and therefor only this one has PORTREVISION bumped. Notes: svn path=/head/; revision=275632
* Hello Mono 2.10!Romain Tartière2011-06-123-57/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=275469
* - Update lang/mono to 2.6.4;Romain Tartière2010-06-013-29/+31
| | | | | | | | | | | | | | | | - 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] Notes: svn path=/head/; revision=255451
* - Update to 2.4.10Marcus Alves Grando2009-10-112-4/+4
| | | | | | | | PR: 139488 Submitted by: Sahil Tandon <sahil___tandon.net> Notes: svn path=/head/; revision=242650
* - Update to 2.4.9Marcus Alves Grando2009-10-052-4/+4
| | | | | | | | PR: 139308 Submitted by: Romain Tartiere <mono___FreeBSD.org> Notes: svn path=/head/; revision=242479
* - Update to 2.4.8Pav Lucistnik2009-09-172-4/+4
| | | | | | | | | | PR: ports/138430 Submitted by: Romain Tartiere <mono@FreeBSD.org> Approved by: maintainer timeout (mnag; 16 days) Feature safe: yes Notes: svn path=/head/; revision=241553
* Update mail/gmime24 to 2.4.7.Florent Thoumie2009-06-232-4/+4
| | | | | | | | PR: ports/135973 Submitted by: Romain Tartiere Notes: svn path=/head/; revision=236539
* - Resolve LATEST_LINK conflictPav Lucistnik2009-05-311-1/+1
| | | | Notes: svn path=/head/; revision=234941
* - Update to 2.4.6Marcus Alves Grando2009-04-253-11/+11
| | | | Notes: svn path=/head/; revision=232718
* Fix packing list when NOPORTDOCS is defined.Florent Thoumie2009-02-202-88/+87
| | | | | | | Reported by: QAT Notes: svn path=/head/; revision=228708
* - Update lang/mono to 2.0.1.Florent Thoumie2009-02-0912-0/+332
- 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) Notes: svn path=/head/; revision=227866