Change the shebang line from /bin/sh to /bin/ksh in all ports rc.d
daemon scripts and bump subpackages that contain the *.rc scripts. discussed with and OK aja@ OK tb
This commit is contained in:
parent
4d1057acb2
commit
9a8b5ccd06
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.113 2017/11/16 23:20:37 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.114 2018/01/11 19:27:01 rpe Exp $
|
||||
|
||||
BROKEN-hppa = no atomic ops
|
||||
COMMENT = Music Player Daemon
|
||||
VER = 0.20.10
|
||||
REVISION = 0
|
||||
REVISION = 1
|
||||
DISTNAME = mpd-${VER}
|
||||
CATEGORIES = audio
|
||||
HOMEPAGE = http://www.musicpd.org/
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#!/bin/ksh
|
||||
#
|
||||
# $OpenBSD: mpd.rc,v 1.5 2017/11/02 19:22:40 jca Exp $
|
||||
# $OpenBSD: mpd.rc,v 1.6 2018/01/11 19:27:01 rpe Exp $
|
||||
|
||||
daemon="${TRUEPREFIX}/sbin/mpd"
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2017/08/21 18:34:04 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2018/01/11 19:27:01 rpe Exp $
|
||||
|
||||
COMMENT= lightweight headless squeezebox emulator
|
||||
|
||||
V= 1.8
|
||||
REVISION= 3
|
||||
REVISION= 4
|
||||
DISTNAME= squeezelite-v$V
|
||||
PKGNAME= squeezelite-$V
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#!/bin/ksh
|
||||
#
|
||||
# $OpenBSD: squeezelite.rc,v 1.1 2016/04/04 12:05:37 sthen Exp $
|
||||
# $OpenBSD: squeezelite.rc,v 1.2 2018/01/11 19:27:01 rpe Exp $
|
||||
|
||||
daemon="${TRUEPREFIX}/bin/squeezelite -z"
|
||||
daemon_user="_squeezelite"
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.22 2016/08/02 10:10:13 kirby Exp $
|
||||
# $OpenBSD: Makefile,v 1.23 2018/01/11 19:27:01 rpe Exp $
|
||||
|
||||
COMMENT = minimalistic Mumble server
|
||||
|
||||
GH_ACCOUNT = fatbob313
|
||||
GH_PROJECT = umurmur
|
||||
GH_TAGNAME = 0.2.16a
|
||||
REVISION = 4
|
||||
REVISION = 5
|
||||
CATEGORIES = audio
|
||||
|
||||
HOMEPAGE = http://umurmur.net/
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#!/bin/ksh
|
||||
#
|
||||
# $OpenBSD: umurmurd.rc,v 1.3 2015/06/12 09:50:43 dcoppa Exp $
|
||||
# $OpenBSD: umurmurd.rc,v 1.4 2018/01/11 19:27:01 rpe Exp $
|
||||
|
||||
daemon="${TRUEPREFIX}/sbin/umurmurd"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2017/05/27 19:57:05 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2018/01/11 19:27:01 rpe Exp $
|
||||
|
||||
COMMENT= Music Player Daemon web client
|
||||
|
||||
@ -7,7 +7,7 @@ GH_PROJECT = ympd
|
||||
GH_TAGNAME = v1.3.0
|
||||
DISTNAME = ympd-1.3.0
|
||||
|
||||
REVISION = 2
|
||||
REVISION = 3
|
||||
|
||||
CATEGORIES = audio www
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#!/bin/ksh
|
||||
#
|
||||
# $OpenBSD: ympd.rc,v 1.4 2017/05/27 19:57:05 ajacoutot Exp $
|
||||
# $OpenBSD: ympd.rc,v 1.5 2018/01/11 19:27:01 rpe Exp $
|
||||
|
||||
daemon="${TRUEPREFIX}/bin/ympd"
|
||||
daemon_flags="-u _ympd"
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2017/05/27 19:57:05 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2018/01/11 19:27:01 rpe Exp $
|
||||
|
||||
COMMENT = html5-powered web music server
|
||||
|
||||
MODPY_EGG_VERSION = 0.6
|
||||
DISTNAME = zeya_${MODPY_EGG_VERSION}.orig
|
||||
PKGNAME = zeya-${MODPY_EGG_VERSION}
|
||||
REVISION = 3
|
||||
REVISION = 4
|
||||
CATEGORIES = audio www
|
||||
|
||||
HOMEPAGE = http://web.psung.name/zeya/
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#!/bin/ksh
|
||||
#
|
||||
# $OpenBSD: zeya.rc,v 1.3 2017/05/27 19:57:06 ajacoutot Exp $
|
||||
# $OpenBSD: zeya.rc,v 1.4 2018/01/11 19:27:01 rpe Exp $
|
||||
|
||||
daemon="${TRUEPREFIX}/sbin/zeya"
|
||||
daemon_flags="--path=/var/tmp"
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.57 2017/12/16 20:53:06 zhuk Exp $
|
||||
# $OpenBSD: Makefile,v 1.58 2018/01/11 19:27:01 rpe Exp $
|
||||
|
||||
COMMENT= manage remote serial consoles via TCP/IP
|
||||
|
||||
DISTNAME= conserver-8.2.1
|
||||
REVISION= 4
|
||||
REVISION= 5
|
||||
CATEGORIES= comms
|
||||
|
||||
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#!/bin/ksh
|
||||
#
|
||||
# $OpenBSD: conserver.rc,v 1.7 2014/08/21 19:58:07 sthen Exp $
|
||||
# $OpenBSD: conserver.rc,v 1.8 2018/01/11 19:27:01 rpe Exp $
|
||||
|
||||
daemon="${TRUEPREFIX}/sbin/conserver -d"
|
||||
daemon_flags="-n"
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.79 2017/11/16 18:39:25 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.80 2018/01/11 19:27:01 rpe Exp $
|
||||
|
||||
COMMENT= send/receive faxes and share modems
|
||||
DISTNAME= hylafax-6.0.6
|
||||
REVISION = 9
|
||||
REVISION = 10
|
||||
CATEGORIES= comms
|
||||
|
||||
HOMEPAGE= http://www.HylaFAX.org/
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#!/bin/ksh
|
||||
#
|
||||
# $OpenBSD: faxq.rc,v 1.1 2011/05/24 16:24:35 giovanni Exp $
|
||||
# $OpenBSD: faxq.rc,v 1.2 2018/01/11 19:27:01 rpe Exp $
|
||||
|
||||
daemon="${TRUEPREFIX}/sbin/faxq"
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#!/bin/ksh
|
||||
#
|
||||
# $OpenBSD: hfaxd.rc,v 1.1 2011/05/24 16:24:35 giovanni Exp $
|
||||
# $OpenBSD: hfaxd.rc,v 1.2 2018/01/11 19:27:01 rpe Exp $
|
||||
|
||||
daemon="${TRUEPREFIX}/sbin/hfaxd"
|
||||
daemon_flags="-l 0.0.0.0 -i hylafax -l ::0 -i hylafax"
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2016/03/18 16:09:15 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2018/01/11 19:27:01 rpe Exp $
|
||||
|
||||
COMMENT = interface to various LCD displays
|
||||
DISTNAME = lcdproc-0.5.5
|
||||
REVISION = 7
|
||||
REVISION = 8
|
||||
CATEGORIES = comms devel
|
||||
HOMEPAGE = http://www.lcdproc.org
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#!/bin/ksh
|
||||
#
|
||||
# $OpenBSD: lcdd.rc,v 1.1 2011/12/02 12:39:23 edd Exp $
|
||||
# $OpenBSD: lcdd.rc,v 1.2 2018/01/11 19:27:01 rpe Exp $
|
||||
|
||||
daemon="${TRUEPREFIX}/sbin/LCDd"
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#!/bin/ksh
|
||||
#
|
||||
# $OpenBSD: lcdexec.rc,v 1.1.1.1 2011/12/01 19:05:11 edd Exp $
|
||||
# $OpenBSD: lcdexec.rc,v 1.2 2018/01/11 19:27:01 rpe Exp $
|
||||
|
||||
daemon="${TRUEPREFIX}/bin/lcdexec"
|
||||
daemon_user="_lcdproc"
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#!/bin/ksh
|
||||
#
|
||||
# $OpenBSD: lcdproc.rc,v 1.1.1.1 2011/12/01 19:05:11 edd Exp $
|
||||
# $OpenBSD: lcdproc.rc,v 1.2 2018/01/11 19:27:01 rpe Exp $
|
||||
|
||||
daemon="${TRUEPREFIX}/bin/lcdproc"
|
||||
daemon_user="_lcdproc"
|
||||
|
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.35 2017/12/04 17:56:27 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.36 2018/01/11 19:27:01 rpe Exp $
|
||||
|
||||
COMMENT = gateway to send and receive SMS through GSM mobile phones
|
||||
|
||||
DISTNAME = smstools3-3.1.21
|
||||
REVISION = 0
|
||||
|
||||
CATEGORIES = comms
|
||||
FIX_EXTRACT_PERMISSIONS=Yes
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#!/bin/ksh
|
||||
#
|
||||
# $OpenBSD: smsd.rc,v 1.2 2011/03/02 08:59:20 sthen Exp $
|
||||
# $OpenBSD: smsd.rc,v 1.3 2018/01/11 19:27:01 rpe Exp $
|
||||
|
||||
daemon="${TRUEPREFIX}/bin/smsd"
|
||||
|
||||
|
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2018/01/03 17:43:24 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2018/01/11 19:27:01 rpe Exp $
|
||||
|
||||
COMMENT = time-series datastore for metrics, events, and analytics
|
||||
|
||||
V = 1.4.2
|
||||
DISTNAME = influxdb-${V}
|
||||
REVISION = 0
|
||||
|
||||
HOMEPAGE = https://influxdata.com
|
||||
# selfhosted because we bundle go deps
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#!/bin/ksh
|
||||
#
|
||||
# $OpenBSD: influxdb.rc,v 1.1.1.1 2018/01/03 17:43:24 landry Exp $
|
||||
# $OpenBSD: influxdb.rc,v 1.2 2018/01/11 19:27:01 rpe Exp $
|
||||
|
||||
daemon="${TRUEPREFIX}/bin/influxd"
|
||||
daemon_user="_influx"
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.59 2017/11/05 19:17:23 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.60 2018/01/11 19:27:01 rpe Exp $
|
||||
|
||||
# archs with atomic ops
|
||||
ONLY_FOR_ARCHS-server= alpha aarch64 amd64 i386 mips64 mips64el powerpc sparc64
|
||||
@ -14,6 +14,7 @@ PKGNAME-main= mariadb-client-${VERSION}
|
||||
PKGNAME-server= mariadb-server-${VERSION}
|
||||
PKGNAME-tests= mariadb-tests-${VERSION}
|
||||
EPOCH= 1
|
||||
REVISION-server=0
|
||||
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://mariadb.mirror.iweb.com//${DISTNAME}/source/ \
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#!/bin/ksh
|
||||
#
|
||||
# $OpenBSD: mysqld.rc,v 1.4 2017/05/27 19:57:06 ajacoutot Exp $
|
||||
# $OpenBSD: mysqld.rc,v 1.5 2018/01/11 19:27:01 rpe Exp $
|
||||
|
||||
daemon="${TRUEPREFIX}/bin/mysqld_safe"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.31 2017/12/26 19:18:57 rsadowski Exp $
|
||||
# $OpenBSD: Makefile,v 1.32 2018/01/11 19:27:01 rpe Exp $
|
||||
|
||||
PORTROACH = limitw:1,even
|
||||
USE_WXNEEDED = Yes
|
||||
@ -12,7 +12,7 @@ COMMENT = scalable, high-performance document-oriented database
|
||||
DISTNAME = mongodb-src-r3.2.13
|
||||
PKGNAME = ${DISTNAME:S/src-r//}
|
||||
CATEGORIES = databases
|
||||
REVISION = 1
|
||||
REVISION = 2
|
||||
|
||||
HOMEPAGE = https://www.mongodb.com/
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#!/bin/ksh
|
||||
#
|
||||
# $OpenBSD: mongod.rc,v 1.1.1.1 2011/06/02 00:26:32 fgsch Exp $
|
||||
# $OpenBSD: mongod.rc,v 1.2 2018/01/11 19:27:01 rpe Exp $
|
||||
|
||||
daemon="${TRUEPREFIX}/bin/mongod"
|
||||
daemon_flags="-f ${SYSCONFDIR}/mongodb.conf"
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.159 2017/08/26 12:10:55 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.160 2018/01/11 19:27:01 rpe Exp $
|
||||
|
||||
DPB_PROPERTIES = parallel
|
||||
|
||||
@ -9,6 +9,7 @@ DISTNAME = openldap-2.4.45
|
||||
PKGNAME-main = ${DISTNAME:S/-/-client-/}
|
||||
PKGNAME-server = ${DISTNAME:S/-/-server-/}
|
||||
REVISION = 4
|
||||
REVISION-server = 0
|
||||
|
||||
# overwrite -main pkgname/path to strip FLAVOR, aci only affects the server
|
||||
FULLPKGNAME-main = ${DISTNAME:S/-/-client-/}${FLAVOR_EXT:S/-aci//}
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#!/bin/ksh
|
||||
#
|
||||
# $OpenBSD: slapd.rc,v 1.4 2012/05/05 14:41:30 sthen Exp $
|
||||
# $OpenBSD: slapd.rc,v 1.5 2018/01/11 19:27:01 rpe Exp $
|
||||
|
||||
daemon="${TRUEPREFIX}/libexec/slapd"
|
||||
daemon_flags="-u _openldap"
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.23 2017/12/04 18:58:08 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.24 2018/01/11 19:27:01 rpe Exp $
|
||||
|
||||
COMMENT= open-source LDAP software (server, legacy version)
|
||||
|
||||
DISTNAME= openldap-2.3.43
|
||||
PKGNAME= ${DISTNAME:S/-/-server-/}
|
||||
REVISION= 19
|
||||
REVISION= 20
|
||||
|
||||
CATEGORIES= databases net
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#!/bin/ksh
|
||||
#
|
||||
# $OpenBSD: slapd.rc,v 1.4 2012/05/05 14:42:39 sthen Exp $
|
||||
# $OpenBSD: slapd.rc,v 1.5 2018/01/11 19:27:01 rpe Exp $
|
||||
|
||||
daemon="${TRUEPREFIX}/libexec/slapd"
|
||||
daemon_flags="-u _openldap"
|
||||
|
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.24 2017/12/19 08:58:15 pea Exp $
|
||||
# $OpenBSD: Makefile,v 1.25 2018/01/11 19:27:01 rpe Exp $
|
||||
|
||||
COMMENT = lightweight connection pooler for PostgreSQL
|
||||
|
||||
V = 1.7.2
|
||||
DISTNAME = pgbouncer-${V}
|
||||
REVISION = 0
|
||||
|
||||
CATEGORIES = databases
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#!/bin/ksh
|
||||
#
|
||||
# $OpenBSD: pgbouncer.rc,v 1.3 2011/12/17 22:01:12 sthen Exp $
|
||||
# $OpenBSD: pgbouncer.rc,v 1.4 2018/01/11 19:27:01 rpe Exp $
|
||||
|
||||
daemon="${TRUEPREFIX}/bin/pgbouncer -d"
|
||||
daemon_flags="-q -u _pgbouncer ${SYSCONFDIR}/pgbouncer/pgbouncer.ini"
|
||||
|
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2017/08/09 12:49:36 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2018/01/11 19:27:01 rpe Exp $
|
||||
|
||||
COMMENT= PostgreSQL performances monitoring and auditing tool
|
||||
|
||||
DISTNAME= pgcluu-2.6
|
||||
CATEGORIES= databases sysutils
|
||||
REVISION= 0
|
||||
|
||||
HOMEPAGE= http://pgcluu.darold.net/
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#!/bin/ksh
|
||||
#
|
||||
# $OpenBSD: pgcluu_collectd.rc,v 1.2 2015/06/17 12:10:42 jasper Exp $
|
||||
# $OpenBSD: pgcluu_collectd.rc,v 1.3 2018/01/11 19:27:01 rpe Exp $
|
||||
|
||||
daemon="${TRUEPREFIX}/bin/pgcluu_collectd --daemon"
|
||||
daemon_flags="-i 60 -h localhost -U postgres --disable-sar -f /var/run/pgcluu_collectd.pid /var/db/pgcluu"
|
||||
|
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2017/12/19 09:02:03 pea Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2018/01/11 19:27:01 rpe Exp $
|
||||
|
||||
COMMENT= connection pool server for PostgreSQL
|
||||
|
||||
DISTNAME= pgpool-II-3.7.0
|
||||
REVISION= 0
|
||||
|
||||
CATEGORIES= databases
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#!/bin/ksh
|
||||
#
|
||||
# $OpenBSD: pgpool.rc,v 1.1.1.1 2011/12/21 15:51:04 pea Exp $
|
||||
# $OpenBSD: pgpool.rc,v 1.2 2018/01/11 19:27:01 rpe Exp $
|
||||
|
||||
daemon="${TRUEPREFIX}/bin/pgpool"
|
||||
daemon_user="_pgpool"
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.231 2017/11/30 16:13:12 pea Exp $
|
||||
# $OpenBSD: Makefile,v 1.232 2018/01/11 19:27:01 rpe Exp $
|
||||
|
||||
COMMENT-main= PostgreSQL RDBMS (client)
|
||||
COMMENT-server= PostgreSQL RDBMS (server)
|
||||
@ -16,6 +16,7 @@ PKGNAME-docs= postgresql-docs-${VERSION}
|
||||
PKGNAME-contrib=postgresql-contrib-${VERSION}
|
||||
PKGNAME-plpython=postgresql-plpython-${VERSION}
|
||||
PKGNAME-pg_upgrade=postgresql-pg_upgrade-${VERSION}
|
||||
REVISION-server=0
|
||||
|
||||
CATEGORIES= databases
|
||||
SHARED_LIBS= ecpg 7.9 \
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#!/bin/ksh
|
||||
#
|
||||
# $OpenBSD: postgresql.rc,v 1.11 2014/09/23 08:41:10 sthen Exp $
|
||||
# $OpenBSD: postgresql.rc,v 1.12 2018/01/11 19:27:01 rpe Exp $
|
||||
|
||||
datadir="/var/postgresql/data"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.42 2017/05/27 19:57:06 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.43 2018/01/11 19:27:01 rpe Exp $
|
||||
|
||||
PORTROACH= limit:^2
|
||||
|
||||
@ -11,7 +11,7 @@ PKGNAME-main= ${DISTNAME}
|
||||
PKGNAME-plugin= puppetdb-terminus-$V
|
||||
CATEGORIES= databases
|
||||
|
||||
REVISION-main= 4
|
||||
REVISION-main= 5
|
||||
REVISION-plugin=3
|
||||
|
||||
HOMEPAGE= http://docs.puppetlabs.com/puppetdb/latest/
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#!/bin/ksh
|
||||
#
|
||||
# $OpenBSD: puppetdb.rc,v 1.6 2017/05/27 19:57:06 ajacoutot Exp $
|
||||
# $OpenBSD: puppetdb.rc,v 1.7 2018/01/11 19:27:02 rpe Exp $
|
||||
|
||||
daemon=$(${LOCALBASE}/bin/javaPathHelper -c puppetdb)
|
||||
daemon_flags="-cp ${PREFIX}/share/puppetdb/puppetdb.jar clojure.main -m com.puppetlabs.puppetdb.core services -c ${SYSCONFDIR}/puppetdb/conf.d/"
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.18 2017/12/01 10:01:32 sebastia Exp $
|
||||
# $OpenBSD: Makefile,v 1.19 2018/01/11 19:27:02 rpe Exp $
|
||||
|
||||
PORTROACH= limit:^4
|
||||
|
||||
@ -11,6 +11,7 @@ DISTNAME= puppetdb-$V
|
||||
PKGNAME-main= ${DISTNAME}
|
||||
PKGNAME-plugin= puppetdb-termini-$V
|
||||
CATEGORIES= databases
|
||||
REVISION-main= 0
|
||||
|
||||
HOMEPAGE= http://docs.puppetlabs.com/puppetdb/latest/
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#!/bin/ksh
|
||||
#
|
||||
# $OpenBSD: puppetdb.rc,v 1.4 2017/05/27 19:57:06 ajacoutot Exp $
|
||||
# $OpenBSD: puppetdb.rc,v 1.5 2018/01/11 19:27:02 rpe Exp $
|
||||
|
||||
daemon=$(${LOCALBASE}/bin/javaPathHelper -c puppetdb)
|
||||
daemon_flags="-cp ${PREFIX}/share/puppetdb/puppetdb.jar clojure.main -m puppetlabs.puppetdb.main --config ${SYSCONFDIR}/puppetlabs/puppetdb/conf.d/ -b ${SYSCONFDIR}/puppetlabs/puppetdb/bootstrap.cfg"
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2017/12/04 08:04:15 sebastia Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2018/01/11 19:27:02 rpe Exp $
|
||||
|
||||
COMMENT-main= fast, scalable, and reliable data warehouse for Puppet
|
||||
COMMENT-plugin= PuppetDB terminus plugin
|
||||
@ -8,6 +8,7 @@ DISTNAME= puppetdb-$V
|
||||
PKGNAME-main= ${DISTNAME}
|
||||
PKGNAME-plugin= puppetdb-termini-$V
|
||||
CATEGORIES= databases
|
||||
REVISION-main= 0
|
||||
|
||||
HOMEPAGE= http://docs.puppetlabs.com/puppetdb/latest/
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#!/bin/ksh
|
||||
#
|
||||
# $OpenBSD: puppetdb.rc,v 1.1.1.1 2017/11/20 12:47:32 sebastia Exp $
|
||||
# $OpenBSD: puppetdb.rc,v 1.2 2018/01/11 19:27:02 rpe Exp $
|
||||
|
||||
daemon=$(${LOCALBASE}/bin/javaPathHelper -c puppetdb)
|
||||
daemon_flags="-cp ${PREFIX}/share/puppetdb/puppetdb.jar clojure.main -m puppetlabs.puppetdb.main --config ${SYSCONFDIR}/puppetlabs/puppetdb/conf.d/ -b ${SYSCONFDIR}/puppetlabs/puppetdb/bootstrap.cfg"
|
||||
|
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.99 2017/09/22 05:46:35 dcoppa Exp $
|
||||
# $OpenBSD: Makefile,v 1.100 2018/01/11 19:27:02 rpe Exp $
|
||||
|
||||
COMMENT = persistent key-value database
|
||||
DISTNAME = redis-4.0.2
|
||||
CATEGORIES = databases
|
||||
HOMEPAGE = http://redis.io/
|
||||
REVISION = 0
|
||||
|
||||
MAINTAINER = David Coppa <dcoppa@openbsd.org>
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#!/bin/ksh
|
||||
#
|
||||
# $OpenBSD: redis.rc,v 1.5 2015/07/15 16:15:35 ajacoutot Exp $
|
||||
# $OpenBSD: redis.rc,v 1.6 2018/01/11 19:27:02 rpe Exp $
|
||||
|
||||
daemon="${TRUEPREFIX}/sbin/redis-server"
|
||||
daemon_flags="${SYSCONFDIR}/redis/redis.conf"
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.31 2017/07/26 22:45:17 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.32 2018/01/11 19:27:02 rpe Exp $
|
||||
|
||||
COMMENT= distributed data store
|
||||
DISTNAME= riak-2.1.4
|
||||
CATEGORIES= databases
|
||||
HOMEPAGE= http://basho.com/
|
||||
REVISION= 0
|
||||
REVISION= 1
|
||||
|
||||
MAINTAINER= Jonathan Matthew <jmatthew@openbsd.org>
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#!/bin/ksh
|
||||
#
|
||||
# $OpenBSD: riak.rc,v 1.2 2012/08/28 05:46:41 ajacoutot Exp $
|
||||
# $OpenBSD: riak.rc,v 1.3 2018/01/11 19:27:02 rpe Exp $
|
||||
|
||||
daemon="${TRUEPREFIX}/sbin/riak"
|
||||
daemon_user="_riak"
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2017/11/05 18:49:09 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2018/01/11 19:27:02 rpe Exp $
|
||||
|
||||
COMMENT-main = distributed builds for C, C++ and Objective C
|
||||
COMMENT-gtk = GTK+ monitor for distcc
|
||||
@ -17,6 +17,7 @@ PKGNAME-server = distcc-server-${VERSION}
|
||||
EPOCH = 0
|
||||
REVISION = 0
|
||||
CATEGORIES = devel net
|
||||
REVISION-server = 0
|
||||
|
||||
HOMEPAGE = https://github.com/distcc/distcc
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#!/bin/ksh
|
||||
#
|
||||
# $OpenBSD: distccd.rc,v 1.1.1.1 2015/12/28 08:15:31 jasper Exp $
|
||||
# $OpenBSD: distccd.rc,v 1.2 2018/01/11 19:27:02 rpe Exp $
|
||||
|
||||
daemon="${PREFIX}/bin/distccd"
|
||||
daemon_user="_distcc"
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.184 2017/12/02 15:24:31 benoit Exp $
|
||||
# $OpenBSD: Makefile,v 1.185 2018/01/11 19:27:02 rpe Exp $
|
||||
|
||||
COMMENT-main = GIT - Tree History Storage Tool
|
||||
COMMENT-svn = GIT - subversion interoperability tools
|
||||
@ -10,6 +10,7 @@ PKGNAME-main = ${DISTNAME}
|
||||
PKGNAME-svn = git-svn-${V}
|
||||
PKGNAME-x11 = git-x11-${V}
|
||||
CATEGORIES = devel
|
||||
REVISION-main = 0
|
||||
|
||||
HOMEPAGE = https://git-scm.com/
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#!/bin/ksh
|
||||
#
|
||||
# $OpenBSD: gitdaemon.rc,v 1.2 2017/12/01 14:47:45 sthen Exp $
|
||||
# $OpenBSD: gitdaemon.rc,v 1.3 2018/01/11 19:27:02 rpe Exp $
|
||||
|
||||
daemon="${TRUEPREFIX}/bin/git daemon --detach"
|
||||
daemon_flags="--user=_gitdaemon"
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2017/09/08 17:25:18 jsing Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2018/01/11 19:27:02 rpe Exp $
|
||||
|
||||
COMMENT = various tools for the Go programming language
|
||||
GH_ACCOUNT = golang
|
||||
@ -7,6 +7,7 @@ GH_COMMIT = 1807494da808122833b9bd8e3e5fa179ef237d41
|
||||
DISTNAME = go-tools-1.9.20170824
|
||||
CATEGORIES = devel
|
||||
HOMEPAGE = https://godoc.org/golang.org/x/tools
|
||||
REVISION = 0
|
||||
|
||||
MAINTAINER = Dmitrij D. Czarkoff <czarkoff@openbsd.org>
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#!/bin/ksh
|
||||
#
|
||||
# $OpenBSD: godoc.rc,v 1.3 2017/05/27 19:57:06 ajacoutot Exp $
|
||||
# $OpenBSD: godoc.rc,v 1.4 2018/01/11 19:27:02 rpe Exp $
|
||||
|
||||
daemon="${TRUEPREFIX}/bin/godoc"
|
||||
daemon_flags="-http=localhost:6060 -v=true"
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#!/bin/ksh
|
||||
#
|
||||
# $OpenBSD: jenkins.rc,v 1.10 2017/05/27 19:57:06 ajacoutot Exp $
|
||||
# $OpenBSD: jenkins.rc,v 1.11 2018/01/11 19:27:02 rpe Exp $
|
||||
|
||||
daemon=$(${LOCALBASE}/bin/javaPathHelper -c jenkins)
|
||||
daemon_flags="-Djava.io.tmpdir=/var/cache/jenkins -jar ${TRUEPREFIX}/share/jenkins/jenkins.war --httpPort=8000 --httpsPort=-1 --ajp13Port=-1"
|
||||
|
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2017/12/18 20:35:45 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2018/01/11 19:27:02 rpe Exp $
|
||||
|
||||
COMMENT = continuous integration framework
|
||||
|
||||
DISTNAME = buildbot-${MODPY_EGG_VERSION}
|
||||
REVISION = 0
|
||||
|
||||
RUN_DEPENDS = databases/py-sqlalchemy \
|
||||
databases/py-sqlalchemy-migrate>=0.7.2 \
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#!/bin/ksh
|
||||
#
|
||||
# $OpenBSD: buildbot.rc,v 1.1.1.1 2017/12/18 20:35:45 landry Exp $
|
||||
# $OpenBSD: buildbot.rc,v 1.2 2018/01/11 19:27:02 rpe Exp $
|
||||
|
||||
daemon="${TRUEPREFIX}/bin/buildbot"
|
||||
daemon_flags="${HOMEDIR}"
|
||||
|
@ -1,10 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.21 2017/12/18 20:42:31 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.22 2018/01/11 19:27:02 rpe Exp $
|
||||
|
||||
COMMENT= buildworker for the buildbot CI system
|
||||
|
||||
MODPY_EGG_VERSION= 0.9.14
|
||||
DISTNAME= buildbot-worker-${MODPY_EGG_VERSION}
|
||||
PKGNAME= py-buildslave-${MODPY_EGG_VERSION:S/p/pl/}
|
||||
REVISION= 0
|
||||
|
||||
CATEGORIES= devel
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#!/bin/ksh
|
||||
#
|
||||
# $OpenBSD: buildslave.rc,v 1.4 2017/12/18 20:42:31 landry Exp $
|
||||
# $OpenBSD: buildslave.rc,v 1.5 2018/01/11 19:27:02 rpe Exp $
|
||||
|
||||
daemon="${TRUEPREFIX}/bin/buildbot-worker"
|
||||
daemon_flags="${HOMEDIR}"
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.163 2017/11/02 17:50:55 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.164 2018/01/11 19:27:02 rpe Exp $
|
||||
|
||||
COMMENT-main= subversion revision control system
|
||||
COMMENT-perl= perl interface to subversion
|
||||
@ -21,7 +21,7 @@ FULLPKGPATH-ap2= devel/subversion,-ap2
|
||||
FULLPKGNAME-gnome-keyring= gnome-keyring-subversion-${VERSION}
|
||||
FULLPKGPATH-gnome-keyring= devel/subversion,-gnome-keyring
|
||||
|
||||
REVISION-main= 3
|
||||
REVISION-main= 4
|
||||
REVISION-perl= 1
|
||||
REVISION-python=0
|
||||
REVISION-ruby= 0
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#!/bin/ksh
|
||||
#
|
||||
# $OpenBSD: svnserve.rc,v 1.1 2016/05/29 17:42:22 jung Exp $
|
||||
# $OpenBSD: svnserve.rc,v 1.2 2018/01/11 19:27:02 rpe Exp $
|
||||
|
||||
daemon="${TRUEPREFIX}/bin/svnserve -d"
|
||||
daemon_user="_svnserve"
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.16 2017/12/17 20:10:12 pascal Exp $
|
||||
# $OpenBSD: Makefile,v 1.17 2018/01/11 19:27:02 rpe Exp $
|
||||
|
||||
COMMENT-main = Worms-like strategy game
|
||||
COMMENT-server = Worms-like strategy game, server
|
||||
@ -12,6 +12,7 @@ V = $R
|
||||
DISTNAME = hedgewars-src-$V
|
||||
PKGNAME-main = hedgewars-$V
|
||||
PKGNAME-server = hedgewars-server-$V
|
||||
REVISION-server = 0
|
||||
|
||||
CATEGORIES = games
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#!/bin/ksh
|
||||
#
|
||||
# $OpenBSD: hedgewars_server.rc,v 1.4 2017/05/27 19:57:06 ajacoutot Exp $
|
||||
# $OpenBSD: hedgewars_server.rc,v 1.5 2018/01/11 19:27:02 rpe Exp $
|
||||
|
||||
daemon="${TRUEPREFIX}/bin/hedgewars-server"
|
||||
daemon_user="_hedgewars"
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.19 2017/11/26 03:32:48 abieber Exp $
|
||||
# $OpenBSD: Makefile,v 1.20 2018/01/11 19:27:02 rpe Exp $
|
||||
|
||||
BROKEN-i386= need to free up a register
|
||||
ONLY_FOR_ARCHS= amd64 i386
|
||||
@ -6,7 +6,7 @@ ONLY_FOR_ARCHS= amd64 i386
|
||||
COMMENT= clone of the original Quake III Arena
|
||||
|
||||
DISTNAME= ioquake3-2017.11.09
|
||||
REVISION= 0
|
||||
REVISION= 1
|
||||
|
||||
GH_ACCOUNT= ioquake
|
||||
GH_PROJECT= ioq3
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#!/bin/ksh
|
||||
#
|
||||
# $OpenBSD: ioq3ded.rc,v 1.5 2017/05/27 19:57:06 ajacoutot Exp $
|
||||
# $OpenBSD: ioq3ded.rc,v 1.6 2018/01/11 19:27:02 rpe Exp $
|
||||
|
||||
daemon="${TRUEPREFIX}/bin/ioq3ded"
|
||||
daemon_user="_ioq3"
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.70 2017/07/26 22:45:22 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.71 2018/01/11 19:27:02 rpe Exp $
|
||||
|
||||
PORTROACH = limitw:1,even
|
||||
|
||||
@ -6,7 +6,7 @@ BROKEN-hppa = missing atomic ops
|
||||
COMMENT= fantasy turn-based strategy game
|
||||
|
||||
DISTNAME= wesnoth-1.12.6
|
||||
REVISION= 0
|
||||
REVISION= 1
|
||||
|
||||
CATEGORIES= games x11
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#!/bin/ksh
|
||||
#
|
||||
# $OpenBSD: wesnothd.rc,v 1.1 2012/11/20 15:08:00 pascal Exp $
|
||||
# $OpenBSD: wesnothd.rc,v 1.2 2018/01/11 19:27:02 rpe Exp $
|
||||
|
||||
daemon="${TRUEPREFIX}/bin/wesnothd"
|
||||
daemon_flags="-d"
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2017/12/10 12:14:36 awolk Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2018/01/11 19:27:02 rpe Exp $
|
||||
|
||||
ONLY_FOR_ARCHS= i386 amd64 sparc64
|
||||
|
||||
@ -8,6 +8,7 @@ V= 7.10
|
||||
PKGNAME= ${N}-${V}
|
||||
DISTNAME= quake2-${V}
|
||||
CATEGORIES= games
|
||||
REVISION= 0
|
||||
|
||||
HOMEPAGE= http://www.yamagi.org/quake2/
|
||||
MAINTAINER= Adam Wolk <awolk@openbsd.org>
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#!/bin/ksh
|
||||
#
|
||||
# $OpenBSD: q2ded.rc,v 1.4 2017/11/09 16:20:32 awolk Exp $
|
||||
# $OpenBSD: q2ded.rc,v 1.5 2018/01/11 19:27:02 rpe Exp $
|
||||
|
||||
daemon="${TRUEPREFIX}/share/yquake2/q2ded"
|
||||
daemon_user="_yquake2"
|
||||
|
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2017/10/28 15:17:20 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2018/01/11 19:27:02 rpe Exp $
|
||||
|
||||
COMMENT= GIS WMTS/TMS tile caching server
|
||||
|
||||
DISTNAME = mapcache-1.6.1
|
||||
SHARED_LIBS += mapcache 2.0
|
||||
REVISION = 0
|
||||
|
||||
CATEGORIES= geo www
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#!/bin/ksh
|
||||
#
|
||||
# $OpenBSD: mapcache.rc,v 1.2 2015/07/15 23:56:36 ajacoutot Exp $
|
||||
# $OpenBSD: mapcache.rc,v 1.3 2018/01/11 19:27:02 rpe Exp $
|
||||
|
||||
daemon="${LOCALBASE}/bin/spawn-fcgi"
|
||||
# chroot version
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.52 2017/11/22 08:16:30 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.53 2018/01/11 19:27:02 rpe Exp $
|
||||
|
||||
MULTI_PACKAGES= -utils -main -php -perl
|
||||
|
||||
@ -15,6 +15,7 @@ PKGNAME-php= php-mapscript-${V}
|
||||
PKGNAME-perl= p5-mapscript-${V}
|
||||
SHARED_LIBS += mapserver 2.0
|
||||
README-main = 0
|
||||
REVISION-main= 0
|
||||
|
||||
CATEGORIES= geo www
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#!/bin/ksh
|
||||
#
|
||||
# $OpenBSD: mapserv.rc,v 1.2 2015/07/15 23:56:36 ajacoutot Exp $
|
||||
# $OpenBSD: mapserv.rc,v 1.3 2018/01/11 19:27:02 rpe Exp $
|
||||
|
||||
daemon="${LOCALBASE}/bin/spawn-fcgi"
|
||||
daemon_flags="-c ${VARBASE}/www -s run/mapserv.sock -u www -- /cgi-bin/mapserv"
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2017/08/11 19:56:58 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2018/01/11 19:27:02 rpe Exp $
|
||||
|
||||
COMMENT = RESTful DICOM server for healthcare and medical research
|
||||
|
||||
DISTNAME = Orthanc-1.3.0
|
||||
PKGNAME = ${DISTNAME:L}
|
||||
REVISION = 1
|
||||
REVISION = 2
|
||||
|
||||
HOMEPAGE = http://www.orthanc-server.com/
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#!/bin/ksh
|
||||
#
|
||||
# $OpenBSD: orthanc.rc,v 1.2 2017/08/09 15:23:07 jasper Exp $
|
||||
# $OpenBSD: orthanc.rc,v 1.3 2018/01/11 19:27:02 rpe Exp $
|
||||
|
||||
daemon="${PREFIX}/sbin/Orthanc"
|
||||
daemon_flags="--logdir=/var/log/orthanc ${SYSCONFDIR}/orthanc/"
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.79 2017/06/01 07:42:48 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.80 2018/01/11 19:27:02 rpe Exp $
|
||||
|
||||
BROKEN-alpha= ICE hp5590.c:1141: error: unrecognizable insn
|
||||
|
||||
COMMENT= API for accessing scanners, backends
|
||||
|
||||
DISTNAME= sane-backends-1.0.27
|
||||
REVISION= 0
|
||||
REVISION= 1
|
||||
|
||||
SHARED_LIBS += sane 2.0 # unknown
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#!/bin/ksh
|
||||
#
|
||||
# $OpenBSD: saned.rc,v 1.8 2015/12/02 11:00:50 ajacoutot Exp $
|
||||
# $OpenBSD: saned.rc,v 1.9 2018/01/11 19:27:02 rpe Exp $
|
||||
|
||||
daemon="${TRUEPREFIX}/libexec/saned -a"
|
||||
daemon_flags="_saned"
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.55 2017/11/17 06:47:17 martijn Exp $
|
||||
# $OpenBSD: Makefile,v 1.56 2018/01/11 19:27:02 rpe Exp $
|
||||
|
||||
BROKEN-alpha= pcre_jit_compile.c:65:2: error: #error Unsupported architecture
|
||||
|
||||
PV= 5.6
|
||||
V= ${PV}.31
|
||||
REVISION= 0
|
||||
REVISION= 1
|
||||
|
||||
MASTER_SITES0= https://download.suhosin.org/
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#!/bin/ksh
|
||||
#
|
||||
# $OpenBSD: php56_fpm.rc,v 1.1 2015/09/18 09:18:23 sthen Exp $
|
||||
# $OpenBSD: php56_fpm.rc,v 1.2 2018/01/11 19:27:02 rpe Exp $
|
||||
|
||||
daemon="${TRUEPREFIX}/sbin/php-fpm-${PV}"
|
||||
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.38 2017/11/17 06:47:17 martijn Exp $
|
||||
# $OpenBSD: Makefile,v 1.39 2018/01/11 19:27:02 rpe Exp $
|
||||
|
||||
BROKEN-sparc64= SIGBUS during phar generation
|
||||
|
||||
PV= 7.0
|
||||
V= ${PV}.23
|
||||
REVISION= 0
|
||||
REVISION= 1
|
||||
|
||||
BUILD_DEPENDS+= devel/bison
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#!/bin/ksh
|
||||
#
|
||||
# $OpenBSD: php70_fpm.rc,v 1.1.1.1 2015/12/14 17:58:46 robert Exp $
|
||||
# $OpenBSD: php70_fpm.rc,v 1.2 2018/01/11 19:27:02 rpe Exp $
|
||||
|
||||
daemon="${TRUEPREFIX}/sbin/php-fpm-${PV}"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.46 2017/12/16 23:09:28 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.47 2018/01/11 19:27:02 rpe Exp $
|
||||
|
||||
COMMENT-main= interface between mailer MTA and content checkers
|
||||
COMMENT-utils= utilities to monitor amavisd-new server
|
||||
@ -7,8 +7,8 @@ V= 2.11.0
|
||||
DISTNAME= amavisd-new-${V}
|
||||
PKGNAME-main= ${DISTNAME}
|
||||
PKGNAME-utils= amavisd-new-utils-${V}
|
||||
REVISION-main= 2
|
||||
REVISION-utils= 1
|
||||
REVISION-main= 3
|
||||
REVISION-utils= 2
|
||||
CATEGORIES= mail security
|
||||
|
||||
HOMEPAGE= http://www.amavis.org/
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#!/bin/ksh
|
||||
#
|
||||
# $OpenBSD: amavis_mc.rc,v 1.2 2015/07/15 19:26:44 ajacoutot Exp $
|
||||
# $OpenBSD: amavis_mc.rc,v 1.3 2018/01/11 19:27:02 rpe Exp $
|
||||
|
||||
daemon="${TRUEPREFIX}/sbin/amavis-mc"
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#!/bin/ksh
|
||||
#
|
||||
# $OpenBSD: amavisd.rc,v 1.7 2015/07/15 19:26:44 ajacoutot Exp $
|
||||
# $OpenBSD: amavisd.rc,v 1.8 2018/01/11 19:27:02 rpe Exp $
|
||||
|
||||
daemon="${TRUEPREFIX}/sbin/amavisd"
|
||||
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.20 2017/07/26 22:45:25 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.21 2018/01/11 19:27:02 rpe Exp $
|
||||
|
||||
COMMENT = mail server storing messages in a database
|
||||
|
||||
DISTNAME = archiveopteryx-3.2.0
|
||||
CATEGORIES = mail databases
|
||||
REVISION = 0
|
||||
REVISION = 1
|
||||
|
||||
HOMEPAGE = http://www.archiveopteryx.org/
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#!/bin/ksh
|
||||
#
|
||||
# $OpenBSD: aox.rc,v 1.4 2011/03/20 09:19:25 ajacoutot Exp $
|
||||
# $OpenBSD: aox.rc,v 1.5 2018/01/11 19:27:02 rpe Exp $
|
||||
|
||||
daemon="${TRUEPREFIX}/bin/aox"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.71 2017/09/29 22:05:30 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.72 2018/01/11 19:27:02 rpe Exp $
|
||||
|
||||
COMMENT-main= authentication library for courier
|
||||
COMMENT-ldap= ldap authentication module for courier-authLib
|
||||
@ -13,6 +13,7 @@ PKGNAME-ldap= ${DISTNAME:S/lib-/lib-ldap-/}
|
||||
PKGNAME-mysql= ${DISTNAME:S/lib-/lib-mysql-/}
|
||||
PKGNAME-pgsql= ${DISTNAME:S/lib-/lib-pgsql-/}
|
||||
PKGNAME-userdb= ${DISTNAME:S/lib-/lib-userdb-/}
|
||||
REVISION-main= 0
|
||||
|
||||
SHARED_LIBS += courierauth 1.0 # .0.0
|
||||
SHARED_LIBS += courierauthsasl 1.0 # .0.0
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#!/bin/ksh
|
||||
#
|
||||
# $OpenBSD: courier_authdaemond.rc,v 1.6 2015/07/15 21:14:06 ajacoutot Exp $
|
||||
# $OpenBSD: courier_authdaemond.rc,v 1.7 2018/01/11 19:27:02 rpe Exp $
|
||||
|
||||
daemon="${TRUEPREFIX}/sbin/authdaemond"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.115 2017/11/16 23:20:39 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.116 2018/01/11 19:27:03 rpe Exp $
|
||||
|
||||
COMMENT-main= imap server for maildir format mailboxes
|
||||
COMMENT-pop3= pop3 server for maildir format mailboxes
|
||||
@ -8,6 +8,8 @@ DISTNAME= courier-imap-${V}
|
||||
PKGNAME-main= ${DISTNAME}
|
||||
FULLPKGNAME-pop3= courier-pop3-${V}
|
||||
FULLPKGPATH-pop3= mail/courier-imap,-pop3
|
||||
REVISION-main= 0
|
||||
REVISION-pop3= 0
|
||||
|
||||
CATEGORIES= mail
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#!/bin/ksh
|
||||
#
|
||||
# $OpenBSD: courier_imap.rc,v 1.6 2015/07/15 21:14:06 ajacoutot Exp $
|
||||
# $OpenBSD: courier_imap.rc,v 1.7 2018/01/11 19:27:03 rpe Exp $
|
||||
|
||||
daemon="${TRUEPREFIX}/libexec/imapd.rc"
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#!/bin/ksh
|
||||
#
|
||||
# $OpenBSD: courier_imap_ssl.rc,v 1.2 2015/07/15 21:14:06 ajacoutot Exp $
|
||||
# $OpenBSD: courier_imap_ssl.rc,v 1.3 2018/01/11 19:27:03 rpe Exp $
|
||||
|
||||
daemon="${TRUEPREFIX}/libexec/imapd-ssl.rc"
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#!/bin/ksh
|
||||
#
|
||||
# $OpenBSD: courier_pop3.rc,v 1.6 2015/07/15 21:14:06 ajacoutot Exp $
|
||||
# $OpenBSD: courier_pop3.rc,v 1.7 2018/01/11 19:27:03 rpe Exp $
|
||||
|
||||
daemon="${TRUEPREFIX}/libexec/pop3d.rc"
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#!/bin/ksh
|
||||
#
|
||||
# $OpenBSD: courier_pop3_ssl.rc,v 1.2 2015/07/15 21:14:06 ajacoutot Exp $
|
||||
# $OpenBSD: courier_pop3_ssl.rc,v 1.3 2018/01/11 19:27:03 rpe Exp $
|
||||
|
||||
daemon="${TRUEPREFIX}/libexec/pop3d-ssl.rc"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.112 2018/01/03 07:55:52 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.113 2018/01/11 19:27:03 rpe Exp $
|
||||
|
||||
PORTROACH= limitw:1,even
|
||||
|
||||
@ -6,6 +6,7 @@ COMMENT= Cyrus IMAP server
|
||||
|
||||
V= 3.0.5
|
||||
DISTNAME= cyrus-imapd-${V}
|
||||
REVISION= 0
|
||||
|
||||
SHARED_LIBS += cyrus 0.0 # 0.0
|
||||
SHARED_LIBS += cyrus_imap 0.0 # 0.0
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#!/bin/ksh
|
||||
#
|
||||
# $OpenBSD: cyrus_imapd.rc,v 1.11 2017/05/28 15:46:12 ajacoutot Exp $
|
||||
# $OpenBSD: cyrus_imapd.rc,v 1.12 2018/01/11 19:27:03 rpe Exp $
|
||||
|
||||
daemon="${TRUEPREFIX}/cyrus/libexec/master -d"
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.40 2014/09/17 09:13:12 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.41 2018/01/11 19:27:03 rpe Exp $
|
||||
|
||||
COMMENT= DKIM milter
|
||||
|
||||
DISTNAME= dkim-milter-2.8.3
|
||||
REVISION= 5
|
||||
REVISION= 6
|
||||
CATEGORIES= mail
|
||||
HOMEPAGE= http://sourceforge.net/projects/dkim-milter/
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#!/bin/ksh
|
||||
#
|
||||
# $OpenBSD: dkim_filter.rc,v 1.1 2014/01/15 00:20:42 sthen Exp $
|
||||
# $OpenBSD: dkim_filter.rc,v 1.2 2018/01/11 19:27:03 rpe Exp $
|
||||
|
||||
daemon="${TRUEPREFIX}/libexec/dkim-filter"
|
||||
daemon_flags="-x ${SYSCONFDIR}/dkim-filter.conf"
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2013/07/17 05:57:49 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2018/01/11 19:27:03 rpe Exp $
|
||||
|
||||
COMMENT = SMTP proxy to verify or add DKIM signatures
|
||||
|
||||
DISTNAME = dkimproxy-1.4.1
|
||||
REVISION = 0
|
||||
REVISION = 1
|
||||
|
||||
CATEGORIES = mail
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#!/bin/ksh
|
||||
#
|
||||
# $OpenBSD: dkimproxy_in.rc,v 1.2 2013/07/17 05:57:49 ajacoutot Exp $
|
||||
# $OpenBSD: dkimproxy_in.rc,v 1.3 2018/01/11 19:27:03 rpe Exp $
|
||||
|
||||
daemon="${TRUEPREFIX}/bin/dkimproxy.in --daemonize"
|
||||
daemon_flags="--conf_file=${SYSCONFDIR}/dkimproxy_in.conf --user=_dkimproxy --group=_dkimproxy"
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user