diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2005-04-12 03:26:56 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2005-04-12 03:26:56 +0000 |
commit | c3d8037aeba75366ed06e02fbc981e15b46e7d0a (patch) | |
tree | 6074bae79118b7d7d4d3d3a8ac0a4dcd65f18f8b /x11 | |
parent | b286f01b6c3af5d674e10da33f8eda0c2011007b (diff) | |
download | ports-c3d8037aeba75366ed06e02fbc981e15b46e7d0a.tar.gz ports-c3d8037aeba75366ed06e02fbc981e15b46e7d0a.zip |
Notes
Diffstat (limited to 'x11')
42 files changed, 44 insertions, 44 deletions
diff --git a/x11/3ddesktop/Makefile b/x11/3ddesktop/Makefile index 4af8efec8da9..1eedc75b7578 100644 --- a/x11/3ddesktop/Makefile +++ b/x11/3ddesktop/Makefile @@ -23,7 +23,7 @@ USE_GL= yes USE_GETOPT_LONG= yes USE_REINPLACE= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" PORTDOCS= README README.windowmanagers diff --git a/x11/XFree86-4-libraries/Makefile b/x11/XFree86-4-libraries/Makefile index 8420bd03bddc..5af3dc5b1890 100644 --- a/x11/XFree86-4-libraries/Makefile +++ b/x11/XFree86-4-libraries/Makefile @@ -119,7 +119,7 @@ PLIST_SUB+= OSMESA:="" .endif # sparc64 doesn't have a working libc_r yet, and -current doesn't need libXThrStub. -.if ${ARCH} == "sparc64" || ${OSVERSION} >= 500043 +.if ${MACHINE_ARCH} == "sparc64" || ${OSVERSION} >= 500043 PLIST_SUB+= XTHRSTUB:="@comment " .else PLIST_SUB+= XTHRSTUB:="" diff --git a/x11/XFree86/Makefile b/x11/XFree86/Makefile index 2f50616efd0d..6aff6a52f82f 100644 --- a/x11/XFree86/Makefile +++ b/x11/XFree86/Makefile @@ -33,7 +33,7 @@ INSTALL_TARGET+= install.linkkit .endif DIST_SUBDIR= xc SCRIPTS_ENV= OSVERSION=${OSVERSION} MACHINE=${MACHINE} \ - ARCH=${ARCH} + MACHINE_ARCH=${MACHINE_ARCH} MAKE_ARGS= WORLDOPTS= # can't use USE_X_PREFIX here -- it will cause a circular dependency PREFIX= ${X11BASE} diff --git a/x11/compositeext/Makefile b/x11/compositeext/Makefile index 5e8563e51098..326b32b1af80 100644 --- a/x11/compositeext/Makefile +++ b/x11/compositeext/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= ${LIB_PC_DEPENDS} USE_BZIP2= yes PREFIX?= ${X11BASE} GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes NO_BUILD= yes USE_GNOME= gnomehack pkgconfig diff --git a/x11/damageext/Makefile b/x11/damageext/Makefile index a61ffc029639..702b4cc237e6 100644 --- a/x11/damageext/Makefile +++ b/x11/damageext/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= ${LIB_PC_DEPENDS} USE_BZIP2= yes PREFIX?= ${X11BASE} GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes NO_BUILD= yes USE_GNOME= gnomehack pkgconfig diff --git a/x11/fixesext/Makefile b/x11/fixesext/Makefile index 15f7ea4f5bbc..bed51efc8ba6 100644 --- a/x11/fixesext/Makefile +++ b/x11/fixesext/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= ${LIB_PC_DEPENDS} USE_BZIP2= yes PREFIX?= ${X11BASE} GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes NO_BUILD= yes USE_GNOME= gnomehack pkgconfig diff --git a/x11/kdelibs3/Makefile b/x11/kdelibs3/Makefile index d551133642df..bb24110f77c1 100644 --- a/x11/kdelibs3/Makefile +++ b/x11/kdelibs3/Makefile @@ -59,7 +59,7 @@ GNU_CONFIGURE= yes CONFIGURE_TARGET=# empty CONFIGURE_ARGS+=--disable-ltdl-install \ --enable-mt \ - --build=${ARCH}-portbld-freebsd${OSREL} \ + --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} \ --x-libraries=${X11BASE}/lib --x-includes=${X11BASE}/include CONFIGURE_ENV+= libltdl_cv_shlibext=".so" diff --git a/x11/kdelibs4/Makefile b/x11/kdelibs4/Makefile index d551133642df..bb24110f77c1 100644 --- a/x11/kdelibs4/Makefile +++ b/x11/kdelibs4/Makefile @@ -59,7 +59,7 @@ GNU_CONFIGURE= yes CONFIGURE_TARGET=# empty CONFIGURE_ARGS+=--disable-ltdl-install \ --enable-mt \ - --build=${ARCH}-portbld-freebsd${OSREL} \ + --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} \ --x-libraries=${X11BASE}/lib --x-includes=${X11BASE}/include CONFIGURE_ENV+= libltdl_cv_shlibext=".so" diff --git a/x11/libSM/Makefile b/x11/libSM/Makefile index 7073a1a25e88..50fbc75f42a4 100644 --- a/x11/libSM/Makefile +++ b/x11/libSM/Makefile @@ -23,7 +23,7 @@ CONFLICTS= XFree86-libraries-* xorg-libraries-* USE_BZIP2= yes PREFIX?= ${X11BASE} GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes USE_LIBTOOL_VER=13 INSTALLS_SHLIB= yes diff --git a/x11/libX11/Makefile b/x11/libX11/Makefile index cfb14e2c30df..e1bf1841430a 100644 --- a/x11/libX11/Makefile +++ b/x11/libX11/Makefile @@ -26,7 +26,7 @@ CONFLICTS= XFree86-libraries-* xorg-libraries-* USE_BZIP2= yes PREFIX?= ${X11BASE} GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes CONFIGURE_ARGS+= --enable-xdmauth CFLAGS+= -DMALLOC_0_RETURNS_NULL diff --git a/x11/libXau/Makefile b/x11/libXau/Makefile index 8dcfca267fc2..7960cd3bfcfa 100644 --- a/x11/libXau/Makefile +++ b/x11/libXau/Makefile @@ -21,7 +21,7 @@ CONFLICTS= XFree86-libraries-* xorg-libraries-* USE_BZIP2= yes PREFIX?= ${X11BASE} GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes USE_LIBTOOL_VER=13 USE_GNOME= gnomehack pkgconfig diff --git a/x11/libXcomposite/Makefile b/x11/libXcomposite/Makefile index 63531e0c4c5f..3ee1261ccdef 100644 --- a/x11/libXcomposite/Makefile +++ b/x11/libXcomposite/Makefile @@ -23,7 +23,7 @@ RUN_DEPENDS= ${LIB_PC_DEPENDS} USE_BZIP2= yes PREFIX?= ${X11BASE} GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes USE_LIBTOOL_VER=13 CFLAGS+= -DMALLOC_0_RETURNS_NULL diff --git a/x11/libXcursor/Makefile b/x11/libXcursor/Makefile index 66de74cb48bf..2409ff398345 100644 --- a/x11/libXcursor/Makefile +++ b/x11/libXcursor/Makefile @@ -27,7 +27,7 @@ CONFLICTS= XFree86-libraries-* xorg-libraries-* USE_BZIP2= yes PREFIX?= ${X11BASE} GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes USE_LIBTOOL_VER=13 CFLAGS+= -DMALLOC_0_RETURNS_NULL diff --git a/x11/libXdamage/Makefile b/x11/libXdamage/Makefile index 3e0ada2afd7f..1aa2c98d9fce 100644 --- a/x11/libXdamage/Makefile +++ b/x11/libXdamage/Makefile @@ -23,7 +23,7 @@ RUN_DEPENDS= ${LIB_PC_DEPENDS} USE_BZIP2= yes PREFIX?= ${X11BASE} GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes USE_LIBTOOL_VER=13 CFLAGS+= -DMALLOC_0_RETURNS_NULL diff --git a/x11/libXdmcp/Makefile b/x11/libXdmcp/Makefile index de2a863403ad..613cac4b4866 100644 --- a/x11/libXdmcp/Makefile +++ b/x11/libXdmcp/Makefile @@ -27,7 +27,7 @@ CONFLICTS= XFree86-libraries-* xorg-libraries-* USE_BZIP2= yes PREFIX?= ${X11BASE} GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes INSTALLS_SHLIB= yes USE_GNOME= gnomehack pkgconfig diff --git a/x11/libXext/Makefile b/x11/libXext/Makefile index 3c7644df680f..ca4a84836707 100644 --- a/x11/libXext/Makefile +++ b/x11/libXext/Makefile @@ -23,7 +23,7 @@ CONFLICTS= XFree86-libraries-* xorg-libraries-* USE_BZIP2= yes PREFIX?= ${X11BASE} GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes USE_INC_LIBTOOL_VER=13 CFLAGS+= -DMALLOC_0_RETURNS_NULL diff --git a/x11/libXfixes/Makefile b/x11/libXfixes/Makefile index 7aacbc49d16f..834e5f96ef2b 100644 --- a/x11/libXfixes/Makefile +++ b/x11/libXfixes/Makefile @@ -23,7 +23,7 @@ RUN_DEPENDS= ${LIB_PC_DEPENDS} USE_BZIP2= yes PREFIX?= ${X11BASE} GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes USE_LIBTOOL_VER=13 CFLAGS+= -DMALLOC_0_RETURNS_NULL diff --git a/x11/libXfont/Makefile b/x11/libXfont/Makefile index 0bc178f03c9f..f539d17cf1d9 100644 --- a/x11/libXfont/Makefile +++ b/x11/libXfont/Makefile @@ -22,7 +22,7 @@ CONFLICTS= XFree86-libraries-* xorg-libraries-* USE_BZIP2= yes PREFIX?= ${X11BASE} GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes CONFIGURE_ARGS= --enable-freetype INSTALLS_SHLIB= yes diff --git a/x11/libXi/Makefile b/x11/libXi/Makefile index b5945eb4538e..643c11ec21ab 100644 --- a/x11/libXi/Makefile +++ b/x11/libXi/Makefile @@ -25,7 +25,7 @@ CONFLICTS= XFree86-libraries-* xorg-libraries-* USE_BZIP2= yes PREFIX?= ${X11BASE} GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes USE_LIBTOOL_VER=13 CFLAGS+= -DMALLOC_0_RETURNS_NULL diff --git a/x11/libXinerama/Makefile b/x11/libXinerama/Makefile index 47106d6cec89..b3a1d500e2f7 100644 --- a/x11/libXinerama/Makefile +++ b/x11/libXinerama/Makefile @@ -23,7 +23,7 @@ CONFLICTS= XFree86-libraries-* xorg-libraries-* USE_BZIP2= yes PREFIX?= ${X11BASE} GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes CFLAGS+= -DMALLOC_0_RETURNS_NULL INSTALLS_SHLIB= yes diff --git a/x11/libXpm/Makefile b/x11/libXpm/Makefile index 6ff9206ba590..258d25dcd4a4 100644 --- a/x11/libXpm/Makefile +++ b/x11/libXpm/Makefile @@ -25,7 +25,7 @@ USE_BZIP2= yes PREFIX?= ${X11BASE} GNU_CONFIGURE= yes USE_GMAKE= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_INC_LIBTOOL_VER=13 CFLAGS+= -DMALLOC_0_RETURNS_NULL INSTALLS_SHLIB= yes diff --git a/x11/libXrandr/Makefile b/x11/libXrandr/Makefile index 6e810f3bd4aa..0b50160596e0 100644 --- a/x11/libXrandr/Makefile +++ b/x11/libXrandr/Makefile @@ -27,7 +27,7 @@ CONFLICTS= XFree86-libraries-* xorg-libraries-* USE_BZIP2= yes PREFIX?= ${X11BASE} GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes CFLAGS+= -DMALLOC_0_RETURNS_NULL INSTALLS_SHLIB= yes diff --git a/x11/libXrender/Makefile b/x11/libXrender/Makefile index 8b7aec47c8d8..3e7e282ad082 100644 --- a/x11/libXrender/Makefile +++ b/x11/libXrender/Makefile @@ -26,7 +26,7 @@ CONFLICTS= XFree86-libraries-* xorg-libraries-* USE_BZIP2= yes PREFIX?= ${X11BASE} GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes USE_INC_LIBTOOL_VER=13 CFLAGS+= -DMALLOC_0_RETURNS_NULL diff --git a/x11/libXres/Makefile b/x11/libXres/Makefile index 5e2364cfc931..469d86022389 100644 --- a/x11/libXres/Makefile +++ b/x11/libXres/Makefile @@ -28,7 +28,7 @@ USE_BZIP2= yes PREFIX?= ${X11BASE} GNU_CONFIGURE= yes USE_GMAKE= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_LIBTOOL_VER=13 CFLAGS+= -DMALLOC_0_RETURNS_NULL INSTALLS_SHLIB= yes diff --git a/x11/libXtrans/Makefile b/x11/libXtrans/Makefile index 6d264b26783f..aaf12abdf215 100644 --- a/x11/libXtrans/Makefile +++ b/x11/libXtrans/Makefile @@ -17,7 +17,7 @@ COMMENT= Network API translation layer for X applications and libraries USE_BZIP2= yes PREFIX?= ${X11BASE} GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes USE_GNOME= gnomehack diff --git a/x11/libXv/Makefile b/x11/libXv/Makefile index ce87a4552b44..8faacf984e29 100644 --- a/x11/libXv/Makefile +++ b/x11/libXv/Makefile @@ -22,7 +22,7 @@ CONFLICTS= XFree86-libraries-* xorg-libraries-* USE_BZIP2= yes PREFIX?= ${X11BASE} GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes USE_LIBTOOL_VER=13 CFLAGS+= -DMALLOC_0_RETURNS_NULL diff --git a/x11/linux-gnomelibs/Makefile b/x11/linux-gnomelibs/Makefile index 55a2f1bd3bcb..2abe16032092 100644 --- a/x11/linux-gnomelibs/Makefile +++ b/x11/linux-gnomelibs/Makefile @@ -13,12 +13,12 @@ CATEGORIES= x11 linux MAINTAINER= freebsd-emulation@FreeBSD.org COMMENT= RPM of gnome-libs -RPM_SET= gnome-libs-${PORTVERSION}-11.${ARCH}.rpm +RPM_SET= gnome-libs-${PORTVERSION}-11.${MACHINE_ARCH}.rpm .include "../../x11-toolkits/linux-gtk/Makefile" -.if (${ARCH} == "i386") +.if (${MACHINE_ARCH} == "i386") MASTER_SITES+= ftp://ftp.redhat.com/pub/redhat/linux/7.1/en/os/i386/RedHat/RPMS/ -.elif (${ARCH} == "alpha") +.elif (${MACHINE_ARCH} == "alpha") MASTER_SITES+= ftp://ftp.redhat.com/pub/redhat/linux/7.1/en/os/alpha/RedHat/RPMS/ .endif diff --git a/x11/multi-aterm/Makefile b/x11/multi-aterm/Makefile index b81997b65f6e..cac30db984d9 100644 --- a/x11/multi-aterm/Makefile +++ b/x11/multi-aterm/Makefile @@ -16,7 +16,7 @@ COMMENT= A multi terminal based on aterm USE_X_PREFIX= yes USE_LIBTOOL_VER=13 GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} DOCS= AUTHORS ChangeLog INSTALL TODO MAN1= multi-aterm.1 diff --git a/x11/panoramixext/Makefile b/x11/panoramixext/Makefile index 85e98a41ffa7..70067598b5ac 100644 --- a/x11/panoramixext/Makefile +++ b/x11/panoramixext/Makefile @@ -18,7 +18,7 @@ CONFLICTS= XFree86-libraries-* xorg-libraries-* USE_BZIP2= yes PREFIX?= ${X11BASE} GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes USE_GNOME= gnomehack diff --git a/x11/randrext/Makefile b/x11/randrext/Makefile index 7553e54d8aad..73b4dcd1e0ff 100644 --- a/x11/randrext/Makefile +++ b/x11/randrext/Makefile @@ -18,7 +18,7 @@ CONFLICTS= XFree86-libraries-* xorg-libraries-* USE_BZIP2= yes PREFIX?= ${X11BASE} GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes NO_BUILD= yes diff --git a/x11/renderext/Makefile b/x11/renderext/Makefile index 4c4b3edc7d06..4ef86b0c7e80 100644 --- a/x11/renderext/Makefile +++ b/x11/renderext/Makefile @@ -19,7 +19,7 @@ CONFLICTS= XFree86-libraries-* xorg-libraries-* USE_BZIP2= yes PREFIX?= ${X11BASE} GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes USE_GNOME= gnomehack pkgconfig diff --git a/x11/resourceext/Makefile b/x11/resourceext/Makefile index 26599917c8e3..c82986ec7468 100644 --- a/x11/resourceext/Makefile +++ b/x11/resourceext/Makefile @@ -19,7 +19,7 @@ CONFLICTS= XFree86-libraries-* xorg-libraries-* USE_BZIP2= yes PREFIX?= ${X11BASE} GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes NO_BUILD= yes USE_GNOME= gnomehack diff --git a/x11/rxvt-unicode/Makefile b/x11/rxvt-unicode/Makefile index 4aacb8f9b940..000c88acbf7f 100644 --- a/x11/rxvt-unicode/Makefile +++ b/x11/rxvt-unicode/Makefile @@ -22,7 +22,7 @@ USE_X_PREFIX= yes USE_XPM= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared --enable-everything --with-term=rxvt -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_BZIP2= yes USE_GMAKE= yes diff --git a/x11/wdm/Makefile b/x11/wdm/Makefile index 31a5e28f5fbf..64f53904a150 100644 --- a/x11/wdm/Makefile +++ b/x11/wdm/Makefile @@ -27,7 +27,7 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_REINPLACE= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \ DEF_SERVER="${DEF_SERVER}" CONFIGURE_ARGS= --with-logdir=/var/log \ diff --git a/x11/xautomation/Makefile b/x11/xautomation/Makefile index 88395cfa8442..803be8ad8e52 100644 --- a/x11/xautomation/Makefile +++ b/x11/xautomation/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png USE_XLIB= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" diff --git a/x11/xextensions/Makefile b/x11/xextensions/Makefile index b5a3188f8569..10de5b88c80b 100644 --- a/x11/xextensions/Makefile +++ b/x11/xextensions/Makefile @@ -21,7 +21,7 @@ CONFLICTS= XFree86-libraries-* xorg-libraries-* USE_BZIP2= yes PREFIX?= ${X11BASE} GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes NO_BUILD= yes USE_GNOME= gnomehack diff --git a/x11/xlockmore/Makefile b/x11/xlockmore/Makefile index 82baf1695b62..382a75dad810 100644 --- a/x11/xlockmore/Makefile +++ b/x11/xlockmore/Makefile @@ -34,7 +34,7 @@ USE_X_PREFIX= yes USE_XPM= yes MAN1= xlock.1 -.if ${ARCH} == "amd64" +.if ${MACHINE_ARCH} == "amd64" WITH_MESAGL= no .else WITH_MESAGL?= yes diff --git a/x11/xnee/Makefile b/x11/xnee/Makefile index cc752b231aea..b1293721f15e 100644 --- a/x11/xnee/Makefile +++ b/x11/xnee/Makefile @@ -20,7 +20,7 @@ BUILD_DEPENDS= texi2html:${PORTSDIR}/textproc/texi2html USE_X_PREFIX= yes USE_PERL5= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= xnee.1 INFO= xnee xnee_develop diff --git a/x11/xproto/Makefile b/x11/xproto/Makefile index f284f9cdafe5..9616df522aed 100644 --- a/x11/xproto/Makefile +++ b/x11/xproto/Makefile @@ -18,7 +18,7 @@ CONFLICTS= XFree86-libraries-* xorg-libraries-* USE_BZIP2= yes PREFIX?= ${X11BASE} GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes NO_BUILD= yes USE_GNOME= gnomehack diff --git a/x11/xterm/Makefile b/x11/xterm/Makefile index f8a45f1b71c9..9156c91d6661 100644 --- a/x11/xterm/Makefile +++ b/x11/xterm/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= Xft.2:${PORTSDIR}/x11-fonts/libXft USE_X_PREFIX= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET=--build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \ LIBS="-L${X11BASE}/lib" CONFIGURE_ARGS+= --enable-wide-chars --enable-luit --with-utempter diff --git a/x11/xtermcontrol/Makefile b/x11/xtermcontrol/Makefile index e9072284cefe..f8ea7711a7e8 100644 --- a/x11/xtermcontrol/Makefile +++ b/x11/xtermcontrol/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= xterm-static:${PORTSDIR}/x11/xterm USE_X_PREFIX= yes USE_GETTEXT= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET=--build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include" \ LIBS="-L${X11BASE}/lib -L${LOCALBASE}/lib" diff --git a/x11/xvattr/Makefile b/x11/xvattr/Makefile index d40396c0b746..ce8f27876864 100644 --- a/x11/xvattr/Makefile +++ b/x11/xvattr/Makefile @@ -20,7 +20,7 @@ USE_PERL5_BUILD= yes USE_GETOPT_LONG= yes USE_GNOME= gtk12 GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= xvattr.1 |