svn commit: r325625 - head/Templates
Bryan Drewery
bdrewery at FreeBSD.org
Thu Aug 29 18:34:11 UTC 2013
Author: bdrewery
Date: Thu Aug 29 18:34:10 2013
New Revision: 325625
URL: http://svnweb.freebsd.org/changeset/ports/325625
Log:
Add some guidance on what not to add
Modified:
head/Templates/config.site
Modified: head/Templates/config.site
==============================================================================
--- head/Templates/config.site Thu Aug 29 18:32:13 2013 (r325624)
+++ head/Templates/config.site Thu Aug 29 18:34:10 2013 (r325625)
@@ -1,4 +1,13 @@
# $FreeBSD$
+# Do not add:
+# - toolchain related
+# - arch-dependent values
+# - anything "=no" unless guaranteed to never be
+# implemented in FreeBSD
+# - also avoid "working" values
+#
+#MAINTAINER= portmgr at FreeBSD.org
+
# Path
: ${ac_cv_path_BZIP2=/usr/bin/bzip2}
: ${ac_cv_path_EGREP=/usr/bin/egrep}
More information about the svn-ports-head
mailing list