Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Sep 2001 23:42:02 +0900
From:      Jun Kuriyama <kuriyama@imgsrc.co.jp>
To:        mharo@FreeBSD.org
Cc:        Ports Team <ports@FreeBSD.org>
Subject:   security/sudo on flesh -current
Message-ID:  <7mr8t0ehc5.wl@waterblue.imgsrc.co.jp>

next in thread | raw e-mail | index | archive | help
--Multipart_Fri_Sep_21_23:42:02_2001-1
Content-Type: text/plain; charset=US-ASCII


I installed flesh -current system and this system has no libskey.2
library.

It seems this patch is required to support latest -current box.


-- 
Jun Kuriyama <kuriyama@imgsrc.co.jp> // IMG SRC, Inc.
             <kuriyama@FreeBSD.org> // FreeBSD Project

--Multipart_Fri_Sep_21_23:42:02_2001-1
Content-Type: application/octet-stream; type=patch
Content-Disposition: attachment; filename="sudo.diff"
Content-Transfer-Encoding: 7bit

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/security/sudo/Makefile,v
retrieving revision 1.40
diff -u -r1.40 Makefile
--- Makefile	24 Jun 2001 12:39:55 -0000	1.40
+++ Makefile	21 Sep 2001 14:38:50 -0000
@@ -30,7 +30,9 @@
 		--with-long-otp-prompt \
 		--with-pam
 
-.ifdef(WITH_OPIE)
+.include <bsd.port.pre.mk>
+
+.if defined(WITH_OPIE) || ${OSVERSION} > 500021
 CONFIGURE_ARGS+=--with-opie
 .else
 CONFIGURE_ARGS+=--with-skey
@@ -45,4 +47,4 @@
 post-install:
 	${INSTALL_DATA} ${WRKSRC}/sample.sudoers ${PREFIX}/etc/sudoers.sample
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>

--Multipart_Fri_Sep_21_23:42:02_2001-1--

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7mr8t0ehc5.wl>