diff options
author | Rob Austein <sra@hactrn.net> | 2013-09-24 22:30:25 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2013-09-24 22:30:25 +0000 |
commit | 3ee4a50360eb50a4de068090b50b74cc8a6a3dfe (patch) | |
tree | 94661b92af2bcb79030aafc0592cc922549fc7bf | |
parent | 64858cf10878543fc7184acc09771d4de8de8227 (diff) |
Disable latest FreeBSD ports system whoopie cushion. Closes #631.
svn path=/trunk/; revision=5518
-rw-r--r-- | buildtools/freebsd-skeleton/rpki-ca/Makefile | 2 | ||||
-rw-r--r-- | buildtools/freebsd-skeleton/rpki-rp/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/buildtools/freebsd-skeleton/rpki-ca/Makefile b/buildtools/freebsd-skeleton/rpki-ca/Makefile index da9cec45..6cf890d6 100644 --- a/buildtools/freebsd-skeleton/rpki-ca/Makefile +++ b/buildtools/freebsd-skeleton/rpki-ca/Makefile @@ -16,7 +16,9 @@ USE_APACHE_RUN= 22+ USE_RC_SUBR= rpki-ca +# Disable a couple of recent whoopie cushions in the FreeBSD ports system MAKE_JOBS_UNSAFE= yes +NO_STAGE = yes # For OpenSSL, not needed otherwise USE_PERL5_BUILD=yes diff --git a/buildtools/freebsd-skeleton/rpki-rp/Makefile b/buildtools/freebsd-skeleton/rpki-rp/Makefile index 06531351..9a4bc7ab 100644 --- a/buildtools/freebsd-skeleton/rpki-rp/Makefile +++ b/buildtools/freebsd-skeleton/rpki-rp/Makefile @@ -36,7 +36,9 @@ RUN_DEPENDS+= rrdtool>0:${PORTSDIR}/databases/rrdtool CONFIGURE_ARGS= --disable-ca-tools APACHE_VERSION=${APACHE_VERSION} CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" +# Disable a couple of recent whoopie cushions in the FreeBSD ports system MAKE_JOBS_UNSAFE= yes +NO_STAGE = yes # rcynic's Makefile constructs an rcynic.conf for us if it doesn't # find one already installed. This turns out to be exactly what |