#!/bin/bash # # Script for translators not being able to run autogen.sh # # Copyright (C) 2000 Free Software Foundation. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as # published by the Free Software Foundation; either version 2 of the # License, or (at your option) any later version. # # This script is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this library; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # # Authors: Kenneth Christiansen PACKAGE=evolution DEPENDS=$(which xml-i18n-toolize 2> /dev/null) if [ "$DEPENDS" = "" -o ! -x "$DEPENDS" ] ; then echo "The xml-i18n-tools system is not installed or in path!" echo echo "The module $PACKAGE requires this inplimentation, which" echo "can be found at:" echo echo " ftp://ftp.gnome.org/pub/GNOME/stable/xml-i18n-tools " echo echo "Please install before trying to update the translations" echo "again..." echo exit fi XMLDIR=$(which xml-i18n-toolize | sed s@/bin/xml-i18n-toolize@@) XML_I18N_EXTRACT="$XMLDIR/share/xml-i18n-tools/xml-i18n-extract" XML_I18N_UPDATE="$XMLDIR/share/xml-i18n-tools/xml-i18n-update" PACKAGE=$PACKAGE XML_I18N_EXTRACT=$XML_I18N_EXTRACT \ $XML_I18N_UPDATE $1 dabot/npm_and_yarn/devel/electron4/files/elliptic-6.5.3'>dependabot/npm_and_yarn/devel/electron4/files/elliptic-6.5.3 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/mail/normalizemime
Commit message (Expand)AuthorAgeFilesLines
* Remove libiconv.so.3 compatibility link that was added in r374303 totijl2016-12-091-0/+1
* converters/libiconv:tijl2015-04-151-9/+0
* Support stagingehaupt2014-02-211-2/+1
* - Reassign lioux' ports to the heaptabthorpe2014-02-151-1/+1
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-5/+2
* - Make ports use the libc provided iconv implementation on 10-CURRENTmadpilot2013-09-051-1/+1
* - Convert USE_ICONV=yes to USES=iconvmva2013-04-271-1/+1
* Fix typos in COMMENTcs2012-07-291-1/+1
* The vast majority of pkg-descr files had the following format when theydougb2011-10-241-2/+0
* - remove MD5ohauer2011-07-031-1/+0
* Add LICENSE* informationlioux2010-06-131-0/+2
* Update to 1.19lioux2008-07-283-11/+10
* o Add X-DSPAM-* to the strip headers list side by side with X-CRM114-*lioux2007-03-262-0/+9
* Update to 1.18.20070320lioux2007-03-252-5/+4
* Add SHA256 checksumlioux2005-11-111-0/+1
* o Improve previous fix for building on OSVERSION < 500000: simplelioux2005-09-142-10/+14
* Fix build: USE_GCC=3.4+ on ${OSVERSION} < 500000 (c++ templatelioux2005-09-011-1/+7