From owner-freebsd-ports Fri Apr 13 15:50: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 701BC37B440 for ; Fri, 13 Apr 2001 15:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3DMo2Y18184; Fri, 13 Apr 2001 15:50:02 -0700 (PDT) (envelope-from gnats) Date: Fri, 13 Apr 2001 15:50:02 -0700 (PDT) Message-Id: <200104132250.f3DMo2Y18184@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Anders Nordby Subject: Re: ports/26545: Fix port: mail/drac Reply-To: Anders Nordby Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/26545; it has been noted by GNATS. From: Anders Nordby To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: Re: ports/26545: Fix port: mail/drac Date: Sat, 14 Apr 2001 00:43:16 +0200 Umm, forget that patch. Sorry. Use this instead, as rpcgen -b in -stable generates new errors. The updated patch can also be downloaded from http://anders.fix.no/ports/archives/drac.diffs.2. diff -Nur drac.old/Makefile drac/Makefile --- drac.old/Makefile Fri Feb 9 21:32:36 2001 +++ drac/Makefile Fri Apr 13 23:24:58 2001 @@ -21,8 +21,14 @@ MAN3= dracauth.3 MAN1= rpc.dracd.1 +.include + post-patch: @${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/rpc.dracd.1m +.if ${OSVERSION} >= 500018 + @${PERL} -pi -e "s|^RPCGENFLAGS.*|RPCGENFLAGS = -C -b|g" \ + ${WRKSRC}/Makefile +.endif @${ECHO} "================================================================================" @${ECHO} "Use make -DWITH_POSTFIX or -DWITH_EXIM with this port for databases compatible" @${ECHO} "with those MTAs." @@ -37,4 +43,4 @@ @${INSTALL_MAN} ${WRKSRC}/rpc.dracd.1m ${PREFIX}/man/man1/rpc.dracd.1 .endif -.include +.include diff -Nur drac.old/pkg-descr drac/pkg-descr --- drac.old/pkg-descr Fri Feb 9 21:32:37 2001 +++ drac/pkg-descr Fri Apr 13 22:14:50 2001 @@ -9,3 +9,5 @@ The POP and SMTP servers can be on different hosts. WWW: http://mail.cc.umanitoba.ca/drac/ + +- Anders Nordby -- Anders. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message