Date: Tue, 12 Feb 2013 12:39:51 +0000 From: Jaap Boender <jaapb@kerguelen.org> To: freebsd-ports-bugs@freebsd.org, miwi@freebsd.org Subject: Re: ports/176062: [maintainer update] www/ocaml-net to 3.6.3 Message-ID: <5234838.jTYoVHlyl1@purcell.mdx.ac.uk> In-Reply-To: <201302121228.r1CCSa27073777@freefall.freebsd.org> References: <201302121228.r1CCSa27073777@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--nextPart5194889.RG5FEToSPI Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Whoops, yes, sorry. I've attached a patch (to the already patched Makefile) that should solve the problem. --nextPart5194889.RG5FEToSPI Content-Disposition: attachment; filename="patch.txt" Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="ISO-8859-1"; name="patch.txt" --- Makefile.orig 2013-02-12 12:34:21.000000000 +0000 +++ Makefile 2013-02-12 12:34:44.000000000 +0000 @@ -42,7 +42,8 @@ OCAML_PKGDIRS= netsys netshm equeue shell netstring rpc-generator \ 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}\//} OPTIONS= SSL "Enable SSL support" ON \ --nextPart5194889.RG5FEToSPI--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5234838.jTYoVHlyl1>