explicitly tag no-autoheader some ports for which re-running it after autoconf

is a problem.
This commit is contained in:
espie 2004-03-04 17:49:26 +00:00
parent 9c6f8a3cc2
commit 26bd7c43d8
10 changed files with 21 additions and 20 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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}"

View File

@ -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" \

View File

@ -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}"

View File

@ -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