mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
- Update rcNG script to allow startup on 6.1-RELEASE.
Bump PORTREVISION. - Cosmetic fixes PR: ports/99537 Submitted by: maintainer Approved by: delphij (mentor)
This commit is contained in:
parent
604969de9a
commit
130a8036a0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=166483
@ -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 @@ OPTIONS= MYSQL "Use MySQL authentication" off \
|
||||
# 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 @@ CONFIGURE_ARGS+= --enable-auth-pgsql \
|
||||
.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
|
||||
|
||||
|
@ -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 @@ stop_postcmd()
|
||||
|
||||
# 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"
|
||||
|
Loading…
Reference in New Issue
Block a user