most post-patch to do-gen

This commit is contained in:
sthen 2018-11-05 17:23:41 +00:00
parent d38c34111a
commit f69363d670
9 changed files with 18 additions and 18 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2018/06/14 21:15:26 sthen Exp $
# $OpenBSD: Makefile,v 1.2 2018/11/05 17:23:41 sthen Exp $
COMMENT= communicate with embedded devices using CoAP (RFC 7252)
@ -48,7 +48,7 @@ CONFIGURE_ARGS= --disable-doxygen \
AUTOCONF_VERSION= 2.69
AUTOMAKE_VERSION= 1.15
post-patch:
do-gen:
cd ${WRKSRC}; AUTOCONF_VERSION=${AUTOCONF_VERSION} \
AUTOMAKE_VERSION=${AUTOMAKE_VERSION} ./autogen.sh

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.10 2018/02/27 12:02:17 sthen Exp $
# $OpenBSD: Makefile,v 1.11 2018/11/05 17:23:41 sthen Exp $
COMMENT= 2D barcodes / DataMatrix creation tool
@ -33,7 +33,7 @@ BUILD_DEPENDS= ${MODGNU_AUTOCONF_DEPENDS} \
${MODGNU_AUTOMAKE_DEPENDS} \
devel/libtool
post-patch:
do-gen:
cd ${WRKSRC}; AUTOCONF_VERSION=${AUTOCONF_VERSION} \
AUTOMAKE_VERSION=${AUTOMAKE_VERSION} ./autogen.sh

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.27 2018/08/03 07:07:44 espie Exp $
# $OpenBSD: Makefile,v 1.28 2018/11/05 17:23:41 sthen Exp $
COMMENT= open-source JPEG 2000 codec library
@ -45,7 +45,7 @@ CONFIGURE_ENV += TIFF_LIBS='-L${LOCALBASE}/lib -ltiff -ljpeg' \
pre-patch:
perl -i -pe 's/\r$$//; s/\t*$$//;' ${WRKSRC}/libopenjpeg/opj_malloc.h
post-patch:
do-gen:
cd ${WRKSRC} && AUTOCONF_VERSION="${AUTOCONF_VERSION}" \
AUTOMAKE_VERSION="${AUTOMAKE_VERSION}" \
PATH=${PORTPATH} ./bootstrap.sh

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.10 2018/10/24 14:28:08 sthen Exp $
# $OpenBSD: Makefile,v 1.11 2018/11/05 17:23:41 sthen Exp $
COMMENT= read and set MPEG-4/3GPP metadata tags
@ -34,7 +34,7 @@ BUILD_DEPENDS= ${MODGNU_AUTOCONF_DEPENDS} \
NO_TEST= Yes
SEPARATE_BUILD= Yes
post-patch:
do-gen:
cd ${WRKSRC}; AUTOCONF_VERSION=${AUTOCONF_VERSION} \
AUTOMAKE_VERSION=${AUTOMAKE_VERSION} ./autogen.sh

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.19 2018/05/29 07:30:45 espie Exp $
# $OpenBSD: Makefile,v 1.20 2018/11/05 17:23:41 sthen Exp $
V= 4.1.1
REVISION= 2
@ -60,7 +60,7 @@ CONFIGURE_ARGS+= --without-pgsql
NO_TEST= Yes
post-patch:
do-gen:
cd ${WRKSRC} && AUTOCONF_VERSION=${AUTOCONF_VERSION} \
AUTOMAKE_VERSION=${AUTOMAKE_VERSION} autoreconf -fiv

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2018/09/04 12:46:17 espie Exp $
# $OpenBSD: Makefile,v 1.4 2018/11/05 17:23:41 sthen Exp $
COMMENT= client for MikroTik's "L2 telnet" protocol#'
@ -31,7 +31,7 @@ CONFIGURE_STYLE= gnu
AUTOCONF_VERSION= 2.69
AUTOMAKE_VERSION= 1.15
post-patch:
do-gen:
cd ${WRKSRC}; AUTOCONF_VERSION=${AUTOCONF_VERSION} \
AUTOMAKE_VERSION=${AUTOMAKE_VERSION} ./autogen.sh

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.65 2018/07/17 10:09:42 sthen Exp $
# $OpenBSD: Makefile,v 1.66 2018/11/05 17:23:41 sthen Exp $
COMMENT= Matt's traceroute - network diagnostic tool#'
@ -51,7 +51,7 @@ CONFIGURE_ARGS+= --without-glib \
--without-gtk
.endif
post-patch:
do-gen:
printf '#!/bin/sh\necho -n ${GH_TAGNAME:S/v//}\n' \
> ${WRKSRC}/build-aux/git-version-gen
cd ${WRKSRC}; AUTOCONF_VERSION=${AUTOCONF_VERSION} \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.23 2018/04/23 13:48:49 sthen Exp $
# $OpenBSD: Makefile,v 1.24 2018/11/05 17:23:41 sthen Exp $
COMMENT-main = tools to collect and process netflow data
COMMENT-nfprofile = filters data from nfdump according to profiles
@ -65,7 +65,7 @@ BUILD_DEPENDS = devel/libtool \
${MODGNU_AUTOCONF_DEPENDS} \
${MODGNU_AUTOMAKE_DEPENDS}
post-patch:
do-gen:
cd ${WRKSRC}; AUTOCONF_VERSION=${AUTOCONF_VERSION} \
AUTOMAKE_VERSION=${AUTOMAKE_VERSION} ./autogen.sh

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.56 2016/11/26 15:21:45 naddy Exp $
# $OpenBSD: Makefile,v 1.57 2018/11/05 17:23:41 sthen Exp $
COMMENT= SLang-based newsreader
@ -41,7 +41,7 @@ CONFIGURE_ARGS+= --with-slang=${LOCALBASE}
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/autoconf
# replace bundled m4 files with the newer (working ;) ones from gettext
post-patch:
do-gen:
.for i in gettext lib-ld lib-prefix nls progtest iconv lib-link po
cp ${LOCALBASE}/share/aclocal/$i.m4 ${WRKSRC}/autoconf/include/
.endfor