CONFIGURE_STYLE autoconf already appends gnu, so no need to explicitely
list it. ok sthen@
This commit is contained in:
parent
8848057fe8
commit
04f34342b4
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.42 2011/10/17 12:40:44 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.43 2012/02/21 16:21:41 ajacoutot Exp $
|
||||
|
||||
COMMENT= MIDI to WAV renderer and player
|
||||
|
||||
@ -23,7 +23,7 @@ PERMIT_DISTFILES_FTP= copyrighted patches
|
||||
|
||||
WANTLIB= c m ncurses sndio
|
||||
|
||||
CONFIGURE_STYLE=autoconf automake gnu
|
||||
CONFIGURE_STYLE=autoconf automake
|
||||
AUTOCONF_VERSION = 2.59
|
||||
AUTOMAKE_VERSION = 1.9
|
||||
CONFIGURE_ARGS= --enable-audio=sndio \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.34 2011/11/18 10:11:33 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.35 2012/02/21 16:21:41 ajacoutot Exp $
|
||||
|
||||
COMMENT= companion library to APR
|
||||
|
||||
@ -30,7 +30,7 @@ LIB_DEPENDS= databases/db/v4,no_java,no_tcl
|
||||
|
||||
MODULES= converters/libiconv
|
||||
USE_LIBTOOL= Yes
|
||||
CONFIGURE_STYLE=gnu autoconf
|
||||
CONFIGURE_STYLE=autoconf
|
||||
AUTOCONF_VERSION=2.59
|
||||
CONFIGURE_ARGS= --with-apr=${LOCALBASE} \
|
||||
--with-dbm=db4 \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2010/10/18 17:47:53 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2012/02/21 16:21:41 ajacoutot Exp $
|
||||
|
||||
COMMENT = GNU PIC assembler and utilities
|
||||
|
||||
@ -24,7 +24,7 @@ MASTER_SITES0 = http://www.arcane-labs.net/download/OpenBSD/
|
||||
DISTFILES = ${DISTNAME}${EXTRACT_SUFX} gputils-testsuite-${VERSION}${EXTRACT_SUFX}:0
|
||||
DIST_SUBDIR = gputils
|
||||
|
||||
CONFIGURE_STYLE = gnu autoconf
|
||||
CONFIGURE_STYLE = autoconf
|
||||
CONFIGURE_ENV = "CC=${CC}" "CPP=${CPP}" "CFLAGS=${CFLAGS}" "CPPFLAGS=${CPPFLAGS}" "LDFLAGS=${LDFLAGS}"
|
||||
USE_GROFF = Yes
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2011/04/18 11:53:18 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2012/02/21 16:21:41 ajacoutot Exp $
|
||||
|
||||
BROKEN-hppa = ./src/x/xdga2s.s:25: Error: symbol .text is already defined
|
||||
|
||||
@ -27,7 +27,7 @@ USE_GROFF = Yes
|
||||
MAKE_FILE = makefile
|
||||
ALL_TARGET = default
|
||||
|
||||
CONFIGURE_STYLE = gnu autoconf
|
||||
CONFIGURE_STYLE = autoconf
|
||||
AUTOCONF_VERSION = 2.61
|
||||
|
||||
SUBST_VARS = V
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2011/09/18 16:23:00 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2012/02/21 16:21:41 ajacoutot Exp $
|
||||
|
||||
COMMENT = zuma-like arkade game
|
||||
DISTNAME = zaz-1.0.0
|
||||
@ -34,7 +34,7 @@ LIB_DEPENDS = audio/libvorbis \
|
||||
RUN_DEPENDS = devel/desktop-file-utils
|
||||
|
||||
AUTOCONF_VERSION = 2.65
|
||||
CONFIGURE_STYLE = gnu autoconf
|
||||
CONFIGURE_STYLE = autoconf
|
||||
CONFIGURE_ENV = CFLAGS="$(CFLAGS) -I${X11BASE}/include \
|
||||
-I$(X11BASE)/include/freetype2 -pthread" \
|
||||
CXXFLAGS="$(CXXFLAGS) -I${X11BASE}/include \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.23 2011/11/13 13:54:04 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.24 2012/02/21 16:21:42 ajacoutot Exp $
|
||||
|
||||
COMMENT= garmin gps map management tool
|
||||
|
||||
@ -33,7 +33,7 @@ PORTHOME= ${WRKDIR}
|
||||
|
||||
NO_REGRESS= Yes
|
||||
AUTOCONF_VERSION=2.59
|
||||
CONFIGURE_STYLE= autoconf gnu
|
||||
CONFIGURE_STYLE= autoconf
|
||||
CONFIGURE_ENV+= 'LDFLAGS=-pthread'
|
||||
CONFIGURE_ARGS= --with-qt-dir=${LOCALBASE}/lib/qt4 \
|
||||
--with-extra-libs=${LOCALBASE}/lib \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2011/11/03 17:35:12 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2012/02/21 16:21:42 ajacoutot Exp $
|
||||
|
||||
COMMENT = lightweight mapping application for use with or without GPS
|
||||
|
||||
@ -44,7 +44,7 @@ CONFIGURE_ENV += CPPFLAGS=-I${LOCALBASE}/include \
|
||||
FAKE_FLAGS+= localedir="${PREFIX}/share/locale"
|
||||
|
||||
|
||||
CONFIGURE_STYLE = autoconf gnu
|
||||
CONFIGURE_STYLE = autoconf
|
||||
AUTOCONF_VERSION = 2.64
|
||||
NO_REGRESS = Yes
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.58 2011/12/02 14:36:14 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.59 2012/02/21 16:21:42 ajacoutot Exp $
|
||||
|
||||
COMMENT= sophisticated scripter based on Tcl/Tk
|
||||
|
||||
@ -24,7 +24,7 @@ FLAVOR?=
|
||||
|
||||
SEPARATE_BUILD= simple
|
||||
AUTOCONF_VERSION= 2.59
|
||||
CONFIGURE_STYLE=autoconf no-autoheader gnu
|
||||
CONFIGURE_STYLE=autoconf no-autoheader
|
||||
CONFIGURE_ARGS+=${CONFIGURE_SHARED}
|
||||
|
||||
CFLAGS+= -I${X11BASE}/include
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2011/09/16 10:31:21 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2012/02/21 16:21:42 ajacoutot Exp $
|
||||
|
||||
COMMENT= open source COBOL compiler
|
||||
|
||||
@ -27,7 +27,7 @@ USE_LIBTOOL= Yes
|
||||
WANTLIB= c db gmp m ncurses
|
||||
|
||||
AUTOCONF_VERSION= 2.59
|
||||
CONFIGURE_STYLE=gnu autoconf
|
||||
CONFIGURE_STYLE=autoconf
|
||||
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \
|
||||
CFLAGS="-I${LOCALBASE}/include" \
|
||||
CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/db4"
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.54 2011/09/16 10:31:23 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.55 2012/02/21 16:21:42 ajacoutot Exp $
|
||||
|
||||
COMMENT= X11-based presentation tool
|
||||
|
||||
@ -32,7 +32,7 @@ MODULES= devel/gettext
|
||||
|
||||
USE_GROFF = Yes
|
||||
AUTOCONF_VERSION=2.13
|
||||
CONFIGURE_STYLE=autoconf gnu imake no-autoheader
|
||||
CONFIGURE_STYLE=autoconf imake no-autoheader
|
||||
CONFIGURE_ARGS= --disable-vflib
|
||||
CONFIGURE_ARGS+= --enable-gif
|
||||
CONFIGURE_ARGS+= --enable-freetype-charset16
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2011/07/28 12:11:43 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2012/02/21 16:21:42 ajacoutot Exp $
|
||||
|
||||
COMMENT= console based Jabber client
|
||||
|
||||
@ -27,7 +27,7 @@ LIB_DEPENDS= lang/guile \
|
||||
net/loudmouth
|
||||
|
||||
AUTOCONF_VERSION= 2.61
|
||||
CONFIGURE_STYLE= gnu autoconf no-autoheader
|
||||
CONFIGURE_STYLE= autoconf no-autoheader
|
||||
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \
|
||||
CPPFLAGS="-I${LOCALBASE}/include"
|
||||
USE_GROFF = Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.23 2011/09/16 11:13:38 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.24 2012/02/21 16:21:42 ajacoutot Exp $
|
||||
|
||||
COMMENT= icecast source for streaming MP3
|
||||
|
||||
@ -21,7 +21,7 @@ WANTLIB += mp3lame shout>=3 speex>=4 FLAC>=5 xml2>=7
|
||||
MASTER_SITES= http://downloads.xiph.org/releases/ices/
|
||||
|
||||
AUTOCONF_VERSION=2.59
|
||||
CONFIGURE_STYLE=gnu autoconf
|
||||
CONFIGURE_STYLE=autoconf
|
||||
CONFIGURE_ARGS= --with-docdir=${LOCALBASE}/share/doc/ices \
|
||||
--with-moddir=${LOCALBASE}/share/ices \
|
||||
--with-lame=${LOCALBASE} --with-vorbis=${LOCALBASE} \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2011/04/23 17:40:34 weerd Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2012/02/21 16:21:42 ajacoutot Exp $
|
||||
|
||||
COMMENT = link advertisement (LLDP/CDP etc) daemon
|
||||
|
||||
@ -19,7 +19,7 @@ PERMIT_DISTFILES_FTP = Yes
|
||||
MASTER_SITES = ${HOMEPAGE}
|
||||
|
||||
AUTOCONF_VERSION = 2.64
|
||||
CONFIGURE_STYLE = gnu autoconf
|
||||
CONFIGURE_STYLE = autoconf
|
||||
CONFIGURE_ARGS += --with-user=_ladvd --with-chroot-dir=/var/empty
|
||||
USE_GROFF = Yes
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2011/07/07 01:06:59 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2012/02/21 16:21:42 ajacoutot Exp $
|
||||
|
||||
COMMENT= XML-RPC C/C++ client-server implementation
|
||||
CATEGORIES= net devel textproc
|
||||
@ -24,7 +24,7 @@ MODULES= converters/libiconv
|
||||
BUILD_DEPENDS += devel/gettext
|
||||
RUN_DEPENDS += devel/gettext
|
||||
|
||||
CONFIGURE_STYLE= gnu autoconf
|
||||
CONFIGURE_STYLE= autoconf
|
||||
USE_LIBTOOL= Yes
|
||||
USE_GMAKE= Yes
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.58 2011/12/10 22:04:12 kili Exp $
|
||||
# $OpenBSD: Makefile,v 1.59 2012/02/21 16:21:42 ajacoutot Exp $
|
||||
|
||||
COMMENT-main= PDF rendering library
|
||||
COMMENT-qt= qt interface to PDF rendering library
|
||||
@ -101,7 +101,7 @@ WANTLIB-qt4= ${cWANTLIB} ICE QtCore QtGui QtXml SM X11 Xext Xi \
|
||||
openjpeg png poppler \
|
||||
QtCore QtGui QtXml
|
||||
|
||||
CONFIGURE_STYLE=gnu autoconf
|
||||
CONFIGURE_STYLE=autoconf
|
||||
AUTOCONF_VERSION=2.68
|
||||
CONFIGURE_ARGS+= --enable-xpdf-headers \
|
||||
--enable-poppler-cpp \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.40 2011/09/16 11:13:41 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.41 2012/02/21 16:21:42 ajacoutot Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -48,7 +48,7 @@ USE_GMAKE= Yes
|
||||
USE_LIBTOOL= Yes
|
||||
USE_GROFF = Yes
|
||||
|
||||
CONFIGURE_STYLE=autoconf gnu
|
||||
CONFIGURE_STYLE=autoconf
|
||||
AUTOCONF_VERSION=2.60
|
||||
CONFIGURE_ARGS= ${MODQT_CONFIGURE_ARGS} \
|
||||
--with-extra-libs=${LOCALBASE}/lib \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.18 2010/11/20 17:22:45 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.19 2012/02/21 16:21:42 ajacoutot Exp $
|
||||
|
||||
COMMENT= logs smurf attacks
|
||||
DISTNAME= smurflog-2.1
|
||||
@ -16,7 +16,7 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
WANTLIB= c pcap
|
||||
|
||||
AUTOCONF_VERSION= 2.13
|
||||
CONFIGURE_STYLE= gnu autoconf no-autoheader
|
||||
CONFIGURE_STYLE= autoconf no-autoheader
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.15 2011/07/06 13:15:40 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.16 2012/02/21 16:21:42 ajacoutot Exp $
|
||||
|
||||
COMMENT= interactive utility that displays info about online users
|
||||
|
||||
@ -20,7 +20,7 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
WANTLIB= c kvm ncurses
|
||||
|
||||
CONFIGURE_STYLE= autoconf gnu dest
|
||||
CONFIGURE_STYLE= autoconf dest
|
||||
AUTOCONF_VERSION=2.13
|
||||
USE_GROFF = Yes
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.30 2011/09/12 18:21:38 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.31 2012/02/21 16:21:42 ajacoutot Exp $
|
||||
|
||||
COMMENT= XML parser that extends the Vala.Parser
|
||||
|
||||
@ -34,7 +34,7 @@ USE_GMAKE= Yes
|
||||
|
||||
AUTOCONF_VERSION= 2.68
|
||||
|
||||
CONFIGURE_STYLE= autoconf gnu
|
||||
CONFIGURE_STYLE= autoconf
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2012/01/03 16:35:28 sebastia Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2012/02/21 16:21:42 ajacoutot Exp $
|
||||
|
||||
COMMENT= library to compress the standard X protocol
|
||||
|
||||
@ -13,7 +13,7 @@ LIB_DEPENDS= graphics/jpeg \
|
||||
graphics/png
|
||||
|
||||
AUTOCONF_VERSION= 2.59
|
||||
CONFIGURE_STYLE= gnu autoconf
|
||||
CONFIGURE_STYLE= autoconf
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${X11BASE}/lib -L${LOCALBASE}/lib" \
|
||||
LIBXcomp_VERSION=${LIBXcomp_VERSION} \
|
||||
|
Loading…
Reference in New Issue
Block a user