aboutsummaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2010-12-01 02:35:20 +0000
committerMark Linimon <linimon@FreeBSD.org>2010-12-01 02:35:20 +0000
commit5cfbfdffd1b38fa701d103d717ba09623e093ef6 (patch)
tree0121345337a82a950d06da7ead179e28bb294904 /Tools
parentc836d9acadb691a21b28cafe9c77f5710f4564f0 (diff)
downloadports-5cfbfdffd1b38fa701d103d717ba09623e093ef6.tar.gz
ports-5cfbfdffd1b38fa701d103d717ba09623e093ef6.zip
It turns out that some variables have to be shared between the server-side
definitions and the client-side definitions. While here, add ARCHS_SUPPORTING_COMPAT_IA32, which is needed to get linux emulation ports to be properly detected on head nodes that are build from first principles (e.g. !pointyhat).
Notes
Notes: svn path=/head/; revision=265489
Diffstat (limited to 'Tools')
-rw-r--r--Tools/portbuild/conf/common.conf21
1 files changed, 21 insertions, 0 deletions
diff --git a/Tools/portbuild/conf/common.conf b/Tools/portbuild/conf/common.conf
new file mode 100644
index 000000000000..13b2ce02b7d3
--- /dev/null
+++ b/Tools/portbuild/conf/common.conf
@@ -0,0 +1,21 @@
+#
+# package building configuration file containing things that are common
+# both to the server-side (pointyhat instance) and the client side
+# (individual build clients).
+#
+# original author: linimon
+#
+# $FreeBSD$
+#
+
+#
+# top-level package building things. These will probably be common
+# to all package build masters.
+#
+
+LOCALBASE=/usr/local
+PKGSUFFIX=.tbz
+
+ARCHS_REQUIRING_AOUT_COMPAT="i386"
+ARCHS_REQUIRING_LINPROCFS="amd64 i386"
+ARCHS_SUPPORTING_COMPAT_IA32="amd64 i386 ia64"