This package is obsolete because lt_cv_sys_max_cmd_len is set by
platform/*.mk.
This commit is contained in:
parent
e92d4cc498
commit
82937f4e64
5 changed files with 2 additions and 54 deletions
5
Makefile
5
Makefile
|
@ -1,5 +1,5 @@
|
|||
# $Id: Makefile,v 1.1495 2004/10/15 12:49:46 cetrox Exp $
|
||||
# $NetBSD: Makefile,v 1.1495 2004/10/15 12:49:46 cetrox Exp $
|
||||
# $Id: Makefile,v 1.1496 2004/10/15 22:41:42 minskim Exp $
|
||||
# $NetBSD: Makefile,v 1.1496 2004/10/15 22:41:42 minskim Exp $
|
||||
|
||||
COMMENT= WIP pkgsrc packages
|
||||
|
||||
|
@ -153,7 +153,6 @@ SUBDIR+= evolution-sharp
|
|||
SUBDIR+= exiftool
|
||||
SUBDIR+= ezbounce
|
||||
SUBDIR+= fakenes
|
||||
SUBDIR+= faster-configure
|
||||
SUBDIR+= fbpanel
|
||||
SUBDIR+= festival-gaim
|
||||
SUBDIR+= firebird
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
This small script lets you save the long time GNU configure script
|
||||
"detecting maximum length of command-line arguments".
|
||||
|
||||
This utility is very simple implementation of so-called "pkgsrc database"
|
||||
with command-line lenghts, proposed once upon a time on tech-pkg@ . Better
|
||||
implementation could include cut-n-paste version from the configure script,
|
||||
but I think this small pkg works for me (saves me time installing the same
|
||||
file on many boxes).
|
|
@ -1,40 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2004/03/14 22:09:10 mpasternak Exp $
|
||||
# $Id: Makefile,v 1.1.1.1 2004/03/14 22:09:10 mpasternak Exp $
|
||||
#
|
||||
|
||||
DISTNAME= faster-configure-1.0
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= # none
|
||||
DISTFILES= # none
|
||||
|
||||
MAINTAINER= dotz@irc.pl
|
||||
HOMEPAGE= # none
|
||||
COMMENT= Allows to run GNU configure scripts faster
|
||||
|
||||
NO_BUILD= # defined
|
||||
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
|
||||
.if ${OPSYS} == "FreeBSD"
|
||||
. if ${LOWER_OPSYS_VERSUFFIX} == "4"
|
||||
CV_SYS_MAX_CMD_LEN=16384
|
||||
. else
|
||||
CV_SYS_MAX_CMD_LEN=16384 # does 5.x have bigger number?
|
||||
. endif
|
||||
.elif ${OPSYS} == "NetBSD"
|
||||
CV_SYS_MAX_CMD_LEN=65535
|
||||
.endif
|
||||
|
||||
.if defined(CV_SYS_MAX_CMD_LEN)
|
||||
do-install:
|
||||
${ECHO} "lt_cv_sys_max_cmd_len=${CV_SYS_MAX_CMD_LEN}" >> ${PREFIX}/etc/config.site
|
||||
.else
|
||||
do-install:
|
||||
@${ECHO}
|
||||
@${ECHO} "*** ERROR: ${OPSYS} is unknown to ${PKGNAME}"
|
||||
@${ECHO} "Please add entry for your operating system to the Makefile"
|
||||
@${ECHO}
|
||||
${FALSE}
|
||||
.endif
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
|
@ -1,2 +0,0 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2004/03/14 22:09:10 mpasternak Exp $
|
||||
etc/config.site
|
|
@ -1 +0,0 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2004/03/14 22:09:10 mpasternak Exp $
|
Loading…
Reference in a new issue