--- Makefile.in.in.clean Sat Oct 28 15:31:52 2000 +++ Makefile.in.in Sat Oct 28 16:11:18 2000 @@ -33,7 +33,9 @@ GMSGFMT = PATH=../src:$$PATH @GMSGFMT@ MSGFMT = @MSGFMT@ XGETTEXT = PATH=../src:$$PATH @XGETTEXT@ -MSGMERGE = PATH=../src:$$PATH msgmerge +MSGMERGE = PATH=$(top_srcdir)/po:../src:$$PATH perl $(top_srcdir)/po/update.pl --dist +GENPOT = PATH=$(top_srcdir)/po:../src:$$PATH perl $(top_srcdir)/po/update.pl --pot +GENHEAD = PATH=$(top_srcdir)/po:../src:$$PATH perl $(top_srcdir)/po/update.pl --headers DEFS = @DEFS@ CFLAGS = @CFLAGS@ @@ -47,7 +49,7 @@ POFILES = @POFILES@ GMOFILES = @GMOFILES@ DISTFILES = ChangeLog Makefile.in.in POTFILES.in $(PACKAGE).pot \ -stamp-cat-id $(POFILES) $(GMOFILES) $(SOURCES) +stamp-cat-id $(POFILES) $(GMOFILES) $(SOURCES) update.pl ui-extract.pl POTFILES = \ @@ -83,12 +85,7 @@ all-no: $(srcdir)/$(PACKAGE).pot: $(POTFILES) - $(XGETTEXT) --default-domain=$(PACKAGE) --directory=$(top_srcdir) \ - --add-comments --keyword=_ --keyword=N_ \ - --files-from=$(srcdir)/POTFILES.in \ - && test ! -f $(PACKAGE).po \ - || ( rm -f $(srcdir)/$(PACKAGE).pot \ - && mv $(PACKAGE).po $(srcdir)/$(PACKAGE).pot ) + $(GENPOT) $(srcdir)/cat-id-tbl.c: stamp-cat-id; @: $(srcdir)/stamp-cat-id: $(PACKAGE).pot @@ -214,18 +211,21 @@ for cat in $$catalogs; do \ cat=`basename $$cat`; \ lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \ - mv $$lang.po $$lang.old.po; \ + cp $$lang.po $$lang.old.po; \ echo "$$lang:"; \ - if $(MSGMERGE) $$lang.old.po $(PACKAGE).pot -o $$lang.po; then \ - rm -f $$lang.old.po; \ + if $(MSGMERGE) $$lang; then \ + rm -f $$lang.old.po; \ else \ echo "msgmerge for $$cat failed!"; \ - rm -f $$lang.po; \ mv $$lang.old.po $$lang.po; \ fi; \ done -POTFILES: POTFILES.in +.headerlock: + $(GENHEAD) + touch .headerlock + +POTFILES: POTFILES.in .headerlock ( if test 'x$(srcdir)' != 'x.'; then \ posrcprefix='$(top_srcdir)/'; \ else \ 00:00 4a344e94972b109670f45f04efe4002b50981676 as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
g/camel?id=050cf4e61fd7036aed9f0a17e4599e0203eefb57&showmsg=1'>Expand)AuthorAgeFilesLines * oops, don't need that extra statementJeffrey Stedfast2001-08-231-3/+0 * Oops. Fixed a mis-use of GPtrArray. If we set_size, then usingJeffrey Stedfast2001-08-232-2/+11 * Turn on --batch and reenable gpg keyserver lookups. (pgp_decrypt): DisableJeffrey Stedfast2001-08-223-11/+20 * Fix the duplicate message check so it doesn't mess up threading when aDan Winship2001-08-212-4/+13 * build a static camel for the addressbook conduitJP Rosevear2001-08-202-0/+8 * s/Synchronising/Synchronizing/. (mbox_summary_sync_quick): Likewise.Ettore Perazzoli2001-08-203-4/+13 * oops, commit the ChangeLogJeffrey Stedfast2001-08-201-0/+10 * Get the entire directory structure for the folder we just created, meaningJeffrey Stedfast2001-08-203-17/+98 * #include <sys/types.h> for mode_t on freebsd.Chris Toshok2001-08-202-0/+7 * Make sure the generated UID is non-NULL before appending it to the arrayJeffrey Stedfast2001-08-203-6/+9 * fixed a compile errorJeffrey Stedfast2001-08-201-50/+51 * Start scanning new messages at maxuid + 1 rather than uidval + 1? MaybeJeffrey Stedfast2001-08-182-35/+41 * If we are online and message flags have changed in the current folder,Jeffrey Stedfast2001-08-175-33/+61 * Don't ever send "STORE FLAGS.SILENT ()" since Cyrus imapd doesn't likeJeffrey Stedfast2001-08-172-9/+31 * Fix this again. Sigh. Problem of namespace = "" may not yet be completelyPeter Williams2001-08-172-1/+7 * New function. Try to approximate the SSL error into errno.Peter Williams2001-08-162-1/+58 * Oh crap, huge killer typo.Peter Williams2001-08-152-1/+6 * Canonicalize store->namespace to end in store->dir_sep, once both valuesPeter Williams2001-08-152-1/+18 * After talking to NotZed, it turns out I was wrong after all. (store_sync):Jeffrey Stedfast2001-08-152-3/+28 * We need to be ref'ing the folder if/when we add it to the hash. This mayJeffrey Stedfast2001-08-143-14/+18 * Fix a leak.Peter Williams2001-08-144-5/+34 * We need to be ref'ing the folder if/when we add it to the hash. This mayJeffrey Stedfast2001-08-142-1/+1 * We need to be ref'ing the folder if/when we add it to the hash. This mayJeffrey Stedfast2001-08-146-42/+50 * s/summarising/summarizing/. (summary_rebuild): Likewise.Ettore Perazzoli2001-08-123-7/+19 * Added an assert - at this point a backtrace would be more useful than aJeffrey Stedfast2001-08-113-7/+24 * Return FALSE here, not NULL.Jeffrey Stedfast2001-08-112-1/+4 * tedfast <fejj@ximian.com>Jeffrey Stedfast2001-08-111-4/+4 * Don't g_strdup() the uid into the trigger_event call.Jeffrey Stedfast2001-08-112-17/+20 * Set the total bytes expected to 0 if the response is empty too.Jeffrey Stedfast2001-08-112-3/+6 * Set the total bytes expected to 0 if the response is empty too.Jeffrey Stedfast2001-08-113-8/+11 * regfree the pattern before continue'ing. This was showing up quite a bitJeffrey Stedfast2001-08-103-9/+16 * A quoted string cannot contain \n's so check for those as well.Jeffrey Stedfast2001-08-107-204/+207 * Remove trailing stuff from URLs before returning. (Done in an evil way,Jon Trowbridge2001-08-092-2/+20 * check for NULL name and addr (fixes a bug i was about to report)jacob berkman2001-08-082-2/+7 * Properly determine match type to pass to header_match.Not Zed2001-08-087-83/+121 * New function to do danw's address "is" comparison (as specified in bugJeffrey Stedfast2001-08-083-113/+167 * Modify to take a headers_only argument which will then only fetch messageJeffrey Stedfast2001-08-072-9/+19 * New internal function to get a message stream by message sequence id (soJeffrey Stedfast2001-08-072-68/+129 * Don't strstr for noselect=yes, that's just plain broken.Jeffrey Stedfast2001-08-073-33/+51 * Fix off-by-one error in cleaning up deleted messages at the end of theDan Winship2001-08-072-1/+5 * Do a refresh_info on the selected folder before looking at its unreadDan Winship2001-08-072-7/+12 * Completely hide the namespace from everything external to the IMAP code,Peter Williams2001-08-076-66/+128 * Always do --no-auto-key-retrieve.Jeffrey Stedfast2001-08-072-2/+7 * Minor changes to the iconv code so that it does the check in the returnJeffrey Stedfast2001-08-042-1/+14 * First check to make sure that service->url->authmech is non-NULL beforeJeffrey Stedfast2001-08-042-14/+18 * Sigh, if gpg returns '1' it means that the key is bad but it did succeedeJeffrey Stedfast2001-08-042-1/+10 * special case popb4smtp auth before we try and connect, and do the magicNot Zed2001-08-037-12/+277 * If we fail to get the lock, make sure we close our locking fd, and resetNot Zed2001-08-012-1/+11 * Slightly re-arranged filter/change notification logic. If we;re filtering,Not Zed2001-08-014-42/+73 * Fix the fix that fixes broken mailer behavior. We want to make sure thatJeffrey Stedfast2001-07-282-2/+10 * Allow the url to be NULL just like the libc free convention.Jeffrey Stedfast2001-07-273-14/+23 * Send an IMAP command, but don't wait for responses.Dan Winship2001-07-275-233/+504 * Add another Sender pattern.Dan Winship2001-07-252-0/+6 * Change the break into a continue, we should process as many as we canNot Zed2001-07-253-5/+17 * oops, and just in case value is NULL...Jeffrey Stedfast2001-07-251-1/+1 * Handle broken mailers that send unencoded 8bit header params. And thereJeffrey Stedfast2001-07-252-0/+41 * New #define, and there was much rejoicing. Rah.Jeffrey Stedfast2001-07-252-0/+7 * Somehow this missed the commit.Not Zed2001-07-241-2/+2 * Added some warnings for bad cases.Not Zed2001-07-242-4/+26 * Slight fix for when source == destination (we don't want to do this actionJeffrey Stedfast2001-07-242-0/+9 * Added some operation progress reporting. Actual data transfer is 'tricky'Not Zed2001-07-234-12/+44 * More usage fixes for CamelException. Check our own exception forPeter Williams2001-07-212-2/+12 * Pull up test fixes to get them building againJP Rosevear2001-07-2110-12/+18 * renamed to camel_charset_to_iconv() to make it just a little moreNot Zed2001-07-206-9/+15 * Convert to the iconv-friendly charset names.Jeffrey Stedfast2001-07-209-116/+165 * Fixed a compiler warning about returning without a value in a non-voidJeffrey Stedfast2001-07-201-1/+1 * Modified to treat the return value from camel_charset_locale_name() as aJeffrey Stedfast2001-07-205-62/+79 * In camel:Peter Williams2001-07-203-29/+178 * No need for `acharset' anymore. (check_html_charset): Return a const char*Jeffrey Stedfast2001-07-202-13/+17 * Remove my iso8859-1 -> iso-8859-1 hack and useJeffrey Stedfast2001-07-205-36/+156 * Revert 7/11/2001 patch for IMAP INBOX filtering at NotZed's request.Peter Williams2001-07-192-67/+17 * Clean up some exception misusage.Peter Williams2001-07-186-20/+78 * Use CAMEL_VTRASH_NAME.Jeffrey Stedfast2001-07-184-8/+15 * Given: 4 EXISTS 1 EXPUNGE We have to pass 3, not 4 toDan Winship2001-07-172-0/+16 * If the message info for an expunged message is NULL, then just break out -Jeffrey Stedfast2001-07-152-0/+13 * Added a hack to convert charsets in the format iso8859-1 to iso-8859-1Jeffrey Stedfast2001-07-142-25/+43 * Let people install as non-root, but give them a bigass warning so they'rePeter Williams2001-07-143-4/+48 * We now use a structure as the bucket data rather than just a cache levelJeffrey Stedfast2001-07-136-32/+106 * Okay, I've decided that that user is just on crack. We don't want to allowJeffrey Stedfast2001-07-132-8/+12 * Okay, I've decided that that user is just on crack. We don't want to allowJeffrey Stedfast2001-07-132-4/+10 * Only set p->copied and p->deleted if the messages are copied without anJeffrey Stedfast2001-07-132-7/+25 * Removed. (check_html_charset): Replaced with this.Not Zed2001-07-128-942/+1017 * Removed some code i wasn't supposed to commit.Not Zed2001-07-123-7/+25 * New function to extract a meta-tag charset value if it exists.Jeffrey Stedfast2001-07-124-26/+119 * Ripped out my code since it was never being used since the mime parser isJeffrey Stedfast2001-07-123-124/+77 * Run the filter in its own thread to prevent locking issues.Peter Williams2001-07-122-12/+75 * Create the messageinfo itself, so we can properly set the size.Not Zed2001-07-117-56/+129 * New function to parse an HTML meta-tag.Jeffrey Stedfast2001-07-117-233/+365 * Forget the passphrase if the user has set that option. (pgp_clearsign):Jeffrey Stedfast2001-07-103-2/+27 * Oops, e_poolv_set free's it for us, so dont double-free here.Not Zed2001-07-092-1/+5 * Changed so we dont have the list changing under us, just going to the nextNot Zed2001-07-092-2/+11 * openssl_table is gone. we now store/get the stream from the SSL_CTX'sChris Toshok2001-07-092-46/+39 * Don't allow in to be NULL, so instead of doing if (in == NULL) return;,Jeffrey Stedfast2001-07-072-3/+6 * Fixes bug #1138.Jeffrey Stedfast2001-07-072-0/+12 * Make the `day-of-month' digit take up 2 chars by using "%2d". Fixes bugJeffrey Stedfast2001-07-072-1/+6 * Set the pipe fd's to nonblocking.Jeffrey Stedfast2001-07-073-2/+11 * Make sure that after the finalization event has happened and thePeter Williams2001-07-062-0/+14 * Add locking to camel_nntp_get_grouplist_from_server().Joe Shaw2001-07-065-2/+53 * Added an assert to make sure that `mi' isn't NULL.Jeffrey Stedfast2001-07-063-9/+28 * Send the --no-auto-key-retrieve argument to gpg if we are in offline modeJeffrey Stedfast2001-07-062-5/+8 * Send the --no-auto-key-retrieve argument to gpg so that we don't have toJeffrey Stedfast2001-07-062-0/+8 * use X509_STORE_CTX_get_ex_data to get at the SSL* - don't use theChris Toshok2001-07-062-10/+36 * if source == dest, just no-op.Jeffrey Stedfast2001-07-062-1/+11 * Move this before the camel_vee_folder_remove_folder because that functionPeter Williams2001-07-064-30/+32 * (camel_message_info_dup_to): Assign the to->strings from theMichael Zucci2001-07-052-1/+4 * Fix the assertion slightly, if we have a little bit of input the outputNot Zed2001-07-052-2/+6 * When indexing a new record, create a pseudo word 'ibexindexed' so we canNot Zed2001-07-054-22/+41 * Added NNTP_NO_PERMISSION (502) to the list of response codes.Joe Shaw2001-07-043-1/+16 * Doh. Don't remove things from the hash table while foreach'ing it. (AndDan Winship2001-07-033-23/+63 * Implemented nntp_folder_search_by_expression and nntp_folder_search_free.Sam Creasey2001-07-039-33/+156 * Add comment noting that Camel actually exists now :-)Peter Williams2001-07-032-0/+11 * new method to get an application-initialized filter driver.Dan Winship2001-07-0211-38/+113 * properly return error if we can't create pipes.Not Zed2001-07-022-1/+4 * re-enable html indexing.Not Zed2001-07-023-172/+843 * Change a camel_exception_clear to camel_exception_init to fix aDan Winship2001-07-022-1/+6 * Added Originator: header as a header to look for when looking for theJeffrey Stedfast2001-06-302-0/+4 * Build the test-crlf test program.Jeffrey Stedfast2001-06-308-25/+255 * sshJose Maria Celorio2001-06-291-0/+6 * Add a CamelMimeFilterStripHeader that removes a header from mime output. UsedPeter Williams2001-06-2922-3/+524 * Fix a memory leak. Also if the decoded value is NULL, that means it wasn'tJeffrey Stedfast2001-06-292-32/+114 * If the folder is frozen, don't refresh, just record that we need to do itDan Winship2001-06-295-7/+84 * Initialize the private send_lock. (camel_transport_finalize): Free theJeffrey Stedfast2001-06-284-4/+70 * Updated to match the current API.Jeffrey Stedfast2001-06-283-3/+10 * Use the new header_address_fold.Jeffrey Stedfast2001-06-284-83/+53 * Since we want an error opening a folder to result in the message beingJeffrey Stedfast2001-06-272-5/+15 * lock the cache around accessesDan Winship2001-06-273-6/+25 * D'oh. s/FALSE/CAMEL_URL_HIDE_PASSWORD/Dan Winship2001-06-271-1/+1 * constify argsDan Winship2001-06-271-1/+2 * constify argsDan Winship2001-06-272-1/+6 * g_strdup() the message source here or we will have problems later when weJeffrey Stedfast2001-06-264-50/+58 * Fix this: IMAP doesn't allow an extra argument to AUTHENTICATE to avoid aDan Winship2001-06-253-10/+17 * Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-23184-325/+325 * New function that decides if 2 word types are mergeable. An atom and aJeffrey Stedfast2001-06-223-30/+59 * Use camel_address_length() rather than casting and accessing data members.Jeffrey Stedfast2001-06-222-3/+9 * If the first char of the mailing-list name is '<', chop it off to makeJeffrey Stedfast2001-06-212-6/+19 * updated .cvsignore to ignore camel-lock-helperJeffrey Stedfast2001-06-201-0/+1 * Fixed a bug when not running setuid it wouldn't unlock.Not Zed2001-06-194-127/+40 * Note: Except for the info_free(), the NULL checks are g_return's. I feltJeffrey Stedfast2001-06-193-23/+84 * Remove DB3_LDADDDan Winship2001-06-196-6/+6 * Set camel-lock-help setgid or setuid as neededDan Winship2001-06-192-2/+15 * Only create a missing uid if we have indexing turned on.Not Zed2001-06-1815-53/+1145 * Return the largest real UID in the cache (as an integer). Eventually to beDan Winship2001-06-163-0/+27 * Added Mailing-List header regex so that we can do mlist magic on thatJeffrey Stedfast2001-06-152-0/+6 * Properly handle correct and incorrect (for the common case, ie Outlook andJeffrey Stedfast2001-06-151-0/+17 * Don't try to format the Reply-To header - we don't want to wrap theJeffrey Stedfast2001-06-152-0/+6 * A new provider, for spool mailboxes. Mostly a cut and paste of the mboxNot Zed2001-06-1222-51/+2468 * Add a separator between the service url and the folder name, if needed.Jon Trowbridge2001-06-082-1/+16 * Added an argument, so that the original source URI of the mbox can beJon Trowbridge2001-06-083-9/+27 * Don't fetch the UID and FLAGS of messages we don't know about yet, sinceDan Winship2001-06-062-30/+40 * Fix to not get into a recursive loop in get_type().Jeffrey Stedfast2001-06-034-41/+49 * Numerous fixes to get it to compile.Jeffrey Stedfast2001-06-014-62/+383 * Added camel-cipher-context.h, camel-cms-context.h, camel-smime-context.h,Jeffrey Stedfast2001-06-012-0/+7 * New virtual class for manipulating cryptographic message syntax messagesJeffrey Stedfast2001-06-019-939/+1291 * Redo the BUILD_MAP code to not depend on libunicode. Now it only generatesDan Winship2001-05-314-4091/+274 * Fix an obvious typoDan Winship2001-05-301-1/+1 * Remove this evolutionary dead endDan Winship2001-05-3010-1689/+0 * Create a CamelDiscoDiary. (imap_disconnect_offline): And free it.Dan Winship2001-05-307-72/+507 * Code for logging and replaying offline operations.Dan Winship2001-05-3010-75/+706 * Use g_strcasecmp() because some systems don't have strcasecmp(). Also,Jeffrey Stedfast2001-05-293-3/+10 * changelog entries for tests/ fixes committed yesterdayDan Winship2001-05-291-0/+20 * Fix an fd leakDan Winship2001-05-2819-646/+118 * Add a "need_rescan" flag saying if we want to rescan the entire folder forDan Winship2001-05-274-24/+66 * Oops. Use a strNcmp to make sure the response begins with a 334 code, notJeffrey Stedfast2001-05-262-1/+5 * remove the summary info so we are not out-of-sync with the maildir folder.Jeffrey Stedfast2001-05-264-71/+100 * Oops, I spelled the get-default-db function name wrong.Jeffrey Stedfast2001-05-252-1/+7 * s/folder_deleted/folder_created - result of a bad copy/paste.Jeffrey Stedfast2001-05-242-1/+5 * Optimize the match "" case.Jeffrey Stedfast2001-05-24