From owner-freebsd-ports Mon Sep 21 10:50:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA23828 for freebsd-ports-outgoing; Mon, 21 Sep 1998 10:50:30 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA23816 for ; Mon, 21 Sep 1998 10:50:27 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA28379; Mon, 21 Sep 1998 10:50:01 -0700 (PDT) Date: Mon, 21 Sep 1998 10:50:01 -0700 (PDT) Message-Id: <199809211750.KAA28379@freefall.freebsd.org> To: freebsd-ports@FreeBSD.ORG From: Tim Vanderhoek Subject: Re: ports/7995: New Port: OpenLDAP 1.0.1 Reply-To: Tim Vanderhoek Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/7995; it has been noted by GNATS. From: Tim Vanderhoek To: "Lachlan O'Dea" Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/7995: New Port: OpenLDAP 1.0.1 Date: Mon, 21 Sep 1998 13:48:59 -0400 On Mon, Sep 21, 1998 at 10:07:22AM -0400, Lachlan O'Dea wrote: > > > > Xman/man3/ldap_bind_s.3.gz > > > Xman/man3/ldap_simple_bind.3.gz > > > > There should not be any (_any_) manpages listed in pkg/DESCR. Remove > > them. Use either MANx or MLINKS as appropriate. > > I wasn't sure what to do with the symlinked ones, so I did the same thing > as the existing LDAP port. I'm not sure what you did with the symlinked manpages... All manpages that are linked (sym or hard) should be listed in the MLINKS variable. MLINKS is a list of manpages, like this, MLINKS= ldap_real.3 ldap_link.3 > XMAKE_ENV= LDAP_PREFIX=${PREFIX} \ > X EXTRACFLAGS="${CFLAGS}" Cool. > sed 's/^X//' >openldap/pkg/DESCR << 'END-of-openldap/pkg/DESCR' Hey, that's pretty good. :-) > sed 's/^X//' >openldap/files/manpages << 'END-of-openldap/files/manpages' > XMAN1+= ldapadd.1 > XMAN1+= ldapdelete.1 > XMAN1+= ldapmodify.1 > XMAN1+= ldapmodrdn.1 > XMAN1+= ldapsearch.1 > XMAN1+= ud.1 > XMAN3+= cldap.3 This file should be sorted. Just run the whole thing through sort(1) and it should come out right. The reason for this is that it makes reading diffs between versions easier. -- Me. Who'd you think sent this? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message