o Prefer FreeBSD's strlcpy() function over qpopper's incorrect

implementation
o Bump PORTREVISION

Submitted by:	nectar
This commit is contained in:
Mario Sergio Fujikawa Ferreira 2003-04-29 23:05:40 +00:00
parent 2193fbfcfa
commit c37f632458
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=79894
2 changed files with 19 additions and 0 deletions

View file

@ -7,6 +7,7 @@
PORTNAME= qpopper
PORTVERSION= 4.0.5
PORTREVISION= 1
CATEGORIES= mail ipv6
MASTER_SITES= ftp://ftp.qualcomm.com/eudora/servers/unix/popper/%SUBDIR%/
MASTER_SITE_SUBDIR= . old

View file

@ -0,0 +1,18 @@
--- common/string_util.c.orig Wed Mar 12 23:06:14 2003
+++ common/string_util.c Tue Apr 29 20:00:01 2003
@@ -37,6 +37,7 @@
+#if 0
/*
* Function: strlcpy
*
@@ -156,6 +157,7 @@
*dst = '\0';
return dstlen + ( src - strsource ) + strlen ( src );
}
+#endif
/*