diff options
author | bapt <bapt@FreeBSD.org> | 2014-06-25 16:58:09 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-06-25 16:58:09 +0800 |
commit | 4727c589d9430bcdd079ca9679f1362e865f9c7a (patch) | |
tree | f10cf7fb25b0aa3ea00f6de39d75c4dd6e48df98 /devel | |
parent | e0c273e0ff511da6fc1fbc34e48a17ba676d2d6a (diff) | |
download | freebsd-ports-gnome-4727c589d9430bcdd079ca9679f1362e865f9c7a.tar.gz freebsd-ports-gnome-4727c589d9430bcdd079ca9679f1362e865f9c7a.tar.zst freebsd-ports-gnome-4727c589d9430bcdd079ca9679f1362e865f9c7a.zip |
Fix build on system built WITHOUT_INFO
With hat: portmgr
Diffstat (limited to 'devel')
-rw-r--r-- | devel/automake/Makefile | 2 | ||||
-rw-r--r-- | devel/automake14/Makefile | 2 | ||||
-rw-r--r-- | devel/cutils/Makefile | 1 | ||||
-rw-r--r-- | devel/elib/Makefile | 1 | ||||
-rw-r--r-- | devel/gmake/Makefile | 2 | ||||
-rw-r--r-- | devel/libmatheval/Makefile | 2 | ||||
-rw-r--r-- | devel/libtool/Makefile | 1 | ||||
-rw-r--r-- | devel/m4/Makefile | 2 | ||||
-rw-r--r-- | devel/mingw32-gcc/Makefile | 3 | ||||
-rw-r--r-- | devel/monotone/Makefile | 2 |
10 files changed, 10 insertions, 8 deletions
diff --git a/devel/automake/Makefile b/devel/automake/Makefile index cf83dbe4286c..d823f388ecc8 100644 --- a/devel/automake/Makefile +++ b/devel/automake/Makefile @@ -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" diff --git a/devel/automake14/Makefile b/devel/automake14/Makefile index 692275fdf5a0..c81644f74f68 100644 --- a/devel/automake14/Makefile +++ b/devel/automake14/Makefile @@ -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} diff --git a/devel/cutils/Makefile b/devel/cutils/Makefile index a8cb7a344ac0..558dcfac30d1 100644 --- a/devel/cutils/Makefile +++ b/devel/cutils/Makefile @@ -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 diff --git a/devel/elib/Makefile b/devel/elib/Makefile index bf92dfd9686b..9615e070c532 100644 --- a/devel/elib/Makefile +++ b/devel/elib/Makefile @@ -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 diff --git a/devel/gmake/Makefile b/devel/gmake/Makefile index d9632756bd24..1ed0c4784ca4 100644 --- a/devel/gmake/Makefile +++ b/devel/gmake/Makefile @@ -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 diff --git a/devel/libmatheval/Makefile b/devel/libmatheval/Makefile index 67832819f7d3..4aaec48ccf26 100644 --- a/devel/libmatheval/Makefile +++ b/devel/libmatheval/Makefile @@ -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 diff --git a/devel/libtool/Makefile b/devel/libtool/Makefile index 81367afa75e5..fcbf0de5fab4 100644 --- a/devel/libtool/Makefile +++ b/devel/libtool/Makefile @@ -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" diff --git a/devel/m4/Makefile b/devel/m4/Makefile index 2444f80ab678..0288e5c7d955 100644 --- a/devel/m4/Makefile +++ b/devel/m4/Makefile @@ -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" diff --git a/devel/mingw32-gcc/Makefile b/devel/mingw32-gcc/Makefile index 8c00c5484602..9ed82ba6e2f9 100644 --- a/devel/mingw32-gcc/Makefile +++ b/devel/mingw32-gcc/Makefile @@ -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/-$//} diff --git a/devel/monotone/Makefile b/devel/monotone/Makefile index ee79f878d925..c84715141bea 100644 --- a/devel/monotone/Makefile +++ b/devel/monotone/Makefile @@ -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 |