CONFIGURE_SHARED is now implied by gnome.port.mk, so no need to make it explicit anymore.

This commit is contained in:
jasper 2011-09-20 21:04:24 +00:00
parent 30822fed1e
commit ce57eca3b4
44 changed files with 75 additions and 119 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.82 2011/09/20 20:51:51 jasper Exp $
# $OpenBSD: Makefile,v 1.83 2011/09/20 21:04:24 jasper Exp $
COMMENT= integrated music management application for GNOME
@ -61,8 +61,7 @@ MODGNOME_TOOLS= goi yelp
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--with-database=tree \
CONFIGURE_ARGS= --with-database=tree \
--with-gnome-keyring \
--with-ipod \
--with-mdns=avahi \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.94 2011/09/20 20:51:51 jasper Exp $
# $OpenBSD: Makefile,v 1.95 2011/09/20 21:04:24 jasper Exp $
SHARED_ONLY= Yes
@ -65,8 +65,7 @@ AUTOMAKE_VERSION= 1.9
MODGNOME_TOOLS= goi
CONFIGURE_STYLE= autoconf
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--enable-ssl \
CONFIGURE_ARGS= --enable-ssl \
--enable-smime \
--enable-ipv6 \
--enable-weather \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.46 2011/09/20 20:51:51 jasper Exp $
# $OpenBSD: Makefile,v 1.47 2011/09/20 21:04:24 jasper Exp $
COMMENT= high-performance CORBA Object Request Broker
@ -35,7 +35,6 @@ REGRESS_DEPENDS = ${FULLPKGNAME}:${BUILD_PKGPATH}
CONFIGURE_STYLE= autoconf
AUTOCONF_VERSION= 2.67
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.41 2011/09/20 20:51:51 jasper Exp $
# $OpenBSD: Makefile,v 1.42 2011/09/20 21:04:24 jasper Exp $
COMMENT= accessibility toolkit used by gtk+
@ -36,6 +36,5 @@ USE_LIBTOOL= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.64 2011/09/20 20:51:51 jasper Exp $
# $OpenBSD: Makefile,v 1.65 2011/09/20 21:04:24 jasper Exp $
COMMENT-main= configuration database system for GNOME
COMMENT-polkit= PolicyKit integration for GConf2
@ -85,8 +85,7 @@ MODGNOME_TOOLS= goi
CONFIGURE_STYLE=gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--without-openldap \
CONFIGURE_ARGS= --without-openldap \
--enable-defaults-service \
--with-gtk=3.0

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.35 2011/09/20 20:51:51 jasper Exp $
# $OpenBSD: Makefile,v 1.36 2011/09/20 21:04:24 jasper Exp $
COMMENT= user interface builder for the gtk+3 toolkit
@ -49,7 +49,6 @@ MODGNOME_DESKTOP_FILE= Yes
MODGNOME_TOOLS= goi yelp
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
CONFIGURE_ENV= CPPFLAGS="-pthread -I${LOCALBASE}/include" \
LDFLAGS="-pthread -lutil -L${LOCALBASE}/lib"

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.47 2011/09/20 20:51:51 jasper Exp $
# $OpenBSD: Makefile,v 1.48 2011/09/20 21:04:24 jasper Exp $
COMMENT= GObject Introspection
@ -43,7 +43,6 @@ USE_GROFF = Yes
YACC= bison
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.40 2011/09/20 20:51:51 jasper Exp $
# $OpenBSD: Makefile,v 1.41 2011/09/20 21:04:24 jasper Exp $
# XXX on goffice version change,
# update API_VERSION in math/gnumeric, bump PKGNAME then change the
@ -42,7 +42,6 @@ LIB_DEPENDS= devel/libgsf \
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
# XXX move to gsettings
CONFIGURE_ARGS += --with-config-backend=gconf

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.15 2011/09/20 20:51:51 jasper Exp $
# $OpenBSD: Makefile,v 1.16 2011/09/20 21:04:24 jasper Exp $
COMMENT= JSON parser for GLib-based libraries and applications
@ -30,6 +30,5 @@ USE_LIBTOOL= Yes
MODGNOME_TOOLS= goi
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.19 2011/09/20 20:51:51 jasper Exp $
# $OpenBSD: Makefile,v 1.20 2011/09/20 21:04:24 jasper Exp $
SHARED_ONLY= Yes
@ -41,7 +41,6 @@ MODGNOME_TOOLS= goi
LIBTOOL_FLAGS+= --tag=disable-static
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
--enable-gnome
CONFIGURE_ARGS+= --enable-gnome
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.15 2011/09/20 20:51:51 jasper Exp $
# $OpenBSD: Makefile,v 1.16 2011/09/20 21:04:24 jasper Exp $
COMMENT= GObject based collection library
@ -33,7 +33,6 @@ MODULES= devel/gettext \
MODGNOME_TOOLS= goi
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--disable-doc
CONFIGURE_ARGS= --disable-doc
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.64 2011/09/20 20:51:51 jasper Exp $
# $OpenBSD: Makefile,v 1.65 2011/09/20 21:04:24 jasper Exp $
COMMENT= GNOME Structured File library
@ -40,8 +40,7 @@ MODGCONF2_LIBDEP= No
MODGCONF2_SCHEMAS_DIR= libgsf
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--without-bonobo \
CONFIGURE_ARGS= --without-bonobo \
--without-gnome-vfs \
--without-python \
--with-bz2 \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.88 2011/09/20 20:51:51 jasper Exp $
# $OpenBSD: Makefile,v 1.89 2011/09/20 21:04:24 jasper Exp $
COMMENT= portable library for obtaining system information
@ -30,8 +30,7 @@ RUN_DEPENDS= sysutils/lsof
MODGNOME_TOOLS= goi
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
--without-libgtop-smp
CONFIGURE_ARGS+= --without-libgtop-smp
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
GMSGFMT="${LOCALBASE}/bin/msgfmt" \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.19 2011/09/20 20:51:51 jasper Exp $
# $OpenBSD: Makefile,v 1.20 2011/09/20 21:04:24 jasper Exp $
COMMENT= send desktop notifications to a notification daemon
@ -35,6 +35,5 @@ MODGNOME_TOOLS= goi
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.9 2011/09/20 20:51:51 jasper Exp $
# $OpenBSD: Makefile,v 1.10 2011/09/20 21:04:24 jasper Exp $
COMMENT= gobject-based plugins engine
@ -53,8 +53,7 @@ LIB_DEPENDS= devel/gobject-introspection \
LIBTOOL_FLAGS= --tag=disable-static
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--disable-static \
CONFIGURE_ARGS= --disable-static \
--enable-seed \
--enable-python

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.64 2011/09/20 20:51:51 jasper Exp $
# $OpenBSD: Makefile,v 1.65 2011/09/20 21:04:24 jasper Exp $
COMMENT-main = SOAP implementation in C
COMMENT-gnome = GNOME specific libsoup parts
@ -57,8 +57,7 @@ MODULES = devel/gettext \
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS += ${CONFIGURE_SHARED} \
--disable-more-warnings \
CONFIGURE_ARGS += --disable-more-warnings \
--disable-tls-check
# checking Apache version... 1.3.29 (Unix) (ignoring)
# But this prevents needing apache2 for certain regress tests.

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.16 2011/09/20 20:51:51 jasper Exp $
# $OpenBSD: Makefile,v 1.17 2011/09/20 21:04:24 jasper Exp $
COMMENT = library for writing single instance GTK+2 applications
@ -32,8 +32,7 @@ MODGNOME_TOOLS= goi
CONFIGURE_STYLE = gnu
CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS = ${CONFIGURE_SHARED} \
--with-x
CONFIGURE_ARGS = --with-x
MODULES = devel/gettext \
x11/gnome

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2011/09/20 20:51:51 jasper Exp $
# $OpenBSD: Makefile,v 1.6 2011/09/20 21:04:24 jasper Exp $
COMMENT = library for writing single instance GTK+3 applications
@ -40,8 +40,7 @@ LIB_DEPENDS = x11/dbus-glib \
CONFIGURE_STYLE = gnu
CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS = ${CONFIGURE_SHARED} \
--enable-bacon \
CONFIGURE_ARGS = --enable-bacon \
--with-x
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.49 2011/09/20 20:51:51 jasper Exp $
# $OpenBSD: Makefile,v 1.50 2011/09/20 21:04:24 jasper Exp $
COMMENT= window navigator construction kit
@ -38,7 +38,6 @@ LIB_DEPENDS= x11/gtk+2 \
devel/startup-notification
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2011/09/20 20:51:51 jasper Exp $
# $OpenBSD: Makefile,v 1.6 2011/09/20 21:04:24 jasper Exp $
COMMENT= window navigator construction kit
@ -39,8 +39,7 @@ LIB_DEPENDS= x11/gtk+3 \
devel/startup-notification
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
--enable-startup-notification \
CONFIGURE_ARGS+= --enable-startup-notification \
--program-suffix=3
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.87 2011/09/20 20:51:51 jasper Exp $
# $OpenBSD: Makefile,v 1.88 2011/09/20 21:04:24 jasper Exp $
COMMENT-main= terminal emulation library
COMMENT-python= python bindings for vte
@ -87,8 +87,7 @@ CONFIGURE_ARGS+= --enable-python
MODGNOME_TOOLS= goi
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
--disable-Bsymbolic
CONFIGURE_ARGS+= --disable-Bsymbolic
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.19 2011/09/20 20:51:51 jasper Exp $
# $OpenBSD: Makefile,v 1.20 2011/09/20 21:04:24 jasper Exp $
COMMENT= brain teaser game
@ -35,8 +35,7 @@ MODGNOME_TOOLS= yelp
CONFIGURE_STYLE=gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--disable-tests
CONFIGURE_ARGS= --disable-tests
DLLMAP_FILES= src/Clients/Classical/gbrainy.exe.config.in \
src/Core/gbrainy.Core.dll.config.in

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.12 2011/09/20 20:51:51 jasper Exp $
# $OpenBSD: Makefile,v 1.13 2011/09/20 21:04:24 jasper Exp $
COMMENT = Mastermind clone reflexion game
@ -29,7 +29,6 @@ RUN_DEPENDS += x11/gnome/librsvg
MODGNOME_TOOLS= yelp
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS = ${CONFIGURE_SHARED}
CONFIGURE_ENV += CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.25 2011/09/20 20:51:51 jasper Exp $
# $OpenBSD: Makefile,v 1.26 2011/09/20 21:04:24 jasper Exp $
COMMENT= Settlers of Catan for GNOME/Gtk
@ -46,8 +46,7 @@ USE_GROFF = Yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
ac_cv_path_pngtopnm=""
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--enable-protocol=IPv4
CONFIGURE_ARGS= --enable-protocol=IPv4
pre-configure:
@perl -pi -e 's,games/pioneers,pioneers,g;' \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.80 2011/09/20 20:51:51 jasper Exp $
# $OpenBSD: Makefile,v 1.81 2011/09/20 21:04:24 jasper Exp $
COMMENT= technical diagrams drawing tool
@ -43,8 +43,7 @@ CONFIGURE_STYLE=gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/libpng \
-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--with-cairo \
CONFIGURE_ARGS= --with-cairo \
--enable-db2html=no \
--with-hardbooks=no
USE_GROFF = Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.68 2011/09/20 20:51:51 jasper Exp $
# $OpenBSD: Makefile,v 1.69 2011/09/20 21:04:24 jasper Exp $
SHARED_ONLY= Yes
@ -110,8 +110,7 @@ LIBTOOL_FLAGS= --tag=disable-static
USE_LIBTOOL= gnu
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
--disable-static \
CONFIGURE_ARGS+= --disable-static \
--disable-comics \
--enable-nautilus \
--enable-djvu \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2011/09/20 20:51:51 jasper Exp $
# $OpenBSD: Makefile,v 1.4 2011/09/20 21:04:24 jasper Exp $
COMMENT= canvas widget for GTK+ based on Cairo
@ -33,7 +33,6 @@ MODULES= devel/gettext \
LIB_DEPENDS= x11/gtk+3
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \
CPPFLAGS="-I${LOCALBASE}/include"

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.45 2011/09/20 20:51:51 jasper Exp $
# $OpenBSD: Makefile,v 1.46 2011/09/20 21:04:24 jasper Exp $
COMMENT= image viewer and browser for GNOME
@ -53,8 +53,7 @@ MODGCONF2_SCHEMAS_DIR= gthumb
CONFIGURE_STYLE=gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--disable-libopenraw \
CONFIGURE_ARGS= --disable-libopenraw \
--disable-libbrasero \
--enable-libsoup \
--enable-gnome-keyring \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.22 2011/09/20 20:51:52 jasper Exp $
# $OpenBSD: Makefile,v 1.23 2011/09/20 21:04:25 jasper Exp $
# No NTLM support in OpenLDAP; Plaintext password authentication will be
# used when connecting to the Global Catalog server. Consider installing
@ -80,8 +80,7 @@ AUTOCONF_VERSION=2.68
AUTOMAKE_VERSION=1.9
CONFIGURE_STYLE= autoconf
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--disable-static \
CONFIGURE_ARGS= --disable-static \
--with-krb5=/usr \
--with-krb5-includes=/usr/include/kerberosV \
--with-static-ldap=no \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.130 2011/09/20 20:51:52 jasper Exp $
# $OpenBSD: Makefile,v 1.131 2011/09/20 21:04:25 jasper Exp $
COMMENT-main= integrated email and PIM software for GNOME
COMMENT-plugins= additionnal plugins for evolution
@ -129,8 +129,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include \
-Wl,-rpath,${TRUEPREFIX}/lib/evolution/${R}:${TRUEPREFIX}/lib \
-Wl,--as-needed"
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
--disable-gtk-doc \
CONFIGURE_ARGS+= --disable-gtk-doc \
--enable-plugins=all \
--disable-nm \
--with-openldap="${LOCALBASE}" \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2011/09/20 20:51:52 jasper Exp $
# $OpenBSD: Makefile,v 1.6 2011/09/20 21:04:25 jasper Exp $
COMMENT= API for handling SSDP resource discovery and announcement
@ -36,6 +36,5 @@ LIB_DEPENDS= devel/libsoup \
x11/gtk+2
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.10 2011/09/20 20:51:52 jasper Exp $
# $OpenBSD: Makefile,v 1.11 2011/09/20 21:04:25 jasper Exp $
SHARED_ONLY= Yes
@ -25,7 +25,6 @@ LIB_DEPENDS= net/gssdp>=0.12.0 \
MODPY_ADJ_FILES= tools/gupnp-binding-tool
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
--with-context-manager=unix
CONFIGURE_ARGS+= --with-context-manager=unix
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.10 2011/09/20 20:51:52 jasper Exp $
# $OpenBSD: Makefile,v 1.11 2011/09/20 21:04:25 jasper Exp $
COMMENT = access web services that claim to be RESTful
@ -36,7 +36,6 @@ LIB_DEPENDS = devel/libsoup,-gnome
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS = ${CONFIGURE_SHARED} \
--with-gnome
CONFIGURE_ARGS = --with-gnome
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.7 2011/09/20 20:51:52 jasper Exp $
# $OpenBSD: Makefile,v 1.8 2011/09/20 21:04:25 jasper Exp $
SHARED_ONLY= Yes
@ -38,8 +38,7 @@ LIB_DEPENDS= devel/json-glib \
LIBTOOL_FLAGS= --tag=disable-static
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
--enable-all-services \
CONFIGURE_ARGS+= --enable-all-services \
--with-online=always # Other choices are ConnMan and NM
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.14 2011/09/20 20:51:52 jasper Exp $
# $OpenBSD: Makefile,v 1.15 2011/09/20 21:04:25 jasper Exp $
SHARED_ONLY= Yes
@ -29,8 +29,7 @@ REGRESS_DEPENDS= ${FULLPKGNAME}:${BASE_PKGPATH}
MODGNOME_TOOLS= goi vala
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
--enable-import-tool \
CONFIGURE_ARGS+= --enable-import-tool \
--enable-inspect-tool \
# Not yet until libsocialweb is stable
CONFIGURE_ARGS+= --enable-libsocialweb-backend=no

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.28 2011/09/20 20:51:52 jasper Exp $
# $OpenBSD: Makefile,v 1.29 2011/09/20 21:04:25 jasper Exp $
COMMENT= flexible communications framework, logger component
@ -32,7 +32,6 @@ MODGCONF2_SCHEMAS_DIR= telepathy-logger
MODPY_RUNDEP= No
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
CONFIGURE_ENV= ac_cv_prog_PYTHON="${MODPY_BIN}"
REGRESS_IS_INTERACTIVE=x11

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.20 2011/09/20 20:51:52 jasper Exp $
# $OpenBSD: Makefile,v 1.21 2011/09/20 21:04:25 jasper Exp $
COMMENT= Gtk-based GUI client for Twitter
@ -49,8 +49,7 @@ MODGCONF2_SCHEMAS_DIR= twitux
MODGNOME_TOOLS= yelp
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--enable-dbus=yes \
CONFIGURE_ARGS= --enable-dbus=yes \
--enable-gnome-keyring=yes \
--enable-spell=yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.19 2011/09/20 20:51:52 jasper Exp $
# $OpenBSD: Makefile,v 1.20 2011/09/20 21:04:25 jasper Exp $
COMMENT = labels and business card designer
@ -52,7 +52,6 @@ CONFIGURE_STYLE = gnu
CONFIGURE_ENV = LDFLAGS="-L${LOCALBASE}/lib" \
CPPFLAGS="-I${LOCALBASE}/include"
CONFIGURE_ARGS = ${CONFIGURE_SHARED}
USE_GROFF = Yes
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.41 2011/09/20 20:51:52 jasper Exp $
# $OpenBSD: Makefile,v 1.42 2011/09/20 21:04:25 jasper Exp $
SHARED_ONLY = Yes
@ -68,8 +68,7 @@ LIB_DEPENDS = devel/goffice \
CONFIGURE_STYLE = gnu
# --disable-ofx until libofx/libsp is fixed to work with .so
CONFIGURE_ARGS += ${CONFIGURE_SHARED} \
--disable-doxygen \
CONFIGURE_ARGS += --disable-doxygen \
--disable-ofx
CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.25 2011/09/20 20:51:52 jasper Exp $
# $OpenBSD: Makefile,v 1.26 2011/09/20 21:04:25 jasper Exp $
COMMENT-main= file and directory monitoring system
COMMENT-server= gamin file monitoring server
@ -74,8 +74,7 @@ USE_LIBTOOL= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -pthread" \
LDFLAGS="-L${LOCALBASE}/lib -pthread"
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
--disable-docs \
CONFIGURE_ARGS+= --disable-docs \
--disable-inotify \
--disable-dnotify \
--disable-hurd_mach_notify \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.29 2011/09/20 20:51:52 jasper Exp $
# $OpenBSD: Makefile,v 1.30 2011/09/20 21:04:25 jasper Exp $
COMMENT= GTK C code documentation system
@ -23,8 +23,7 @@ MODPY_RUNDEP= No
MODGNOME_TOOLS= yelp
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--with-xml-catalog=${WRKDIR}/catalog.xml
CONFIGURE_ARGS= --with-xml-catalog=${WRKDIR}/catalog.xml
# only files under tests/ are compiled but not installed
PKG_ARCH= *

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.19 2011/09/20 20:51:52 jasper Exp $
# $OpenBSD: Makefile,v 1.20 2011/09/20 21:04:25 jasper Exp $
BROKEN= does not compile with new libgda
@ -54,8 +54,7 @@ MODGNOME_DESKTOP_FILE= Yes
MODGNOME_TOOLS= yelp
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--with-gtkspell \
CONFIGURE_ARGS= --with-gtkspell \
--with-dictionary
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \
-I${LOCALBASE}/include/db4" \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.36 2011/09/20 20:51:52 jasper Exp $
# $OpenBSD: Makefile,v 1.37 2011/09/20 21:04:25 jasper Exp $
COMMENT= collection of extensions for Epiphany
@ -51,8 +51,7 @@ MODGNOME_TOOLS= yelp
CONFIGURE_STYLE=gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--disable-static \
CONFIGURE_ARGS= --disable-static \
--enable-opensp=no
# prevents implicit declarations by not setting *_DISABLE_DEPRECATED

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.68 2011/09/20 20:51:52 jasper Exp $
# $OpenBSD: Makefile,v 1.69 2011/09/20 21:04:25 jasper Exp $
SHARED_ONLY= Yes
@ -62,8 +62,7 @@ MODGNOME_DESKTOP_FILE= Yes
MODGNOME_TOOLS= goi yelp
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--disable-static \
CONFIGURE_ARGS= --disable-static \
--disable-zeroconf \
--with-distributor-name="OpenBSD ports" \
--with-ca-file=/etc/ssl/cert.pem \