[71234] trunk/dports/net/heimdal/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Sun Sep 5 13:52:53 PDT 2010


Revision: 71234
          http://trac.macports.org/changeset/71234
Author:   jeremyhu at macports.org
Date:     2010-09-05 13:52:49 -0700 (Sun, 05 Sep 2010)
Log Message:
-----------
heimdal: Cleanup comments.

Re: _FORTIFY_SOURCE, it's set by default in SL.  See /usr/include/_types.h

Modified Paths:
--------------
    trunk/dports/net/heimdal/Portfile

Modified: trunk/dports/net/heimdal/Portfile
===================================================================
--- trunk/dports/net/heimdal/Portfile	2010-09-05 17:52:27 UTC (rev 71233)
+++ trunk/dports/net/heimdal/Portfile	2010-09-05 20:52:49 UTC (rev 71234)
@@ -29,7 +29,7 @@
 depends_lib port:readline port:gettext
 
 # Use a separate prefix to avoid conflicts with the port kerberos5
-# (and opensll, if that variant is selected)
+# (and openssl, if that variant is selected)
 configure.pre_args --prefix=${prefix}/libexec/heimdal
 configure.args                 \
     --sysconfdir=${prefix}/etc \
@@ -43,11 +43,6 @@
     --without-openssl          \
     --without-sqlite3
 
-# _FORTIFY_SOURCE: gcc extension to detect and prevent a subset of the
-# buffer overflows before they can do damage.  This is the only
-# Portfile that contians a reference to this define; why use it?
-#configure.cflags-append	-D_FORTIFY_SOURCE=0
-
 variant x11 description \
     {Enable X11 use in libraries, and build X11-related applications} {
     depends_lib-append     port:xorg-libice \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100905/7762441a/attachment.html>


More information about the macports-changes mailing list