Update to version 0.39.1

PR: 40319
Submitted by: MAINTAINER
This commit is contained in:
Kevin Lo 2002-07-08 06:28:17 +00:00
parent dd72641dac
commit 6443adb117
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=62633
3 changed files with 13 additions and 2 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= courier
PORTVERSION= 0.38.2
PORTVERSION= 0.39.1
CATEGORIES= mail ipv6
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= courier

View File

@ -1 +1 @@
MD5 (courier-0.38.2.tar.gz) = fe8fd90858882f0c5d4bd871512f7cbb
MD5 (courier-0.39.1.tar.gz) = f5deeb2f2c91e00fe5c6b8f3a4877ba0

View File

@ -0,0 +1,11 @@
--- pcp/intl/dcigettext.c.orig Fri Oct 26 00:01:27 2001
+++ pcp/intl/dcigettext.c Wed Jul 3 01:47:12 2002
@@ -57,7 +57,7 @@
#include <stdlib.h>
#include <string.h>
-#if !HAVE_STRCHR && !defined _LIBC
+#if !HAVE_STRCHR && !defined _LIBC && !defined __FreeBSD__
# ifndef strchr
# define strchr index
# endif