mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Fix build on system built WITHOUT_INFO
With hat: portmgr
This commit is contained in:
parent
71bf6b0f0b
commit
698f728a34
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359209
@ -19,7 +19,7 @@ LIB_DEPENDS= libmp3lame.so:${PORTSDIR}/audio/lame \
|
||||
USE_AUTOTOOLS= libltdl
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= MAKEINFO="makeinfo --no-split"
|
||||
USES= gettext gmake pathfix pkgconfig libtool
|
||||
USES= gettext gmake pathfix pkgconfig libtool makeinfo
|
||||
USE_GNOME= gnomeprefix libgnomeui
|
||||
USE_XORG= xbitmaps x11
|
||||
INSTALL_TARGET= install-strip
|
||||
|
@ -13,6 +13,7 @@ COMMENT= Big Brother Database
|
||||
|
||||
USE_EMACS= yes
|
||||
|
||||
USES= makeinfo
|
||||
ALL_TARGET= bbdb info
|
||||
MAKE_ARGS= MAKE="${MAKE} clean MAKEINFO=\"makeinfo --no-split\""
|
||||
BBDB_LISPDIR= ${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME}
|
||||
|
@ -10,10 +10,9 @@ MASTER_SITES= GNU
|
||||
MAINTAINER= johans@FreeBSD.org
|
||||
COMMENT= The GNU Gregorian calendar program
|
||||
|
||||
USE_XZ= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= MAKEINFO="makeinfo --no-split"
|
||||
USES= shebangfix
|
||||
USES= shebangfix makeinfo tar:xz
|
||||
SHEBANG_FILES= misc/gcalltx/gcalltxp.in misc/gcalltx/gcalltx.pl
|
||||
|
||||
INFO= gcal
|
||||
|
@ -17,7 +17,7 @@ RUN_DEPENDS= ${AUTOCONF_DEPENDS} \
|
||||
USE_AUTOTOOLS= autoconf:env
|
||||
BUILD_VERSION= 1.14
|
||||
PLIST_SUB= BUILD_VERSION=${BUILD_VERSION}
|
||||
USES= perl5 tar:xz
|
||||
USES= makeinfo perl5 tar:xz
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --program-suffix=-${BUILD_VERSION}
|
||||
CONFIGURE_ENV+= MAKEINFO="makeinfo --no-split"
|
||||
|
@ -22,7 +22,7 @@ RUN_DEPENDS= ${AUTOCONF_DEPENDS} \
|
||||
USE_AUTOTOOLS= autoconf:env
|
||||
BUILD_VERSION= 1.4
|
||||
PLIST_SUB= BUILD_VERSION=${BUILD_VERSION}
|
||||
USES= perl5
|
||||
USES= makeinfo perl5
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= MAKEINFO="makeinfo --no-split"
|
||||
CONFIGURE_ARGS= --program-suffix=-${BUILD_VERSION}
|
||||
|
@ -9,6 +9,7 @@ MASTER_SITES= http://www.sigala.it/sandro/files/
|
||||
MAINTAINER= tj@FreeBSD.org
|
||||
COMMENT= Miscellaneous C programmer's utilities
|
||||
|
||||
USES= makeinfo
|
||||
GNU_CONFIGURE= yes
|
||||
MAKE_ENV= MAKEINFO=makeinfo
|
||||
INFO= cutils
|
||||
|
@ -12,6 +12,7 @@ PKGNAMESUFFIX= -${EMACS_PORT_NAME}
|
||||
MAINTAINER?= ports@FreeBSD.org
|
||||
COMMENT= Collection of useful routines for Emacs lisp programs
|
||||
|
||||
USES= makeinfo
|
||||
# setupel filename
|
||||
PORT_SETUPEL= elib-startup.el
|
||||
|
||||
|
@ -20,7 +20,7 @@ LICENSE= GPLv3
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+=--program-prefix=g
|
||||
|
||||
USES= tar:bzip2
|
||||
USES= makeinfo tar:bzip2
|
||||
|
||||
OPTIONS_DEFINE= NLS
|
||||
OPTIONS_SUB= yes
|
||||
|
@ -17,7 +17,7 @@ LIB_DEPENDS= libguile.so:${PORTSDIR}/lang/guile
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= LEXLIB=-lfl_pic MAKEINFO="makeinfo --no-split"
|
||||
USE_LDCONFIG= yes
|
||||
USES= libtool pathfix
|
||||
USES= libtool makeinfo pathfix
|
||||
INSTALL_TARGET= install-strip
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
@ -16,6 +16,7 @@ LICENSE?= GPLv2
|
||||
|
||||
CONFLICTS= libtool-fixed-[0-9]*
|
||||
|
||||
USES= makeinfo
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS?= --disable-ltdl-install
|
||||
CONFIGURE_ENV= MAKEINFO="makeinfo --no-split"
|
||||
|
@ -11,7 +11,7 @@ MASTER_SITES= GNU
|
||||
MAINTAINER= johans@FreeBSD.org
|
||||
COMMENT= GNU m4
|
||||
|
||||
USES= tar:bzip2
|
||||
USES= makeinfo tar:bzip2
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --program-prefix=g
|
||||
CONFIGURE_ENV= MAKEINFO="makeinfo --no-split"
|
||||
|
@ -25,8 +25,7 @@ SSP_UNSAFE= yes
|
||||
|
||||
ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 sparc64
|
||||
USE_LDCONFIG= yes
|
||||
USES= bison iconv gmake perl5
|
||||
USE_BZIP2= yes
|
||||
USES= bison iconv gmake makeinfo perl5 tar:bzip2
|
||||
USE_PERL5= build
|
||||
|
||||
GCC_TARG= ${PKGNAMEPREFIX:S/-$//}
|
||||
|
@ -19,7 +19,7 @@ LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre \
|
||||
libbotan-1.10.so:${PORTSDIR}/security/botan110
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
USES= iconv pkgconfig gmake perl5 lua:51 tar:bzip2
|
||||
USES= iconv pkgconfig gmake perl5 lua:51 tar:bzip2 makeinfo
|
||||
USE_PERL5= build
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
|
@ -16,6 +16,8 @@ LICENSE= GPLv2
|
||||
|
||||
PORTCLASS?= master
|
||||
|
||||
USES= makeinfo
|
||||
|
||||
# distfile version
|
||||
FLIM_VER= ${FLIM_TRUNK}.9
|
||||
FLIM_TRUNK= 1.14
|
||||
|
@ -13,6 +13,8 @@ COMMENT?= SEMI, Library of MIME feature for GNU Emacs for emacs
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
USES= makeinfo
|
||||
|
||||
PORTCLASS?= master
|
||||
|
||||
# distfile version
|
||||
|
@ -24,7 +24,7 @@ LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png \
|
||||
|
||||
RESTRICTED= ROMs are copyrighted by Commodore Business Machines
|
||||
|
||||
USES= iconv:patch pkgconfig gmake
|
||||
USES= iconv:patch pkgconfig gmake makeinfo
|
||||
USE_XORG= xpm ice sm xext xv xt x11 xmu
|
||||
USE_XORG+= xrender xinerama xi xrandr xcursor xcomposite xdamage xfixes
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -31,7 +31,7 @@ SOUNDSRC= ${WRKDIR}/${SOUNDISTNAME}
|
||||
MUSICSRC= ${WRKDIR}/${MUSICDISTNAME}
|
||||
|
||||
USE_SDL= mixer sdl
|
||||
USES= gettext gmake iconv
|
||||
USES= gettext gmake iconv makeinfo
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= MAKEINFO="makeinfo --no-split"
|
||||
CONFIGURE_ARGS= --with-sdl_mixer=${LOCALBASE} --without-gii --without-ggi
|
||||
|
@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
OPTIONS_DEFINE= X11
|
||||
|
||||
USES= libtool:keepla ncurses
|
||||
USES= libtool:keepla ncurses makeinfo
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-1.4.0
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
@ -23,7 +23,7 @@ LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||
RUN_DEPENDS= OpenEXR>=1.0:${PORTSDIR}/graphics/OpenEXR
|
||||
|
||||
USE_AUTOTOOLS= automake:env autoconf:env
|
||||
USES= gmake compiler:features
|
||||
USES= gmake compiler:features makeinfo
|
||||
# We need a newer version of makeinfo for this.
|
||||
# Remove this line when we remove texinfo from the base system.
|
||||
CONFIGURE_ARGS= MAKEINFO="${LOCALBASE}/bin/makeinfo"
|
||||
|
@ -32,7 +32,7 @@ DISTVERSION= ${PORTVERSION}
|
||||
GCC_VERSION= ${PORTVERSION:C/(.+)\.[0-9]{8}/\1/}
|
||||
SUFFIX= ${PORTVERSION:C/([0-9]+).([0-9]+).*/\1\2/}
|
||||
ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 sparc64
|
||||
USES= gmake iconv perl5 tar:bzip2
|
||||
USES= gmake iconv makeinfo perl5 tar:bzip2
|
||||
USE_BINUTILS= yes
|
||||
USE_PERL5= build
|
||||
SSP_UNSAFE= yes
|
||||
|
@ -32,7 +32,7 @@ DISTVERSION= ${PORTVERSION:C/([0-9]+\.[0-9]+).*\.s([0-9]+)/\1-\2/}
|
||||
GCC_VERSION= ${PORTVERSION:C/(.+)\.s[0-9]{8}/\1/}
|
||||
SUFFIX= ${PORTVERSION:C/([0-9]+).([0-9]+).*/\1\2/}
|
||||
ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 sparc64
|
||||
USES= gmake iconv perl5 tar:bzip2
|
||||
USES= gmake iconv perl5 tar:bzip2 makeinfo
|
||||
USE_BINUTILS= yes
|
||||
USE_PERL5= build
|
||||
SSP_UNSAFE= yes
|
||||
|
@ -32,7 +32,7 @@ DISTVERSION= ${PORTVERSION}
|
||||
GCC_VERSION= ${PORTVERSION:C/(.+)\.[0-9]{8}/\1/}
|
||||
SUFFIX= ${PORTVERSION:C/([0-9]+).([0-9]+).*/\1\2/}
|
||||
ONLY_FOR_ARCHS= amd64 i386 ia64 powerpc sparc64
|
||||
USES= gmake iconv perl5 tar:bzip2
|
||||
USES= gmake iconv makeinfo perl5 tar:bzip2
|
||||
USE_BINUTILS= yes
|
||||
USE_PERL5= build
|
||||
SSP_UNSAFE= yes
|
||||
|
@ -33,7 +33,7 @@ DISTVERSION= ${PORTVERSION}
|
||||
GCC_VERSION= ${PORTVERSION:C/(.+)\.[0-9]{8}/\1/}
|
||||
SUFFIX= ${PORTVERSION:C/([0-9]+).([0-9]+).*/\1\2/}
|
||||
ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 sparc64
|
||||
USES= gmake iconv perl5 tar:bzip2
|
||||
USES= gmake iconv makeinfo perl5 tar:bzip2
|
||||
USE_BINUTILS= yes
|
||||
USE_PERL5= build
|
||||
SSP_UNSAFE= yes
|
||||
|
@ -32,7 +32,7 @@ DISTVERSION= ${PORTVERSION:C/([0-9]+\.[0-9]+).*\.s([0-9]+)/\1-\2/}
|
||||
GCC_VERSION= ${PORTVERSION:C/(.+)\.s[0-9]{8}/\1/}
|
||||
SUFFIX= ${PORTVERSION:C/([0-9]+).([0-9]+).*/\1\2/}
|
||||
ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 sparc64
|
||||
USES= gmake iconv perl5 tar:bzip2
|
||||
USES= gmake iconv makeinfo perl5 tar:bzip2
|
||||
USE_BINUTILS= yes
|
||||
USE_PERL5= build
|
||||
SSP_UNSAFE= yes
|
||||
|
@ -32,7 +32,7 @@ DISTVERSION= ${PORTVERSION:C/([0-9]+\.[0-9]+).*\.s([0-9]+)/\1-\2/}
|
||||
GCC_VERSION= ${PORTVERSION:C/(.+)\.s[0-9]{8}/\1/}
|
||||
SUFFIX= ${PORTVERSION:C/([0-9]+).([0-9]+).*/\1\2/}
|
||||
ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 sparc64
|
||||
USES= gmake iconv perl5 tar:bzip2
|
||||
USES= gmake iconv makeinfo perl5 tar:bzip2
|
||||
USE_BINUTILS= yes
|
||||
USE_PERL5= build
|
||||
SSP_UNSAFE= yes
|
||||
|
@ -16,7 +16,7 @@ DIST_SUBDIR= exim
|
||||
MAINTAINER= rea@FreeBSD.org
|
||||
COMMENT= Documentation for the Exim MTA in multiple formats
|
||||
|
||||
USE_BZIP2= yes
|
||||
USES= makeinfo tar:bzip2
|
||||
NO_STAGE= yes
|
||||
|
||||
DOCFORMAT?= html
|
||||
|
@ -16,8 +16,7 @@ LICENSE= LGPL3
|
||||
OPTIONS_DEFINE= CPU_OPTS
|
||||
CPU_OPTS_DESC= Enable assembly optimizations for your CPU
|
||||
|
||||
USES= libtool:keepla
|
||||
USE_XZ= yes
|
||||
USES= libtool:keepla makeinfo tar:xz
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= MAKEINFO="makeinfo --no-split"
|
||||
CONFIGURE_ARGS= --prefix=${PREFIX} \
|
||||
|
@ -11,6 +11,7 @@ COMMENT= The GNU Scientific Library - mathematical libs
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
USES= makeinfo
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV+= MAKEINFO='makeinfo --no-split'
|
||||
|
@ -14,7 +14,7 @@ COMMENT= Library for arbitrary precision arithmetic (MinGW32)
|
||||
BUILD_DEPENDS= ${PKGNAMEPREFIX}gcc:${PORTSDIR}/devel/${PKGNAMEPREFIX}gcc \
|
||||
mingwm10.dll:${PORTSDIR}/devel/mingw32-bin-msvcrt
|
||||
|
||||
USE_BZIP2= yes
|
||||
USES= makeinfo tar:bzip2
|
||||
GMP_TARG= ${PKGNAMEPREFIX:S/-$//}
|
||||
GNU_CONFIGURE= yes
|
||||
CC= ${PKGNAMEPREFIX}gcc
|
||||
|
@ -15,6 +15,7 @@ LIB_DEPENDS= libnetcdf.so:${PORTSDIR}/science/netcdf
|
||||
|
||||
CONFLICTS= netcdf-ftn-[0-9]* netcdf3-ftn-[0-9]*
|
||||
|
||||
USES= makeinfo
|
||||
CPPFLAGS+= -I${LOCALBASE}/include -fPIC -DPIC -DgFortran
|
||||
GNU_CONFIGURE= yes
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
@ -19,7 +19,7 @@ LIB_DEPENDS= libgpg-error.so:${PORTSDIR}/security/libgpg-error \
|
||||
|
||||
GNUTLS_SUFFIX= 3
|
||||
|
||||
USES= gmake iconv libtool:keepla pkgconfig tar:xz
|
||||
USES= gmake iconv libtool:keepla makeinfo pkgconfig tar:xz
|
||||
USE_LDCONFIG= ${PREFIX}/lib/gnutls3
|
||||
CPPFLAGS+= -I${LOCALBASE}/include -fPIC
|
||||
LDFLAGS= -L${LOCALBASE}/lib
|
||||
|
@ -17,7 +17,7 @@ LICENSE_COMB= multi
|
||||
BUILD_DEPENDS= libgpg-error>=1.8:${PORTSDIR}/security/libgpg-error
|
||||
RUN_DEPENDS= libgpg-error>=1.8:${PORTSDIR}/security/libgpg-error
|
||||
|
||||
USES= libtool:oldver tar:bzip2
|
||||
USES= libtool:oldver makeinfo tar:bzip2
|
||||
USE_CSTD= gnu89
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= MAKEINFO="makeinfo --no-split"
|
||||
|
@ -16,7 +16,7 @@ LIB_DEPENDS= libidn.so:${PORTSDIR}/dns/libidn \
|
||||
|
||||
USE_AUTOTOOLS= libtool
|
||||
USE_PERL5= build
|
||||
USES= pathfix pkgconfig iconv perl5
|
||||
USES= pathfix pkgconfig iconv perl5 makeinfo
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= MAKEINFO="makeinfo --no-split"
|
||||
CONFIGURE_ARGS= --with-db-dir=/var/shishi
|
||||
|
@ -20,6 +20,8 @@ OPTIONS_DEFINE= OPENLDAP DOCS
|
||||
OPTIONS_DEFAULT=OPENLDAP
|
||||
OPENLDAP_DESC= OpenLDAP support
|
||||
|
||||
USES= makeinfo
|
||||
|
||||
USE_AUTOTOOLS= libtool
|
||||
USE_LDCONFIG= yes
|
||||
MAKE_JOBS_UNSAFE=yes
|
||||
|
@ -13,7 +13,7 @@ BUILD_DEPENDS= help2man:${PORTSDIR}/misc/help2man \
|
||||
gm4:${PORTSDIR}/devel/m4
|
||||
RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4
|
||||
|
||||
USES= bison gmake tar:bzip2
|
||||
USES= bison gmake makeinfo tar:bzip2
|
||||
GNU_CONFIGURE= yes
|
||||
# install flex header to its own dir to avoid conflict with system flex.
|
||||
CONFIGURE_ARGS= --includedir=${PREFIX}/include/flex --disable-shared
|
||||
|
@ -13,7 +13,7 @@ COMMENT= The GNU stream editor
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV+= MAKEINFO="makeinfo --no-split"
|
||||
|
||||
USES= charsetfix gmake
|
||||
USES= charsetfix makeinfo gmake
|
||||
PATCH_SUBDIRS= . doc lib sed
|
||||
DATADIR= ${PREFIX}/share/${PKGBASE}
|
||||
SAMP_FILES= binary*.sed dc.sed
|
||||
|
Loading…
Reference in New Issue
Block a user