- move away from gnu libtool now that gobject-introspection has been fixed.
This commit is contained in:
parent
eb90b4619e
commit
ff23654173
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.21 2011/11/04 09:18:43 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.22 2011/11/17 11:42:31 jasper Exp $
|
||||
|
||||
# XXX fix building with glib2 >= 2.29 (G_CONST_RETURN is deprecated)
|
||||
CFLAGS += "-DG_CONST_RETURN=const"
|
||||
@ -31,9 +31,7 @@ CONFIGURE_ARGS = --disable-shave \
|
||||
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
# XXX: the libtool wrapper script is passed as argument to g-ir-scanner,
|
||||
# instead of the actual library
|
||||
USE_LIBTOOL= gnu
|
||||
USE_LIBTOOL = Yes
|
||||
USE_GMAKE = Yes
|
||||
|
||||
MODULES = lang/python \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2011/06/02 17:09:31 kili Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2011/11/17 11:42:32 jasper Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -27,13 +27,11 @@ MASTER_SITES= ftp://ftp.gimp.org/pub/babl/${V:R}/ \
|
||||
|
||||
WANTLIB= m
|
||||
|
||||
# XXX: the libtool wrapper script is passed as argument to g-ir-scanner,
|
||||
# instead of the actual library
|
||||
USE_LIBTOOL= gnu
|
||||
LIBTOOL_FLAGS= --tag=disable-static
|
||||
|
||||
BUILD_DEPENDS= devel/gobject-introspection
|
||||
|
||||
USE_LIBTOOL= Yes
|
||||
USE_GMAKE= Yes
|
||||
|
||||
CONFIGURE_STYLE=gnu
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2011/11/01 20:30:49 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2011/11/17 11:42:31 jasper Exp $
|
||||
|
||||
COMMENT= GTK+2 widget for clutter
|
||||
|
||||
@ -18,10 +18,6 @@ WANTLIB += json-glib-1.0 m pango-1.0 pangocairo-1.0 pangoft2-1.0
|
||||
WANTLIB += pcre pixman-1 png pthread-stubs xcb z xcb-render
|
||||
WANTLIB += clutter-glx-1.0 ffi xcb-shm
|
||||
|
||||
# XXX: the libtool wrapper script is passed as argument to g-ir-scanner,
|
||||
# instead of the actual library
|
||||
USE_LIBTOOL= gnu
|
||||
|
||||
BUILD_DEPENDS= devel/gobject-introspection
|
||||
LIB_DEPENDS= graphics/clutter/core>=1.0.6p3 \
|
||||
x11/gtk+2
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.73 2011/10/17 18:40:16 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.74 2011/11/17 11:42:31 jasper Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -97,10 +97,6 @@ MODGNOME_DESKTOP_FILE= Yes
|
||||
|
||||
LIBTOOL_FLAGS= --tag=disable-static
|
||||
|
||||
# XXX: the libtool wrapper script is passed as argument to g-ir-scanner,
|
||||
# instead of the actual library
|
||||
USE_LIBTOOL= gnu
|
||||
|
||||
CONFIGURE_STYLE=gnu
|
||||
CONFIGURE_ARGS+= --disable-static \
|
||||
--disable-comics \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2011/10/21 20:19:03 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2011/11/17 11:42:32 jasper Exp $
|
||||
|
||||
COMMENT= canvas widget for GTK+ based on Cairo
|
||||
|
||||
@ -39,8 +39,4 @@ CONFIGURE_STYLE=autoconf
|
||||
|
||||
MODGNOME_TOOLS= goi
|
||||
|
||||
# XXX: the libtool wrapper script is passed as argument to g-ir-scanner,
|
||||
# instead of the actual library
|
||||
USE_LIBTOOL= gnu
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.44 2011/09/16 10:31:23 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.45 2011/11/17 11:42:32 jasper Exp $
|
||||
|
||||
COMMENT-main = base elements for GStreamer
|
||||
COMMENT-cdda = cd paranoia element for GStreamer (plugins-base)
|
||||
@ -31,10 +31,6 @@ SHARED_LIBS += gstrtsp-0.10 2.5 # .23.0
|
||||
MASTER_SITES = ${MASTER_SITE_GST:=gst-plugins-base/}
|
||||
MODULES = devel/gettext
|
||||
|
||||
# XXX: the libtool wrapper script is passed as argument to g-ir-scanner,
|
||||
# instead of the actual library
|
||||
USE_LIBTOOL= gnu
|
||||
|
||||
.for i in ${MULTI_PACKAGES}
|
||||
REGRESS_DEPENDS += ${BASE_PKGPATH},${i}
|
||||
.endfor
|
||||
@ -75,5 +71,6 @@ CONFIGURE_ARGS += --disable-libvisual \
|
||||
--enable-orc
|
||||
CONFIGURE_ENV += ac_cv_path_PYTHON=""
|
||||
USE_GROFF = Yes
|
||||
USE_LIBTOOL = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.27 2011/09/16 11:41:40 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.28 2011/11/17 11:42:31 jasper Exp $
|
||||
|
||||
COMMENT= framework for granting privileged operations to users
|
||||
|
||||
@ -35,9 +35,7 @@ BUILD_DEPENDS= ${MODGNU_AUTOMAKE_DEPENDS} \
|
||||
|
||||
RUN_DEPENDS= x11/dbus
|
||||
|
||||
# XXX: the libtool wrapper script is passed as argument to g-ir-scanner,
|
||||
# instead of the actual library
|
||||
USE_LIBTOOL= gnu
|
||||
USE_LIBTOOL= Yes
|
||||
# needs AM_PROG_LIBTOOL
|
||||
#BUILD_DEPENDS+= devel/libtool
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.59 2011/11/02 20:00:58 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.60 2011/11/17 11:42:31 jasper Exp $
|
||||
|
||||
ONLY_FOR_ARCHS= ${GCC4_ARCHS}
|
||||
|
||||
@ -24,10 +24,8 @@ PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
VMEM_WARNING = Yes
|
||||
|
||||
USE_LIBTOOL = Yes
|
||||
USE_GMAKE = Yes
|
||||
# XXX: the libtool wrapper script is passed as argument to g-ir-scanner,
|
||||
# instead of the actual library
|
||||
USE_LIBTOOL = gnu
|
||||
|
||||
MODULES = devel/gettext \
|
||||
textproc/intltool \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.56 2011/10/29 08:12:32 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.57 2011/11/17 11:42:31 jasper Exp $
|
||||
|
||||
BROKEN= update needs fixed clutter/Mesa
|
||||
|
||||
@ -48,10 +48,6 @@ RUN_DEPENDS= multimedia/gstreamer-0.10/plugins-good
|
||||
# x11/gnome/py-gnome-desktop
|
||||
REGRESS_DEPENDS= devel/check
|
||||
|
||||
# XXX: the libtool wrapper script is passed as argument to g-ir-scanner,
|
||||
# instead of the actual library
|
||||
USE_LIBTOOL= gnu
|
||||
|
||||
MODGNOME_TOOLS= goi yelp
|
||||
|
||||
MODGNOME_DESKTOP_FILE= Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2011/10/18 08:41:41 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2011/11/17 11:42:32 jasper Exp $
|
||||
|
||||
COMMENT= interfaces for interacting with online accounts
|
||||
|
||||
@ -39,10 +39,6 @@ LIB_DEPENDS= devel/json-glib \
|
||||
|
||||
MODGNOME_TOOLS= goi
|
||||
|
||||
# XXX: the libtool wrapper script is passed as argument to g-ir-scanner,
|
||||
# instead of the actual library
|
||||
USE_LIBTOOL= gnu
|
||||
|
||||
CONFIGURE_ARGS= --localstatedir=/var
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user