Date: Mon, 1 Oct 2001 06:22:29 -0700 (PDT) From: Michael Lucas <mwlucas@blackhelicopters.org> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/30956: update to ports/net/gq Message-ID: <200110011322.f91DMTa25038@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 30956 >Category: ports >Synopsis: update to ports/net/gq >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Oct 01 06:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Michael Lucas >Release: 4.4-stable >Organization: >Environment: FreeBSD pedicular.blackhelicopters.org 4.4-STABLE FreeBSD 4.4-STABLE #7: Wed Sep 19 10:07:18 EDT 2001 mwlucas@pedicular.blackhelicopters.org:/usr/obj/usr/src/sys/PEDICULAR i386 >Description: The gq port defaults to requiring openldap1. It has added functionality when linked against openldap2, and appears to work fine. Adding this functionality will not damage openldap1 users. >How-To-Repeat: Please find attached a patch to add WITH_OPENLDAP2 switch. I know the web form will destroy the formatting, but I don't have access to a real email client right now and the patch is trivial to reproduce if it's truly awful. Sorry! >Fix: --- Makefile-dist Mon Oct 1 08:57:03 2001 +++ Makefile Mon Oct 1 09:02:06 2001 @@ -12,7 +12,11 @@ MAINTAINER= roman@xpert.com -LIB_DEPENDS= ldap.1:${PORTSDIR}/net/openldap +.if defined(WITH_OPENLDAP2) +LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap2 +.else +LIB_DEPENDS+= ldap.1:${PORTSDIR}/net/openldap +.endif USE_X_PREFIX= yes USE_GTK= yes >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200110011322.f91DMTa25038>