Lines 1-9
Link Here
|
1 |
PORTNAME= opam |
1 |
PORTNAME= opam |
2 |
DISTVERSION= 2.1.6 |
2 |
DISTVERSION= 2.2.0 |
3 |
CATEGORIES= devel |
3 |
CATEGORIES= devel |
4 |
MASTER_SITES= https://github.com/ocaml/opam/releases/download/${DISTVERSION}/ |
4 |
MASTER_SITES= https://github.com/ocaml/opam/releases/download/${DISTVERSION}/ |
5 |
PKGNAMEPREFIX= ocaml- |
5 |
PKGNAMEPREFIX= ocaml- |
6 |
DISTNAME= opam-full-${DISTVERSION} |
6 |
DISTNAME= opam-full-${DISTVERSION}-2 |
7 |
|
7 |
|
8 |
MAINTAINER= hannes@mehnert.org |
8 |
MAINTAINER= hannes@mehnert.org |
9 |
COMMENT= Source-based package manager for OCaml |
9 |
COMMENT= Source-based package manager for OCaml |
Lines 24-33
USE_BINUTILS= yes
Link Here
|
24 |
|
24 |
|
25 |
GNU_CONFIGURE= yes |
25 |
GNU_CONFIGURE= yes |
26 |
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share |
26 |
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share |
27 |
CONFIGURE_ARGS= --disable-checks |
27 |
CONFIGURE_ARGS= --with-vendored-deps --with-mccs |
28 |
|
28 |
|
29 |
MAKE_JOBS_UNSAFE= yes |
29 |
MAKE_JOBS_UNSAFE= yes |
30 |
ALL_TARGET= cold-lib-ext cold-all |
30 |
ALL_TARGET= cold |
31 |
|
31 |
|
32 |
LDFLAGS_armv6= -Wl,-z,notext |
32 |
LDFLAGS_armv6= -Wl,-z,notext |
33 |
LDFLAGS_armv7= -Wl,-z,notext |
33 |
LDFLAGS_armv7= -Wl,-z,notext |
Lines 48-56
GIT_RUN_DEPENDS= git:devel/git
Link Here
|
48 |
MERCURIAL_RUN_DEPENDS= ${PY_MERCURIAL} |
48 |
MERCURIAL_RUN_DEPENDS= ${PY_MERCURIAL} |
49 |
RSYNC_RUN_DEPENDS= rsync:net/rsync |
49 |
RSYNC_RUN_DEPENDS= rsync:net/rsync |
50 |
|
50 |
|
51 |
pre-configure: |
|
|
52 |
@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} compiler) |
53 |
|
54 |
post-install: |
51 |
post-install: |
55 |
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/opam-installer |
52 |
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/opam-installer |
56 |
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/opam |
53 |
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/opam |