From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 24 17:00:26 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDDD716A41F for ; Sat, 24 Sep 2005 17:00:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 336C243D53 for ; Sat, 24 Sep 2005 17:00:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j8OH0QTI007714 for ; Sat, 24 Sep 2005 17:00:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j8OH0Q2J007713; Sat, 24 Sep 2005 17:00:26 GMT (envelope-from gnats) Date: Sat, 24 Sep 2005 17:00:26 GMT Message-Id: <200509241700.j8OH0Q2J007713@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Martin Piayda Cc: Subject: Re: ports/86517: mail/courier: Port Update of Courier 0.52.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Martin Piayda List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Sep 2005 17:00:26 -0000 The following reply was made to PR ports/86517; it has been noted by GNATS. From: Martin Piayda To: bug-followup@FreeBSD.org, martin.piayda@udo.edu Cc: Subject: Re: ports/86517: mail/courier: Port Update of Courier 0.52.0 Date: Sat, 24 Sep 2005 18:51:14 +0200 Updating to 0.52.1 and tested in a prefixed environment. It builds well, uninstalls, reinstalls ... The md5-diff is certainly not the main thing, so I'm leaving it out here. Regards, Martin Piayda ----- snip ----------- --- courier/Makefile Sat Sep 24 18:45:16 2005 +++ Makefile Sat Sep 24 18:45:58 2005 @@ -6,7 +6,7 @@ # PORTNAME= courier -PORTVERSION= 0.50.1 +PORTVERSION= 0.52.1 CATEGORIES= mail ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= courier @@ -17,6 +17,7 @@ BUILD_DEPENDS= courierauthconfig: ${PORTSDIR}/security/courier-authlib-base LIB_DEPENDS= fam.0:${PORTSDIR}/devel/fam RUN_DEPENDS= courierauthconfig: ${PORTSDIR}/security/courier-authlib-base \ + pcre:${PORTSDIR}/devel/pcre \ ${LOCALBASE}/share/sysconftool/sysconftool: ${PORTSDIR}/devel/sysconftool \ ${LOCALBASE}/etc/mime.types: ${PORTSDIR}/misc/mime-support \ ${SITE_PERL}/Net/CIDR.pm: ${PORTSDIR}/net-mgmt/p5-Net-CIDR @@ -73,8 +74,8 @@ USE_RC_SUBR= courier.sh .endif -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +CPPFLAGS+= -I${LOCALBASE}/include -I${PREFIX}/include +LDFLAGS+= -L${LOCALBASE}/lib -L${PREFIX}/include CONFIGURE_ENV= REHASH=${SCRIPTDIR}/c_rehash \ CPPFLAGS='${CPPFLAGS}' \ LDFLAGS='${LDFLAGS}' ---- snip --------