aboutsummaryrefslogtreecommitdiff
path: root/mail/wmmaiload
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Mark BROKEN in 13/14 (via latest llvm update).Mark Linimon2021-02-181-0/+3
| | | | Notes: svn path=/head/; revision=565858
* Add USES=xorg USES=gl, ports categories mNiclas Zeising2019-11-061-1/+1
| | | | | | | | Add USES=xorg and USES=gl to ports in categories starting with 'm' While here, try to sprinkle other USES (mostly gnome and sdl) as needed. Notes: svn path=/head/; revision=516916
* Let USES=localbase add -L${LOCALBASE}/lib to LIBS instead of LDFLAGS.Tijl Coosemans2016-09-301-6/+4
| | | | | | | | | | | | | | | | | | | | | | USES=localbase:ldflags can be used to set LDFLAGS. Normally LDFLAGS appears too early on the command line causing some ports to link with their own libraries in LOCALBASE (if installed) instead of WRKSRC. Also make use of _USES_POST so -L${LOCALBASE}/lib is added as late as possible after anything a port Makefile might set. Use _USES_POST instead of .include in libedit.mk and libarchive.mk so things like 'USES=libedit localbase:ldflags' work correctly. Fix some issues with LIBS in some ports. Switch ports that don't support LIBS to localbase:ldflags. PR: 212987 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=423014
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"Dmitry Marakasov2016-01-121-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=405891
* - Update to 2.3.0Dmitry Marakasov2015-12-292-34/+16
| | | | | | | | PR: 205213 Submitted by: tkato432@yahoo.com Notes: svn path=/head/; revision=404765
* Unmark BROKEN, the port fetches fine.Raphael Kubo da Costa2015-12-281-1/+0
| | | | Notes: svn path=/head/; revision=404709
* Remove BROKEN on Tier-2 systems statements which no longer true at leastAlexey Dokuchaev2015-09-201-4/+0
| | | | | | | | | | on PowerPC (verified for all of them) and some also on SPARC (whenever I was able to test those on flame.freebsd.org) and even IA64 (which should be OK to remove anyways, because it was never really supported system in ports land and was officially killed in -CURRENT a while ago. Notes: svn path=/head/; revision=397374
* Mark as broken: does not fetchBaptiste Daroussin2015-09-131-0/+1
| | | | Notes: svn path=/head/; revision=396864
* - Remove s/-lpthread/-pthread/Tijl Coosemans2015-01-091-3/+4
| | | | | | | | | - Support SSL/TLS versions above SSLv2 PR: 195796 Notes: svn path=/head/; revision=376645
* devel/glib12 x11-toolkits/gtk12:Tijl Coosemans2014-09-131-1/+1
| | | | | | | | | | - Convert to USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Remove patches that renamed include directories and libraries so they didn't conflict with early development versions of glib/gtk 2.0 Notes: svn path=/head/; revision=368108
* mail/wmmaiload: Explicitly link libcrypto (taken from dports)John Marino2014-02-051-1/+1
| | | | Notes: svn path=/head/; revision=342843
* - Fix build on -currentPawel Pekala2013-12-241-23/+27
| | | | | | | | | | | - Convert to new options framework - Support staging PR: ports/184899 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=337354
* 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
* Add explicit dependency on pkgconf (18 ports)John Marino2013-09-111-6/+2
| | | | Notes: svn path=/head/; revision=326991
* Mark broken on powerpc as well as sparc64. (In fact, on all the tier-2s.)Mark Linimon2011-11-101-2/+2
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=285419
* Mark as broken on sparc64: fails to install.Mark Linimon2011-07-161-1/+7
| | | | Notes: svn path=/head/; revision=277780
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276989
* For ports maintained by ports@FreeBSD.org, remove names and/orDoug Barton2009-12-211-1/+0
| | | | | | | | | | | e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports. Notes: svn path=/head/; revision=246327
* 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
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-5/+4
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Update to 2.2.1Pav Lucistnik2006-04-253-21/+53
| | | | | | | | | | - Provide WITH_GTK2 tunable PR: ports/96218 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=160473
* Reset pat due to no response to email about his status.Mark Linimon2006-04-141-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=159519
* Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.Ade Lovett2006-03-071-0/+1
| | | | | | | | Discussed with: kris Approved by: portmgr (implicit) Notes: svn path=/head/; revision=157004
* Don't remove system symlinksKris Kennaway2006-01-261-1/+0
| | | | Notes: svn path=/head/; revision=154478
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154158
* Update to 1.0.3Patrick Li2005-05-272-3/+4
| | | | Notes: svn path=/head/; revision=136303
* Fix build on 4.xPatrick Li2004-11-281-0/+10
| | | | | | | Reported by: pointyhat (kris) Notes: svn path=/head/; revision=122642
* Update to 1.0.2Patrick Li2004-11-223-21/+5
| | | | Notes: svn path=/head/; revision=122182
* Add size data.Trevor Johnson2004-03-181-0/+1
| | | | | | | Approved by: maintainers Notes: svn path=/head/; revision=104360
* Use PLIST_FILES (bento-tested, marcus-reviewed).Trevor Johnson2004-02-062-1/+1
| | | | Notes: svn path=/head/; revision=100139
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* Update to blah: added support for MAILDIR format, fixed timingsMark Linimon2003-12-292-2/+2
| | | | | | | | | | | for hotmail, other bugfixes. See ChangeLog. (maintainer timeout, 3 weeks). PR: ports/60001 Submitted by: Munish Chopra <chopra@soulwax.net> Notes: svn path=/head/; revision=96835
* Update to 0.9.1Patrick Li2003-08-092-2/+2
| | | | Notes: svn path=/head/; revision=86676
* Update to 0.9.0Patrick Li2003-07-032-2/+2
| | | | Notes: svn path=/head/; revision=84164
* Remove USE_GNOMENG.Joe Marcus Clarke2003-04-201-1/+0
| | | | Notes: svn path=/head/; revision=79368
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Update to 0.8.2Patrick Li2003-02-142-2/+2
| | | | Notes: svn path=/head/; revision=75535
* Update to 0.8.1Patrick Li2003-02-062-2/+9
| | | | Notes: svn path=/head/; revision=74994
* Update to 0.6.0Patrick Li2002-10-052-2/+2
| | | | Notes: svn path=/head/; revision=67320
* Add new port mail/wmmaiload - Incoming mail monitor dockapp based onPatrick Li2002-09-216-0/+45
wmcpuload design. Notes: svn path=/head/; revision=66984