From owner-freebsd-ports Fri Sep 21 7:42:12 2001 Delivered-To: freebsd-ports@freebsd.org Received: from white.imgsrc.co.jp (ns.imgsrc.co.jp [210.226.20.2]) by hub.freebsd.org (Postfix) with ESMTP id 68FEB37B40A; Fri, 21 Sep 2001 07:42:09 -0700 (PDT) Received: from black.imgsrc.co.jp (black.imgsrc.co.jp [2001:218:422:2:290:27ff:fe98:c0b7]) by white.imgsrc.co.jp (Postfix) with ESMTP id 5320A24D33; Fri, 21 Sep 2001 23:42:08 +0900 (JST) Received: from waterblue.imgsrc.co.jp (waterblue.imgsrc.co.jp [2001:218:422:2:2d0:b7ff:fea0:d487]) by black.imgsrc.co.jp (Postfix) with ESMTP id 2EF6BD1405; Fri, 21 Sep 2001 23:42:06 +0900 (JST) Date: Fri, 21 Sep 2001 23:42:02 +0900 Message-ID: <7mr8t0ehc5.wl@waterblue.imgsrc.co.jp> From: Jun Kuriyama To: mharo@FreeBSD.org Cc: Ports Team Subject: security/sudo on flesh -current User-Agent: Wanderlust/2.6.0 (Twist And Shout) SEMI/1.14.3 (Ushinoya) FLIM/1.14.3 (=?ISO-8859-4?Q?Unebigory=F2mae?=) APEL/10.3 MULE XEmacs/21.4 (patch 4) (Artificial Intelligence) (i386--freebsd) MIME-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: multipart/mixed; boundary="Multipart_Fri_Sep_21_23:42:02_2001-1" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --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 // IMG SRC, Inc. // 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 + +.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 +.include --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