new lib_depends/revision

This commit is contained in:
sthen 2010-10-24 21:06:28 +00:00
parent ff07e285bc
commit f916ff61b1
17 changed files with 46 additions and 38 deletions

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.21 2010/05/01 13:28:47 ian Exp $
# $OpenBSD: Makefile,v 1.22 2010/10/24 21:06:28 sthen Exp $
COMMENT= regression testing utility for use with the Java language
VERSION= 3.8.2
DISTNAME= junit${VERSION}
PKGNAME= junit-${VERSION}p6
PKGNAME= junit-${VERSION}
REVISION= 6
# INSTALLDIR must not be set to ${PKGNAME}. Doing so will break
# the regress target in dependant ports if the patch level is bumped.
INSTALLDIR= junit-${VERSION}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2010/10/18 19:20:41 espie Exp $
# $OpenBSD: Makefile,v 1.7 2010/10/24 21:06:28 sthen Exp $
COMMENT = embeddable common-lisp
CATEGORIES = lang
@ -7,7 +7,7 @@ BROKEN-hppa = infinite loop during build
V = 8.12.0
DISTNAME = ecl-$V
PKGNAME = ${DISTNAME}p0
REVISION = 0
SHARED_LIBS += ecl 0.0
HOMEPAGE = http://ecls.sourceforge.net/
@ -40,10 +40,10 @@ MODGNU_CONFIG_GUESS_DIRS = ${WRKDIST} \
${WRKDIST}/src/gc \
${WRKDIST}/src/gmp
LIB_DEPENDS += gmp::devel/gmp \
gc::devel/boehm-gc
LIB_DEPENDS += ::devel/gmp \
::devel/boehm-gc
WANTLIB += c m pthread
WANTLIB += c gc gmp m pthread
post-build:
cd ${WRKBUILD}/build/doc && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} \

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.14 2010/10/19 15:21:03 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.15 2010/10/24 21:06:28 sthen Exp $
ONLY_FOR_ARCHS= i386
COMMENT= Modula-3 distribution for building CVSup
DISTNAME= ezm3-1.0
PKGNAME= ${DISTNAME}p2
REVISION= 2
CATEGORIES= lang
HOMEPAGE= http://www.cvsup.org/ezm3/

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.16 2010/10/18 21:50:39 sthen Exp $
# $OpenBSD: Makefile,v 1.17 2010/10/24 21:06:28 sthen Exp $
COMMENT= GNU awk
V= 3.1.7
DISTNAME= gawk-$V
PKGNAME= ${DISTNAME}p0
REVISION= 0
CATEGORIES= lang
HOMEPAGE= http://www.gnu.org/software/gawk/gawk.html
@ -26,7 +26,7 @@ CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --disable-libsigsegv
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
USE_GROFF = Yes
USE_GROFF= Yes
SUBST_VARS+= V

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.5 2010/10/18 19:20:41 espie Exp $
# $OpenBSD: Makefile,v 1.6 2010/10/24 21:06:28 sthen Exp $
ONLY_FOR_ARCHS = amd64 i386 powerpc sparc sparc64
COMMENT = ANS Standard Forth interpreter and compiler
DISTNAME = gforth-0.6.2
PKGNAME = ${DISTNAME}p1
REVISION = 1
CATEGORIES = lang
HOMEPAGE = http://www.jwdt.com/~paysan/gforth.html

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.18 2010/10/24 21:24:04 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.17 2010/10/24 21:06:28 sthen Exp $
COMMENT = Haskell 98 interpreter
@ -18,6 +18,7 @@ DISTFILES += ${DISTNAME}.tar.gz ${DISTNAME}-tests.tar.gz:0
CFLAGS += -fPIC
.endif
USE_X11 = Yes
USE_GROFF = Yes
CONFIGURE_STYLE = gnu
CONFIGURE_ENV += CFLAGS="${CFLAGS}" CC="${CC}"

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.18 2010/10/18 19:20:42 espie Exp $
# $OpenBSD: Makefile,v 1.19 2010/10/24 21:06:28 sthen Exp $
COMMENT=compile Java source into .class files (quickly!)
# Jikes, a fast Java compiler.
DISTNAME= jikes-1.22
PKGNAME= ${DISTNAME}p4
REVISION= 4
CATEGORIES= lang
HOMEPAGE= http://jikes.sourceforge.net/
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=jikes/}
@ -18,13 +18,14 @@ PERMIT_PACKAGE_CDROM= commercial contributor must indemnify all others
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= commercial contributor must indemnify all others
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c m stdc++
MODULES= converters/libiconv
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE=gnu
USE_GROFF = Yes
USE_GROFF= Yes
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.39 2010/10/18 19:20:42 espie Exp $
# $OpenBSD: Makefile,v 1.40 2010/10/24 21:06:28 sthen Exp $
COMMENT= powerful, light-weight programming language
DISTNAME= lua-5.1.4
PKGNAME= ${DISTNAME}p1
REVISION= 1
CATEGORIES= lang
MASTER_SITES= http://www.lua.org/ftp/ \

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.20 2010/10/18 19:20:42 espie Exp $
# $OpenBSD: Makefile,v 1.21 2010/10/24 21:06:28 sthen Exp $
# $FreeBSD: Makefile,v 1.1.1.1 1999/01/18 04:50:26 steve Exp $
COMMENT= fast POSIX-compliant awk
DISTNAME= mawk-1.3.3
PKGNAME= ${DISTNAME}p0
REVISION= 0
DISTFILES= ${DISTNAME:S,-,,}.tar.gz
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_BACKUP}
@ -14,6 +14,7 @@ PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c m
CONFIGURE_STYLE= gnu old

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.7 2009/05/20 03:24:50 avsm Exp $
# $OpenBSD: Makefile,v 1.8 2010/10/24 21:06:28 sthen Exp $
COMMENT= XML extension types for Objective Caml
CATEGORIES= lang textproc
@ -6,7 +6,7 @@ CATEGORIES= lang textproc
BROKEN= "needs update to match OCaml 3.11"
V= 3.09.2pl1
DISTNAME= ocamlduce-${V}
PKGNAME= ${DISTNAME}p0
REVISION= 0
MASTER_SITES= http://pauillac.inria.fr/~frisch/ocamlcduce/download/
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.7 2009/03/16 11:40:24 espie Exp $
# $OpenBSD: Makefile,v 1.8 2010/10/24 21:06:28 sthen Exp $
COMMENT= open source COBOL compiler
DISTNAME= open-cobol-1.0
PKGNAME = ${DISTNAME}p0
REVISION= 0
SHARED_LIBS += cob 3.0 # .2.0
CATEGORIES= lang
@ -18,13 +18,13 @@ PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=open-cobol/}
LIB_DEPENDS= db:db->=4,<5:databases/db/v4 \
gmp.>=6::devel/gmp
LIB_DEPENDS= :db->=4,<5:databases/db/v4 \
::devel/gmp
MODULES= devel/gettext
USE_LIBTOOL= Yes
WANTLIB= c m ncurses
WANTLIB= c db gmp m ncurses
AUTOCONF_VERSION= 2.59
CONFIGURE_STYLE=gnu autoconf

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.28 2010/10/24 21:24:04 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.27 2010/10/24 21:06:28 sthen Exp $
# $FreeBSD: ports/lang/otcl/Makefile,v 1.6 1999/11/28 18:31:28 steve Exp $
COMMENT= MIT Object Tcl
@ -33,6 +33,7 @@ CONFIGURE_ARGS+=--includedir=${PREFIX}/include/tcl8.4/generic \
--x-libraries=${X11BASE}/lib
CONFIGURE_ENV= LIBotcl_VERSION=${LIBotcl_VERSION}
USE_X11= Yes
NO_REGRESS= Yes
.include <bsd.port.mk>

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.6 2010/10/18 19:20:42 espie Exp $
# $OpenBSD: Makefile,v 1.7 2010/10/24 21:06:28 sthen Exp $
COMMENT= Scheme Underground's implementation of R5RS
V= 1.8
DISTNAME= scheme48-$V
PKGNAME= ${DISTNAME}p1
REVISION= 1
CATEGORIES= lang
HOMEPAGE= http://www.s48.org/
@ -23,7 +23,7 @@ EXTRACT_SUFX= .tgz
WANTLIB= c m pthread
USE_GMAKE= Yes
USE_GROFF = Yes
USE_GROFF= Yes
ALL_TARGET= enough
CONFIGURE_STYLE= gnu

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.29 2010/10/24 21:24:04 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.28 2010/10/24 21:06:28 sthen Exp $
# losely based on the FreeBSD port
.if ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "vax" || \
@ -63,6 +63,7 @@ OPTIONS+=--compiler-options=-I${X11BASE}/include --compiler-options=-O2
OPTIONS+=--linker-options=-L${X11BASE}/lib
SCM_DATA+= x11.scm xevent.scm
WANTLIB+= X11 pthread-stubs xcb
USE_X11= Yes
.endif
BUILD_DEPENDS=::devel/slib

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.4 2009/03/11 21:37:27 sthen Exp $
# $OpenBSD: Makefile,v 1.5 2010/10/24 21:06:28 sthen Exp $
COMMENT = learn Tcl interactively
DISTNAME = tcltutor-30b2
PKGNAME = ${DISTNAME}p1
REVISION = 1
CATEGORIES = lang lang/tcl

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.9 2010/10/24 21:24:05 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.8 2010/10/24 21:06:28 sthen Exp $
COMMENT= berkeley's implementation of the logo programming language
DISTNAME= ucblogo-5.5
@ -16,6 +16,7 @@ PERMIT_DISTFILES_FTP= Yes
WANTLIB= ICE SM X11 c m pthread-stubs termcap xcb
NO_REGRESS= Yes
USE_X11= Yes
MAKE_FILE= makefile
ALL_TARGET= logo makehelp helpfiles helpfiles/HELPCONTENTS

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.23 2010/10/24 21:24:05 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.22 2010/10/24 21:06:28 sthen Exp $
# XXX crashes & hangs, to be dealt with
NOT_FOR_ARCHS= powerpc m68k hppa arm sparc mips64 mips64el amd64 sparc64
@ -27,6 +27,7 @@ WRKDIST= ${WRKDIR}
LIB_DEPENDS= ::databases/gdbm
USE_X11= Yes
MAKE_ENV= ARCH="${MACHINE_ARCH}"
CONF_DIR= ${WRKSRC}/config/unix/openbsd