From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 12 12:38:21 2013 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 97B62DCD for ; Tue, 12 Feb 2013 12:38:21 +0000 (UTC) (envelope-from jaapb@kerguelen.org) Received: from mail-wi0-f180.google.com (mail-wi0-f180.google.com [209.85.212.180]) by mx1.freebsd.org (Postfix) with ESMTP id 1F859C2A for ; Tue, 12 Feb 2013 12:38:20 +0000 (UTC) Received: by mail-wi0-f180.google.com with SMTP id hi8so33232wib.7 for ; Tue, 12 Feb 2013 04:38:13 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:from:to:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-type:content-transfer-encoding :x-gm-message-state; bh=YY/86iAJqp5bQvCoEXYaIGStHo0qW3pDXDIeY6s8OwU=; b=JEwPcJrImB19RPPz02N4JyUCg0OAxEbbdZirsc4OQJhlYQqvfPwBt3UYszy1gMKiVL edOe6P0a3YlS8VCL3YfltOAWdyXIzccue/u0Zar4XElRvcsE3KGHyGHgpYvHoWungGTN 30znAbp8DCh4W/NX4tI1U6iIgEcjKkD7WcS9OL05leEUtXSZ95bEEI/jFR042xvzm23C ni5YzjujVMCY5jupSPlIDr7ID4CAaU7vn2GHiCPgeIUH/5YWrFPvSPybWqvzE0eBtYC7 0kLqhri0DAlQ5c6NdEQacMbI8JMj26h6eVHcbF+Z9XHFKsim/DWjtm6Rk9Ww6aqovkUP W8jg== X-Received: by 10.180.93.234 with SMTP id cx10mr2882084wib.34.1360672693725; Tue, 12 Feb 2013 04:38:13 -0800 (PST) Received: from purcell.mdx.ac.uk (dyn119-183.mdx.ac.uk. [158.94.119.183]) by mx.google.com with ESMTPS id e12sm39423722wiw.5.2013.02.12.04.38.11 (version=TLSv1 cipher=RC4-SHA bits=128/128); Tue, 12 Feb 2013 04:38:12 -0800 (PST) From: Jaap Boender To: freebsd-ports-bugs@freebsd.org, miwi@freebsd.org Subject: Re: ports/176062: [maintainer update] www/ocaml-net to 3.6.3 Date: Tue, 12 Feb 2013 12:39:51 +0000 Message-ID: <5234838.jTYoVHlyl1@purcell.mdx.ac.uk> User-Agent: KMail/4.8.4 (FreeBSD/9.1-RELEASE; KDE/4.8.4; amd64; ; ) In-Reply-To: <201302121228.r1CCSa27073777@freefall.freebsd.org> References: <201302121228.r1CCSa27073777@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="nextPart5194889.RG5FEToSPI" Content-Transfer-Encoding: 7Bit X-Gm-Message-State: ALoCoQktJyc+QSsW8gOjuFOMN23vhAY7jhhq0iGD8Hqxc58mb9QamyqmqB0wE6gdg4d5bVHo4N02 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Feb 2013 12:38:21 -0000 --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--