bin_PROGRAMS = evolution-mail noinst_PROGRAMS = test-mail #test-thread providerdir = $(libdir)/evolution/camel-providers/$(VERSION) INCLUDES = \ -I$(top_srcdir)/widgets \ -I$(top_srcdir)/widgets/e-text \ -I$(top_srcdir)/widgets/misc \ -I$(top_srcdir) \ -I$(top_srcdir)/camel \ -I$(top_builddir)/shell \ -I$(top_srcdir)/shell \ -I$(top_builddir)/executive-summary \ -I$(top_srcdir)/executive-summary \ $(EXTRA_GNOME_CFLAGS) \ $(BONOBO_HTML_GNOME_CFLAGS) \ $(GNOME_VFS_CFLAGS) \ $(UNICODE_CFLAGS) \ $(GTKHTML_CFLAGS) \ -DEVOLUTION_VERSION=\""$(VERSION)"\" \ -DEVOLUTION_DATADIR=\""$(datadir)"\" \ -DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \ -DEVOLUTION_ICONSDIR=\""$(iconsdir)"\" \ -DEVOLUTION_LOCALEDIR=\""$(localedir)"\" \ -DEVOLUTION_DATADIR=\""$(datadir)"\" \ -DCAMEL_PROVIDERDIR=\""$(providerdir)"\" \ -DG_LOG_DOMAIN=\"evolution-mail\" \ $(THREADS_CFLAGS) EVOLUTION_MAIL_CORBA_GENERATED = \ Mail.h \ Mail-common.c \ Mail-skels.c \ Mail-stubs.c # FIXME Is there any way around having to do this? CAMEL_OBJS_EXTRA = \ $(top_builddir)/camel/providers/vee/libcamelvee.la evolution_mail_SOURCES = \ $(EVOLUTION_MAIL_CORBA_GENERATED) \ component-factory.c \ component-factory.h \ folder-browser.c \ folder-browser.h \ folder-browser-factory.c \ folder-browser-factory.h \ mail-autofilter.c \ mail-autofilter.h \ mail-callbacks.c \ mail-config.c \ mail-config.h \ mail-config-gui.c \ mail-config-gui.h \ mail-crypto.c \ mail-display.c \ mail-display.h \ mail-format.c \ mail-identify.c \ mail-local.c \ mail-local.h \ mail-local-storage.c \ mail-local-storage.h \ mail-mlist-magic.c \ mail-mlist-magic.h \ mail-ops.c \ mail-ops.h \ mail-search-dialogue.c \ mail-search-dialogue.h \ mail-summary.c \ mail-summary.h \ mail-threads.c \ mail-threads.h \ mail-tools.c \ mail-tools.h \ mail-types.h \ mail-vfolder.c \ mail-vfolder.h \ mail-view.c \ main.c \ message-list.c \ message-list.h \ message-thread.c \ message-thread.h \ session.c \ subscribe-dialog.c \ subscribe-dialog.h \ mail.h evolution_mail_LDADD = \ $(top_builddir)/shell/libeshell.a \ $(top_builddir)/composer/libcomposer.la \ $(top_builddir)/widgets/misc/libemiscwidgets.a \ $(CAMEL_OBJS_EXTRA) \ $(top_builddir)/camel/libcamel.la \ $(top_builddir)/e-util/libeutil.la \ $(top_builddir)/e-util/ename/libename.la \ $(top_builddir)/libibex/libibex.la \ $(top_builddir)/filter/libfilter.la \ $(top_builddir)/executive-summary/evolution-services/libevolution-services.la \ $(BONOBO_VFS_GNOME_LIBS) \ $(EXTRA_GNOME_LIBS) \ $(GTKHTML_LIBS) \ $(THREADS_LIBS) \ $(UNICODE_LIBS) test_mail_SOURCES = \ test-mail.c test_mail_LDADD = \ $(BONOBO_HTML_GNOME_LIBS) #test_thread_SOURCES = \ # mail-threads.c \ # mail-threads.h \ # test-thread.c # #test_thread_LDADD = \ # $(top_builddir)/camel/libcamel.la \ # $(top_builddir)/e-util/libeutil.la \ # $(top_builddir)/libibex/libibex.la \ # $(BONOBO_HTML_GNOME_LIBS) \ # $(UNICODE_LIBS) \ # $(THREADS_LIBS) # #test_thread_CFLAGS = -g $(THREADS_CFLAGS) oafdir = $(datadir)/oaf oaf_DATA = evolution-mail.oafinfo gladedir = $(datadir)/evolution/glade glade_DATA = mail-config.glade mail-config-druid.glade local-config.glade glade_messages = \ mail-config-druid.glade.h \ mail-config.glade.h iconsdir = $(datadir)/images/evolution $(EVOLUTION_MAIL_CORBA_GENERATED): Mail.idl $(ORBIT_IDL) -I $(datadir)/idl -I `$(GNOME_CONFIG) --cflags idl` -I `$(GNOME_CONFIG) --datadir`/idl -I $(srcdir) $(srcdir)/Mail.idl EXTRA_DIST = Mail.idl $(glade_DATA) $(oaf_DATA) $(glade_messages) if ENABLE_PURIFY PLINK = $(LIBTOOL) --mode=link $(PURIFY) $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ all-local: evolution-mail.pure evolution-mail.pure: evolution-mail @rm -f evolution-mail.pure $(PLINK) $(evolution_mail_LDFLAGS) $(evolution_mail_OBJECTS) $(evolution_mail_LDADD) $(LIBS) endif bot/npm_and_yarn/devel/electron6/files/serve-10.1.2 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/libtorrent
Commit message (Expand)AuthorAgeFilesLines
* Update net-p2p/libtorrent to 0.12.2.flz2008-12-094-9/+9
* Only add extra patches if they are present.flz2008-11-171-0/+2
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-1/+0
* - Remove USE_GCC where it can be satisfied with base compiler on followingpav2008-07-251-1/+0
* Update net-p2p/libtorrent and net-p2p/libtorrent-devel to 0.11.9.flz2007-12-122-4/+4
* Update net-p2p/libtorrent to 0.11.7.flz2007-09-102-4/+4
* Update net-p2p/libtorrent to 0.11.5.flz2007-08-152-4/+4
* Allow build with gcc 3.4+.flz2007-06-021-1/+1
* - Complete repocopy of net-p2p/rblibtorrent to net-p2p/rblibtorrent-devel andalepulver2007-04-181-1/+3
* Forgot to remove that patch.flz2007-04-141-10/+0
* Update libtorrent to 0.11.4.flz2007-04-133-4/+5
* Fix libtorrent-devel when WITH_OPENSSL_BASE isn't defined.flz2007-02-061-2/+2
* Fix build with OpenSSL from base.flz2007-02-011-0/+7
* Use libtool port instead of included version to avoid a.out objformat botchkris2007-01-302-0/+2
* Add local backup master site.flz2007-01-101-1/+3
* Update libtorrent to 0.11.1.flz2007-01-093-16/+24
* Update libtorrent and libtorrent-devel to 0.10.4.flz2006-11-084-22/+10
* Don't override CONFIGURE_ARGS when KQUEUE is on.flz2006-10-271-2/+2
* - Update libtorrent to 0.10.3.flz2006-10-275-18/+43
* Inherit CONFIGURE_ARGS from slave port.flz2006-09-261-1/+1
* Update libtorrent to 0.10.0.flz2006-07-132-0/+2
* Fix build when openssl isn't installed from ports.flz2006-06-301-2/+6
* - Upgrade libtorrent and libtorrent-devel to 0.9.3.flz2006-06-203-8/+13
* - Transform libtorrent into a master port.flz2006-05-171-4/+7
* Remove USE_REINPLACE from all categories starting with Nedwin2006-05-121-1/+0
* Update to 0.8.5.flz2006-03-222-4/+4
* Conversion to a single libtool environment.ade2006-02-231-1/+1
* Populate newly create net-p2p category with these ports:pav2006-01-311-1/+1
* - Update to 0.8.3.flz2006-01-293-5/+7
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
* - Add SHA256 checksums.flz2005-11-091-0/+1
* - Update to 0.7.6.flz2005-11-012-3/+3
* - Update to 0.7.5.flz2005-10-203-5/+8
* - Update to 0.7.0-1 (bugfix release).flz2005-08-012-3/+4
* - Update to 0.7.0.flz2005-07-243-4/+5
* - Update to 0.6.7.flz2005-07-122-4/+3
* - Update to 0.6.6.flz2005-07-062-3/+3
* - Update to 0.6.5.flz2005-06-172-3/+3
* - Update to 0.6.4flz2005-06-134-17/+5
* - Update to 0.6.2.flz2005-05-174-13/+12
* - Update to 0.6.0.flz2005-04-183-10/+20
* - Update to 0.5.4.flz2005-03-206-43/+5
* - Chase curl dependency (only needed by client, which is not installed anymore).flz2005-03-041-3/+2
* - Remove client support since it's now shipped in a separate distfile.flz2005-03-041-30/+3
* - Update to 0.5.0.flz2005-03-032-3/+3
* Change my email address in MAINTAINER lines for ports I maintain toflz2005-03-011-1/+1
* - Update to 0.4.9pav2005-02-172-3/+3
* Update port: net/libtorrent - update to version 0.4.7.edwin2005-01-205-37/+31
* Fix build on amd64, sparc64, ia64.krion2005-01-191-0/+28