From 26bd7c43d866d9d6184b5942ffee206fcfbab7ef Mon Sep 17 00:00:00 2001 From: espie Date: Thu, 4 Mar 2004 17:49:26 +0000 Subject: [PATCH] explicitly tag no-autoheader some ports for which re-running it after autoconf is a problem. --- converters/qprint/Makefile | 4 ++-- databases/sqlite/Makefile | 4 ++-- devel/boehm-gc/Makefile | 4 ++-- devel/ddd/Makefile | 4 ++-- devel/libslang/Makefile | 4 ++-- lang/python/Makefile.inc | 4 ++-- lang/tcl/8.4/Makefile | 4 ++-- x11/fltk/Makefile | 5 +++-- x11/tk/8.4/Makefile | 4 ++-- x11/xscreensaver/Makefile | 4 ++-- 10 files changed, 21 insertions(+), 20 deletions(-) diff --git a/converters/qprint/Makefile b/converters/qprint/Makefile index 7ce66965181..4f3a97c2ed5 100644 --- a/converters/qprint/Makefile +++ b/converters/qprint/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2003/09/30 19:41:09 naddy Exp $ +# $OpenBSD: Makefile,v 1.3 2004/03/04 17:49:26 espie Exp $ COMMENT= "converter to/from quoted-printable encoding" @@ -15,7 +15,7 @@ PERMIT_DISTFILES_FTP= Yes MASTER_SITES= ${HOMEPAGE} AUTOCONF_VERSION= 2.13 -CONFIGURE_STYLE= autoconf +CONFIGURE_STYLE= autoconf no-autoheader ALL_TARGET= prog REGRESS_TARGET= wringer diff --git a/databases/sqlite/Makefile b/databases/sqlite/Makefile index 1bd67266ba4..ee4f7f51c02 100644 --- a/databases/sqlite/Makefile +++ b/databases/sqlite/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2004/02/18 20:59:24 djm Exp $ +# $OpenBSD: Makefile,v 1.2 2004/03/04 17:49:26 espie Exp $ COMMENT= "Embedded SQL implementation" @@ -15,7 +15,7 @@ PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes -CONFIGURE_STYLE= autoconf dest +CONFIGURE_STYLE= autoconf dest no-autoheader AUTOCONF_VERSION= 2.57 USE_GMAKE= Yes WRKDIST= ${WRKDIR}/sqlite diff --git a/devel/boehm-gc/Makefile b/devel/boehm-gc/Makefile index e276aed1412..2450c07d034 100644 --- a/devel/boehm-gc/Makefile +++ b/devel/boehm-gc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.28 2003/10/16 14:09:51 todd Exp $ +# $OpenBSD: Makefile,v 1.29 2004/03/04 17:49:26 espie Exp $ # $FreeBSD: Makefile,v 1.4 1999/01/10 20:12:06 steve Exp $ COMMENT= "garbage collection and memory leak detection for C and C++" @@ -25,7 +25,7 @@ MAKE_ENV= CP="cp" \ INSTALL_DATA="${INSTALL_DATA}" \ INSTALL_MAN="${INSTALL_MAN}" -CONFIGURE_STYLE=autoconf +CONFIGURE_STYLE=autoconf no-autoheader AUTOCONF_VERSION=2.54 CONFIGURE_ARGS= ${CONFIGURE_SHARED} --enable-full-debug diff --git a/devel/ddd/Makefile b/devel/ddd/Makefile index 2e88739b5ed..2e904964384 100644 --- a/devel/ddd/Makefile +++ b/devel/ddd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.37 2004/01/18 14:00:54 sturm Exp $ +# $OpenBSD: Makefile,v 1.38 2004/03/04 17:49:26 espie Exp $ COMMENT= "Data Display Debugger, graphical front-end for GDB, etc" @@ -22,7 +22,7 @@ REGRESS_FLAGS+= "DISPLAY=$${DISPLAY}" "HOME=$${HOME}" VMEM_WARNING= Yes USE_MOTIF= any USE_GMAKE= Yes -CONFIGURE_STYLE=gnu autoconf +CONFIGURE_STYLE=gnu autoconf no-autoheader CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" AUTOCONF_VERSION=2.54 SEPARATE_BUILD= simple diff --git a/devel/libslang/Makefile b/devel/libslang/Makefile index 90be4dbae5e..2bedd248997 100644 --- a/devel/libslang/Makefile +++ b/devel/libslang/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.38 2004/02/24 00:06:43 naddy Exp $ +# $OpenBSD: Makefile,v 1.39 2004/03/04 17:49:26 espie Exp $ COMMENT= "stack-based interpreter for terminal applications" @@ -19,7 +19,7 @@ PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes -CONFIGURE_STYLE= autoconf +CONFIGURE_STYLE= autoconf no-autoheader MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC}/autoconf REGRESS_TARGET= runtests diff --git a/lang/python/Makefile.inc b/lang/python/Makefile.inc index a29124697e4..3c252b916a2 100644 --- a/lang/python/Makefile.inc +++ b/lang/python/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.17 2004/02/27 21:04:50 pvalchev Exp $ +# $OpenBSD: Makefile.inc,v 1.18 2004/03/04 17:49:26 espie Exp $ # IMPORTANT! If you make any changes to the Python ports, be sure # to also update files/CHANGES.OpenBSD for your change. This is a @@ -152,7 +152,7 @@ FULLPKGNAME-tests= python-tests-${VERSION}${PATCHLEVEL}${PKG_PATCHLEVEL} FULLPKGNAME-tkinter= python-tkinter-${VERSION}${PATCHLEVEL}${PKG_PATCHLEVEL} FULLPKGNAME-tools= python-tools-${VERSION}${PATCHLEVEL}${PKG_PATCHLEVEL} -CONFIGURE_STYLE?= autoconf dest +CONFIGURE_STYLE?= autoconf dest no-autoheader CONFIGURE_ARGS+= ${CONFIGURE_SHARED} CONFIGURE_ARGS+= --with-fpectl --with-threads diff --git a/lang/tcl/8.4/Makefile b/lang/tcl/8.4/Makefile index 88dc84aad6b..9d26fcf1f93 100644 --- a/lang/tcl/8.4/Makefile +++ b/lang/tcl/8.4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2003/12/17 04:56:22 jose Exp $ +# $OpenBSD: Makefile,v 1.4 2004/03/04 17:49:26 espie Exp $ # Uses pthreads (can but does not at the moment) COMMENT= "Tool Command Language" @@ -29,7 +29,7 @@ FAKE_FLAGS= INSTALL="install -c" INSTALL_ROOT="${WRKINST}" \ MAN_INSTALL_DIR='$${INSTALL_ROOT}$$(TCL_LIBRARY)/man' SEPARATE_BUILD= concurrent -CONFIGURE_STYLE= autoconf +CONFIGURE_STYLE= autoconf no-autoheader CONFIGURE_ARGS+= ${CONFIGURE_SHARED} CONFIGURE_ARGS+= --enable-static CONFIGURE_ENV= PORTSDIR="${PORTSDIR}" diff --git a/x11/fltk/Makefile b/x11/fltk/Makefile index 0269494cc3e..553ee4e74ee 100644 --- a/x11/fltk/Makefile +++ b/x11/fltk/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.27 2003/12/26 14:18:30 wilfried Exp $ +# $OpenBSD: Makefile,v 1.28 2004/03/04 17:49:26 espie Exp $ COMMENT= "Fast-Light Tool Kit" @@ -27,7 +27,8 @@ LIB_DEPENDS= jpeg.62::graphics/jpeg \ NO_REGRESS= Yes USE_X11= Yes -CONFIGURE_STYLE=autoconf dest +CONFIGURE_STYLE=autoconf dest no-autoheader +AUTOCONF_VERSION=2.54 CONFIGURE_ARGS= ${CONFIGURE_SHARED} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ diff --git a/x11/tk/8.4/Makefile b/x11/tk/8.4/Makefile index 8c877be498a..8621285d275 100644 --- a/x11/tk/8.4/Makefile +++ b/x11/tk/8.4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2003/12/17 04:57:21 jose Exp $ +# $OpenBSD: Makefile,v 1.4 2004/03/04 17:49:26 espie Exp $ COMMENT= "graphical toolkit for Tcl" @@ -31,7 +31,7 @@ FAKE_FLAGS= INSTALL="install -c" INSTALL_ROOT="${WRKINST}" \ SEPARATE_BUILD= concurrent USE_X11= Yes -CONFIGURE_STYLE= autoconf +CONFIGURE_STYLE= autoconf no-autoheader CONFIGURE_ARGS+= ${CONFIGURE_SHARED} CONFIGURE_ARGS+= --enable-static --with-tcl="${LOCALBASE}/lib/tcl8.4" CONFIGURE_ENV= PORTSDIR="${PORTSDIR}" diff --git a/x11/xscreensaver/Makefile b/x11/xscreensaver/Makefile index b1505c9c977..b0e54a464eb 100644 --- a/x11/xscreensaver/Makefile +++ b/x11/xscreensaver/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.20 2004/03/02 07:57:21 brad Exp $ +# $OpenBSD: Makefile,v 1.21 2004/03/04 17:49:26 espie Exp $ COMMENT= "screen saver and locker for the X Window System" @@ -28,7 +28,7 @@ USE_X11= Yes USE_GMAKE= Yes NO_REGRESS= Yes -CONFIGURE_STYLE= autoconf +CONFIGURE_STYLE= autoconf no-autoheader AUTOCONF_VERSION= 2.54 CONFIGURE_ARGS+= --with-hackdir="${PREFIX}/libexec/xscreensaver" CONFIGURE_ARGS+= --with-gl