Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Jun 2006 11:10:28 GMT
From:      Boris Kovalenko <boris@tagnet.ru>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/99537: [MAINTAINER UPDATE] mail/tpop3d: [SUMMARIZE CHANGES]
Message-ID:  <200606271110.k5RBASGE059844@freefall.freebsd.org>

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

From: Boris Kovalenko <boris@tagnet.ru>
To: FreeBSD-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/99537: [MAINTAINER UPDATE] mail/tpop3d: [SUMMARIZE CHANGES]
Date: Tue, 27 Jun 2006 17:08:12 +0600

 This is a multi-part message in MIME format.
 --------------040609060905030506040903
 Content-Type: text/plain; charset=KOI8-R; format=flowed
 Content-Transfer-Encoding: 7bit
 
 Hello!
 
     Some more cosmetic fixes.
 
 With respect,
     Boris
 
 
 --------------040609060905030506040903
 Content-Type: text/plain;
  name="tpop3d.diff"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline;
  filename="tpop3d.diff"
 
 ===> Generating patch
 ===> Viewing diff with more
 diff -ruN --exclude=CVS /usr/ports/mail/tpop3d/Makefile /usr/ports/mail/tpop3d.new/Makefile
 --- /usr/ports/mail/tpop3d/Makefile	Thu May 11 08:57:20 2006
 +++ /usr/ports/mail/tpop3d.new/Makefile	Tue Jun 27 17:03:01 2006
 @@ -7,7 +7,7 @@
  
  PORTNAME=	tpop3d
  PORTVERSION=	1.5.3
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	mail
  MASTER_SITES=	http://www.ex-parrot.com/~chris/tpop3d/
  
 @@ -35,10 +35,9 @@
  # MySQL authentication
  .if defined(WITH_MYSQL) && !defined(WITHOUT_MYSQL)
  .if defined(WITH_PGSQL) && !defined(WITHOUT_PGSQL)
 -IGNORE=	MySQL and PgSQL authentication can not be build together
 +BROKEN=	MySQL and PgSQL authentication can not be build together
  .endif
  USE_MYSQL=		yes
 -DEFAULT_MYSQL_VER=	41
  CONFIGURE_ARGS+=	--enable-auth-mysql \
  			--with-mysql-lib-dir=${LOCALBASE}/lib/mysql \
  			--with-mysql-include-dir=${LOCALBASE}/include/mysql
 @@ -53,7 +52,7 @@
  .endif
  
  .if defined(WITH_LDAP) && !defined(WITHOUT_LDAP)
 -LIB_DEPENDS+=		ldap-2.2:${PORTSDIR}/net/openldap22-client
 +USE_OPENLDAP=		yes
  CONFIGURE_ARGS+=	--enable-auth-ldap --with-openldap-root=${LOCALBASE}
  .endif
  
 diff -ruN --exclude=CVS /usr/ports/mail/tpop3d/files/tpop3d.sh.in /usr/ports/mail/tpop3d.new/files/tpop3d.sh.in
 --- /usr/ports/mail/tpop3d/files/tpop3d.sh.in	Tue Feb 21 01:47:16 2006
 +++ /usr/ports/mail/tpop3d.new/files/tpop3d.sh.in	Tue Jun 27 16:43:01 2006
 @@ -2,7 +2,7 @@
  #
  
  # PROVIDE: tpop3d
 -# BEFORE:  LOGIN
 +# REQUIRE:  LOGIN
  
  #
  # Add the following line to /etc/rc.conf to enable tpop3d:
 @@ -27,14 +27,14 @@
  
  # set defaults
  
 -tpop3d_enable=${tpop3d_enable:-"NO"}
 -tpop3d_flags=${tpop3d_flags:-""}
 -load_rc_config $name
  
  command=%%PREFIX%%/sbin/tpop3d
  required_files=%%PREFIX%%/etc/tpop3d.conf
  pidfile=/var/run/tpop3d.pid
  
 -tpop3d_flags="${tpop3d_flags} -f ${required_files} -p ${pidfile}"
 +load_rc_config $name
 +
 +: ${tpop3d_enable="NO"}
 +: ${tpop3d_flags="-f ${required_files} -p ${pidfile}"}
  
  run_rc_command "$1"
 ===> Done
 
 --------------040609060905030506040903--



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