diff options
author | Cy Schubert <cy@FreeBSD.org> | 2016-12-03 00:54:22 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2016-12-03 00:54:22 +0000 |
commit | 2ab7cc62c4aac7da986d179d5a92e0888e8ef19e (patch) | |
tree | a20671456eb65e4017ae16b457dd2f1919135c80 /security/krb5-112/files/patch-config__pre.in | |
parent | net-mgmt/cpdp: Take maintainership (diff) |
Welcome the new security/krb5-115 port. This port follows MIT's
KRB5 1.15 releases.
To support this new ports:
- The security/krb5 port includes an option to use this port instead
of krb5-114 as its base. krb5-114 will remain the default until the
next release of KRB5 1.15 (if it's stable of course).
- MIT by default deprecates KRB5 two versions back from the current
release. krb5-113 has been deprecated and will expire one year from
now.
Notes
Notes:
svn path=/head/; revision=427588
Diffstat (limited to 'security/krb5-112/files/patch-config__pre.in')
-rw-r--r-- | security/krb5-112/files/patch-config__pre.in | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/security/krb5-112/files/patch-config__pre.in b/security/krb5-112/files/patch-config__pre.in new file mode 100644 index 000000000000..06ddd412d618 --- /dev/null +++ b/security/krb5-112/files/patch-config__pre.in @@ -0,0 +1,23 @@ +--- config/pre.in.orig 2014-08-11 15:46:27.000000000 -0700 ++++ config/pre.in 2015-02-04 19:23:51.174245898 -0800 +@@ -178,9 +178,9 @@ + INSTALL=@INSTALL@ + INSTALL_STRIP= + INSTALL_PROGRAM=@INSTALL_PROGRAM@ $(INSTALL_STRIP) +-INSTALL_SCRIPT=@INSTALL_PROGRAM@ ++INSTALL_SCRIPT=@INSTALL_SCRIPT@ + INSTALL_DATA=@INSTALL_DATA@ +-INSTALL_SHLIB=@INSTALL_SHLIB@ ++INSTALL_SHLIB=$(INSTALL_LIB) + INSTALL_SETUID=$(INSTALL) $(INSTALL_STRIP) -m 4755 -o root + ## This is needed because autoconf will sometimes define @exec_prefix@ to be + ## ${prefix}. +@@ -197,7 +197,7 @@ + ADMIN_BINDIR = @sbindir@ + SERVER_BINDIR = @sbindir@ + CLIENT_BINDIR =@bindir@ +-PKGCONFIG_DIR = @libdir@/pkgconfig ++PKGCONFIG_DIR = $(prefix)/libdata/pkgconfig + ADMIN_MANDIR = $(KRB5MANROOT)/man8 + SERVER_MANDIR = $(KRB5MANROOT)/man8 + CLIENT_MANDIR = $(KRB5MANROOT)/man1 |