diff options
author | Cy Schubert <cy@FreeBSD.org> | 2015-11-21 08:47:13 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2015-11-21 08:47:13 +0000 |
commit | a23b98b01abb985fc92d4c3a87f794034f3b4466 (patch) | |
tree | e88ca87e3ae676494c075bc7bb0f3c18ceb20fb2 /security/krb5-113/files/patch-clients__ksu__Makefile.in | |
parent | New port: databases/sqlitestudio (diff) |
Introduce the new krb5 1.14:
- move (copy) krb5 (krb5 1.13.2) to krb5-113 (new, added)
- update krb5 1.13.2 --> 1.14
- update CONFLICTS in krb5, krb5-112 and krb5-113.
- update krb5-appl to allow optional dependency on krb5-113.
- update security/Makefile with copied krb5-113.
- deprecate and expire krb5-112 (krb5-1.12) on November 20, 2016, as it
will EOL twelve months after the release of krb5-1.14.
Notes
Notes:
svn path=/head/; revision=402143
Diffstat (limited to 'security/krb5-113/files/patch-clients__ksu__Makefile.in')
-rw-r--r-- | security/krb5-113/files/patch-clients__ksu__Makefile.in | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/security/krb5-113/files/patch-clients__ksu__Makefile.in b/security/krb5-113/files/patch-clients__ksu__Makefile.in new file mode 100644 index 000000000000..7ec54abdc076 --- /dev/null +++ b/security/krb5-113/files/patch-clients__ksu__Makefile.in @@ -0,0 +1,18 @@ +--- clients/ksu/Makefile.in.orig 2014-01-15 16:44:15.000000000 -0800 ++++ clients/ksu/Makefile.in 2014-05-05 20:51:51.925985974 -0700 +@@ -1,6 +1,6 @@ + mydir=clients$(S)ksu + BUILDTOP=$(REL)..$(S).. +-DEFINES = -DGET_TGT_VIA_PASSWD -DPRINC_LOOK_AHEAD -DCMD_PATH='"/bin /local/bin"' ++DEFINES = -DGET_TGT_VIA_PASSWD -DPRINC_LOOK_AHEAD -DCMD_PATH='"/usr/bin /bin /usr/sbin /sbin"' -DDEBUG + + KSU_LIBS=@KSU_LIBS@ + +@@ -30,6 +30,6 @@ + + install:: + -for f in ksu; do \ +- $(INSTALL_SETUID) $$f \ ++ $(INSTALL_PROGRAM) $$f \ + $(DESTDIR)$(CLIENT_BINDIR)/`echo $$f|sed '$(transform)'`; \ + done |