Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Sep 2005 19:50:18 GMT
From:      Martin Piayda <martin.piayda@udo.edu>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/86517: mail/courier: Port Update of Courier 0.52.0
Message-ID:  <200509251950.j8PJoIh4006320@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/86517; it has been noted by GNATS.

From: Martin Piayda <martin.piayda@udo.edu>
To: bug-followup@FreeBSD.org, martin.piayda@udo.edu
Cc:  
Subject: Re: ports/86517: mail/courier: Port Update of Courier 0.52.0
Date: Sun, 25 Sep 2005 21:47:34 +0200

 Ok, here's a corrected version, as I found, that most users won't have
 courierauthconfig not in path.
 
 Therefore I'm passing it when configuring the package.
 The parameter is COURIERAUTHCONFIG and is assembled by the installation
 prefix and the relative path to courierauthconfig.
 This one, again, is tested. :-)
 
 ------- snip --------
 
 --- courier/Makefile    Sat Sep 24 18:45:16 2005
 +++ Makefile    Sun Sep 25 21:24:24 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,10 +17,12 @@
  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
 
 +
  CONFLICTS=     exim-4.* courier-imap-2.* maildrop-1.* \
                 postfix-1.* postfix-2.* \
                 qmail-1.* qmail-*-1.* \
 @@ -73,8 +75,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}/lib
  CONFIGURE_ENV= REHASH=${SCRIPTDIR}/c_rehash \
                 CPPFLAGS='${CPPFLAGS}' \
                 LDFLAGS='${LDFLAGS}'
 @@ -105,7 +107,8 @@
                 --with-default-maildrop=${MAILDROPDEFAULT} \
                 --with-paranoid-smtpext \
                 --enable-workarounds-for-imap-client-bugs \
 -               --cache-file=${WRKDIR}/courier.cache
 +               --cache-file=${WRKDIR}/courier.cache \
 +               COURIERAUTHCONFIG=${PREFIX}/bin/courierauthconfig
 
  INSTALL_TARGET=        install-strip install-perms
 
 ------- snip --------
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509251950.j8PJoIh4006320>