From owner-freebsd-ports@FreeBSD.ORG Sun Dec 28 01:58:26 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 03084D76 for ; Sun, 28 Dec 2014 01:58:26 +0000 (UTC) Received: from mail-wi0-x22d.google.com (mail-wi0-x22d.google.com [IPv6:2a00:1450:400c:c05::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 87E876AB for ; Sun, 28 Dec 2014 01:58:25 +0000 (UTC) Received: by mail-wi0-f173.google.com with SMTP id r20so19380917wiv.12 for ; Sat, 27 Dec 2014 17:58:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=KgSEwg1UZAc4MBpde5RjPIJ/qmzUSBF57wSA4K1bHmM=; b=WaxsKgn489CMCQKapxq61Nx1YUEQLqyow/UTm0PbadNZL4qR6t/z7f9jE4Pn6lvXl1 iCRM1GiGujpYL3tsPAyhyfNUGOtGdzQuJ1hlLcAdTyYd6/Kc+tmtQv5gUVp4xhjP6qo7 rntxk+DXArUfrP2lyB2sf4yH8E5NyHoxRQCNzUt61Fv6VAD6CfLUQ6ElnXpF7SdrMX01 h9oavB/Ku5G0sLMQXPqy1nZTVC4wMs0EMzEBih6iS6U4KG2qeWL2GHKj31xfREuw8JIe DSC73a+p7oi5+AWFScvXAJnJGCfQRFIsOvq48aDeOtMDktNjs7EK84h5SVtLRLEu1sqr OLkA== MIME-Version: 1.0 X-Received: by 10.180.87.36 with SMTP id u4mr80770358wiz.20.1419731904003; Sat, 27 Dec 2014 17:58:24 -0800 (PST) Received: by 10.27.131.217 with HTTP; Sat, 27 Dec 2014 17:58:23 -0800 (PST) In-Reply-To: <1815157158.4777687.1419719110157.JavaMail.zimbra@students.itb.ac.id> References: <500032166.4777654.1419719058414.JavaMail.zimbra@students.itb.ac.id> <1815157158.4777687.1419719110157.JavaMail.zimbra@students.itb.ac.id> Date: Sat, 27 Dec 2014 19:58:23 -0600 Message-ID: Subject: Re: /security/openvpn-auth-ldap port From: Scot Hetzel To: nindya_ayu_w@students.itb.ac.id Content-Type: text/plain; charset=ISO-8859-1 Cc: FreeBSD Ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Dec 2014 01:58:26 -0000 On Sat, Dec 27, 2014 at 4:25 PM, wrote: > Good day, Sir > > I need to use security/openvpn-auth-ldap port which is currently unavailable > Can you help me with this problem ? > http://code.google.com/p/openvpn-auth-ldap/issues/detail?id=31 Try the patch in Comment #16: auth-ldap-gnustep.patch You will need to change --with-objc-runtime=GNU to --with-objc-runtime=modern in the port. Then copy the auth-ldap-gnustep.patch to files/patch-auth-ldap-gnustep. You would also need to remove files/patch-tests__Makefile.in, as the auth-ldap-gnustep.patch contains this fix. Also check out comment #22. I don't know if this will fix the issue on FreeBSD.