mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
Upgrade to 1.5.6p3, and change erich's email address.
This commit is contained in:
parent
917ab36ba4
commit
39e94fffc7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=14160
@ -1,22 +1,22 @@
|
||||
# New ports collection makefile for: sudo
|
||||
# Version required: 1.5.3
|
||||
# Version required: 1.5.6.3
|
||||
# Date created: Sun Aug 13 12:36:14 CDT 1995
|
||||
# Whom: erich@rrnet.com
|
||||
#
|
||||
# $Id: Makefile,v 1.9 1997/11/12 03:24:41 obrien Exp $
|
||||
# $Id: Makefile,v 1.10 1998/01/13 13:49:01 erich Exp $
|
||||
#
|
||||
|
||||
DISTNAME= cu-sudo.v1.5.4
|
||||
PKGNAME= sudo-1.5.4
|
||||
DISTNAME= cu-sudo.v1.5.6p3
|
||||
PKGNAME= sudo-1.5.6.3
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= ftp://ftp.cs.colorado.edu/pub/sysadmin/sudo/
|
||||
EXTRACT_SUFX= .tar.Z
|
||||
|
||||
MAINTAINER= erich@rrnet.com
|
||||
MAINTAINER= erich@FreeBSD.ORG
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-C2 --with-skey --with-fbsdops
|
||||
WRKSRC= ${WRKDIR}/sudo.v1.5.4
|
||||
WRKSRC= ${WRKDIR}/sudo.v1.5.6p3
|
||||
MAN5= sudoers.5
|
||||
MAN8= sudo.8 visudo.8
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (cu-sudo.v1.5.4.tar.Z) = d04312f801ae07dbd254bd28931aedf3
|
||||
MD5 (cu-sudo.v1.5.6p3.tar.Z) = d184c0e4a8be3e497d319002fcbbf4cf
|
||||
|
@ -1,15 +1,15 @@
|
||||
--- configure.orig Mon Jan 12 20:45:09 1998
|
||||
+++ configure Fri May 29 01:31:07 1998
|
||||
@@ -39,6 +39,8 @@
|
||||
--with-libraries additional libraries to link with"
|
||||
--- configure.orig Sun Sep 20 04:25:10 1998
|
||||
+++ configure Fri Oct 23 00:17:09 1998
|
||||
@@ -48,6 +48,8 @@
|
||||
ac_help="$ac_help
|
||||
--with-csops add CSOps standard options"
|
||||
+ac_help="$ac_help
|
||||
ac_help="$ac_help
|
||||
+ --with-fbsdops add FreeBSD standard options"
|
||||
|
||||
# Initialize some variables set by options.
|
||||
# The variables have the same names as the options, with
|
||||
@@ -565,8 +567,8 @@
|
||||
+ac_help="$ac_help
|
||||
--enable-log-host Log the hostname in the log file
|
||||
--disable-log-host Do not log hostname in the log file (default)"
|
||||
ac_help="$ac_help
|
||||
@@ -579,8 +581,8 @@
|
||||
|
||||
test "$mandir" = '${prefix}/man' && mandir='$(prefix)/man'
|
||||
test "$bindir" = '${exec_prefix}/bin' && bindir='$(exec_prefix)/bin'
|
||||
@ -20,28 +20,29 @@
|
||||
|
||||
|
||||
# Check whether --with-CC or --without-CC was given.
|
||||
@@ -816,6 +818,20 @@
|
||||
esac
|
||||
@@ -940,7 +942,20 @@
|
||||
|
||||
fi
|
||||
|
||||
-
|
||||
+# Check whether --with-fbsdops or --without-fbsdops was given.
|
||||
+if test "${with_fbsdops+set}" = set; then
|
||||
+ withval="$with_fbsdops"
|
||||
+ case $with_fbsdops in
|
||||
+ yes) OPTIONS="${OPTIONS} -DIGNORE_DOT_PATH -DENV_EDITOR -DUSE_TTY_TICKETS"
|
||||
+ sbindir='$(exec_prefix)/sbin'
|
||||
+ echo 'fbsdops--adding options: IGNORE_DOT_PATH ENV_EDITOR USE_TTY_TICKETS'
|
||||
+ ;;
|
||||
+ no) ;;
|
||||
+ *) echo "Ignoring unknown argument to --with-csops: $with_csops"
|
||||
+ ;;
|
||||
+esac
|
||||
+ case $with_fbsdops in
|
||||
+ yes) OPTIONS="${OPTIONS} -DIGNORE_DOT_PATH -DENV_EDITOR -DUSE_TTY_TICKETS"
|
||||
+ sbindir='$(exec_prefix)/sbin'
|
||||
+ echo 'fbsdops--adding options: IGNORE_DOT_PATH ENV_EDITOR USE_TTY_TICKETS'
|
||||
+ ;;
|
||||
+ no) ;;
|
||||
+ *) echo "Ignoring unknown argument to --with-csops: $with_csops"
|
||||
+ ;;
|
||||
+ esac
|
||||
+fi
|
||||
+
|
||||
|
||||
+
|
||||
# Extract the first word of "egrep", so it can be a program name with args.
|
||||
set dummy egrep; ac_word=$2
|
||||
@@ -4557,7 +4573,7 @@
|
||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
||||
@@ -5008,7 +5023,7 @@
|
||||
fi
|
||||
|
||||
if test "$with_skey" = "yes"; then
|
||||
|
@ -1,3 +1,3 @@
|
||||
bin/sudo
|
||||
sbin/visudo
|
||||
etc/sudoers.sample
|
||||
sbin/visudo
|
||||
|
Loading…
Reference in New Issue
Block a user