pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/inetutils



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Wed Nov 11 16:50:17 UTC 2020

Modified Files:
        pkgsrc/net/inetutils: Makefile

Log Message:
inetutils: Fix path to cp(1) and setuid perms.

The path to the tools cp was being embedded in the grcp program.  Bump
PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/inetutils/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/inetutils/Makefile
diff -u pkgsrc/net/inetutils/Makefile:1.6 pkgsrc/net/inetutils/Makefile:1.7
--- pkgsrc/net/inetutils/Makefile:1.6   Sun May 31 15:05:28 2020
+++ pkgsrc/net/inetutils/Makefile       Wed Nov 11 16:50:17 2020
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2020/05/31 15:05:28 rillig Exp $
+# $NetBSD: Makefile,v 1.7 2020/11/11 16:50:17 jperkin Exp $
 
 DISTNAME=      inetutils-1.9.4
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GNU:=inetutils/}
 EXTRACT_SUFX=  .tar.xz
@@ -15,6 +15,11 @@ AUTO_MKDIRS=         yes
 INFO_FILES=            yes
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --program-prefix=g
+CONFIGURE_ENV+=                inetutils_cv_path_cp=${CP}
+
+.for prog in ping ping6 rcp rlogin rsh traceroute
+SPECIAL_PERMS+=                bin/g${prog} ${SETUID_ROOT_PERMS}
+.endfor
 
 TEST_TARGET=           check
 



Home | Main Index | Thread Index | Old Index