mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
ftp/ocaml-ocurl: unbreak the build under some circumstances
MAKE_JOBS_UNSAFE knob had been erroneously removed in d19bfbb151
(r477326) which had made the build fragile due to a race condition
when generating the `libcurl-helper.a' target. Clean the Makefile
up a bit while here and assume maintainership of the port.
Reported by: pkg-fallout
This commit is contained in:
parent
350d96226d
commit
caf9d71915
@ -5,7 +5,7 @@ PORTVERSION= 0.8.2
|
||||
CATEGORIES= ftp
|
||||
PKGNAMEPREFIX= ocaml-
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= danfe@FreeBSD.org
|
||||
COMMENT= Interface for OCaml to the curl lib
|
||||
|
||||
LICENSE= MIT
|
||||
@ -18,7 +18,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl
|
||||
|
||||
USES= gmake
|
||||
GNU_CONFIGURE= yes
|
||||
#CONFIGURE_ARGS+="--with-findlib"
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= ygrek
|
||||
@ -45,7 +45,6 @@ post-install:
|
||||
|
||||
post-configure-LWT-off:
|
||||
# Override auto-detection
|
||||
|
||||
${REINPLACE_CMD} 's/(lwt,no)/(no,no)/' ${WRKSRC}/Makefile \
|
||||
${WRKSRC}/examples/Makefile
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user