mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
www/ocaml-net: Upgrade version 3.5.1 -> 3.7.3 and stage
The original PR requested to version 3.6.3, but it was straight-forward to jump to the latest version. The stage support came from the pkgsrc version. PR: ports/176062 Submitted by: maintainer (Jaap Boender) Stage support: Taken from pkgsrc
This commit is contained in:
parent
51bd54d267
commit
69ffa6b7d9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349308
@ -2,7 +2,7 @@
|
|||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= net
|
PORTNAME= net
|
||||||
PORTVERSION= 3.5.1
|
PORTVERSION= 3.7.3
|
||||||
CATEGORIES= www
|
CATEGORIES= www
|
||||||
MASTER_SITES= http://download.camlcity.org/download/
|
MASTER_SITES= http://download.camlcity.org/download/
|
||||||
PKGNAMEPREFIX= ocaml-
|
PKGNAMEPREFIX= ocaml-
|
||||||
@ -11,19 +11,21 @@ DISTNAME= ocaml${PORTNAME}-${PORTVERSION}
|
|||||||
MAINTAINER= jaapb@kerguelen.org
|
MAINTAINER= jaapb@kerguelen.org
|
||||||
COMMENT= OCaml modules for Internet applications
|
COMMENT= OCaml modules for Internet applications
|
||||||
|
|
||||||
|
LICENSE= GPLv2
|
||||||
|
|
||||||
BUILD_DEPENDS= ${SA_DIR}/pcre/pcre.a:${PORTSDIR}/devel/ocaml-pcre
|
BUILD_DEPENDS= ${SA_DIR}/pcre/pcre.a:${PORTSDIR}/devel/ocaml-pcre
|
||||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
RUN_DEPENDS= ${SA_DIR}/pcre/pcre.a:${PORTSDIR}/devel/ocaml-pcre
|
||||||
|
|
||||||
CONFLICTS= ocaml-equeue-2* ocaml-netclient-0*
|
CONFLICTS= ocaml-equeue-2* ocaml-netclient-0*
|
||||||
|
|
||||||
USES= gmake
|
USES= gmake
|
||||||
USE_OCAML= yes
|
USE_OCAML= yes
|
||||||
USE_OCAML_FINDLIB= yes
|
USE_OCAML_FINDLIB= yes
|
||||||
USE_OCAML_LDCONFIG= yes
|
USE_OCAML_LDCONFIG= yes
|
||||||
USE_OCAMLFIND_PLIST= yes
|
USE_OCAMLFIND_PLIST= yes
|
||||||
HAS_CONFIGURE= yes
|
HAS_CONFIGURE= yes
|
||||||
|
|
||||||
ALL_TARGET= all opt
|
ALL_TARGET= all opt
|
||||||
MAKE_JOBS_UNSAFE= yes
|
MAKE_JOBS_UNSAFE= yes
|
||||||
|
|
||||||
PLIST_FILES= bin/netplex-admin \
|
PLIST_FILES= bin/netplex-admin \
|
||||||
@ -32,86 +34,77 @@ PLIST_FILES= bin/netplex-admin \
|
|||||||
DOCSDIR= ${PREFIX}/share/doc/ocaml/${PKGNAMEPREFIX}${PORTNAME}
|
DOCSDIR= ${PREFIX}/share/doc/ocaml/${PKGNAMEPREFIX}${PORTNAME}
|
||||||
EXAMPLESDIR= ${PREFIX}/share/examples/ocaml/${PKGNAMEPREFIX}${PORTNAME}
|
EXAMPLESDIR= ${PREFIX}/share/examples/ocaml/${PKGNAMEPREFIX}${PORTNAME}
|
||||||
SA_DIR= ${LOCALBASE}/${OCAML_SITELIBDIR}
|
SA_DIR= ${LOCALBASE}/${OCAML_SITELIBDIR}
|
||||||
|
|
||||||
PORTDOCS= *
|
PORTDOCS= *
|
||||||
PORTEXAMPLES= *
|
PORTEXAMPLES= *
|
||||||
|
|
||||||
OCAML_PKGDIRS= netsys netshm equeue shell netstring rpc-generator \
|
OCAML_PKGDIRS= netsys netshm equeue shell netstring rpc-generator \
|
||||||
rpc pop smtp netclient netcgi2 netgssapi netplex \
|
rpc pop smtp netclient netcgi2 netgssapi netplex \
|
||||||
netcgi2-plex netcamlbox netmulticore rpc-auth-local
|
netcgi2-plex netcamlbox netmulticore rpc-auth-local \
|
||||||
|
netstring-pcre
|
||||||
OCAML_LDLIBS= ${OCAML_PKGDIRS:S/^/${OCAML_SITELIBDIR}\//}
|
OCAML_LDLIBS= ${OCAML_PKGDIRS:S/^/${OCAML_SITELIBDIR}\//}
|
||||||
|
|
||||||
OPTIONS_DEFINE= SSL NETHTTPD AUTH_DH GTK2 APACHE ZIP SCRAM EXAMPLES DOCS
|
OPTIONS_DEFINE= SSL NETHTTPD AUTH_DH GTK2 APACHE ZIP SCRAM EXAMPLES DOCS
|
||||||
OPTIONS_DEFAULT= SSL
|
OPTIONS_DEFAULT=SSL
|
||||||
AUTH_DH_DESC= Diffie-Hellman authorization support
|
AUTH_DH_DESC= Diffie-Hellman authorization support
|
||||||
NETHTTPD_DESC= Integrated HTTP daemon
|
NETHTTPD_DESC= Integrated HTTP daemon
|
||||||
SCRAM_DESC= SCRAM support
|
SCRAM_DESC= SCRAM support
|
||||||
ZIP_DESC= Compression support
|
ZIP_DESC= Compression support
|
||||||
APACHE_DESC= Apache mod connector (experimental)
|
APACHE_DESC= Apache mod connector (experimental)
|
||||||
|
|
||||||
CONFIGURE_ARGS+= -disable-gtk
|
CONFIGURE_ARGS+=-disable-gtk \
|
||||||
|
-enable-pcre
|
||||||
|
|
||||||
|
SSL_BUILD_DEPENDS= ${SA_DIR}/ssl/ssl.a:${PORTSDIR}/security/ocaml-ssl
|
||||||
|
SSL_RUN_DEPENDS= ${SA_DIR}/ssl/ssl.a:${PORTSDIR}/security/ocaml-ssl
|
||||||
|
|
||||||
|
AUTH_DH_BUILD_DEPENDS= ${SA_DIR}/cryptgps/cryptgps.a:${PORTSDIR}/security/ocaml-cryptgps
|
||||||
|
AUTH_DH_RUN_DEPENDS= ${SA_DIR}/cryptgps/cryptgps.a:${PORTSDIR}/security/ocaml-cryptgps
|
||||||
|
|
||||||
|
GTK2_BUILD_DEPENDS= lablgtk2:${PORTSDIR}/x11-toolkits/ocaml-lablgtk2
|
||||||
|
GTK2_RUN_DEPENDS= lablgtk2:${PORTSDIR}/x11-toolkits/ocaml-lablgtk2
|
||||||
|
|
||||||
|
ZIP_BUILD_DEPENDS= ${SA_DIR}/zip/zip.a:${PORTSDIR}/archivers/ocaml-zip
|
||||||
|
ZIP_RUN_DEPENDS= ${SA_DIR}/zip/zip.a:${PORTSDIR}/archivers/ocaml-zip
|
||||||
|
|
||||||
|
SCRAM_BUILD_DEPENDS= ${SA_DIR}/cryptokit/cryptokit.a:${PORTSDIR}/security/ocaml-cryptokit
|
||||||
|
SCRAM_RUN_DEPENDS= ${SA_DIR}/cryptokit/cryptokit.a:${PORTSDIR}/security/ocaml-cryptokit
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MSSL}
|
.if ${PORT_OPTIONS:MSSL}
|
||||||
CONFIGURE_ARGS+= -enable-ssl
|
CONFIGURE_ARGS+= -enable-ssl
|
||||||
BUILD_DEPENDS+= ${SA_DIR}/ssl/ssl.a:${PORTSDIR}/security/ocaml-ssl
|
|
||||||
RUN_DEPENDS+= ${SA_DIR}/ssl/ssl.a:${PORTSDIR}/security/ocaml-ssl
|
|
||||||
OCAML_PKGDIRS+= equeue-ssl rpc-ssl
|
OCAML_PKGDIRS+= equeue-ssl rpc-ssl
|
||||||
.else
|
|
||||||
CONFIGURE_ARGS+= -disable-ssl
|
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MNETHTTPD}
|
.if ${PORT_OPTIONS:MNETHTTPD}
|
||||||
CONFIGURE_ARGS+= -with-nethttpd
|
CONFIGURE_ARGS+= -with-nethttpd
|
||||||
OCAML_PKGDIRS+= nethttpd nethttpd-for-netcgi2
|
OCAML_PKGDIRS+= nethttpd nethttpd-for-netcgi2
|
||||||
.else
|
|
||||||
CONFIGURE_ARGS+= -without-nethttpd
|
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MAUTH_DH}
|
.if ${PORT_OPTIONS:MAUTH_DH}
|
||||||
CONFIGURE_ARGS+= -with-rpc-auth-dh
|
CONFIGURE_ARGS+= -with-rpc-auth-dh
|
||||||
BUILD_DEPENDS+= ${SA_DIR}/cryptgps/cryptgps.a:${PORTSDIR}/security/ocaml-cryptgps
|
|
||||||
RUN_DEPENDS+= ${SA_DIR}/cryptgps/cryptgps.a:${PORTSDIR}/security/ocaml-cryptgps
|
|
||||||
OCAML_PKGDIRS+= rpc-auth-dh
|
OCAML_PKGDIRS+= rpc-auth-dh
|
||||||
.else
|
|
||||||
CONFIGURE_ARGS+= -without-rpc-auth-dh
|
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MGTK2}
|
.if ${PORT_OPTIONS:MGTK2}
|
||||||
CONFIGURE_ARGS+= -enable-gtk2
|
CONFIGURE_ARGS+= -enable-gtk2
|
||||||
BUILD_DEPENDS+= lablgtk2:${PORTSDIR}/x11-toolkits/ocaml-lablgtk2
|
|
||||||
RUN_DEPENDS+= lablgtk2:${PORTSDIR}/x11-toolkits/ocaml-lablgtk2
|
|
||||||
OCAML_PKGDIRS+= equeue-gtk2
|
OCAML_PKGDIRS+= equeue-gtk2
|
||||||
.else
|
|
||||||
CONFIGURE_ARGS+= -disable-gtk2
|
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MAPACHE}
|
.if ${PORT_OPTIONS:MAPACHE}
|
||||||
USE_APACHE= 22+
|
USE_APACHE= 22+
|
||||||
CONFIGURE_ARGS+= -enable-apache -apxs ${APXS} -apache ${HTTPD}
|
CONFIGURE_ARGS+= -enable-apache -apxs ${APXS} -apache ${HTTPD}
|
||||||
OCAML_PKGDIRS+= netcgi_apache
|
OCAML_PKGDIRS+= netcgi_apache
|
||||||
.else
|
|
||||||
CONFIGURE_ARGS+= -disable-apache
|
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MZIP}
|
.if ${PORT_OPTIONS:MZIP}
|
||||||
CONFIGURE_ARGS+= -enable-zip
|
CONFIGURE_ARGS+= -enable-zip
|
||||||
BUILD_DEPENDS+= ${SA_DIR}/zip/zip.a:${PORTSDIR}/archivers/ocaml-zip
|
|
||||||
RUN_DEPENDS+= ${SA_DIR}/zip/zip.a:${PORTSDIR}/archivers/ocaml-zip
|
|
||||||
OCAML_PKGDIRS+= netzip
|
OCAML_PKGDIRS+= netzip
|
||||||
.else
|
|
||||||
CONFIGURE_ARGS+= -disable-zip
|
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MSCRAM}
|
.if ${PORT_OPTIONS:MSCRAM}
|
||||||
CONFIGURE_ARGS+= -enable-crypto
|
CONFIGURE_ARGS+= -enable-crypto
|
||||||
BUILD_DEPENDS+= ${SA_DIR}/cryptokit/cryptokit.a:${PORTSDIR}/security/ocaml-cryptokit
|
|
||||||
RUN_DEPENDS+= ${SA_DIR}/cryptokit/cryptokit.a:${PORTSDIR}/security/ocaml-cryptokit
|
|
||||||
OCAML_PKGDIRS+= netmech-scram
|
OCAML_PKGDIRS+= netmech-scram
|
||||||
.else
|
|
||||||
CONFIGURE_ARGS+= -disable-crypto
|
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@ -124,12 +117,13 @@ post-patch:
|
|||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
.if ${PORT_OPTIONS:MDOCS}
|
.if ${PORT_OPTIONS:MDOCS}
|
||||||
@${MKDIR} ${DOCSDIR}/
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}/
|
||||||
@(cd ${WRKSRC}/doc/ && ${COPYTREE_SHARE} \* ${DOCSDIR}/)
|
@(cd ${WRKSRC}/doc/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR}/)
|
||||||
.endif
|
.endif
|
||||||
.if ${PORT_OPTIONS:MEXAMPLES}
|
.if ${PORT_OPTIONS:MEXAMPLES}
|
||||||
@${MKDIR} ${EXAMPLESDIR}/
|
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/
|
||||||
@(cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} \* ${EXAMPLESDIR}/)
|
@(cd ${WRKSRC}/examples/ && \
|
||||||
|
${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR}/)
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
SHA256 (ocamlnet-3.5.1.tar.gz) = 1304eea88aacbc08864e7ff8fce58fab495f41c99b6379784121fc9e92ca8426
|
SHA256 (ocamlnet-3.7.3.tar.gz) = 4ddc6928856d57b613de8889708f04a7bba04571b7bf1c525418cf9e3d8b4468
|
||||||
SIZE (ocamlnet-3.5.1.tar.gz) = 3290994
|
SIZE (ocamlnet-3.7.3.tar.gz) = 3352779
|
||||||
|
15
www/ocaml-net/files/patch-Makefile
Normal file
15
www/ocaml-net/files/patch-Makefile
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
$NetBSD: patch-Makefile.rules,v 1.1 2012/07/06 09:29:14 wiz Exp $
|
||||||
|
|
||||||
|
make package work with DESTDIR support
|
||||||
|
--- Makefile.rules.orig 2012-02-29 18:02:51.000000000 +0000
|
||||||
|
+++ Makefile.rules
|
||||||
|
@@ -148,7 +148,8 @@ realuninstall: $(UNINSTOTHER) uninstall-
|
||||||
|
.PHONY: install-findlib
|
||||||
|
install-findlib: META
|
||||||
|
files=`$(COLLECT_FILES) *.mli *.cmi *.cma *.cmxa *.a dll* META $(INSTALL_EXTRA)` && \
|
||||||
|
- $(OCAMLFIND) install $(PKGNAME) $$files
|
||||||
|
+ $(OCAMLFIND) install -destdir $(DESTDIR)/$(PREFIX)/lib/ocaml/site-lib \
|
||||||
|
+ -ldconf /dev/null $(PKGNAME) $$files
|
||||||
|
|
||||||
|
.PHONY: uninstall-findlib
|
||||||
|
uninstall-findlib:
|
Loading…
Reference in New Issue
Block a user