switch to CONFIGURE_STYLE=autoreconf
This commit is contained in:
parent
6f2c14b2d7
commit
792b694c0a
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.17 2018/08/10 10:19:18 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.18 2019/05/19 19:13:45 naddy Exp $
|
||||
|
||||
COMMENT= C library for manipulating tar files
|
||||
|
||||
@ -15,12 +15,8 @@ PERMIT_PACKAGE_CDROM= Yes
|
||||
|
||||
WANTLIB= c z
|
||||
|
||||
BUILD_DEPENDS= ${MODGNU_AUTOCONF_DEPENDS} \
|
||||
${MODGNU_AUTOMAKE_DEPENDS} \
|
||||
devel/libtool
|
||||
|
||||
USE_GMAKE= Yes
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_STYLE= autoreconf
|
||||
|
||||
# XXX no tls without pthread
|
||||
CONFIGURE_ENV += ac_cv_tls=none
|
||||
@ -30,7 +26,4 @@ AUTOMAKE_VERSION= 1.11
|
||||
|
||||
NO_TEST= Yes
|
||||
|
||||
pre-configure:
|
||||
cd ${WRKSRC} && ${AUTOCONF_ENV} autoreconf --force --install
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.16 2018/12/30 11:28:20 fcambus Exp $
|
||||
# $OpenBSD: Makefile,v 1.17 2019/05/19 19:13:45 naddy Exp $
|
||||
|
||||
COMMENT = open-source reimplementation of Impulse Tracker
|
||||
|
||||
@ -25,18 +25,12 @@ MODPY_RUNDEP = No
|
||||
|
||||
RUN_DEPENDS = devel/desktop-file-utils
|
||||
|
||||
BUILD_DEPENDS = ${MODGNU_AUTOCONF_DEPENDS} \
|
||||
${MODGNU_AUTOMAKE_DEPENDS}
|
||||
|
||||
LIB_DEPENDS = devel/sdl
|
||||
|
||||
CONFIGURE_STYLE = gnu
|
||||
CONFIGURE_STYLE = autoreconf
|
||||
AUTOCONF_VERSION = 2.69
|
||||
AUTOMAKE_VERSION = 1.15
|
||||
|
||||
WRKDIST = ${WRKDIR}/schismtracker
|
||||
|
||||
pre-configure:
|
||||
@cd ${WRKSRC} && ${AUTOCONF_ENV} autoreconf -i
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.26 2019/05/01 21:10:05 danj Exp $
|
||||
# $OpenBSD: Makefile,v 1.27 2019/05/19 19:13:45 naddy Exp $
|
||||
|
||||
COMMENT = audio codec for lossless, lossy and hybrid compression
|
||||
|
||||
@ -21,24 +21,18 @@ EXTRACT_SUFX = .tar.bz2
|
||||
LIB_DEPENDS = converters/libiconv
|
||||
|
||||
SEPARATE_BUILD = Yes
|
||||
CONFIGURE_STYLE = gnu
|
||||
CONFIGURE_STYLE = autoreconf
|
||||
CONFIGURE_ARGS = --enable-tests
|
||||
CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
DOCDIR = ${PREFIX}/share/doc/wavpack
|
||||
|
||||
BUILD_DEPENDS = devel/libtool \
|
||||
${MODGNU_AUTOCONF_DEPENDS} \
|
||||
${MODGNU_AUTOMAKE_DEPENDS}
|
||||
AUTOMAKE_VERSION = 1.14
|
||||
AUTOCONF_VERSION = 2.69
|
||||
|
||||
pre-configure:
|
||||
sed -i 's,#include "md5.h",#include <md5.h>,' ${WRKSRC}/cli/*.c
|
||||
cd ${WRKSRC} && AUTOCONF_VERSION=${AUTOCONF_VERSION} \
|
||||
AUTOMAKE_VERSION=${AUTOMAKE_VERSION} PATH=${PORTPATH} \
|
||||
autoreconf -fi
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${DOCDIR}
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2018/09/04 12:46:09 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2019/05/19 19:13:45 naddy Exp $
|
||||
|
||||
COMMENT = library for communicating with USB and Bluetooth HID devices
|
||||
|
||||
@ -24,15 +24,11 @@ PERMIT_PACKAGE_CDROM = Yes
|
||||
|
||||
WANTLIB += iconv pthread usb-1.0
|
||||
|
||||
BUILD_DEPENDS = ${MODGNU_AUTOCONF_DEPENDS} \
|
||||
${MODGNU_AUTOMAKE_DEPENDS} \
|
||||
devel/libtool
|
||||
|
||||
LIB_DEPENDS = converters/libiconv \
|
||||
devel/libusb1
|
||||
|
||||
SEPARATE_BUILD = Yes
|
||||
CONFIGURE_STYLE = gnu
|
||||
CONFIGURE_STYLE = autoreconf
|
||||
CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include/libusb-1.0 \
|
||||
-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib -lusb-1.0 -liconv"
|
||||
@ -42,12 +38,6 @@ AUTOMAKE_VERSION = 1.15
|
||||
|
||||
NO_TEST = Yes
|
||||
|
||||
pre-configure:
|
||||
cd ${WRKSRC} && env -i \
|
||||
AUTOCONF_VERSION=${AUTOCONF_VERSION} \
|
||||
AUTOMAKE_VERSION=${AUTOMAKE_VERSION} \
|
||||
PATH=${PORTPATH} \
|
||||
autoreconf -fi
|
||||
post-install:
|
||||
cd ${PREFIX}/lib && \
|
||||
ln -sf libhidapi-libusb.so.${LIBhidapi-libusb_VERSION} \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2017/11/21 00:12:59 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2019/05/19 19:13:45 naddy Exp $
|
||||
|
||||
PORTROACH= skipv:bm_start
|
||||
|
||||
@ -20,10 +20,8 @@ WANTLIB= c glib-2.0 hamlib>=2 iconv intl m ncurses panel pthread sndio
|
||||
|
||||
AUTOCONF_VERSION= 2.69
|
||||
AUTOMAKE_VERSION= 1.11
|
||||
BUILD_DEPENDS= ${MODGNU_AUTOCONF_DEPENDS} \
|
||||
${MODGNU_AUTOMAKE_DEPENDS}
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_STYLE= autoreconf
|
||||
CONFIGURE_ARGS+= --enable-hamlib
|
||||
LIB_DEPENDS= comms/hamlib \
|
||||
devel/glib2
|
||||
@ -31,10 +29,4 @@ LIB_DEPENDS= comms/hamlib \
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-lsndio -L${LOCALBASE}/lib"
|
||||
|
||||
post-patch:
|
||||
cd ${WRKSRC}; \
|
||||
AUTOCONF_VERSION=${AUTOCONF_VERSION} \
|
||||
AUTOMAKE_VERSION=${AUTOMAKE_VERSION} \
|
||||
autoreconf --install
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2018/12/09 09:30:07 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2019/05/19 19:13:46 naddy Exp $
|
||||
|
||||
COMMENT= read and convert TNEF files
|
||||
|
||||
@ -14,10 +14,6 @@ CATEGORIES= converters mail
|
||||
|
||||
MAINTAINER= Robert Nagy <robert@openbsd.org>
|
||||
|
||||
BUILD_DEPENDS= ${MODGNU_AUTOCONF_DEPENDS} \
|
||||
${MODGNU_AUTOMAKE_DEPENDS} \
|
||||
devel/libtool
|
||||
|
||||
RUN_DEPENDS= mail/p5-MIME-tools
|
||||
|
||||
WANTLIB+= c
|
||||
@ -27,10 +23,7 @@ PERMIT_PACKAGE_CDROM= Yes
|
||||
|
||||
AUTOCONF_VERSION= 2.68
|
||||
AUTOMAKE_VERSION= 1.15
|
||||
CONFIGURE_STYLE= gnu
|
||||
|
||||
pre-configure:
|
||||
cd ${WRKSRC} && env -i ${AUTOCONF_ENV} autoreconf -fi
|
||||
CONFIGURE_STYLE= autoreconf
|
||||
|
||||
do-test:
|
||||
cd ${WRKSRC}/test-data && /bin/sh test.sh
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.16 2019/04/24 16:26:54 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.17 2019/05/19 19:13:46 naddy Exp $
|
||||
|
||||
COMMENT-main = read microsoft Access MDB
|
||||
COMMENT-gmdb = graphical interface to MDB tools
|
||||
@ -35,10 +35,7 @@ WANTLIB-gmdb += gnomeui-2 gobject-2.0 gtk-x11-2.0 intl mdb mdbsql pango-1.0
|
||||
WANTLIB-gmdb += pthread
|
||||
|
||||
BUILD_DEPENDS = devel/bison \
|
||||
devel/libtool \
|
||||
textproc/txt2man \
|
||||
${MODGNU_AUTOCONF_DEPENDS} \
|
||||
${MODGNU_AUTOMAKE_DEPENDS}
|
||||
textproc/txt2man
|
||||
|
||||
LIB_DEPENDS-main = converters/libiconv \
|
||||
databases/iodbc,-main \
|
||||
@ -50,7 +47,7 @@ RUN_DEPENDS-main =
|
||||
RUN_DEPENDS-gmdb =
|
||||
|
||||
YACC= bison -y
|
||||
CONFIGURE_STYLE = gnu
|
||||
CONFIGURE_STYLE = autoreconf
|
||||
CONFIGURE_ARGS = --with-iodbc=${LOCALBASE}
|
||||
|
||||
AUTOCONF_VERSION = 2.69
|
||||
@ -69,11 +66,6 @@ MODGNOME_TOOLS += yelp desktop-file-utils
|
||||
CONFIGURE_ARGS += --disable-gmdb2
|
||||
.endif
|
||||
|
||||
pre-configure:
|
||||
cd ${WRKSRC} && AUTOCONF_VERSION=${AUTOCONF_VERSION} \
|
||||
AUTOMAKE_VERSION=${AUTOMAKE_VERSION} \
|
||||
autoreconf -i -f
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/applications
|
||||
${SUBST_CMD} -m 0644 -c ${FILESDIR}/gmdb2.desktop \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2019/04/19 08:18:22 robert Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2019/05/19 19:13:46 naddy Exp $
|
||||
|
||||
COMMENT= SOAP/REST Web Services and XML-Based apps toolkit
|
||||
|
||||
@ -22,10 +22,6 @@ HOMEPAGE= https://www.cs.fsu.edu/~engelen/soap.html
|
||||
# MPL-like - GPLv2
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
||||
BUILD_DEPENDS= devel/libtool \
|
||||
${MODGNU_AUTOCONF_DEPENDS} \
|
||||
${MODGNU_AUTOMAKE_DEPENDS}
|
||||
|
||||
AUTOCONF_VERSION= 2.67
|
||||
AUTOMAKE_VERSION= 1.11
|
||||
|
||||
@ -36,12 +32,7 @@ COMPILER = base-clang ports-gcc base-gcc
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gsoap2/gSOAP/}
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_STYLE= autoreconf
|
||||
CONFIGURE_ENV= CPPFLAGS="-DWITH_NO_C_LOCALE=1" LDFLAGS="-pthread"
|
||||
|
||||
pre-configure:
|
||||
cd ${WRKSRC} && env AUTOCONF_VERSION=${AUTOCONF_VERSION} \
|
||||
AUTOMAKE_VERSION=${AUTOMAKE_VERSION} PATH=${PORTPATH} \
|
||||
autoreconf -f -i
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.20 2017/11/21 00:12:59 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.21 2019/05/19 19:13:46 naddy Exp $
|
||||
|
||||
COMMENT = Gtk debugging tool
|
||||
|
||||
@ -31,18 +31,8 @@ LIB_DEPENDS = ${MODPY_LIB_DEPENDS} \
|
||||
|
||||
RUN_DEPENDS = x11/py-gtk2
|
||||
|
||||
BUILD_DEPENDS = ${MODGNU_AUTOCONF_DEPENDS} \
|
||||
${MODGNU_AUTOMAKE_DEPENDS} \
|
||||
devel/libtool \
|
||||
x11/py-gtk2
|
||||
BUILD_DEPENDS = x11/py-gtk2
|
||||
|
||||
|
||||
CONFIGURE_STYLE = gnu
|
||||
|
||||
pre-configure:
|
||||
cd ${WRKSRC} && env \
|
||||
AUTOMAKE_VERSION=${AUTOMAKE_VERSION} \
|
||||
AUTOCONF_VERSION=${AUTOCONF_VERSION} \
|
||||
autoreconf -fi
|
||||
CONFIGURE_STYLE = autoreconf
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2018/08/03 07:07:44 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2019/05/19 19:13:46 naddy Exp $
|
||||
|
||||
COMMENT = kevent based inotify
|
||||
|
||||
@ -18,12 +18,8 @@ PERMIT_PACKAGE_CDROM = Yes
|
||||
|
||||
WANTLIB = pthread
|
||||
|
||||
BUILD_DEPENDS = devel/libtool \
|
||||
${MODGNU_AUTOCONF_DEPENDS} \
|
||||
${MODGNU_AUTOMAKE_DEPENDS}
|
||||
|
||||
SEPARATE_BUILD = Yes
|
||||
CONFIGURE_STYLE = gnu
|
||||
CONFIGURE_STYLE = autoreconf
|
||||
CONFIGURE_ARGS = --libdir=${PREFIX}/lib/inotify/ \
|
||||
--includedir=${PREFIX}/include/inotify/
|
||||
|
||||
@ -32,11 +28,6 @@ AUTOMAKE_VERSION = 1.14
|
||||
|
||||
TEST_TARGET = test
|
||||
|
||||
pre-configure:
|
||||
cd ${WRKSRC} && env AUTOCONF_VERSION=${AUTOCONF_VERSION} \
|
||||
AUTOMAKE_VERSION=${AUTOMAKE_VERSION} PATH=${PORTPATH} \
|
||||
autoreconf -f -i
|
||||
|
||||
post-install:
|
||||
@rm -rf ${WRKINST}${LOCALBASE}/lib/inotify/pkgconfig
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2019/05/05 16:35:59 remi Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2019/05/19 19:13:46 naddy Exp $
|
||||
|
||||
COMMENT = fast-samples based normalization library
|
||||
|
||||
@ -20,10 +20,6 @@ MASTER_SITES = https://www.liblognorm.com/files/download/
|
||||
AUTOCONF_VERSION = 2.69
|
||||
AUTOMAKE_VERSION = 1.15
|
||||
|
||||
BUILD_DEPENDS = ${MODGNU_AUTOCONF_DEPENDS} \
|
||||
${MODGNU_AUTOMAKE_DEPENDS} \
|
||||
devel/libtool
|
||||
|
||||
LIB_DEPENDS = devel/libestr \
|
||||
devel/libfastjson
|
||||
|
||||
@ -31,16 +27,10 @@ TEST_DEPENDS = shells/bash
|
||||
|
||||
SEPARATE_BUILD = Yes
|
||||
|
||||
CONFIGURE_STYLE = gnu
|
||||
CONFIGURE_STYLE = autoreconf
|
||||
CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include"
|
||||
|
||||
post-extract:
|
||||
sed -i s,#!/bin/bash,#!${LOCALBASE}/bin/bash, ${WRKSRC}/tests/*.sh
|
||||
|
||||
post-patch:
|
||||
cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} \
|
||||
AUTOCONF_VERSION=${AUTOCONF_VERSION} \
|
||||
AUTOMAKE_VERSION=${AUTOMAKE_VERSION} \
|
||||
autoreconf -vfi
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.18 2019/01/13 15:08:01 pascal Exp $
|
||||
# $OpenBSD: Makefile,v 1.19 2019/05/19 19:13:46 naddy Exp $
|
||||
|
||||
COMMENT = high performance library for simulating rigid body dynamics
|
||||
SHARED_LIBS += ode 3.0 # 6.0
|
||||
@ -22,25 +22,14 @@ WANTLIB += xcb-glx
|
||||
|
||||
COMPILER = base-clang ports-gcc base-gcc
|
||||
|
||||
BUILD_DEPENDS = ${MODGNU_AUTOCONF_DEPENDS} \
|
||||
${MODGNU_AUTOMAKE_DEPENDS} \
|
||||
devel/libtool
|
||||
|
||||
SEPARATE_BUILD = Yes
|
||||
CONFIGURE_STYLE = gnu
|
||||
CONFIGURE_STYLE = autoreconf
|
||||
CONFIGURE_ENV+= CPPFLAGS="-I${X11BASE}/include" \
|
||||
LDFLAGS="-L${X11BASE}/lib" \
|
||||
LIBS="-lm"
|
||||
AUTOCONF_VERSION = 2.69
|
||||
AUTOMAKE_VERSION = 1.11
|
||||
|
||||
pre-configure:
|
||||
cd ${WRKSRC} && \
|
||||
AUTOMAKE_VERSION=${AUTOMAKE_VERSION} \
|
||||
AUTOCONF_VERSION=${AUTOCONF_VERSION} \
|
||||
PATH=${PORTPATH} \
|
||||
autoreconf -fi
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/ode/
|
||||
${INSTALL_PROGRAM} ${WRKBUILD}/ode/demo/.libs/demo_* \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2018/07/10 10:49:43 tb Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2019/05/19 19:13:46 naddy Exp $
|
||||
|
||||
COMMENT = c protocol buffers
|
||||
|
||||
@ -23,16 +23,12 @@ WANTLIB = c m protobuf protoc pthread ${COMPILER_LIBCXX} z
|
||||
COMPILER = base-clang ports-gcc
|
||||
CXXFLAGS += -std=gnu++11
|
||||
|
||||
BUILD_DEPENDS = devel/libtool \
|
||||
${MODGNU_AUTOCONF_DEPENDS} \
|
||||
${MODGNU_AUTOMAKE_DEPENDS}
|
||||
|
||||
LIB_DEPENDS = devel/protobuf
|
||||
|
||||
AUTOCONF_VERSION = 2.69
|
||||
AUTOMAKE_VERSION = 1.15
|
||||
|
||||
CONFIGURE_STYLE = gnu
|
||||
CONFIGURE_STYLE = autoreconf
|
||||
|
||||
CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
@ -41,8 +37,4 @@ USE_GMAKE = Yes
|
||||
|
||||
SEPARATE_BUILD = Yes
|
||||
|
||||
pre-configure:
|
||||
cd ${WRKSRC} && env AUTOCONF_VERSION=${AUTOCONF_VERSION} \
|
||||
AUTOMAKE_VERSION=${AUTOMAKE_VERSION} autoreconf -f -i
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2016/03/11 19:59:14 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2019/05/19 19:13:46 naddy Exp $
|
||||
|
||||
V = 1.0.1
|
||||
COMMENT = primitives drawing/other support functions for SDL2
|
||||
@ -21,7 +21,7 @@ MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=sdl2gfx/}
|
||||
|
||||
LIB_DEPENDS = devel/sdl2
|
||||
|
||||
CONFIGURE_STYLE = gnu
|
||||
CONFIGURE_STYLE = autoreconf
|
||||
|
||||
.if ${MACHINE_ARCH} != "amd64" && ${MACHINE_ARCH} != "i386"
|
||||
CONFIGURE_ARGS += --disable-mmx
|
||||
@ -29,14 +29,5 @@ CONFIGURE_ARGS += --disable-mmx
|
||||
|
||||
AUTOCONF_VERSION = 2.65
|
||||
AUTOMAKE_VERSION = 1.11
|
||||
BUILD_DEPENDS += ${MODGNU_AUTOCONF_DEPENDS} \
|
||||
${MODGNU_AUTOMAKE_DEPENDS} \
|
||||
devel/libtool
|
||||
|
||||
pre-configure:
|
||||
cd ${WRKSRC} && \
|
||||
AUTOMAKE_VERSION=${AUTOMAKE_VERSION} \
|
||||
AUTOCONF_VERSION=${AUTOCONF_VERSION} \
|
||||
autoreconf -i
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.50 2018/10/24 14:28:02 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.51 2019/05/19 19:13:46 naddy Exp $
|
||||
|
||||
COMMENT = SDL port of the legendary 2D platform shooter
|
||||
|
||||
@ -26,10 +26,6 @@ COMPILER = base-clang ports-gcc base-gcc
|
||||
MASTER_SITES = ${HOMEPAGE}raw-attachment/wiki/download/
|
||||
MASTER_SITES0 = http://www.linklevel.net/distfiles/
|
||||
|
||||
# Needs AC_PROG_LIBTOOL
|
||||
BUILD_DEPENDS = devel/libtool \
|
||||
${MODGNU_AUTOCONF_DEPENDS} \
|
||||
${MODGNU_AUTOMAKE_DEPENDS}
|
||||
LIB_DEPENDS = converters/libiconv \
|
||||
devel/sdl-mixer \
|
||||
devel/smpeg \
|
||||
@ -43,7 +39,7 @@ DISTFILES = ${DISTNAME}.tar.gz \
|
||||
|
||||
SEPARATE_BUILD =Yes
|
||||
|
||||
CONFIGURE_STYLE = gnu
|
||||
CONFIGURE_STYLE = autoreconf
|
||||
CONFIGURE_ARGS = --enable-release \
|
||||
--disable-nonfree \
|
||||
--with-assetdir=${PREFIX}/share/abuse \
|
||||
@ -58,12 +54,6 @@ post-patch:
|
||||
find "${WRKDIR}/${ABUSE_SFX}/patches/" -name 'patch-*' \
|
||||
-exec patch -z .afs-orig -i {} \;
|
||||
|
||||
pre-configure:
|
||||
cd ${WRKSRC} && \
|
||||
AUTOMAKE_VERSION=${AUTOMAKE_VERSION} \
|
||||
AUTOCONF_VERSION=${AUTOCONF_VERSION} \
|
||||
autoreconf -fi
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/abuse/sfx
|
||||
cd ${WRKDIR}/${ABUSE_SFX}/sfx && find . -type f -exec \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.25 2018/06/27 21:03:44 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.26 2019/05/19 19:13:46 naddy Exp $
|
||||
|
||||
COMMENT = portable release of Doom, Heretic, Hexen, and Strife
|
||||
V = 3.0.0
|
||||
@ -24,15 +24,13 @@ MASTER_SITES = https://www.chocolate-doom.org/downloads/${V}/
|
||||
|
||||
RUN_DEPENDS = devel/desktop-file-utils
|
||||
|
||||
CONFIGURE_STYLE = gnu
|
||||
CONFIGURE_STYLE = autoreconf
|
||||
AUTOMAKE_VERSION = 1.15
|
||||
AUTOCONF_VERSION = 2.69
|
||||
CONFIGURE_ARGS += --mandir="${LOCALBASE}/man"
|
||||
|
||||
# python just used for generating manpages
|
||||
BUILD_DEPENDS = lang/python/2.7 \
|
||||
${MODGNU_AUTOCONF_DEPENDS} \
|
||||
${MODGNU_AUTOMAKE_DEPENDS}
|
||||
BUILD_DEPENDS = lang/python/2.7
|
||||
|
||||
post-extract:
|
||||
# set correct data directory
|
||||
@ -44,10 +42,6 @@ post-extract:
|
||||
${WRKSRC}/man/docgen
|
||||
@sed -i 's,/usr/bin/env python,/usr/bin/env python2,' \
|
||||
${WRKSRC}/man/simplecpp
|
||||
|
||||
pre-configure:
|
||||
@cd ${WRKSRC}; AUTOMAKE_VERSION=${AUTOMAKE_VERSION} \
|
||||
AUTOCONF_VERSION=${AUTOCONF_VERSION} autoreconf -fi
|
||||
|
||||
post-install:
|
||||
# Data files get installed to this directory.
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.15 2018/10/24 14:28:03 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.16 2019/05/19 19:13:46 naddy Exp $
|
||||
|
||||
V = 4.10.0
|
||||
COMMENT = politics and government game with liberal bias
|
||||
@ -22,12 +22,9 @@ COMPILER = base-clang ports-gcc base-gcc
|
||||
|
||||
LIB_DEPENDS = converters/libiconv
|
||||
|
||||
BUILD_DEPENDS = ${MODGNU_AUTOCONF_DEPENDS} \
|
||||
${MODGNU_AUTOMAKE_DEPENDS}
|
||||
|
||||
RUN_DEPENDS = devel/desktop-file-utils
|
||||
|
||||
CONFIGURE_STYLE = gnu
|
||||
CONFIGURE_STYLE = autoreconf
|
||||
CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib" \
|
||||
LIBS="-liconv"
|
||||
@ -37,9 +34,4 @@ AUTOMAKE_VERSION = 1.15
|
||||
|
||||
WRKDIST = ${WRKDIR}/Liberal-Crime-Squad-${V}
|
||||
|
||||
pre-configure:
|
||||
cd ${WRKSRC} && \
|
||||
${SETENV} AUTOMAKE_VERSION=${AUTOMAKE_VERSION} \
|
||||
AUTOCONF_VERSION=${AUTOCONF_VERSION} autoreconf -i
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.98 2019/05/17 16:45:26 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.99 2019/05/19 19:13:46 naddy Exp $
|
||||
|
||||
V = 1.9.3.23
|
||||
REVISION = 0
|
||||
@ -22,9 +22,7 @@ MASTER_SITES = http://download.evolonline.org/manaplus/download/${V}/
|
||||
# Base gcc miscompiles on at least macppc
|
||||
COMPILER = base-clang ports-gcc
|
||||
|
||||
BUILD_DEPENDS = ${MODGNU_AUTOCONF_DEPENDS} \
|
||||
${MODGNU_AUTOMAKE_DEPENDS} \
|
||||
devel/gettext-tools
|
||||
BUILD_DEPENDS = devel/gettext-tools
|
||||
|
||||
LIB_DEPENDS = devel/gettext \
|
||||
devel/libexecinfo \
|
||||
@ -39,7 +37,7 @@ LIB_DEPENDS = devel/gettext \
|
||||
RUN_DEPENDS = devel/desktop-file-utils \
|
||||
devel/xdg-utils
|
||||
|
||||
CONFIGURE_STYLE = gnu
|
||||
CONFIGURE_STYLE = autoreconf
|
||||
CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include"
|
||||
CONFIGURE_ARGS = --without-librt \
|
||||
--with-sdl2 \
|
||||
@ -50,9 +48,4 @@ FAKE_FLAGS += desktopdir=${PREFIX}/share/applications/
|
||||
AUTOCONF_VERSION = 2.69
|
||||
AUTOMAKE_VERSION = 1.9
|
||||
|
||||
pre-configure:
|
||||
cd ${WRKSRC} && \
|
||||
${SETENV} AUTOMAKE_VERSION=${AUTOMAKE_VERSION} \
|
||||
AUTOCONF_VERSION=${AUTOCONF_VERSION} autoreconf -i
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.32 2018/10/24 14:28:04 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.33 2019/05/19 19:13:46 naddy Exp $
|
||||
|
||||
COMMENT = challenging 2D motocross platform game
|
||||
|
||||
@ -24,8 +24,6 @@ COMPILER = base-clang ports-gcc base-gcc
|
||||
|
||||
MODULES= lang/lua
|
||||
MODLUA_SA= Yes
|
||||
BUILD_DEPENDS = ${MODGNU_AUTOCONF_DEPENDS} \
|
||||
${MODGNU_AUTOMAKE_DEPENDS}
|
||||
LIB_DEPENDS = archivers/bzip2 \
|
||||
databases/sqlite3 \
|
||||
devel/ode \
|
||||
@ -42,7 +40,7 @@ RUN_DEPENDS = devel/desktop-file-utils
|
||||
|
||||
SEPARATE_BUILD = Yes
|
||||
|
||||
CONFIGURE_STYLE = gnu
|
||||
CONFIGURE_STYLE = autoreconf
|
||||
CONFIGURE_ENV = CPPFLAGS="`pkg-config --cflags libpng sqlite3 sdl ${MODLUA_DEP}` -DSVN_REV='\"${V}\"'" \
|
||||
LDFLAGS="`pkg-config --libs libpng sdl ${MODLUA_DEP}` -lGL"
|
||||
AUTOMAKE_VERSION = 1.11
|
||||
@ -57,12 +55,6 @@ WRKDIST = ${WRKDIR}/${DISTNAME:S/-src//}
|
||||
post-extract:
|
||||
rm -r ${WRKDIST}/src/ode
|
||||
|
||||
pre-configure:
|
||||
cd ${WRKSRC} && \
|
||||
AUTOMAKE_VERSION=${AUTOMAKE_VERSION} \
|
||||
AUTOCONF_VERSION=${AUTOCONF_VERSION} \
|
||||
autoreconf -fi
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xmoto/
|
||||
${INSTALL_DATA} ${WRKSRC}/{COPYING,README} ${PREFIX}/share/doc/xmoto/
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.33 2017/11/21 00:13:01 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.34 2019/05/19 19:13:46 naddy Exp $
|
||||
|
||||
COMMENT= Gtk+ Widget for Displaying OpenStreetMap tiles
|
||||
|
||||
@ -31,26 +31,17 @@ LIB_DEPENDS= devel/libsoup \
|
||||
|
||||
USE_GMAKE= Yes
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_STYLE= autoreconf
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
FAKE_FLAGS= osm_gps_mapdocdir=${PREFIX}/share/doc/osm-gps-map/
|
||||
|
||||
### autohell
|
||||
AUTOMAKE_VERSION= 1.14
|
||||
AUTOCONF_VERSION= 2.69
|
||||
BUILD_DEPENDS += ${MODGNU_AUTOCONF_DEPENDS} \
|
||||
${MODGNU_AUTOMAKE_DEPENDS} \
|
||||
devel/libtool \
|
||||
textproc/gtk-doc
|
||||
BUILD_DEPENDS += textproc/gtk-doc
|
||||
|
||||
post-patch:
|
||||
cp ${LOCALBASE}/share/gtk-doc/data/gtk-doc.make ${WRKSRC}
|
||||
cd ${WRKSRC} && \
|
||||
env AUTOCONF_VERSION=${AUTOCONF_VERSION} \
|
||||
AUTOMAKE_VERSION=${AUTOMAKE_VERSION} \
|
||||
autoreconf -fi
|
||||
###
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.18 2018/10/24 14:28:06 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.19 2019/05/19 19:13:46 naddy Exp $
|
||||
|
||||
COMMENT= fast and simple image viewer
|
||||
|
||||
@ -42,18 +42,9 @@ RUN_DEPENDS += misc/shared-mime-info
|
||||
|
||||
AUTOCONF_VERSION= 2.69
|
||||
AUTOMAKE_VERSION= 1.15
|
||||
BUILD_DEPENDS += ${MODGNU_AUTOCONF_DEPENDS} \
|
||||
${MODGNU_AUTOMAKE_DEPENDS} \
|
||||
devel/libtool
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_STYLE= autoreconf
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
pre-configure:
|
||||
cd ${WRKSRC} && \
|
||||
AUTOCONF_VERSION=${AUTOCONF_VERSION} \
|
||||
AUTOMAKE_VERSION=${AUTOMAKE_VERSION} \
|
||||
autoreconf -fi
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.15 2019/04/30 10:51:33 solene Exp $
|
||||
# $OpenBSD: Makefile,v 1.16 2019/05/19 19:13:46 naddy Exp $
|
||||
|
||||
COMMENT= maildir indexer and searcher with emacs frontend
|
||||
|
||||
@ -13,10 +13,7 @@ REVISION = 1
|
||||
# GPLv3
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
||||
BUILD_DEPENDS= ${MODGNU_AUTOCONF_DEPENDS} \
|
||||
${MODGNU_AUTOMAKE_DEPENDS} \
|
||||
devel/libtool \
|
||||
emacs->=24:editors/emacs
|
||||
BUILD_DEPENDS= emacs->=24:editors/emacs
|
||||
|
||||
LIB_DEPENDS= databases/xapian-core \
|
||||
devel/glib2 \
|
||||
@ -32,7 +29,7 @@ COMPILER= base-clang ports-clang
|
||||
|
||||
AUTOCONF_VERSION= 2.69
|
||||
AUTOMAKE_VERSION= 1.15
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_STYLE= autoreconf
|
||||
|
||||
CONFIGURE_ARGS= --disable-gtk \
|
||||
--disable-webkit \
|
||||
@ -40,10 +37,4 @@ CONFIGURE_ARGS= --disable-gtk \
|
||||
|
||||
USE_GMAKE= Yes
|
||||
|
||||
pre-configure:
|
||||
cd ${WRKSRC} && \
|
||||
AUTOMAKE_VERSION=${AUTOMAKE_VERSION} \
|
||||
AUTOCONF_VERSION=${AUTOCONF_VERSION} \
|
||||
autoreconf -i
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.74 2019/02/21 22:37:58 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.75 2019/05/19 19:13:46 naddy Exp $
|
||||
|
||||
COMMENT= video stream processing tools
|
||||
|
||||
@ -61,13 +61,9 @@ RUN_DEPENDS= audio/sox \
|
||||
graphics/ffmpeg \
|
||||
x11/mplayer
|
||||
|
||||
BUILD_DEPENDS+= devel/libtool \
|
||||
${MODGNU_AUTOCONF_DEPENDS} \
|
||||
${MODGNU_AUTOMAKE_DEPENDS}
|
||||
|
||||
SEPARATE_BUILD= Yes
|
||||
LIBTOOL_FLAGS+= --tag=disable-static
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_STYLE= autoreconf
|
||||
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/autotools
|
||||
CONFIGURE_ARGS+=--enable-a52 \
|
||||
--enable-bktr \
|
||||
@ -124,10 +120,6 @@ CONFIGURE_ARGS+=--disable-altivec
|
||||
post-extract:
|
||||
@cp ${FILESDIR}/import_sndio.c ${WRKSRC}/import
|
||||
|
||||
post-patch:
|
||||
@cd ${WRKSRC} && env AUTOCONF_VERSION=${AUTOCONF_VERSION} \
|
||||
AUTOMAKE_VERSION=${AUTOMAKE_VERSION} autoreconf -if
|
||||
|
||||
post-install:
|
||||
@rm -f ${PREFIX}/lib/transcode/*.la
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.18 2018/09/30 19:54:55 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.19 2019/05/19 19:13:46 naddy Exp $
|
||||
|
||||
GH_ACCOUNT= royhills
|
||||
GH_PROJECT= ike-scan
|
||||
@ -13,17 +13,11 @@ PERMIT_PACKAGE_CDROM= Yes
|
||||
|
||||
WANTLIB= c crypto
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_STYLE= autoreconf
|
||||
AUTOCONF_VERSION= 2.69
|
||||
AUTOMAKE_VERSION= 1.15
|
||||
CONFIGURE_ARGS+= --with-openssl
|
||||
|
||||
BUILD_DEPENDS += ${MODGNU_AUTOMAKE_DEPENDS} \
|
||||
${MODGNU_AUTOCONF_DEPENDS}
|
||||
|
||||
post-patch:
|
||||
cd ${WRKSRC} && ${AUTOCONF_ENV} autoreconf --install
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ike-scan
|
||||
${INSTALL_DATA} ${WRKSRC}/udp-backoff-fingerprinting-paper.txt \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.38 2017/10/23 17:11:02 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.39 2019/05/19 19:13:46 naddy Exp $
|
||||
|
||||
COMMENT= GTK+ frontend to CUPS
|
||||
|
||||
@ -35,22 +35,13 @@ RUN_DEPENDS += print/cups
|
||||
|
||||
USE_GMAKE= Yes
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_STYLE= autoreconf
|
||||
|
||||
AUTOMAKE_VERSION= 1.15
|
||||
AUTOCONF_VERSION= 2.69
|
||||
BUILD_DEPENDS += ${MODGNU_AUTOMAKE_DEPENDS} \
|
||||
${MODGNU_AUTOCONF_DEPENDS} \
|
||||
devel/gettext-tools \
|
||||
devel/libtool # libtoolize(1)
|
||||
BUILD_DEPENDS += devel/gettext-tools
|
||||
|
||||
post-extract:
|
||||
rm ${WRKSRC}/po/de.po.orig
|
||||
|
||||
pre-configure:
|
||||
cd ${WRKSRC} && \
|
||||
AUTOMAKE_VERSION=${AUTOMAKE_VERSION} \
|
||||
AUTOCONF_VERSION=${AUTOCONF_VERSION} \
|
||||
autoreconf -fi
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.20 2018/12/13 11:42:45 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.21 2019/05/19 19:13:46 naddy Exp $
|
||||
|
||||
COMMENT= library for handling paper characteristics
|
||||
|
||||
@ -24,17 +24,13 @@ WRKDIST= ${WRKDIR}/${DISTNAME:S/_/-/}
|
||||
|
||||
USE_GMAKE= Yes
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_STYLE= autoreconf
|
||||
|
||||
AUTOCONF_VERSION= 2.69
|
||||
AUTOMAKE_VERSION= 1.15
|
||||
BUILD_DEPENDS += ${MODGNU_AUTOCONF_DEPENDS} \
|
||||
${MODGNU_AUTOMAKE_DEPENDS} \
|
||||
devel/libtool
|
||||
|
||||
pre-configure:
|
||||
sed -i 's,/bin/bash,/bin/sh,g' ${WRKSRC}/src/paperconfig.in
|
||||
cd ${WRKSRC} && env -i ${AUTOCONF_ENV} autoreconf -fi
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/libpaper
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2018/07/01 09:02:41 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2019/05/19 19:13:46 naddy Exp $
|
||||
|
||||
COMMENT = pretty printing of your mails
|
||||
|
||||
@ -18,8 +18,6 @@ WANTLIB += c
|
||||
|
||||
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=muttprint/}
|
||||
|
||||
BUILD_DEPENDS = ${MODGNU_AUTOCONF_DEPENDS} \
|
||||
${MODGNU_AUTOMAKE_DEPENDS}
|
||||
RUN_DEPENDS = converters/p5-Text-Iconv \
|
||||
devel/p5-Time-TimeDate \
|
||||
graphics/ImageMagick \
|
||||
@ -28,7 +26,7 @@ RUN_DEPENDS = converters/p5-Text-Iconv \
|
||||
print/texlive/texmf,-full
|
||||
|
||||
SEPARATE_BUILD = Yes
|
||||
CONFIGURE_STYLE = gnu
|
||||
CONFIGURE_STYLE = autoreconf
|
||||
|
||||
AUTOCONF_VERSION = 2.69
|
||||
AUTOMAKE_VERSION = 1.15
|
||||
@ -37,10 +35,4 @@ post-patch:
|
||||
perl -pi -e 'print "=encoding latin1\n" if $$. == 1; close ARGV if eof;' \
|
||||
${WRKSRC}/doc/manpages/{de,en,es,it}/muttprint.pod
|
||||
|
||||
pre-configure:
|
||||
cd ${WRKSRC} && \
|
||||
AUTOCONF_VERSION=${AUTOCONF_VERSION} \
|
||||
AUTOMAKE_VERSION=${AUTOMAKE_VERSION} \
|
||||
autoreconf -i
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2017/12/27 13:35:48 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2019/05/19 19:13:46 naddy Exp $
|
||||
|
||||
COMMENT= Brother P-touch CUPS driver
|
||||
|
||||
@ -27,7 +27,7 @@ LIB_DEPENDS= print/cups,-libs
|
||||
# foomatic-rip(1), foomatic-db{,-engine}
|
||||
RUN_DEPENDS += print/cups-filters
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_STYLE= autoreconf
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
CONFIGURE_ARGS= libdir=${PREFIX}/libexec
|
||||
@ -37,14 +37,8 @@ CFLAGS += -fgnu89-inline
|
||||
|
||||
AUTOCONF_VERSION= 2.69
|
||||
AUTOMAKE_VERSION= 1.15
|
||||
BUILD_DEPENDS += ${MODGNU_AUTOCONF_DEPENDS} \
|
||||
${MODGNU_AUTOMAKE_DEPENDS}
|
||||
|
||||
pre-configure:
|
||||
${SUBST_CMD} ${WRKSRC}/driver/ptouch.xml
|
||||
cd ${WRKSRC} && env -i \
|
||||
AUTOCONF_VERSION=${AUTOCONF_VERSION} \
|
||||
AUTOMAKE_VERSION=${AUTOMAKE_VERSION} \
|
||||
autoreconf -fi
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2018/10/09 07:09:53 rsadowski Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2019/05/19 19:13:46 naddy Exp $
|
||||
|
||||
COMMENT = tools to compute hashes recursively
|
||||
|
||||
@ -19,11 +19,8 @@ WANTLIB += ${COMPILER_LIBCXX} c m
|
||||
# C++11 nullptr
|
||||
COMPILER = base-clang ports-clang ports-gcc
|
||||
|
||||
BUILD_DEPENDS = ${MODGNU_AUTOCONF_DEPENDS} \
|
||||
${MODGNU_AUTOMAKE_DEPENDS}
|
||||
|
||||
USE_GMAKE = Yes
|
||||
CONFIGURE_STYLE = gnu
|
||||
CONFIGURE_STYLE = autoreconf
|
||||
|
||||
AUTOCONF_VERSION = 2.69
|
||||
AUTOMAKE_VERSION = 1.15
|
||||
@ -32,10 +29,4 @@ NO_TEST = Yes
|
||||
|
||||
CXXFLAGS = -std=c++11
|
||||
|
||||
pre-configure:
|
||||
cd ${WRKSRC} && \
|
||||
AUTOCONF_VERSION=${AUTOCONF_VERSION} \
|
||||
AUTOMAKE_VERSION=${AUTOMAKE_VERSION} \
|
||||
autoreconf -i
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2019/02/18 08:02:04 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2019/05/19 19:13:47 naddy Exp $
|
||||
|
||||
COMMENT = library to generate, and check strengh of passwords
|
||||
|
||||
@ -32,7 +32,7 @@ BUILD_DEPENDS = devel/gettext-tools \
|
||||
|
||||
LIB_DEPENDS = security/cracklib
|
||||
|
||||
CONFIGURE_STYLE = gnu
|
||||
CONFIGURE_STYLE = autoreconf
|
||||
CONFIGURE_ARGS = --with-python-binary=python${MODPY_VERSION} \
|
||||
--with-python-rev=${MODPY_VERSION} \
|
||||
--with-sconfigdir=${SYSCONFDIR} \
|
||||
@ -43,13 +43,5 @@ FAKE_FLAGS = secureconfdir=${PREFIX}/share/examples/libpwquality/
|
||||
|
||||
AUTOCONF_VERSION = 2.69
|
||||
AUTOMAKE_VERSION = 1.15
|
||||
BUILD_DEPENDS += ${MODGNU_AUTOCONF_DEPENDS} \
|
||||
${MODGNU_AUTOMAKE_DEPENDS} \
|
||||
devel/libtool
|
||||
pre-configure:
|
||||
cd ${WRKSRC} && env -i \
|
||||
AUTOCONF_VERSION=${AUTOCONF_VERSION} \
|
||||
AUTOMAKE_VERSION=${AUTOMAKE_VERSION} \
|
||||
autoreconf -fi
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.50 2019/04/24 16:26:57 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.51 2019/05/19 19:13:47 naddy Exp $
|
||||
|
||||
COMMENT= set of libraries and utilities to access smart cards
|
||||
|
||||
@ -22,10 +22,7 @@ WANTLIB= c crypto curses ffi gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 \
|
||||
|
||||
MASTER_SITES= https://github.com/OpenSC/OpenSC/releases/download/${V}/
|
||||
|
||||
BUILD_DEPENDS= devel/libtool \
|
||||
${MODGNU_AUTOCONF_DEPENDS} \
|
||||
${MODGNU_AUTOMAKE_DEPENDS} \
|
||||
security/pcsc-lite \
|
||||
BUILD_DEPENDS= security/pcsc-lite \
|
||||
textproc/docbook-xsl
|
||||
RUN_DEPENDS= devel/desktop-file-utils \
|
||||
security/ccid
|
||||
@ -33,7 +30,7 @@ LIB_DEPENDS= devel/glib2
|
||||
|
||||
USE_GMAKE= Yes
|
||||
|
||||
CONFIGURE_STYLE=gnu
|
||||
CONFIGURE_STYLE=autoreconf
|
||||
CONFIGURE_ARGS= --enable-static \
|
||||
--sysconfdir=${SYSCONFDIR} \
|
||||
--enable-sm \
|
||||
@ -48,10 +45,6 @@ FAKE_FLAGS= mandir="${PREFIX}/man/" \
|
||||
AUTOCONF_VERSION = 2.69
|
||||
AUTOMAKE_VERSION = 1.15
|
||||
|
||||
pre-configure:
|
||||
cd ${WRKSRC} && env AUTOCONF_VERSION=${AUTOCONF_VERSION} \
|
||||
AUTOMAKE_VERSION=${AUTOMAKE_VERSION} autoreconf -f -i
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/lib/pkgconfig
|
||||
${SUBST_CMD} -c -m ${NONBINMODE} -o ${BINOWN} -g ${BINGRP} \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2018/07/06 08:47:58 feinerer Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2019/05/19 19:13:47 naddy Exp $
|
||||
|
||||
COMMENT = exFAT file system through FUSE
|
||||
|
||||
@ -17,15 +17,8 @@ PERMIT_PACKAGE_CDROM = Yes
|
||||
|
||||
WANTLIB = c fuse
|
||||
|
||||
CONFIGURE_STYLE = gnu
|
||||
CONFIGURE_STYLE = autoreconf
|
||||
AUTOMAKE_VERSION = 1.15
|
||||
AUTOCONF_VERSION = 2.69
|
||||
BUILD_DEPENDS = ${MODGNU_AUTOCONF_DEPENDS} \
|
||||
${MODGNU_AUTOMAKE_DEPENDS}
|
||||
|
||||
pre-configure:
|
||||
cd ${WRKSRC} && ${SETENV} AUTOMAKE_VERSION=${AUTOMAKE_VERSION} \
|
||||
AUTOCONF_VERSION=${AUTOCONF_VERSION} \
|
||||
autoreconf -fi
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2017/11/09 16:50:39 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2019/05/19 19:13:47 naddy Exp $
|
||||
|
||||
COMMENT = c client library for the Riemann monitoring system
|
||||
|
||||
@ -21,10 +21,6 @@ PERMIT_PACKAGE_CDROM = Yes
|
||||
WANTLIB += c ffi gmp gnutls hogweed iconv idn2 intl json-c nettle
|
||||
WANTLIB += p11-kit protobuf-c pthread tasn1 unistring z
|
||||
|
||||
BUILD_DEPENDS = devel/libtool \
|
||||
${MODGNU_AUTOCONF_DEPENDS} \
|
||||
${MODGNU_AUTOMAKE_DEPENDS} \
|
||||
|
||||
LIB_DEPENDS = devel/protobuf-c \
|
||||
security/gnutls \
|
||||
devel/json-c
|
||||
@ -32,15 +28,11 @@ LIB_DEPENDS = devel/protobuf-c \
|
||||
AUTOCONF_VERSION = 2.67
|
||||
AUTOMAKE_VERSION = 1.11
|
||||
|
||||
CONFIGURE_STYLE = gnu
|
||||
CONFIGURE_STYLE = autoreconf
|
||||
|
||||
USE_GMAKE = Yes
|
||||
|
||||
# needs riemann running
|
||||
NO_TEST= Yes
|
||||
|
||||
pre-configure:
|
||||
cd ${WRKSRC} && env AUTOCONF_VERSION=${AUTOCONF_VERSION} \
|
||||
AUTOMAKE_VERSION=${AUTOMAKE_VERSION} autoreconf -f -i
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2015/05/22 11:31:18 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2019/05/19 19:13:47 naddy Exp $
|
||||
|
||||
COMMENT = utility used to display information about USB devices
|
||||
|
||||
@ -24,23 +24,13 @@ LIB_DEPENDS = devel/libusb1
|
||||
AUTOMAKE_VERSION = 1.11
|
||||
AUTOCONF_VERSION = 2.69
|
||||
|
||||
BUILD_DEPENDS += ${MODGNU_AUTOCONF_DEPENDS} \
|
||||
${MODGNU_AUTOMAKE_DEPENDS}
|
||||
# autogen.sh need libtoolize
|
||||
BUILD_DEPENDS += devel/libtool
|
||||
|
||||
WRKDIST = ${WRKDIR}/usbutils-${VERSION}
|
||||
|
||||
USE_GMAKE = Yes
|
||||
CONFIGURE_STYLE = gnu
|
||||
CONFIGURE_STYLE = autoreconf
|
||||
CONFIGURE_ENV += CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
CONFIGURE_ARGS += --datarootdir=${LOCALBASE}/lib \
|
||||
--datadir=${LOCALBASE}/share/usbutils
|
||||
|
||||
pre-configure:
|
||||
cd ${WRKSRC} && ${SETENV} AUTOMAKE_VERSION=${AUTOMAKE_VERSION} \
|
||||
AUTOCONF_VERSION=${AUTOCONF_VERSION} \
|
||||
autoreconf --install
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.40 2018/08/10 10:19:18 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.41 2019/05/19 19:13:47 naddy Exp $
|
||||
|
||||
PORTROACH= limit:^1
|
||||
|
||||
@ -36,7 +36,7 @@ LIB_DEPENDS= devel/glib2 \
|
||||
textproc/aspell/core \
|
||||
textproc/hunspell
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_STYLE= autoreconf
|
||||
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"
|
||||
|
||||
@ -50,16 +50,8 @@ CONFIGURE_ARGS= --with-aspell-prefix=${LOCALBASE} \
|
||||
--disable-uspell \
|
||||
--disable-hspell
|
||||
|
||||
###
|
||||
AUTOCONF_VERSION= 2.69
|
||||
AUTOMAKE_VERSION= 1.15
|
||||
BUILD_DEPENDS += ${MODGNU_AUTOCONF_DEPENDS} \
|
||||
${MODGNU_AUTOMAKE_DEPENDS} \
|
||||
devel/libtool # libtoolize
|
||||
|
||||
pre-configure:
|
||||
cd ${WRKSRC} && ${SETENV} ${AUTOCONF_ENV} autoreconf -fi
|
||||
###
|
||||
|
||||
post-install:
|
||||
rm ${PREFIX}/lib/enchant/*.{a,la}
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.26 2017/11/21 00:13:04 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.27 2019/05/19 19:13:47 naddy Exp $
|
||||
|
||||
COMMENT= XML parser designed for Jabber applications
|
||||
DISTNAME= iksemel-1.4
|
||||
@ -20,19 +20,10 @@ MASTER_SITES= ${MASTER_SITE_GOOGLECODE:=iksemel/}
|
||||
|
||||
LIB_DEPENDS= security/gnutls
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_STYLE= autoreconf
|
||||
CONFIGURE_ARGS+= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include"
|
||||
|
||||
AUTOCONF_VERSION= 2.69
|
||||
AUTOMAKE_VERSION= 1.15
|
||||
BUILD_DEPENDS += ${MODGNU_AUTOCONF_DEPENDS} \
|
||||
${MODGNU_AUTOMAKE_DEPENDS} \
|
||||
devel/libtool
|
||||
|
||||
pre-configure:
|
||||
cd ${WRKSRC} && \
|
||||
AUTOCONF_VERSION=${AUTOCONF_VERSION} \
|
||||
AUTOMAKE_VERSION=${AUTOMAKE_VERSION} \
|
||||
autoreconf -fi
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2019/05/18 23:30:21 cwen Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2019/05/19 19:13:47 naddy Exp $
|
||||
|
||||
COMMENT = C/C++ implementation of a Sass compiler
|
||||
|
||||
@ -23,14 +23,10 @@ WANTLIB = ${COMPILER_LIBCXX} m
|
||||
# c++0x
|
||||
COMPILER = base-clang ports-gcc
|
||||
|
||||
BUILD_DEPENDS = ${MODGNU_AUTOCONF_DEPENDS} \
|
||||
${MODGNU_AUTOMAKE_DEPENDS} \
|
||||
devel/libtool
|
||||
|
||||
AUTOMAKE_VERSION = 1.15
|
||||
AUTOCONF_VERSION = 2.69
|
||||
|
||||
CONFIGURE_STYLE = gnu
|
||||
CONFIGURE_STYLE = autoreconf
|
||||
|
||||
USE_GMAKE = Yes
|
||||
|
||||
@ -41,10 +37,6 @@ MAKE_ENV = CC="cc" \
|
||||
|
||||
NO_TEST = Yes
|
||||
|
||||
post-patch:
|
||||
cd ${WRKSRC} && AUTOCONF_VERSION=${AUTOCONF_VERSION} \
|
||||
AUTOMAKE_VERSION=${AUTOMAKE_VERSION} autoreconf -i
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/include/sass/
|
||||
cd ${WRKSRC}/include && pax -rw . ${PREFIX}/include/
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2018/10/24 14:28:12 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2019/05/19 19:13:47 naddy Exp $
|
||||
|
||||
COMMENT = libsass command line driver
|
||||
|
||||
@ -18,9 +18,6 @@ WANTLIB += ${COMPILER_LIBCXX} c m sass
|
||||
|
||||
COMPILER = base-clang ports-gcc base-gcc
|
||||
|
||||
BUILD_DEPENDS = ${MODGNU_AUTOCONF_DEPENDS} \
|
||||
${MODGNU_AUTOMAKE_DEPENDS} \
|
||||
devel/libtool
|
||||
LIB_DEPENDS = www/libsass
|
||||
|
||||
AUTOMAKE_VERSION = 1.15
|
||||
@ -28,16 +25,12 @@ AUTOCONF_VERSION = 2.69
|
||||
|
||||
USE_GMAKE = Yes
|
||||
|
||||
CONFIGURE_STYLE = gnu
|
||||
CONFIGURE_STYLE = autoreconf
|
||||
CONFIGURE_ENV += CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib/"
|
||||
|
||||
NO_TEST = Yes
|
||||
|
||||
post-patch:
|
||||
cd ${WRKSRC} && AUTOCONF_VERSION=${AUTOCONF_VERSION} \
|
||||
AUTOMAKE_VERSION=${AUTOMAKE_VERSION} autoreconf -i
|
||||
|
||||
# Bypass the need to have libsass sources present.
|
||||
do-build:
|
||||
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} BUILD=shared
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.50 2019/01/07 14:29:42 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.51 2019/05/19 19:13:47 naddy Exp $
|
||||
|
||||
COMMENT = VNC server for real X displays
|
||||
|
||||
@ -23,7 +23,7 @@ LIB_DEPENDS = graphics/cairo \
|
||||
net/libvncserver
|
||||
|
||||
USE_GMAKE = Yes
|
||||
CONFIGURE_STYLE = gnu
|
||||
CONFIGURE_STYLE = autoreconf
|
||||
CONFIGURE_ARGS += --with-x \
|
||||
--with-avahi
|
||||
CONFIGURE_ENV += CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
@ -31,11 +31,6 @@ CONFIGURE_ENV += CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
|
||||
AUTOCONF_VERSION = 2.69
|
||||
AUTOMAKE_VERSION = 1.15
|
||||
BUILD_DEPENDS = ${MODGNU_AUTOCONF_DEPENDS} \
|
||||
${MODGNU_AUTOMAKE_DEPENDS}
|
||||
|
||||
post-patch:
|
||||
cd ${WRKSRC}; ${AUTOCONF_ENV} autoreconf -v --install
|
||||
|
||||
pre-configure:
|
||||
${SUBST_CMD} ${WRKSRC}/src/gui.c
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.17 2019/04/24 16:26:59 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.18 2019/05/19 19:13:47 naddy Exp $
|
||||
|
||||
COMMENT= command line interface to X selections
|
||||
GH_ACCOUNT= astrand
|
||||
@ -12,19 +12,12 @@ PERMIT_PACKAGE_CDROM= Yes
|
||||
|
||||
WANTLIB+= X11 Xmu c
|
||||
|
||||
BUILD_DEPENDS= ${MODGNU_AUTOCONF_DEPENDS} \
|
||||
${MODGNU_AUTOMAKE_DEPENDS}
|
||||
NO_TEST= yes
|
||||
USE_GMAKE= yes
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_STYLE= autoreconf
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \
|
||||
LDFLAGS="-L${X11BASE}/lib" \
|
||||
AUTOCONF_VERSION="${AUTOCONF_VERSION}" \
|
||||
AUTOMAKE_VERSION="${AUTOMAKE_VERSION}"
|
||||
LDFLAGS="-L${X11BASE}/lib"
|
||||
AUTOCONF_VERSION= 2.69
|
||||
AUTOMAKE_VERSION= 1.15
|
||||
|
||||
post-patch:
|
||||
cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} autoreconf -i
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
x
Reference in New Issue
Block a user