- Rename :: patchfiles [1] - Merge pkg-req and scripts/pre-install into pkg-install [1] - Replace tab by space in WWW: line [1] - Clean up rc script [1] - Add USE_GCC because clang does not like -freg-struct-return (yet) - Use USERS and GROUPS [1] - Drop empty QPOPAUTH_SETUID option - Fix USE_OPENSSL usage [1] - Replace knobs by options [1] - Merge install-conf-file target into post-install target PR: ports/185285 [1] Submitted by: Takefu <takefu@airport.fm> Approved by: portmgr (mostly infastructure fixes)
10 lines
219 B
C
10 lines
219 B
C
--- password/auth_user.c.orig Fri Mar 14 00:39:42 2003
|
|
+++ password/auth_user.c Fri Mar 14 00:40:02 2003
|
|
@@ -41,6 +41,7 @@
|
|
|
|
|
|
|
|
+#undef SPEC_POP_AUTH
|
|
|
|
|
|
static const char *ERRMSG_PW = "Password mismatch for user \"%s\"";
|