aboutsummaryrefslogtreecommitdiffstats
path: root/ui/evolution-addressbook.xml
diff options
context:
space:
mode:
Diffstat (limited to 'ui/evolution-addressbook.xml')
-rw-r--r--ui/evolution-addressbook.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/evolution-addressbook.xml b/ui/evolution-addressbook.xml
index 9696240938..0bd466cb80 100644
--- a/ui/evolution-addressbook.xml
+++ b/ui/evolution-addressbook.xml
@@ -106,7 +106,7 @@
_label="_Addressbook Sources..."
pixtype ="pixbuf"/>
</submenu>
- <placeholder/>
+ </placeholder>
<placeholder name="ComponentActionsPlaceholder">
<submenu name="Actions" _label="_Actions">
me/commit/Mk/bsd.gcc.mk?id=9631433badda5a91fb2e6bb8759af49b02cc8cb4'>Connect the new lang/gcc7 port into the infrastructure of Mk/bsd.gcc.mkGerald Pfeifer2017-08-151-1/+2 * Remove support for USE_GCC=4.7 and USE_GCC=4.7+. Nothing in the treeGerald Pfeifer2017-06-051-2/+1 * As of today, USE_GCC=yes (and USE_GCC=any in most circumstances)Gerald Pfeifer2017-05-021-4/+0 * Use USE_GCC=6+ as example for the "+" flavor of USE_GCC instead ofGerald Pfeifer2017-02-021-1/+1 * Remove 4.6 as a valid option for USE_GCC and GCC_DEFAULT; it has notGerald Pfeifer2017-01-291-2/+1 * Always include bsd.default-versions.mk in bsd.port.mk.Mathieu Arnold2016-08-031-2/+0 * Now that lang/gcc6 has landed (which carries official GCC 6.x releases),Gerald Pfeifer2016-06-101-1/+2 * Try to be more helpful to our users, and keep all the possible versionsMathieu Arnold2016-04-141-0/+2 * Remove the now unneeded ${PORTSDIR} from dependency definition inBaptiste Daroussin2016-03-271-2/+2 * Since there is not going to be any new version of GCC in the FreeBSDGerald Pfeifer2015-04-231-16/+13 * Move LANG_GCC_IS from bsd.gcc.mk to bsd.default-versions.mk and useGerald Pfeifer2015-01-261-3/+0 * Rename the somewhat confusingly named GCC_DEFAULT_V to LANG_GCC_IS.Gerald Pfeifer2015-01-041-2/+2 * Update examples to use GCC 4.9 instead of 4.8, since the latter is nowGerald Pfeifer2014-11-071-2/+2 * Add support for USE_GCC=5 and its preferred form USE_GCC=5+.Gerald Pfeifer2014-11-031-1/+2 * Depend on lang/gccXY if users wish to use a different version of gcc byTijl Coosemans2014-09-271-2/+3 * Refer to bsd.default-versions.mk for the canonical version of GCC; noGerald Pfeifer2014-03-161-3/+2 * Update the default version of GCC used in the Ports Collection fromGerald Pfeifer2014-03-111-1/+1 * Revert bogus parts of revision 345909.Gerald Pfeifer2014-02-251-1/+1 * Reword the documentation at the top of this file.Gerald Pfeifer2014-02-251-1/+1 * Replace all uses of GCC_DEFAULT_VERSION by GCC_DEFAULT, remove theGerald Pfeifer2014-02-251-6/+7 * Remove the _GCC_BUILD_DEPENDS variable which we had kept for the sakeGerald Pfeifer2014-02-231-3/+0 * Convert all USE_FORTRAN=yes to "USES=fortran, USE_GCC=yes". In most casesTijl Coosemans2014-02-171-49/+1 * Unregister lang/gcc44 now that it is no longer used by any port.Rene Ladan2014-01-271-2/+1 * Disconnect lang/gcc34 from bsd.gcc.mk, it is not used by any port anymore.Rene Ladan2014-01-041-12/+1 * Explicitly include the GCC run time directory in LDFLAGS. This shouldGerald Pfeifer2013-12-081-1/+1 * Unbreak USE_GCC=any. We do need to keep GCC 4.2 in our internal tablesGerald Pfeifer2013-11-231-1/+2 * Bye, bye lang/gcc42 aka GCC 4.2. As a port you have served us well,Gerald Pfeifer2013-11-231-5/+2 * Document USE_GCC=any. Reformat the description a bit and use newerGerald Pfeifer2013-11-111-5/+11 * Add support for USE_GCC=4.9 and USE_GCC=4.9+.Gerald Pfeifer2013-10-141-1/+2 * Merge two loops and initialize _GCC_FOUND${v} and check whether USE_GCCGerald Pfeifer2013-03-291-14/+9 * When the same version of GCC is present as a port and in base, preferGerald Pfeifer2013-03-201-4/+2 * Simplify (and strictly speaking, though not practically given versionGerald Pfeifer2013-03-161-4/+6 * Do not just rely on the version number of FreeBSD in deciding whetherGerald Pfeifer2013-03-031-3/+5 * Remove a bogus old check that assumes that every version of FreeBSD hasGerald Pfeifer2013-03-021-5/+1 * Fix when bsd.gcc.mk is included and USE_GCC is undefined for example in case aBaptiste Daroussin2012-12-231-1/+1 * Add a new form of USE_GCC, USE_GCC=yes, which generically requestsGerald Pfeifer2012-12-231-4/+14 * In addition to CFLAGS and LDFLAGS now also CXXFLAGS set an rpath toGerald Pfeifer2012-11-061-0/+1 * Introduce the new semantic USE_GCC=any, which can be set in any portMark Linimon2012-10-081-4/+23 * Introduce _GCC_RUNTIME, to be used by ports in need of knowing theGerald Pfeifer2012-08-041-3/+4 * Add support for USE_GCC=4.8, USE_GCC=4.8+, and generally detectGerald Pfeifer2012-08-041-1/+2 * Use the stable, slow moving lang/gcc instead of lang/gcc46 forGerald Pfeifer2012-08-031-7/+14 * - Revert accidental commitSunpoet Po-Chuan Hsieh2012-06-261-8/+1 * - Add shared TLS descriptionSunpoet Po-Chuan Hsieh2012-06-261-1/+8 * - Remove emacs mode, -*- mode: ...; -*- [1]Martin Wilke2012-05-231-1/+1 * Remove last reference to GCC 4.5 now that no port refers to it any more.Gerald Pfeifer2012-04-291-5/+0 * Disconnect GCC 4.5 alias lang/gcc45.Gerald Pfeifer2011-11-131-3/+7 * Fix mis-applied patch from revision 1.59 (moving the new code oneGerald Pfeifer2011-10-311-4/+5 * Refer to GCC 4.7 instead of GCC 4.5. Mark the part that should not seeGerald Pfeifer2011-10-301-3/+2 * When USE_GCC=X.Y+ has been specified, prefer the default version ofGerald Pfeifer2011-10-301-4/+9 * Fix the previous commit for the case where USE_FORTRAN is undefined.Gerald Pfeifer2011-10-081-0/+2 * Reference the GCC run-time libraries via FFLAGS, too, in addition toGerald Pfeifer2011-10-081-0/+3 * Make USE_FORTRAN=yes imply the use of GCC 4.6 over GCC 4.5 so far.Gerald Pfeifer2011-09-191-4/+4 * Cater to versions of FreeBSD greater than 9 (up to 99). [1]Gerald Pfeifer2011-09-101-6/+6 * Refer to GCC 4.2+ instead of GCC 3.4+ in a comment, since the latter isGerald Pfeifer2011-09-051-1/+1 * Clean up after revision 1.51 and adjust comments to the new reality of usGerald Pfeifer2011-08-011-4/+2 * Add support for USE_GCC=4.7, USE_GCC=4.7+ and notably an installation ofGerald Pfeifer2011-07-201-1/+2 * Latest round of infrastructure changes.Florent Thoumie2011-05-051-8/+0 * lang/gcc44 and later depend on the devel/binutils port. Leverage thatGerald Pfeifer2011-02-011-0/+5 * Simplify the case of USE_FORTRAN=g77. Update a comment.Gerald Pfeifer2010-10-171-8/+4 * In addition to CC and CXX now also set CPP with USE_GCC. Add the outputGerald Pfeifer2010-09-281-2/+3 * USE_FORTRAN=yes now implies lang/gcc45 up from lang/gcc44.Gerald Pfeifer2010-09-251-4/+4 * Remove the transparent rewriting of USE_GCC=4.3+ to USE_GCC=4.4+.Gerald Pfeifer2010-09-051-6/+0 * Disconnect lang/gcc43, that is, USE_GCC=4.3 is not supported any longer.Gerald Pfeifer2010-08-071-5/+2 * Extend and clarify the documentation for USE_GCC, making it explicitGerald Pfeifer2010-06-121-5/+5 * Tweak a conditional added in the previous commit that apparently causesGerald Pfeifer2010-06-071-2/+2 * USE_GCC=4.3 is deprecated (and no port uses it anymore). USE_GCC=4.3+Gerald Pfeifer2010-06-071-1/+9 * Add support for early GCC 4.6 snapshots (lang/gcc46) via USE_GCC=4.6Gerald Pfeifer2010-05-031-1/+2 * Replace the use of GCC 4.3 in a comment/example by GCC 4.5 since theGerald Pfeifer2010-05-021-1/+1 * Locate the GCC run-time libraries under ${LOCALBASE}, where the GCCGerald Pfeifer2010-02-151-2/+2 * Split the logic around USE_GCC in two parts. The first handles theGerald Pfeifer2010-01-021-33/+30 * Quote the output for BUILD_DEPENDS and RUN_DEPENDS in the test-gccGerald Pfeifer2010-01-021-2/+2 * Add a run-time dependency for all uses of lang/gcc* except for gcc34Gerald Pfeifer2010-01-021-1/+4 * Add support for USE_GCC=4.5 and USE_GCC=4.5+. Improve the documentationGerald Pfeifer2009-10-101-3/+4 * Have CFLAGS and LDFLAGS set an -rpath to the lang/gcc44 library directoryGerald Pfeifer2009-09-261-0/+2 * Also print LDFLAGS as part of the test-gcc target. Print quotes aroundGerald Pfeifer2009-09-241-2/+3 * USE_FORTRAN=yes now implies lang/gcc44 up from lang/gcc43. Remove oneGerald Pfeifer2009-09-131-8/+8 * Tweak some comments. The two non-whitespace changes are a fix fromGerald Pfeifer2009-07-131-5/+5