| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5245 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5225 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
|
|
|
| |
and not mozilla-nspr.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5201 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5197 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5195 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5191 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5190 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add support for optional extensions in mozilla and seamonkey
- Add support for <canvas> in firefox [1]
- Add 3 new vars
MOZ_EXTENSIONS Override "default" extensions
MOZ_GRAPHICS Override "default" graphics decoders
MOZ_PROTOCOLS Override "default" protocol
[1] I hesitated adding this but it is default on for fedora, suse, gentoo
see http://developer.mozilla.org/en/docs/Category:HTML:Canvas for
more details
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5189 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5188 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
o creation of plist (Disabled with NOGECKO_PLIST)
o install (Disabled with NOGECKO_INSTALL)
o many common post-patch routines
- Expand post- pre- targets so ports and Makefile.common can use the same
target
- Makefile.common supports both ${FILESDIR}/mozconfig.in (if exists) and
now has 3 new variables to add opions to .mozconfig [1]
Ports can use the following:
NOGECKO_INSTALL
NOGECKO_PLIST Do not auto-create plist
NOMOZCONFIG Use CONFIGURE_ARGS instead of .mozconfig
MOZILLA_PLIST_DIRS Listing of directories to create plist and/or
install
MOZ_PIS_SCRIPTS List scripts listed in ${FILESDIR} to filter
through MOZCONFIG_SED and install with mozilla
PIS scripts.
MOZ_SED_ARGS Add or replace to MOZ_SED_ARGS
[1]
MOZ_OPTIONS Add more configure arguments to .mozconfig
MOZ_MK_OPTIONS Add more make arguments to .mozconfig
MOZ_EXPORT Add export variables to .mozconfig
if ${FILESDIR}/mozconfig.in exists and NOMOZCONFIG is not defined
contents of ${FILESDIR}/mozconfig.in will be filtered through MOZCONFIG_SED
and added the the end of .mozconfig
I broke the following:
o Optional extensions (irc, etc) , need to figure out how to handle this
Todo:
o Handle .desktop the install of .desktop files and icons
o Handle Java plugins
o Cleanup/Audit and moving any other common "things" into Makefile.common
o (maybe) convert all the ${FILESDIR}/mozconfig.in to MOZ_OPTIONS/EXPORT
variables
o Add support for ports to set MOZILLA=PORTNAME-devel
o Figure out how to get the rest of mozconfig-generic.in to work in
MOZ_EXPORT, the following example does not work
MOZ_EXPORT=CFLAGS="${CFLAGS}"
if treats each flag in CFLAGS as a different flag and you end
up with a bunch of export -O2, export -xxx instead of
export -O2 -xxx -blah ....
o Figure out why MOZ_OPIONS+=--prefix=${FAKEDIR} ends up in
.mozconfig as --prefix=/fake instead of --prefix=${WRKDIR}/fake
(--prefix is in mozconfig-generic.in for now)
o testing testing TESTING
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5182 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
|
|
|
| |
Obtained from: fedora
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5167 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
|
|
|
| |
- Use system libm/nspr/nss
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5165 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5149 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5146 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Make all mozilla ports use system nss, nspr, and libm
and some mozilla ports use system cairo
- Do a bunch of much needed catch-up and sync work on many mozilla ports
such as libesd and cups patch, and many other misc patches
- This adds WITH_DEBUG/WITH_LOGGING to many mozilla ports that didn't
have it before.
- Extend EXTRACT_AFTER_ARGS so everything will extract faster.
Todo:
Sync thunderbird-devel with thunderbird THEN
make it use Makefile.common
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5125 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5097 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5096 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5087 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5039 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4998 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
|
|
|
| |
Submitted by: mnag
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4936 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4930 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4912 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4909 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4903 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(libesd.so.2 -> libesd.so). [1]
- Update Java plugins by remove old and correct Java 1.5 plugin path. [2]
- Bump the PORTREVISION.
PR: ports/86430 [1]
Submitted by: Mark Hobden <markhobden@gmail.com> [1]
glewis [2]
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4863 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4862 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4861 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4860 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4859 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4848 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4843 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
|
|
|
| |
the port is still installed a thunderbird-devel.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4831 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
|
|
|
|
|
|
| |
* Install as thunderbird-devel to allow for parallel installation with
mail/thunderbird
Submitted by: Marcus Alves Grando <marcus@corp.grupos.com.br> [1]
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4829 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4766 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4713 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4712 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4605 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4603 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4602 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
|
|
|
|
|
| |
-install -> ${INSTALL_TARGET}
Reported by: portlint
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4538 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4430 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4429 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4357 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4356 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4266 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
|
|
|
| |
Reported by: GNOME Tinderbox
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4256 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4233 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4232 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4165 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4161 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4140 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
|
|
|
|
| |
Instead of using a full ^I tab, I used two spaces, which I think is more
readable. 4 spaces might be even more readable. *shrug*
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4133 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4086 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4084 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
|
|
|
|
|
|
|
| |
Note: Chrome stuff works with thunderbird (unlinke firefox) so no
need to run as root. there are a few plist errors when removing
thunderbird but everything is removed.
ChangeLog: http://weblogs.mozillazine.org/rumblingedge/archives/2005/06/whats_new_in_th_1.html
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4066 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4063 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4061 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3995 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3991 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
|
|
|
| |
committed, so I'm removing x-c.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3957 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3956 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3955 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
|
|
|
|
|
| |
evo's .pc.in files for some unknown reason.
PORTREVISION bump because nothing will build against evolution ATM.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3954 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3951 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3934 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3933 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3917 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
|
|
|
| |
tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3913 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3889 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3815 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3810 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3807 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
|
|
|
|
|
|
|
| |
- Respect HEIMDAL_HOME
PR: ports/78059
Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
Approved by: Alex Kiesel <kiesel@schlund.de> (maintainer)
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3789 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
|
|
|
|
| |
* Add conditional support for gstreamer and dbus (gstreamer is enabled by
default for package builds)
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3781 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3766 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3621 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3620 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3617 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
|
|
|
| |
Submitted by: ade
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3578 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
|
|
|
|
| |
since these files are not PREFIX-safe. They _must_ be installed under the
same directory as Evolution.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3575 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3519 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3515 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3511 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3500 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
|
|
|
| |
Reported by: GNOME Tinderbox
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3449 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
|
|
|
| |
Reported by: GNOME Tinderbox
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3444 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3421 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3406 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3390 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3389 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
|
|
|
|
|
| |
higher.
Reported by: mezz
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3293 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3287 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3286 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3236 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3234 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3198 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
|
|
|
| |
line to get it to build with the new evolution-data-server.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3144 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3108 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3107 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3106 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3105 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3048 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
|
|
|
| |
Next stop, GNOME 2.9!
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3045 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
|
|
|
|
|
| |
X-Mailer header.
Submitted by: Radek Kozlowski <radek@raadradd.com>
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3030 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
|
|
|
| |
Submitted by: Piotr Smyrak <piotr.smyrak@heron.pl> on freebsd-gnome@
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3004 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2982 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2978 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2977 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2964 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2923 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2922 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
|
|
|
|
|
| |
obsolete.
Reported by: mezz
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2913 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2907 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2906 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2879 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2875 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
|
|
|
| |
Evolution operations. This is known to fix crashes with large mailboxes.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2871 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
|
|
|
| |
Noticed by: Piotr Smyrak <piotr.smyrak@heron.pl> on freebsd-gnome@
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2856 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2836 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2835 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2796 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2758 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
|
|
|
| |
clock applet will once again be able to launch Evolution.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2757 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2746 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2745 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
|
|
|
| |
it looks like we're stuck with it.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2743 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2702 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
|
|
|
|
| |
write the doc about this. I will send my write at either gnome or
marcuscvs-devel for the English grammar feedback and etc.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2683 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
|
|
|
| |
somebody who knows evolution's ways better than i.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2677 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2656 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2641 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2624 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
|
|
|
| |
Submitted by: Koop Mast <kwm@rainbow-runner.nl>
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2623 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2617 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2609 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2607 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2549 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2536 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2507 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2506 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2443 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2442 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2402 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2400 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2367 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2359 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
|
|
|
|
|
| |
bug.
Obtained from: GNOME CVS
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2357 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2355 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2311 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2284 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2282 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2271 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2269 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2267 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
|
|
|
| |
system. Monkey-bubble's description still makes no sense ::)
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2203 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
|
|
|
| |
ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2199 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2124 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2119 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
|
|
|
|
| |
of these days, I'm going to rename the MD5 symbol in nss...or otherwise
get these two to coexist.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2048 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
|
|
|
| |
Reported by: Vladimir Grebenschikov <vova@sw.ru>
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2042 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2041 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
|
|
|
|
|
| |
* Add Kerberos support [1]
Obtained from: FreeBSD ports tree [1]
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1961 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1807 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1770 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
|
|
|
|
| |
Submitted by: Khairil Yusof <kaeru@pd.jaring.my>
Obtained from: Evolution CVS
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1750 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1739 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1725 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1724 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1697 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
|
|
|
|
|
| |
access to a user's Evolution contact list.
Submitted by: Koop Mast <kwm@rainbow-runner.nl>
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1696 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1667 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1647 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
|
|
|
|
|
| |
* Fix the SpamAssassin quoting code [1]
Submitted by: Khairil Yusof <kaeru@pd.jaring.my> [1]
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1646 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
|
|
|
|
|
| |
avoid problems with BSD's Bourne shell.
Submitted by: Khairil Yusof <kaeru@pd.jaring.my>
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1610 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1562 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1561 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
|
|
|
|
|
|
|
|
| |
SA to do its internal spam filtering.
Note: not bumping PORTREVISION since this isn't a dependency that requires
an additional build.
Suggested by: Khairil Yusof <kaeru@pd.jaring.my>
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1457 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
|
|
|
|
|
|
|
|
| |
NSS SSL libraries. Hopefully, Evo 2.0 will allow us to use OpenSSL
instead. For now, this means that Evo might freeze up when dealing with
encrypted data (let's hope not, though).
Also new to this port release is default LDAP support, and Palm Pilot
support is OFF by default.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1431 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
|
|
|
| |
it contains a REINPLACE kludge to allow it to build under 2.5.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1406 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1260 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1259 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1251 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@729 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@724 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@719 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@674 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@661 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@611 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@550 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@207 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@149 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@127 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@110 df743ca5-7f9a-e211-a948-0013205c9059
|
|
|
|
| |
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@89 df743ca5-7f9a-e211-a948-0013205c9059
|
|
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@58 df743ca5-7f9a-e211-a948-0013205c9059
|