diff options
author | Cy Schubert <cy@FreeBSD.org> | 2010-11-04 04:37:36 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2010-11-04 04:37:36 +0000 |
commit | 812ec0d220d178b6125e447ccffe3b8ffdcf3dee (patch) | |
tree | e6a62746ae89873f1941d6721a1d8cbcc8ace592 /security/krb5 | |
parent | ec5cceed94d8747cab3e962879fdfef8d389970c (diff) |
Enable ksu DEBUG (-D) flag.
Notes
Notes:
svn path=/head/; revision=264006
Diffstat (limited to 'security/krb5')
-rw-r--r-- | security/krb5/Makefile | 1 | ||||
-rw-r--r-- | security/krb5/files/patch-av | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/security/krb5/Makefile b/security/krb5/Makefile index ad2c1472d279..44def665217e 100644 --- a/security/krb5/Makefile +++ b/security/krb5/Makefile @@ -7,6 +7,7 @@ PORTNAME= krb5 PORTVERSION= 1.8.3 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://web.mit.edu/kerberos/dist/${PORTNAME}/${PORTVERSION:C/^[0-9]*\.[0-9]*/&X/:C/X\.[0-9]*$//:C/X//}/ PATCH_SITES= http://web.mit.edu/kerberos/advisories/ diff --git a/security/krb5/files/patch-av b/security/krb5/files/patch-av index 8363b8bb1e2d..95394e43c0a0 100644 --- a/security/krb5/files/patch-av +++ b/security/krb5/files/patch-av @@ -10,6 +10,6 @@ --- 3,7 ---- mydir=ksu BUILDTOP=$(REL)$(U)$(S)$(U) -! DEFINES = -DGET_TGT_VIA_PASSWD -DPRINC_LOOK_AHEAD -DCMD_PATH='"/usr/bin /bin /usr/sbin /sbin"' +! DEFINES = -DGET_TGT_VIA_PASSWD -DPRINC_LOOK_AHEAD -DCMD_PATH='"/usr/bin /bin /usr/sbin /sbin"' -DDEBUG CFLAGS = $(CCOPTS) $(DEFINES) $(DEFS) $(LOCALINCLUDE) |