aboutsummaryrefslogtreecommitdiff
path: root/mail/moztraybiff
Commit message (Collapse)AuthorAgeFilesLines
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Remove FreeBSD 4.X support from unmaintained ports in categories startingGabor Kovesdan2007-04-181-7/+1
| | | | | | | with letter i-m Notes: svn path=/head/; revision=190286
* Chase the GNOME X11BASE to LOCALBASE move, and fix the build with theJoe Marcus Clarke2006-10-141-4/+4
| | | | | | | | | | new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris) Notes: svn path=/head/; revision=175261
* Release my ports back into the wild.Adam Weinberger2006-09-231-1/+1
| | | | | | | | | Be free, little ports. May you all grow big and strong. Except gnome-icons-edge. You should probably be nuked. Just sayin'. Notes: svn path=/head/; revision=173663
* Unbreak by fudging the name of the installed package.Adam Weinberger2006-09-012-4/+12
| | | | | | | | | Basically, the author renamed the installed package name to include such sundry details as the name of the compiler, the architecture, the OS, etc. I pushed the name back to what it was before. Notes: svn path=/head/; revision=171841
* Mark as broken: fails to install.Mark Linimon2006-07-151-0/+2
| | | | Notes: svn path=/head/; revision=167927
* Update to 1.2.2 and unbreak. This works courtesy ofAdam Weinberger2006-05-152-7/+5
| | | | | | | | Laszlo Karoly <laszlokaroly@hung.u-szeged.hu> who pointed me towards defining MOZ_TRUNK=0. Notes: svn path=/head/; revision=162394
* Remove USE_REINPLACE from ports starting with MEdwin Groothuis2006-05-101-1/+0
| | | | Notes: svn path=/head/; revision=162032
* BROKEN: Does not compileKris Kennaway2006-05-051-0/+2
| | | | Notes: svn path=/head/; revision=161371
* - Use recently added MASTER_SITE_MOZDEVRenato Botelho2006-05-021-1/+2
| | | | | | | | | PR: ports/96451 (part of) Submitted by: Andrew Pantyukhin <infofarmer@gmail.com> Approved by: maintainer in private email Notes: svn path=/head/; revision=161198
* Update to 1.2.1, which works with Thunderbird 1.5Adam Weinberger2006-01-163-18/+11
| | | | | | | | PR: ports/91735 Submitted by: Phil Oleson <oz@nixil.net> Notes: svn path=/head/; revision=153670
* Update to 1.2.Adam Weinberger2005-12-125-11/+24
| | | | | | | | In theory, this version can be told to build against Thunderbird 1.5, but I'm not going to tweak this port to do so until Tb 1.5 is released. Notes: svn path=/head/; revision=151033
* - Add SHA256Pav Lucistnik2005-11-231-0/+1
| | | | | | | Requested by: adamw (maintainer) Notes: svn path=/head/; revision=149209
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-051-1/+1
| | | | Notes: svn path=/head/; revision=147269
* Chase the thunderbird's big change by fix DEPENDS and build.Jeremy Messenger2005-09-092-15/+12
| | | | | | | Reported by: krismail Notes: svn path=/head/; revision=142272
* Update to 1.1.Adam Weinberger2005-05-174-9/+23
| | | | | | | | | | | | | Please keep in mind that new versions of this thing just install a new .xpi file in ${DATADIR}. To upgrade, you must uninstall the old version (via the extensions manager thinger), restart thunderbird, install the new version, and then restart thunderbird again. This info would be useful in /usr/ports/UPDATING, but I'm hesitant to put it in there for every release. Notes: svn path=/head/; revision=135523
* Apply a couple clean-ups.Adam Weinberger2005-04-263-19/+4
| | | | | | | | | | | | | | | - Ditch pkg-message/%%DATADIR%% substitutions in favour of SUB_FILES and files/pkg-message.in. - Remove a rather horrific shell command used to generate a list of include dirs for c++(1). I'm not sure why it works without the shell command... or more specifically, I'm not sure what caused me to write it in the first place. In any event, it builds cleanly here as-is. I'm sure Kris will happily inform me of the inevitable breakages. - Space the Makefile a bit better. Notes: svn path=/head/; revision=134224
* * Fix the plist.Adam Weinberger2005-04-121-6/+10
| | | | | | | | | | | | * Error out in the corner case that the thunderbird port dir is not sitting in ../thunderbird * Quiet the installation phase so the pkg-message is more legible * Bump PORTREVISION for the plist change. Hopefully I've gotten it right this time *shakes head* Notes: svn path=/head/; revision=133167
* Determine where thunderbird is installed automatically,Adam Weinberger2005-04-022-6/+11
| | | | | | | | rather than having to code it in in numerous places every time thunderbird gets upgraded. Notes: svn path=/head/; revision=132157
* Train moztraybiff about the new thunderbird locations (this will have toAdam Weinberger2005-03-291-3/+4
| | | | | | | | | | | | | | | be done every time thunderbird gets updated). I'm bumping PORTREVISION because the pkg-plist is technically changing. However, unless there's a major xpi API change, users won't have to change or reload the extension or anything. Reminded by: marcus Approved by: portmgr (marcus) Notes: svn path=/head/; revision=132114
* OSVERSION checks aren't happy unless they're sitting betweenAdam Weinberger2005-03-231-1/+3
| | | | | | | | | bsd.port.pre.mk and bsd.port.post.mk. Approved by: portmgr (marcus) Notes: svn path=/head/; revision=131912
* Fix build on 4.X by conditionally whacking -fshort-wchar fromAdam Weinberger2005-03-232-1/+11
| | | | | | | | | | | | | | | the gcc invocation. Also, fix the build on everything by adding a BUILD_DEPENDS on zip. Also, add a quick note about how to enable to extension to the pkg-descr. Approved by: portmgr (marcus) Notes: svn path=/head/; revision=131909
* Allow ${DATADIR} to be filled into the pkg-message automagically.Adam Weinberger2005-03-202-2/+6
| | | | | | | Copied from: skippy-xd's Makefile Notes: svn path=/head/; revision=131692
* Mozilla New Mail Icon is an extension which displays an icon in theAdam Weinberger2005-03-206-0/+87
system tray when new mail arrives in Mozilla Thunderbird. While it supports the standard (FreeDesktop.org) system tray, as used by GNOME, KDE and IceWM, it requires GNOME libraries to build and run. WWW: http://moztraybiff.mozdev.org/ Notes: svn path=/head/; revision=131682