mirror of
https://git.freebsd.org/ports.git
synced 2025-07-13 15:29:15 -04:00
- Remove Kerberos IV support, insecure and obsolete - Mark BROKEN if KRB5_HOME is set and invalid - Kill pre-configure, no longer needed - Kill obsolete POP2 from make config menu, still available if given on make command line - Auto-detect KRB5_HOME if it's $LOCALBASE or /usr - MARK_JOBS_SAFE=yes - Cease messing with @cwd in pkg-plist - Reduce asterisks on pkg-message.in, to avoid screen clutter on long $PREFIX Rely on krb-config instead. PR: 140100 Submitted by: Matthias Andree <matthias.andree@gmx.de> Approved by: maintainer
11 lines
286 B
Text
11 lines
286 B
Text
--- configure.orig 2009-10-30 10:40:08.971594149 +0100
|
|
+++ configure 2009-10-30 10:40:19.438656862 +0100
|
|
@@ -14747,7 +14747,7 @@
|
|
_ACEOF
|
|
|
|
if test "$with_gssapi" != yes ; then
|
|
- CPPFLAGS="$CPPFLAGS-I$with_gssapi/include"
|
|
+ CPPFLAGS="$CPPFLAGS -I$with_gssapi/include"
|
|
fi
|
|
|
|
|