diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-12 14:38:12 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-12 14:38:12 +0000 |
commit | 8e270816f992e4a25aaab762d962f7267d72f84b (patch) | |
tree | d4e36e838185404904fc906c77ad6ebbaf6ef1bc /japanese/pine/files/patch-ag | |
parent | Use ${DISTFILES:Npattern} in EXTRACT_ONLY as a cosmetic change. (diff) |
Update the japanese/[o-t]* ports with the new
PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.
Notes
Notes:
svn path=/head/; revision=27463
Diffstat (limited to 'japanese/pine/files/patch-ag')
-rw-r--r-- | japanese/pine/files/patch-ag | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/japanese/pine/files/patch-ag b/japanese/pine/files/patch-ag deleted file mode 100644 index 62e141e4ddf6..000000000000 --- a/japanese/pine/files/patch-ag +++ /dev/null @@ -1,36 +0,0 @@ -*** imap/ANSI/c-client/mh.c.orig Thu May 16 03:49:54 1996 ---- imap/ANSI/c-client/mh.c Fri Sep 20 13:44:42 1996 -*************** -*** 807,813 **** - stat (LOCAL->dir,&sbuf); - if (sbuf.st_ctime != LOCAL->scantime) { - struct direct **names = NIL; -! long nfiles = scandir (LOCAL->dir,&names,mh_select,mh_numsort); - old = nmsgs ? mail_elt (stream,nmsgs)->data1 : 0; - /* note scanned now */ - LOCAL->scantime = sbuf.st_ctime; ---- 807,813 ---- - stat (LOCAL->dir,&sbuf); - if (sbuf.st_ctime != LOCAL->scantime) { - struct direct **names = NIL; -! long nfiles = scandir (LOCAL->dir,&names,mh_select,(void*)mh_numsort); - old = nmsgs ? mail_elt (stream,nmsgs)->data1 : 0; - /* note scanned now */ - LOCAL->scantime = sbuf.st_ctime; -*************** -*** 1049,1055 **** - return NIL; - } - mh_file (tmp,mailbox); /* build file name we will use */ -! if (nfiles = scandir (tmp,&names,mh_select,mh_numsort)) { - /* largest number */ - last = atoi (names[nfiles-1]->d_name); - for (i = 0; i < nfiles; ++i) /* free directory */ ---- 1049,1055 ---- - return NIL; - } - mh_file (tmp,mailbox); /* build file name we will use */ -! if (nfiles = scandir (tmp,&names,mh_select,(void*)mh_numsort)) { - /* largest number */ - last = atoi (names[nfiles-1]->d_name); - for (i = 0; i < nfiles; ++i) /* free directory */ |