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-ah | |
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-ah')
-rw-r--r-- | japanese/pine/files/patch-ah | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/japanese/pine/files/patch-ah b/japanese/pine/files/patch-ah deleted file mode 100644 index 821655583887..000000000000 --- a/japanese/pine/files/patch-ah +++ /dev/null @@ -1,19 +0,0 @@ -*** imap/ANSI/c-client/news.c.orig Thu May 16 03:50:02 1996 ---- imap/ANSI/c-client/news.c Fri Sep 20 13:44:42 1996 -*************** -*** 309,315 **** - stream->mailbox + 1); - while (s = strchr (s,'.')) *s = '/'; - /* scan directory */ -! if ((nmsgs = scandir (tmp,&names,news_select,news_numsort)) >= 0) { - stream->local = fs_get (sizeof (NEWSLOCAL)); - LOCAL->dirty = NIL; /* no update to .newsrc needed yet */ - LOCAL->dir = cpystr (tmp); /* copy directory name for later */ ---- 309,315 ---- - stream->mailbox + 1); - while (s = strchr (s,'.')) *s = '/'; - /* scan directory */ -! if ((nmsgs = scandir (tmp,&names,news_select,(void*)news_numsort)) >= 0) { - stream->local = fs_get (sizeof (NEWSLOCAL)); - LOCAL->dirty = NIL; /* no update to .newsrc needed yet */ - LOCAL->dir = cpystr (tmp); /* copy directory name for later */ |