mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Add USES=readline to fix build on -current.
This commit is contained in:
parent
9be0d645fd
commit
2ac8e45b30
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362689
@ -12,6 +12,8 @@ COMMENT= Cache daemon using SQL for data manipulation
|
||||
|
||||
LIB_DEPENDS= libsqlite.so:${PORTSDIR}/databases/sqlite2
|
||||
|
||||
USES= readline
|
||||
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
@ -12,7 +12,7 @@ EXTRACT_SUFX= .tgz
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Attractive toolkit for the analysis of ELF object files
|
||||
|
||||
USES= gmake
|
||||
USES= gmake readline
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
@ -21,7 +21,7 @@ SUB_FILES= pkg-message jython.sh
|
||||
PLIST_FILES= %%JAVAJARDIR%%/libreadline-java.jar lib/libJavaReadline.so \
|
||||
lib/libJavaEditline.so lib/libJavaGetline.so
|
||||
PORTDOCS= README.1st README jython.sh JReadlineCompleter.py
|
||||
USES= gmake
|
||||
USES= gmake readline
|
||||
USE_JAVA= yes
|
||||
USE_LDCONFIG= yes
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
@ -11,7 +11,7 @@ COMMENT= Debugger for use with MSP 430 MCUs
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
USES= gmake
|
||||
USES= gmake readline
|
||||
|
||||
PLIST_FILES= bin/mspdebug man/man1/mspdebug.1.gz
|
||||
|
||||
|
@ -13,7 +13,7 @@ COMMENT= Interpreted dynamic parser
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}
|
||||
|
||||
USES= libtool
|
||||
USES= libtool readline
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
CFLAGS+= -Wno-return-type
|
||||
|
@ -11,6 +11,8 @@ COMMENT= To-do list manager
|
||||
|
||||
CONFLICTS= devtodo-[0-9]*
|
||||
|
||||
USES= readline
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
|
||||
CONFIGURE_ARGS+= --prefix=${PREFIX}
|
||||
|
@ -18,7 +18,7 @@ LICENSE= GPLv3
|
||||
|
||||
LIB_DEPENDS= libguile.so:${PORTSDIR}/lang/guile
|
||||
|
||||
USES= pkgconfig
|
||||
USES= pkgconfig readline
|
||||
USE_GNOME= vte
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
|
@ -10,7 +10,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
||||
MAINTAINER= johans@FreeBSD.org
|
||||
COMMENT= Not-so-very-strong chess engine
|
||||
|
||||
USES= gmake perl5
|
||||
USES= gmake perl5 readline
|
||||
USE_PERL5= build
|
||||
MAKE_JOBS_UNSAFE=yes
|
||||
MAKE_ENV= HAVE_GETOPT=1
|
||||
|
@ -11,6 +11,8 @@ MASTER_SITES= http://www.reynoldsnet.org/s10sh/ \
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= USB/serial userspace driver for the Canon PowerShot digital cameras
|
||||
|
||||
USES= readline
|
||||
|
||||
# Don't extract the libusb bundled with s10sh:
|
||||
EXTRACT_AFTER_ARGS= --exclude '*/libusb*'
|
||||
|
||||
|
@ -15,7 +15,7 @@ LICENSE= MIT
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/bin/makeinfo:${PORTSDIR}/print/texinfo
|
||||
|
||||
USES= gmake
|
||||
USES= gmake readline
|
||||
USE_JAVA= yes
|
||||
USE_AUTOTOOLS= libtool
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -12,7 +12,7 @@ LICENSE= MIT
|
||||
LIB_DEPENDS= libffi.so:${PORTSDIR}/devel/libffi
|
||||
|
||||
USE_PYTHON_BUILD= yes
|
||||
USES= gmake shebangfix pkgconfig
|
||||
USES= gmake shebangfix pkgconfig readline
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= micropython
|
||||
|
@ -17,6 +17,8 @@ LIB_DEPENDS= libffi.so:${PORTSDIR}/devel/libffi
|
||||
|
||||
CONFLICTS= newlisp-devel-[0-9]*
|
||||
|
||||
USES= readline
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
ALL_TARGET= default
|
||||
|
||||
|
@ -10,7 +10,7 @@ COMMENT= Very small C interpreter for scripting
|
||||
|
||||
LICENSE= BSD
|
||||
|
||||
USES= gmake
|
||||
USES= gmake readline
|
||||
USE_BZIP2= yes
|
||||
|
||||
PLIST_FILES= bin/picoc
|
||||
|
@ -13,7 +13,7 @@ EXTRACT_SUFX= .lha
|
||||
MAINTAINER= slaven@rezic.de
|
||||
COMMENT= Full featured floating point expression evaluator
|
||||
|
||||
USES= lha
|
||||
USES= lha readline
|
||||
|
||||
PLIST_FILES= bin/Eval
|
||||
|
||||
|
@ -16,6 +16,7 @@ BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/numpy:${PORTSDIR}/math/py-numpy \
|
||||
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/numpy:${PORTSDIR}/math/py-numpy \
|
||||
R:${PORTSDIR}/math/R
|
||||
|
||||
USES= readline
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_AUTOPLIST= yes
|
||||
|
@ -14,6 +14,7 @@ LICENSE= GPLv2
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
USES= readline
|
||||
USE_XORG= x11
|
||||
MAKEFILE= Makefile.freebsd
|
||||
|
||||
|
@ -11,6 +11,7 @@ COMMENT= Temperature control for fermenting beer and other applications
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
|
||||
USES= readline
|
||||
MAKE_ARGS= CFLAGS="${CFLAGS} -Wall -Wno-parentheses"
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
|
@ -19,7 +19,7 @@ KMODDIR= /boot/modules
|
||||
PLIST_SUB+= KMODDIR=${KMODDIR}
|
||||
MAKE_ARGS+= LIBTUNER_LIB=${LOCALBASE}/lib/libtuner LIBTUNER_HEADER=${LOCALBASE}/include/libtuner KMODDIR=${KMODDIR} PREFIX=${STAGEDIR}${PREFIX}
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
USES= kmod pkgconfig
|
||||
USES= kmod pkgconfig readline
|
||||
|
||||
OPTIONS_DEFINE= DEBUG LINUX_COMPAT HAL
|
||||
|
||||
|
@ -28,6 +28,7 @@ HAL_DESC= Compile MegaHAL (enables hal command)
|
||||
XMMS_DESC= Enable trackname command
|
||||
NOIPV4_DESC= IPv6 support (disables IPv4 support)
|
||||
|
||||
USES= readline
|
||||
MAKEFILE= makefile
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS=
|
||||
|
@ -13,7 +13,7 @@ COMMENT= Apple Filing Protocol client library
|
||||
LICENSE= GPLv2
|
||||
|
||||
INSTALL_TARGET= install-strip
|
||||
USES= gmake iconv libtool tar:bzip2
|
||||
USES= gmake iconv libtool tar:bzip2 readline
|
||||
USE_AUTOTOOLS= aclocal autoheader automake autoconf libtoolize
|
||||
AUTOMAKE_ARGS= --add-missing --copy --force
|
||||
USE_LDCONFIG= yes
|
||||
|
@ -15,6 +15,8 @@ GH_ACCOUNT= NetDirect
|
||||
GH_TAGNAME= ${GH_COMMIT}
|
||||
GH_COMMIT= 09cdd52
|
||||
|
||||
USES= readline
|
||||
|
||||
ALL_TARGET= nfsshell
|
||||
MAKE_ARGS= CC="${CC}" LIBS="-lreadline"
|
||||
|
||||
|
@ -16,6 +16,8 @@ USE_RC_SUBR= ossec-hids
|
||||
|
||||
CFLAGS+= -ferror-limit=0
|
||||
|
||||
USES= readline
|
||||
|
||||
.if defined(MAINTAINER_MODE)
|
||||
UID_FILES+= ../../UIDs
|
||||
GID_FILES+= ../../GIDs
|
||||
|
@ -17,7 +17,7 @@ LICENSE= LGPL21 GPLv2
|
||||
LICENSE_COMB= multi
|
||||
LICENSE_FILE= ${WRKSRC}/doc/COPYING
|
||||
|
||||
USES= gettext gmake libtool
|
||||
USES= gettext gmake libtool readline
|
||||
USE_AUTOTOOLS= autoconf libtoolize
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV+= INSTALL="${INSTALL} ${_BINOWNGRP}" \
|
||||
|
Loading…
Reference in New Issue
Block a user