diff options
author | rafan <rafan@FreeBSD.org> | 2008-08-21 14:18:49 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2008-08-21 14:18:49 +0800 |
commit | c8007265d81e778bec43e1f7b073b196887b3604 (patch) | |
tree | a30fd3dc7b50670b88ce6f8cf28e0ccf2b1e599a /graphics | |
parent | 9f3176cd391ec72812d7f37e93b881faa3648b45 (diff) | |
download | freebsd-ports-gnome-c8007265d81e778bec43e1f7b073b196887b3604.tar.gz freebsd-ports-gnome-c8007265d81e778bec43e1f7b073b196887b3604.tar.zst freebsd-ports-gnome-c8007265d81e778bec43e1f7b073b196887b3604.zip |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk
- Remove CONFIGURE_TARGET hack in various bsd.*.mk
- USE_GNOME=gnometarget is now an no-op
Changes to individual ports, other than removing the CONFIGURE_TARGET hack:
= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
- comms/gnuradio
- science/abinit
- science/elmer-fem
- science/elmer-matc
- science/elmer-meshgen2d
- science/elmerfront
- science/elmerpost
= use x86_64 as ARCH
- devel/g-wrap
= other changes
- print/magicfilter
GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf
Total # of ports modified: 1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)
PR: 126524 (obsoletes 52917)
Submitted by: rafan
Tested on: two pointyhat 7-amd64 exp runs (by pav)
Approved by: portmgr (pav)
Diffstat (limited to 'graphics')
63 files changed, 1 insertions, 67 deletions
diff --git a/graphics/Coin/Makefile b/graphics/Coin/Makefile index 96c7626d42fa..8d9d0be7b5f3 100644 --- a/graphics/Coin/Makefile +++ b/graphics/Coin/Makefile @@ -19,7 +19,6 @@ LIB_DEPENDS= openal.0:${PORTSDIR}/audio/openal \ USE_GL= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-pthread=yes --enable-threadsafe \ --enable-3ds-import --enable-sound \ --enable-javascript-api diff --git a/graphics/GraphicsMagick/Makefile b/graphics/GraphicsMagick/Makefile index 19520891e7df..a412936242e3 100644 --- a/graphics/GraphicsMagick/Makefile +++ b/graphics/GraphicsMagick/Makefile @@ -45,7 +45,6 @@ MAN5= quantize.5 WINDOWS_FONT_DIR=${LOCALBASE}/lib/X11/fonts/webfonts .endif -CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --without-perl --enable-shared --enable-static \ --without-threads USE_LDCONFIG= yes diff --git a/graphics/Hermes/Makefile b/graphics/Hermes/Makefile index 1514ada1d6b7..6ad9cccc43e0 100644 --- a/graphics/Hermes/Makefile +++ b/graphics/Hermes/Makefile @@ -20,7 +20,6 @@ USE_AUTOTOOLS= libtool:15 USE_BZIP2= yes USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ AUTOHEADER="${TRUE}" USE_LDCONFIG= yes diff --git a/graphics/bugle/Makefile b/graphics/bugle/Makefile index 03d1b9580141..10bfc0c97cdb 100644 --- a/graphics/bugle/Makefile +++ b/graphics/bugle/Makefile @@ -24,7 +24,6 @@ USE_PERL5= yes USE_AUTOTOOLS= libltdl:15 USE_LDCONFIG= ${PREFIX}/lib ${PREFIX}/lib/${PORTNAME} -CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS=--enable-ltdl-install=no CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" \ diff --git a/graphics/cal3d-devel/Makefile b/graphics/cal3d-devel/Makefile index b84ec301c9d5..c50a143284c9 100644 --- a/graphics/cal3d-devel/Makefile +++ b/graphics/cal3d-devel/Makefile @@ -24,7 +24,6 @@ USE_GNOME= pkgconfig USE_LDCONFIG= yes USE_AUTOTOOLS= automake:19 autoheader:262 libtool:15 AUTOMAKE_ARGS= --add-missing -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= cal3d_converter.1 diff --git a/graphics/cal3d/Makefile b/graphics/cal3d/Makefile index b5b293a7abc9..8aab087d4d02 100644 --- a/graphics/cal3d/Makefile +++ b/graphics/cal3d/Makefile @@ -21,7 +21,6 @@ USE_GNOME= pkgconfig GNU_CONFIGURE= yes USE_AUTOTOOLS= automake:19 autoheader:262 libtool:15 USE_LDCONFIG= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= cal3d_converter.1 diff --git a/graphics/crystalentitylayer-devel/Makefile b/graphics/crystalentitylayer-devel/Makefile index d5f295cb6878..1824c9958e2f 100644 --- a/graphics/crystalentitylayer-devel/Makefile +++ b/graphics/crystalentitylayer-devel/Makefile @@ -26,7 +26,6 @@ GNU_CONFIGURE= yes LDFLAGS= -L${LOCALBASE}/lib CPPFLAGS= -I${LOCALBASE}/include -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS+= --with-cs-prefix=${LOCALBASE} MAKE_ENV= LDFLAGS="${LDFLAGS}" CPPFLAGS="${CPPFLAGS}" DOCSDIR= share/doc/cel-0.99 diff --git a/graphics/crystalentitylayer/Makefile b/graphics/crystalentitylayer/Makefile index fff72934249b..0af6c20e4266 100644 --- a/graphics/crystalentitylayer/Makefile +++ b/graphics/crystalentitylayer/Makefile @@ -27,7 +27,6 @@ GNU_CONFIGURE= yes LDFLAGS= -L${LOCALBASE}/lib CPPFLAGS= -I${LOCALBASE}/include CONFIGURE_ARGS+= --with-cs-prefix=${LOCALBASE} -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAKE_ENV= LDFLAGS="${LDFLAGS}" CPPFLAGS="${CPPFLAGS}" DOCSDIR= share/doc/cel-${PORTVERSION} DATADIR= share/cel diff --git a/graphics/crystalspace-devel/Makefile b/graphics/crystalspace-devel/Makefile index 43d2fa3ebaee..184dc21a1350 100644 --- a/graphics/crystalspace-devel/Makefile +++ b/graphics/crystalspace-devel/Makefile @@ -36,7 +36,6 @@ USE_GL= yes WANT_PERL= yes LDFLAGS= -L${LOCALBASE}/lib -L${LOCALBASE}/lib ${PTHREAD_LIBS} CPPFLAGS= -I${LOCALBASE}/include -I${LOCALBASE}/include -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAKE_ENV= CPPFLAGS="${CPPFLAGS} "LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS+= --disable-cpu-specific-optimizations \ --disable-make-emulation \ diff --git a/graphics/crystalspace/Makefile b/graphics/crystalspace/Makefile index 83289d904552..8066a550606f 100644 --- a/graphics/crystalspace/Makefile +++ b/graphics/crystalspace/Makefile @@ -35,8 +35,6 @@ USE_GL= yes WANT_PERL= yes LDFLAGS+= -L/usr/lib -lc LIBS= -lc -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}" LIBS="${LIBS}" MAKE_ENV+= LDFLAGS="${LDFLAGS}" LIBS="${LIBS}" CONFIGURE_ARGS+= --enable-cpu-specific-optimizations=no \ --disable-ptmalloc \ diff --git a/graphics/demeter/Makefile b/graphics/demeter/Makefile index 7b683ec20403..19f8410d97b4 100644 --- a/graphics/demeter/Makefile +++ b/graphics/demeter/Makefile @@ -23,7 +23,6 @@ USE_GL= gl glu WANT_GNOME= yes WANT_SDL= yes USE_AUTOTOOLS= automake:15 autoconf:262 libtool:15 -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CXXFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ LDFLAGS=" -L${LOCALBASE}/lib" USE_LDCONFIG= yes diff --git a/graphics/divxcalc/Makefile b/graphics/divxcalc/Makefile index 73d654e7c0e0..77564382c69e 100644 --- a/graphics/divxcalc/Makefile +++ b/graphics/divxcalc/Makefile @@ -21,7 +21,6 @@ USE_QT_VER= 3 USE_GMAKE= yes USE_AUTOTOOLS= automake:15:env autoconf:262:env GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/graphics/enblend/Makefile b/graphics/enblend/Makefile index aceada71a906..295e4edfb7c1 100644 --- a/graphics/enblend/Makefile +++ b/graphics/enblend/Makefile @@ -34,7 +34,6 @@ USE_GL= glut GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= enblend.1 enfuse.1 PLIST_FILES= bin/enblend bin/enfuse diff --git a/graphics/feh/Makefile b/graphics/feh/Makefile index 1acce4003ec8..bb23c6a2759d 100644 --- a/graphics/feh/Makefile +++ b/graphics/feh/Makefile @@ -19,7 +19,6 @@ LIB_DEPENDS= giblib.1:${PORTSDIR}/graphics/giblib USE_XORG= x11 xt xinerama USE_PERL5= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" MAN1= feh.1 diff --git a/graphics/flphoto/Makefile b/graphics/flphoto/Makefile index 8da2fc37539b..0d9a1dbdd29e 100644 --- a/graphics/flphoto/Makefile +++ b/graphics/flphoto/Makefile @@ -25,7 +25,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_BZIP2= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= flphoto.1 MAN5= album.5 diff --git a/graphics/freeglut/Makefile b/graphics/freeglut/Makefile index b8825a884780..0e2bf66d4e69 100644 --- a/graphics/freeglut/Makefile +++ b/graphics/freeglut/Makefile @@ -21,7 +21,6 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_XORG= ice USE_GL= glu -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --disable-warnings CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-lusbhid" diff --git a/graphics/gdk-pixbuf/Makefile b/graphics/gdk-pixbuf/Makefile index a88193cdf453..a394428423ae 100644 --- a/graphics/gdk-pixbuf/Makefile +++ b/graphics/gdk-pixbuf/Makefile @@ -32,7 +32,6 @@ CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" \ BUILD_CANVAS="${BUILD_CANVAS}" -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} BUILD_CANVAS?= no diff --git a/graphics/geos/Makefile b/graphics/geos/Makefile index ed16fbb78b5f..550ea1eb842a 100644 --- a/graphics/geos/Makefile +++ b/graphics/geos/Makefile @@ -20,8 +20,6 @@ USE_BZIP2= YES USE_LDCONFIG= YES -CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} - post-patch: @${REINPLACE_CMD} -e '/-release/d' ${WRKSRC}/source/Makefile.in diff --git a/graphics/giflib/Makefile b/graphics/giflib/Makefile index b01fc7fefcfc..4671cefd6ef8 100644 --- a/graphics/giflib/Makefile +++ b/graphics/giflib/Makefile @@ -19,7 +19,6 @@ COMMENT= Tools and library routines for working with GIF images USE_BZIP2= yes USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_LDCONFIG= yes .if defined(WITHOUT_X11) diff --git a/graphics/gifsicle/Makefile b/graphics/gifsicle/Makefile index 3ab86bc18ad8..6f51d553d2e2 100644 --- a/graphics/gifsicle/Makefile +++ b/graphics/gifsicle/Makefile @@ -14,7 +14,6 @@ MAINTAINER= araujo@FreeBSD.org COMMENT= Manipulates GIF images and animations GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= gifdiff.1 gifsicle.1 diff --git a/graphics/gltt/Makefile b/graphics/gltt/Makefile index 7bbd5619fcd9..5e4d2d8da76e 100644 --- a/graphics/gltt/Makefile +++ b/graphics/gltt/Makefile @@ -19,7 +19,6 @@ USE_GL= gl glut USE_FREETYPE= yes USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --with-ttf-includes=${LOCALBASE}/include/freetype1 \ diff --git a/graphics/gnash-devel/Makefile b/graphics/gnash-devel/Makefile index 380a3ba4757c..da4ba1bfe09d 100644 --- a/graphics/gnash-devel/Makefile +++ b/graphics/gnash-devel/Makefile @@ -34,7 +34,6 @@ USE_GNOME= pkgconfig libxml2 USE_XORG= x11 xau xdmcp xext xi xinerama ice sm USE_AUTOTOOLS= libltdl:15 automake:19:env autoheader:262:env autoconf:262:env aclocal:19:env libtool:15:env -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ PTHREAD_LIBS="${PTHREAD_LIBS}" \ diff --git a/graphics/gnash/Makefile b/graphics/gnash/Makefile index ed7bd620dfff..267e53b2c003 100644 --- a/graphics/gnash/Makefile +++ b/graphics/gnash/Makefile @@ -32,7 +32,6 @@ USE_GNOME= pkgconfig libxml2 USE_XORG= x11 xau xdmcp xext xi xinerama ice sm USE_AUTOTOOLS= libltdl:15 -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ PTHREAD_LIBS="${PTHREAD_LIBS}" \ diff --git a/graphics/gozer/Makefile b/graphics/gozer/Makefile index 3038ead2bef4..f92092e1eb30 100644 --- a/graphics/gozer/Makefile +++ b/graphics/gozer/Makefile @@ -17,7 +17,6 @@ COMMENT= Commandline text rendering utility - creates images from text LIB_DEPENDS= giblib.1:${PORTSDIR}/graphics/giblib GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-porbld-freebsd${OSREL} CONFIGURE_ARGS= --with-giblib-prefix=${LOCALBASE} MAN1= gozer.1 diff --git a/graphics/guilib/Makefile b/graphics/guilib/Makefile index d6545a2d7fce..d9adf8ca1716 100644 --- a/graphics/guilib/Makefile +++ b/graphics/guilib/Makefile @@ -18,7 +18,6 @@ COMMENT= A very simple GUI framework for use with SDL USE_SDL= sdl USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_LDCONFIG= yes USE_AUTOTOOLS= aclocal:19:env diff --git a/graphics/jpegpixi/Makefile b/graphics/jpegpixi/Makefile index 8e7fe9ec8baf..953063473322 100644 --- a/graphics/jpegpixi/Makefile +++ b/graphics/jpegpixi/Makefile @@ -17,7 +17,6 @@ COMMENT= Useful to correct images from digtal camera with CCD defects LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/graphics/kdc2tiff/Makefile b/graphics/kdc2tiff/Makefile index 3ae4c998174d..9c9e15d7e08d 100644 --- a/graphics/kdc2tiff/Makefile +++ b/graphics/kdc2tiff/Makefile @@ -19,7 +19,6 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/graphics/libgltext/Makefile b/graphics/libgltext/Makefile index a1dd3ad7c148..88cdee566950 100644 --- a/graphics/libgltext/Makefile +++ b/graphics/libgltext/Makefile @@ -23,7 +23,6 @@ USE_GMAKE= yes GNU_CONFIGURE= yes USE_LCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" OPTIONS= EXAMPLES "Compile examples, need libglut" off diff --git a/graphics/libpano12/Makefile b/graphics/libpano12/Makefile index 4add8508a256..60132553738a 100644 --- a/graphics/libpano12/Makefile +++ b/graphics/libpano12/Makefile @@ -27,7 +27,6 @@ USE_GNOME= gtk20 glib20 pango atk USE_AUTOTOOLS= autoconf:262:env autoheader:262:env aclocal:19:env \ automake:19:env libtool:15:env GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/gtk-2.0 \ -I${LOCALBASE}/include/glib-2.0 \ -I${LOCALBASE}/include/pango-1.0 \ diff --git a/graphics/libpano13/Makefile b/graphics/libpano13/Makefile index 3481be8dd696..5405ed2190cf 100644 --- a/graphics/libpano13/Makefile +++ b/graphics/libpano13/Makefile @@ -24,7 +24,6 @@ USE_GNOME= gtk20 glib20 pango atk USE_AUTOTOOLS= autoconf:262:env autoheader:262:env aclocal:110:env \ automake:110:env libtool:15:env GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/gtk-2.0 \ -I${LOCALBASE}/include/glib-2.0 \ -I${LOCALBASE}/include/pango-1.0 \ diff --git a/graphics/libungif/Makefile b/graphics/libungif/Makefile index b01fc7fefcfc..4671cefd6ef8 100644 --- a/graphics/libungif/Makefile +++ b/graphics/libungif/Makefile @@ -19,7 +19,6 @@ COMMENT= Tools and library routines for working with GIF images USE_BZIP2= yes USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_LDCONFIG= yes .if defined(WITHOUT_X11) diff --git a/graphics/libvisual/Makefile b/graphics/libvisual/Makefile index 4fa26e73b37e..86831cb426cf 100644 --- a/graphics/libvisual/Makefile +++ b/graphics/libvisual/Makefile @@ -22,7 +22,6 @@ USE_AUTOTOOLS= libtool:15 USE_LDCONFIG= yes CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} .include <bsd.port.pre.mk> diff --git a/graphics/libwpcg/Makefile b/graphics/libwpcg/Makefile index 409dfdeb968b..41d3aa0ef42e 100644 --- a/graphics/libwpcg/Makefile +++ b/graphics/libwpcg/Makefile @@ -19,7 +19,6 @@ COMMENT= A basic 2D/3D computer graphics library which uses OpenGL USE_GCC= 3.4 USE_GL= glut GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -lGL -lGLU -lglut" diff --git a/graphics/opencv/Makefile b/graphics/opencv/Makefile index e4c0e94041a0..b0d353c00349 100644 --- a/graphics/opencv/Makefile +++ b/graphics/opencv/Makefile @@ -28,7 +28,6 @@ CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --with-v4l --without-quicktime --without-carbon \ --without-1394libs \ --without-swig # I don't know anything about swig ... -CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} LIB_DEPENDS+= jpeg:${PORTSDIR}/graphics/jpeg \ png:${PORTSDIR}/graphics/png \ tiff:${PORTSDIR}/graphics/tiff \ diff --git a/graphics/opendx/Makefile b/graphics/opendx/Makefile index d9cc9ed96fd0..baf53efd4af5 100644 --- a/graphics/opendx/Makefile +++ b/graphics/opendx/Makefile @@ -25,7 +25,6 @@ USE_BISON= build USE_GL= yes USE_MOTIF= yes USE_AUTOTOOLS= libtool:15 -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CFLAGS+= ${PTHREAD_CFLAGS} CONFIGURE_ENV= ARCH="${OPSYS:L}" \ CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ diff --git a/graphics/panoglview/Makefile b/graphics/panoglview/Makefile index d443abe462f4..419a940b7b34 100644 --- a/graphics/panoglview/Makefile +++ b/graphics/panoglview/Makefile @@ -15,7 +15,6 @@ MAINTAINER= ii@any.com.ru COMMENT= Panorama viewer using OpenGL GNU_CONFIGURE= yes -CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \ CXXFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include -ftemplate-depth-64" \ LDFLAGS="${PTHREAD_LIBS} -L${LOCALBASE}/lib -lwx_gtk2_gl-${WX_VERSION}" \ diff --git a/graphics/panomatic/Makefile b/graphics/panomatic/Makefile index 5f479d09ca1a..7853bbdc4118 100644 --- a/graphics/panomatic/Makefile +++ b/graphics/panomatic/Makefile @@ -16,7 +16,6 @@ COMMENT= A tool that automates the creation of control points BUILD_DEPENDS= bjam:${PORTSDIR}/devel/boost GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_BZIP2= yes USE_GMAKE= yes diff --git a/graphics/pfscalibration/Makefile b/graphics/pfscalibration/Makefile index 0070f29865d9..6e370fc179a8 100644 --- a/graphics/pfscalibration/Makefile +++ b/graphics/pfscalibration/Makefile @@ -18,7 +18,6 @@ PFS_CPPFLAGS= -I${LOCALBASE}/include PFS_LDFLAGS= -L${LOCALBASE}/lib GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${PFS_CPPFLAGS}" \ LDFLAGS="${PFS_LDFLAGS}" USE_GMAKE= yes diff --git a/graphics/pfstmo/Makefile b/graphics/pfstmo/Makefile index 251a2be1c652..670668401d76 100644 --- a/graphics/pfstmo/Makefile +++ b/graphics/pfstmo/Makefile @@ -20,7 +20,6 @@ PFS_CPPFLAGS= -I${LOCALBASE}/include PFS_LDFLAGS= -L${LOCALBASE}/lib GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${PFS_CPPFLAGS}" \ LDFLAGS="${PFS_LDFLAGS}" USE_GMAKE= yes diff --git a/graphics/pfstools/Makefile b/graphics/pfstools/Makefile index f6aa74004419..df615b3dd7ab 100644 --- a/graphics/pfstools/Makefile +++ b/graphics/pfstools/Makefile @@ -22,7 +22,7 @@ PFS_BUILD= ${MACHINE_ARCH}-portbld-freebsd${OSREL} PLIST_SUB+= PFS_BASE=${PREFIX} GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${PFS_BUILD} +CONFIGURE_TARGET= ${PFS_BUILD} CONFIGURE_ARGS= --disable-jpeghdr --disable-matlab \ --with-bash=${LOCALBASE}/bin/bash CONFIGURE_ENV= CPPFLAGS="${PFS_CPPFLAGS}" \ diff --git a/graphics/pixie/Makefile b/graphics/pixie/Makefile index 7fa75c67fbe0..9c9b52958758 100644 --- a/graphics/pixie/Makefile +++ b/graphics/pixie/Makefile @@ -27,7 +27,6 @@ PORTDOCS=* USE_GL= yes ACLOCAL_ARGS= --acdir=${ACLOCAL_DIR} -I ${LOCALBASE}/share/aclocal USE_AUTOTOOLS= autoconf:262 aclocal:19 automake:19 libtool:15 -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CFLAGS="-O0 -fPIC -pipe -I${LOCALBASE}/include" \ CXXFLAGS="-O0 -pipe -fPIC -I${LOCALBASE}/include \ -I${LOCALBASE}/include/OpenEXR" \ diff --git a/graphics/potrace/Makefile b/graphics/potrace/Makefile index d6a7e4955cc2..abda905605d8 100644 --- a/graphics/potrace/Makefile +++ b/graphics/potrace/Makefile @@ -15,7 +15,6 @@ MAINTAINER= smyru@heron.pl COMMENT= Transforms bitmaps into vector graphics GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} .if !defined(NO_INSTALL_MANPAGES) MAN1= potrace.1 mkbitmap.1 diff --git a/graphics/povray/Makefile b/graphics/povray/Makefile index 433d30b7af08..cab67e085c44 100644 --- a/graphics/povray/Makefile +++ b/graphics/povray/Makefile @@ -54,7 +54,6 @@ CFLAGS= -O3 -tpp7 -axN -Vaxlib CXXFLAGS= -O3 -tpp7 -axN -Vaxlib .endif -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --x-includes="${LOCALBASE}/include" --includedir=${LOCALBASE} \ CXXFLAGS="${CXXFLAGS} -L${LOCALBASE}/lib" \ CFLAGS="${CFLAGS} -L${LOCALBASE}/lib" \ diff --git a/graphics/povray36/Makefile b/graphics/povray36/Makefile index 433d30b7af08..cab67e085c44 100644 --- a/graphics/povray36/Makefile +++ b/graphics/povray36/Makefile @@ -54,7 +54,6 @@ CFLAGS= -O3 -tpp7 -axN -Vaxlib CXXFLAGS= -O3 -tpp7 -axN -Vaxlib .endif -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --x-includes="${LOCALBASE}/include" --includedir=${LOCALBASE} \ CXXFLAGS="${CXXFLAGS} -L${LOCALBASE}/lib" \ CFLAGS="${CFLAGS} -L${LOCALBASE}/lib" \ diff --git a/graphics/povray37/Makefile b/graphics/povray37/Makefile index 433d30b7af08..cab67e085c44 100644 --- a/graphics/povray37/Makefile +++ b/graphics/povray37/Makefile @@ -54,7 +54,6 @@ CFLAGS= -O3 -tpp7 -axN -Vaxlib CXXFLAGS= -O3 -tpp7 -axN -Vaxlib .endif -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --x-includes="${LOCALBASE}/include" --includedir=${LOCALBASE} \ CXXFLAGS="${CXXFLAGS} -L${LOCALBASE}/lib" \ CFLAGS="${CFLAGS} -L${LOCALBASE}/lib" \ diff --git a/graphics/qglviewer/Makefile b/graphics/qglviewer/Makefile index ba3f55ae09df..ff3f17eb8318 100644 --- a/graphics/qglviewer/Makefile +++ b/graphics/qglviewer/Makefile @@ -19,7 +19,6 @@ USE_AUTOTOOLS= libtool:15 USE_QT_VER= 3 USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_LDCONFIG= yes QTCPPFLAGS+= ${PTHREAD_CFLAGS} diff --git a/graphics/quesa/Makefile b/graphics/quesa/Makefile index e168751270af..1d5a41583bac 100644 --- a/graphics/quesa/Makefile +++ b/graphics/quesa/Makefile @@ -19,7 +19,6 @@ MAINTAINER= ports@FreeBSD.org COMMENT= High level 3D graphics library compatible with Apple's QuickDraw(TM) USE_AUTOTOOLS= libtool:15 -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GL= glu USE_XORG= x11 ice .ifdef (WITH_EXAMPLES) diff --git a/graphics/recoverjpeg/Makefile b/graphics/recoverjpeg/Makefile index 52a4511d999e..b39e1224baf9 100644 --- a/graphics/recoverjpeg/Makefile +++ b/graphics/recoverjpeg/Makefile @@ -20,8 +20,6 @@ MANCOMPRESSED= no # recoverjpeg scripts require many dependencies OPTIONS= SCRIPTS "Install sort-pictures script" off -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} - PLIST_FILES= bin/recoverjpeg MAN1= recoverjpeg.1 diff --git a/graphics/sam2p/Makefile b/graphics/sam2p/Makefile index b2e6b9119c60..06599a7a21fd 100644 --- a/graphics/sam2p/Makefile +++ b/graphics/sam2p/Makefile @@ -29,7 +29,6 @@ PLIST_FILES= bin/sam2p USE_PERL5_BUILD= yes USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} ALL_TARGET= ${PORTNAME} do-install: diff --git a/graphics/scrot/Makefile b/graphics/scrot/Makefile index 5de8df6dc472..92c3d78a4e4a 100644 --- a/graphics/scrot/Makefile +++ b/graphics/scrot/Makefile @@ -18,7 +18,6 @@ COMMENT= A screen capture utility that utilizes Imlib2 LIB_DEPENDS= giblib.1:${PORTSDIR}/graphics/giblib GNU_CONFIGURE= yes -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-portbld-freebsd${OSREL} .if defined(NOPORTDOCS) MAKE_ENV= NO_DOC=yes diff --git a/graphics/sdl_gfx/Makefile b/graphics/sdl_gfx/Makefile index a7e8d5dd7ce6..6ca2027bf4c3 100644 --- a/graphics/sdl_gfx/Makefile +++ b/graphics/sdl_gfx/Makefile @@ -21,7 +21,6 @@ USE_AUTOTOOLS= libtool:15 USE_SDL= sdl USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --includedir=${PREFIX}/include MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ AUTOHEADER="${TRUE}" diff --git a/graphics/sdl_image/Makefile b/graphics/sdl_image/Makefile index 1642c4435808..0613121c3118 100644 --- a/graphics/sdl_image/Makefile +++ b/graphics/sdl_image/Makefile @@ -23,7 +23,6 @@ USE_AUTOTOOLS= libtool:15 USE_SDL= sdl USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -lm" CONFIGURE_ARGS= --enable-tif --enable-xcf diff --git a/graphics/sdl_ttf/Makefile b/graphics/sdl_ttf/Makefile index c167ef48bdae..2f2e4b3411af 100644 --- a/graphics/sdl_ttf/Makefile +++ b/graphics/sdl_ttf/Makefile @@ -20,7 +20,6 @@ USE_AUTOTOOLS= libtool:15 USE_SDL= sdl USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" USE_LDCONFIG= yes diff --git a/graphics/simage/Makefile b/graphics/simage/Makefile index 09852141c813..3ac1b500c0f3 100644 --- a/graphics/simage/Makefile +++ b/graphics/simage/Makefile @@ -21,7 +21,6 @@ LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile \ png.5:${PORTSDIR}/graphics/png USE_AUTOTOOLS= libtool:15 -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --with-mpeg2enc diff --git a/graphics/tif22pnm/Makefile b/graphics/tif22pnm/Makefile index 0011dfe37f1c..cbe01fd95fdf 100644 --- a/graphics/tif22pnm/Makefile +++ b/graphics/tif22pnm/Makefile @@ -20,7 +20,6 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkg-config GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-libtiff-ldir=${LOCALBASE}/lib \ --with-libtiff-idir=${LOCALBASE}/include diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile index 92b85559ad6a..8a009ee25875 100644 --- a/graphics/tiff/Makefile +++ b/graphics/tiff/Makefile @@ -21,7 +21,6 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg USE_LDCONFIG= yes USE_AUTOTOOLS= libtool:15 -CONFIGURE_TARGET= CONFIGURE_ARGS+= --with-jpeg-include-dir=${LOCALBASE}/include \ --with-jpeg-lib-dir=${LOCALBASE}/lib diff --git a/graphics/tulip/Makefile b/graphics/tulip/Makefile index 73ea89f0a845..1803d8580086 100644 --- a/graphics/tulip/Makefile +++ b/graphics/tulip/Makefile @@ -32,8 +32,6 @@ USE_GNOME= libxml2 USE_AUTOTOOLS= libtool:15 USE_LDCONFIG= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} - .include <bsd.port.pre.mk> .if ${ARCH} == "amd64" || ${ARCH} == "ia64" diff --git a/graphics/vigra/Makefile b/graphics/vigra/Makefile index 49ee87f17f0b..4a57ec623c79 100644 --- a/graphics/vigra/Makefile +++ b/graphics/vigra/Makefile @@ -20,7 +20,6 @@ COMMENT= VIGRA stands for "Vision with Generic Algorithms" USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --docdir=${DOCSDIR} USE_GMAKE= yes diff --git a/graphics/vp/Makefile b/graphics/vp/Makefile index b3a65307cd91..5a0eae56fe09 100644 --- a/graphics/vp/Makefile +++ b/graphics/vp/Makefile @@ -16,7 +16,6 @@ COMMENT= An image viewer for X USE_SDL= image GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" MAN1= vp.1 diff --git a/graphics/xaralx/Makefile b/graphics/xaralx/Makefile index dd143d80235e..066f289a9a5d 100644 --- a/graphics/xaralx/Makefile +++ b/graphics/xaralx/Makefile @@ -27,7 +27,6 @@ LIB_DEPENDS+= xml2.5:${PORTSDIR}/textproc/libxml2 USE_AUTOTOOLS= autoconf:262:env aclocal:19:env automake:19:env libtool:15:env GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS+= --program-suffix=${PKGNAMESUFFIX} USE_GMAKE= yes diff --git a/graphics/xmms-iris/Makefile b/graphics/xmms-iris/Makefile index 1015a46f5ccc..5da477907e65 100644 --- a/graphics/xmms-iris/Makefile +++ b/graphics/xmms-iris/Makefile @@ -19,7 +19,6 @@ BUILD_DEPENDS= xmms-config:${PORTSDIR}/multimedia/xmms RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} PLIST_FILES= lib/xmms/Visualization/libiris.so USE_GNOME= gtk12 USE_GMAKE= yes diff --git a/graphics/xpdf/Makefile b/graphics/xpdf/Makefile index b11d62203f4b..5577512c8ae1 100644 --- a/graphics/xpdf/Makefile +++ b/graphics/xpdf/Makefile @@ -27,7 +27,6 @@ RUN_DEPENDS= ${LOCALBASE}/share/ghostscript/fonts/n021003l.pfb:${PORTSDIR}/print USE_GMAKE= yes USE_AUTOTOOLS= autoconf:262 -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --enable-opi \ diff --git a/graphics/zimg/Makefile b/graphics/zimg/Makefile index 4e3866b644e2..9111aac0561a 100644 --- a/graphics/zimg/Makefile +++ b/graphics/zimg/Makefile @@ -18,7 +18,6 @@ COMMENT= Image-generator that uses ASCII input files to create PNGs/EDFs LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-dynaload-cc="${CC}" \ --with-dynaload-cflags="${CFLAGS} -shared" \ --with-gd-includes="${LOCALBASE}/include" \ |