new lib_depends
This commit is contained in:
parent
f916ff61b1
commit
3e1d5438da
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.47 2010/10/24 21:24:04 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.46 2010/10/24 21:11:45 sthen Exp $
|
||||
|
||||
ONLY_FOR_ARCHS= amd64 i386 powerpc
|
||||
|
||||
@ -27,6 +27,7 @@ MODULES= devel/gettext
|
||||
# libtool needs to support -dlopen option
|
||||
USE_LIBTOOL= gnu
|
||||
USE_GMAKE= Yes
|
||||
USE_X11= Yes
|
||||
USE_GROFF = Yes
|
||||
|
||||
BUILD_DEPENDS= ::archivers/zip \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.47 2010/10/18 19:20:42 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.48 2010/10/24 21:11:46 sthen Exp $
|
||||
|
||||
COMMENT= Emacs Lisp-like runtime library
|
||||
|
||||
@ -24,12 +24,12 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
MASTER_SITES= http://download.tuxfamily.org/sawfish/librep/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
WANTLIB= c m ncurses readline
|
||||
WANTLIB= c gdbm gmp ffi m ncurses readline
|
||||
|
||||
MODULES= devel/gettext
|
||||
LIB_DEPENDS= gdbm.>=2::databases/gdbm \
|
||||
gmp::devel/gmp \
|
||||
ffi::devel/libffi
|
||||
LIB_DEPENDS= ::databases/gdbm \
|
||||
::devel/gmp \
|
||||
::devel/libffi
|
||||
|
||||
GNU_ARCH= ${MACHINE_ARCH:S/amd64/x86_64/}-unknown-openbsd${OSREV}
|
||||
SUBST_VARS= GNU_ARCH VERSION
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2010/10/03 22:13:18 kili Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2010/10/24 21:11:46 sthen Exp $
|
||||
|
||||
# sparc64 failed to build with 0.9.0.1 and needs testing
|
||||
# macppc fails too and is therefore disabled
|
||||
@ -23,9 +23,10 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
WANTLIB= c crypto m ncurses pthread readline stdc++ util
|
||||
WANTLIB += c crypto m ncurses pthread readline stdc++ util
|
||||
WANTLIB += icudata icuuc icui18n
|
||||
|
||||
LIB_DEPENDS= icudata,icuuc,icui18n::textproc/icu4c
|
||||
LIB_DEPENDS= ::textproc/icu4c
|
||||
REGRESS_DEPENDS= ::devel/p5-Test-Pod
|
||||
|
||||
CONFIGURE_SCRIPT= /usr/bin/perl Configure.pl
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2010/06/21 17:51:27 bernd Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2010/10/24 21:11:46 sthen Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -23,9 +23,9 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
MASTER_SITES= http://ftp.mozilla.org/pub/mozilla.org/js/ \
|
||||
http://ftp.mozilla.org/pub/mozilla.org/js/older-packages/
|
||||
|
||||
WANTLIB= c m pthread readline termcap
|
||||
WANTLIB= c m pthread readline termcap nspr4
|
||||
|
||||
LIB_DEPENDS= nspr4.>=16:nspr->=4.6.3:devel/nspr
|
||||
LIB_DEPENDS= :nspr->=4.6.3:devel/nspr
|
||||
|
||||
WRKDIST= ${WRKDIR}/js
|
||||
WRKSRC= ${WRKDIST}/src
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.25 2010/10/24 21:24:05 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.24 2010/10/24 21:11:46 sthen Exp $
|
||||
|
||||
BROKEN-hppa = build stalls during bootstrap in packages/chr
|
||||
|
||||
@ -36,6 +36,7 @@ CONFIGURE_ARGS = --enable-mt \
|
||||
--without-sgml \
|
||||
${CONFIGURE_SHARED}
|
||||
|
||||
USE_X11 = Yes
|
||||
USE_GMAKE = Yes
|
||||
USE_GROFF = Yes
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user