head	1.2;
access;
symbols
	RELEASE_6_2_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2006.11.07.00.41.04;	author stas;	state dead;
branches;
next	1.1;

1.1
date	2006.04.17.17.57.38;	author sem;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Update to 1.0.1

ChangeLog:
- Handle local logins properly [1]
- Honor allow_on_error in setcred() [1]
- Use the default (*) rule if we can't resolve the hostname [2]

PR:		ports/104946
Submitted by:	Dan Lukes <dan@@obluda.cz> [1]
Reported by:	Tsurutani Naoki <turutani@@scphys.kyoto-u.ac.jp> [2]
@
text
@--- Makefile.orig	Mon Apr 17 09:12:06 2006
+++ Makefile	Mon Apr 17 09:13:03 2006
@@@@ -68,7 +68,7 @@@@
 #		-Wchar-subscripts -Winline -Wnested-externs -fPIC
 CFLAGS_GCC =	-O2 -Wall -Werror -Wno-format-y2k			\
 		-Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch	\
-		-Wshadow -Wcast-align					\
+		-Wshadow						\
 		-Wchar-subscripts -Winline -Wnested-externs -fPIC
 CFLAGS_SUN = -KPIC -xO2 -D_SUN_PAM_ -D_HAVE_USERDEFS_H_
 CFLAGS_HP = -Ae +w1 +W 474,486,542 +z +O2
@


1.1
log
@- Fix build on sparc64 and ia64

PR:		ports/95950
Submitted by:	maintainer
Notified by:	kris mail
@
text
@@

