diff options
author | erich <erich@FreeBSD.org> | 1996-09-06 21:41:04 +0800 |
---|---|---|
committer | erich <erich@FreeBSD.org> | 1996-09-06 21:41:04 +0800 |
commit | 66d80070c8b1fb353e7aab2d46bde051ee21cf0f (patch) | |
tree | 59a303f4093244f46ad368687b35f4d8b42ac216 /security/sudo | |
parent | 0fe77d44a8dfdead95fb3660435713d57198e1f6 (diff) | |
download | freebsd-ports-gnome-66d80070c8b1fb353e7aab2d46bde051ee21cf0f.tar.gz freebsd-ports-gnome-66d80070c8b1fb353e7aab2d46bde051ee21cf0f.tar.zst freebsd-ports-gnome-66d80070c8b1fb353e7aab2d46bde051ee21cf0f.zip |
upgrade to v1.5
Diffstat (limited to 'security/sudo')
-rw-r--r-- | security/sudo/Makefile | 13 | ||||
-rw-r--r-- | security/sudo/distinfo | 2 | ||||
-rw-r--r-- | security/sudo/files/patch-aa | 38 |
3 files changed, 42 insertions, 11 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index 0b0325611445..f344e2e596ab 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -1,20 +1,21 @@ # New ports collection makefile for: sudo -# Version required: 1.4 +# Version required: 1.5 # Date created: Sun Aug 13 12:36:14 CDT 1995 # Whom: erich@rrnet.com # -# $Id: Makefile,v 1.2 1996/02/05 16:37:40 erich Exp $ +# $Id: Makefile,v 1.3 1996/02/16 10:38:03 asami Exp $ # -DISTNAME= cu-sudo.v1.4 -PKGNAME= sudo-1.4 +DISTNAME= cu-sudo.v1.5 +PKGNAME= sudo-1.5 CATEGORIES+= sysutils -MASTER_SITES= ftp://ftp.cs.colorado.edu/pub/sysadmin/utilities/ +MASTER_SITES= ftp://freestuff.cs.colorado.edu//pub/sysadmin/sudo/ EXTRACT_SUFX= .tar.Z MAINTAINER= erich@rrnet.com HAS_CONFIGURE= yes -WRKSRC= ${WRKDIR}/sudo.v1.4 +CONFIGURE_ARGS= --with-C2 --with-fbsdops +WRKSRC= ${WRKDIR}/sudo.v1.5 .include <bsd.port.mk> diff --git a/security/sudo/distinfo b/security/sudo/distinfo index 1a635ddd9342..b34d164386b1 100644 --- a/security/sudo/distinfo +++ b/security/sudo/distinfo @@ -1 +1 @@ -MD5 (cu-sudo.v1.4.tar.Z) = d973b9dbda11356e06e448766efd7221 +MD5 (cu-sudo.v1.5.tar.Z) = c81662e90dc5591798a85a897298a924 diff --git a/security/sudo/files/patch-aa b/security/sudo/files/patch-aa index eccfcd6b867a..95030a594418 100644 --- a/security/sudo/files/patch-aa +++ b/security/sudo/files/patch-aa @@ -1,6 +1,15 @@ ---- configure.dist Mon Feb 5 10:32:17 1996 -+++ configure Mon Feb 5 10:32:37 1996 -@@ -551,8 +551,8 @@ +--- configure.orig Sun Aug 25 12:32:03 1996 ++++ configure Thu Aug 29 10:26:50 1996 +@@ -37,6 +37,8 @@ + --with-libraries additional libraries to link with" + ac_help="$ac_help + --with-csops add CSOps standard options" ++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 +@@ -557,8 +559,8 @@ test "$mandir" = '${prefix}/man' && mandir='$(prefix)/man' test "$bindir" = '${exec_prefix}/bin' && bindir='$(exec_prefix)/bin' @@ -10,4 +19,25 @@ +test "$sysconfdir" = '${prefix}/etc' || sysconfdir='/etc' - # Check whether --with-getpass or --without-getpass was given. + # Check whether --with-CC or --without-CC was given. +@@ -784,6 +786,20 @@ + yes) OPTIONS="${OPTIONS} -DIGNORE_DOT_PATH -DUSE_INSULTS -DCLASSIC_INSULTS -DCSOPS_INSULTS -DENV_EDITOR" + sbindir='$(exec_prefix)/sbin' + echo 'CSOps--adding options: IGNORE_DOT_PATH USE_INSULTS CLASSIC_INSULTS CSOPS_INSULTS ENV_EDITOR' ++ ;; ++ no) ;; ++ *) echo "Ignoring unknown argument to --with-csops: $with_csops" ++ ;; ++esac ++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" |