2019-11-04 22:28:40 +01:00
|
|
|
# $NetBSD: options.mk,v 1.2 2019/11/04 21:28:43 rillig Exp $
|
2017-10-03 02:21:44 +02:00
|
|
|
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.daemontools
|
|
|
|
PKG_SUPPORTED_OPTIONS+= daemontools-moresignals
|
|
|
|
PKG_SUGGESTED_OPTIONS+= daemontools-moresignals
|
|
|
|
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
|
|
|
|
.if !empty(PKG_OPTIONS:Mdaemontools-moresignals)
|
2019-11-04 22:28:40 +01:00
|
|
|
MORESIGNALS_PATCH= daemontools-0.76.sigq12.patch
|
|
|
|
PATCHFILES+= ${MORESIGNALS_PATCH}
|
|
|
|
SITES.${MORESIGNALS_PATCH}= http://thedjbway.b0llix.net/patches/
|
2017-10-03 02:21:44 +02:00
|
|
|
PATCH_DIST_STRIP.${MORESIGNALS_PATCH}= -p1
|
|
|
|
.endif
|