aboutsummaryrefslogtreecommitdiff
path: root/mail/gmime2
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
* mail/gmime2: Add PORTSCOUT variable to limit within 2.2.XMuhammad Moinur Rahman2015-06-027-23/+24
| | | | | | | - Fix patch files to reflect 'make makepatch' Notes: svn path=/head/; revision=388320
* 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
* 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
* mail/gmime2 mail/gmime2-sharp:Tijl Coosemans2014-05-293-10/+6
| | | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=355751
* - Support STAGEDIRSunpoet Po-Chuan Hsieh2013-11-151-3/+2
| | | | | | | | PR: ports/183966 Submitted by: Alan Hicks <ahicks@p-o.co.uk> (maintainer) Notes: svn path=/head/; revision=333850
* 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
* . introduce ICONV_CONFIGURE_BASE variable at Mk/Uses/iconv.mk. It's value isBoris Samorodov2013-09-051-1/+1
| | | | | | | | | | | "--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) Notes: svn path=/head/; revision=326444
* 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
* The FreeBSD GNOME team presents a Glib and Gtk+ 3 update.Koop Mast2013-07-311-0/+2
| | | | | | | | | | | | | | | | | | | | | | | 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] Notes: svn path=/head/; revision=324037
* - Convert to USES=pathfixBryan Drewery2013-05-081-2/+2
| | | | | | | | PR: ports/178418 Submitted by: Alan Hicks <ahicks@p-o.co.uk> (maintainer) Notes: svn path=/head/; revision=317707
* - 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
* Add USE_PKGCONFIG= build.Koop Mast2012-08-051-0/+1
| | | | | | | Approved by: maintainer (priv mail) Notes: svn path=/head/; revision=302106
* - Update to 2.2.27Michael Scheidell2012-05-243-38/+10
| | | | | | | | | | - Submitter is now maintainer PR: ports/168307 Submitted by: Alan Hicks <ahicks@p-o.co.uk> (maintainer) Notes: svn path=/head/; revision=297360
* - 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
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276989
* - Update to 2.2.24Marcus Alves Grando2009-10-112-6/+6
| | | | | | | | | | | | - Update CONFLICTS to add gmime24 - Keep simple MASTER_SITES - Reset PORTREVISION from slave gmime2-sharp PR: 139489 Submitted by: Sahil Tandon <sahil___tandon.net> Notes: svn path=/head/; revision=242649
* - Update to 2.2.23Marcus Alves Grando2009-02-222-4/+4
| | | | Notes: svn path=/head/; revision=228847
* - Update to 2.2.22Marcus Alves Grando2008-08-173-13/+13
| | | | Notes: svn path=/head/; revision=218699
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=214430
* - Update to 2.2.18Marcus Alves Grando2008-04-134-6/+39
| | | | | | | | | | - Rename uudecode e uuencode to gmime-* to not conflict with userland [1] PR: 118092 [1] Submitted by: Rob Austein <sra___hactrn.net> [1] Notes: svn path=/head/; revision=211173
* - Update to 2.2.15Marcus Alves Grando2008-01-034-21/+10
| | | | Notes: svn path=/head/; revision=204926
* - Update to 2.2.10Marcus Alves Grando2007-07-212-4/+4
| | | | Notes: svn path=/head/; revision=196006
* - Update to 2.2.9Marcus Alves Grando2007-05-282-4/+4
| | | | Notes: svn path=/head/; revision=192211
* - Update to 2.2.6Marcus Alves Grando2007-04-063-4/+7
| | | | Notes: svn path=/head/; revision=189324
* - Update to 2.2.4Marcus Alves Grando2007-02-126-4/+45
| | | | | | | | | | - Fix unnecessary print [1] PR: 106813 [1] Submitted by: Larry Rosenman <ler___lerctr.org> [1] Notes: svn path=/head/; revision=185025
* Allow USE_GNOME to be overridden since next gmime2-sharp update will requireTom McLaughlin2006-11-101-1/+1
| | | | | | | gtksharp20. Notes: svn path=/head/; revision=177038
* - Update to 2.2.3Marcus Alves Grando2006-08-143-19/+8
| | | | | | | - portlint(1) Notes: svn path=/head/; revision=170521
* - Update to 2.2.2Marcus Alves Grando2006-06-302-4/+4
| | | | Notes: svn path=/head/; revision=166665
* - Update to 2.2.1Marcus Alves Grando2006-04-303-7/+7
| | | | Notes: svn path=/head/; revision=160988
* Conversion to a single libtool environment.Ade Lovett2006-02-232-2/+3
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* - Fix libs provided by pkg-configMarcus Alves Grando2006-02-042-0/+11
| | | | | | | | | - Bump PORTREVISION Submitted by: jylefort Notes: svn path=/head/; revision=155169
* Update to 2.1.19Marcus Alves Grando2006-01-202-8/+8
| | | | Notes: svn path=/head/; revision=154018
* Update to 2.1.18Marcus Alves Grando2006-01-172-6/+4
| | | | Notes: svn path=/head/; revision=153735
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=148323
* Add SHA256Marcus Alves Grando2005-11-091-0/+1
| | | | Notes: svn path=/head/; revision=147666
* Update to 2.1.17Marcus Alves Grando2005-11-072-5/+4
| | | | | | | Take MAINTAINER Notes: svn path=/head/; revision=147500
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-051-0/+1
| | | | Notes: svn path=/head/; revision=147269
* Fix duplicate LATEST_LINK.Tom McLaughlin2005-10-141-1/+1
| | | | | | | Approved by: mezz (co-mentor) Notes: svn path=/head/; revision=145325
* - Add gmime2-sharp, slave port of gmime2. This port provides the C#Tom McLaughlin2005-10-052-5/+24
| | | | | | | | | bindings to the gmime2 library. Approved by: ahze (mentor) Notes: svn path=/head/; revision=144247
* Drop maintainership, since I'm buried in the $REALLIFE stuff.Kirill Ponomarev2005-09-141-1/+1
| | | | Notes: svn path=/head/; revision=142683