- remove dependency on devhelp for lighter non-gnome ports to avoid a
too big dependency chain requested by steven@ discussed with steven@ espie@ fgsch@
This commit is contained in:
parent
0476a79436
commit
37c8796785
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2008/05/26 08:32:57 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2008/05/27 08:02:51 ajacoutot Exp $
|
||||
|
||||
COMMENT= audio/video communications framework
|
||||
|
||||
DISTNAME= farsight-0.1.25
|
||||
PKGNAME= ${DISTNAME}p1
|
||||
PKGNAME= ${DISTNAME}p2
|
||||
SHARED_LIBS += farsight-0.1 0.0 # .2.0
|
||||
CATEGORIES= net
|
||||
|
||||
@ -22,8 +22,7 @@ WANTLIB= glib-2.0 gmodule-2.0 gobject-2.0 gstreamer-0.10 \
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
LIB_DEPENDS= xml2::textproc/libxml
|
||||
RUN_DEPENDS= ::multimedia/gstreamer-0.10/plugins-base \
|
||||
:devhelp-*:x11/gnome/devhelp
|
||||
RUN_DEPENDS= ::multimedia/gstreamer-0.10/plugins-base
|
||||
|
||||
MODULES= devel/gettext
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2008/05/26 08:32:57 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2008/05/27 08:02:51 ajacoutot Exp $
|
||||
|
||||
COMMENT= desktop presence framework
|
||||
|
||||
DISTNAME= libgalago-0.5.2
|
||||
PKGNAME= ${DISTNAME}p1
|
||||
PKGNAME= ${DISTNAME}p2
|
||||
SHARED_LIBS += galago 0.0 # .3.0
|
||||
CATEGORIES= net devel
|
||||
|
||||
@ -23,7 +23,6 @@ MODULES= devel/gettext
|
||||
|
||||
LIB_DEPENDS= dbus-glib-1::x11/dbus-glib
|
||||
BUILD_DEPENDS= :check->=0.9.5:devel/check
|
||||
RUN_DEPENDS= :devhelp-*:x11/gnome/devhelp
|
||||
REGRESS_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
USE_LIBTOOL= Yes
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2008/05/26 08:32:57 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2008/05/27 08:02:51 ajacoutot Exp $
|
||||
|
||||
COMMENT= lightweight Jabber client library
|
||||
|
||||
DISTNAME= loudmouth-1.2.3
|
||||
PKGNAME= ${DISTNAME}p1
|
||||
PKGNAME= ${DISTNAME}p2
|
||||
SHARED_LIBS += loudmouth-1 0.0 # .0.0
|
||||
CATEGORIES= net devel
|
||||
|
||||
@ -24,7 +24,6 @@ EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
LIB_DEPENDS= glib-2.0::devel/glib2 \
|
||||
idn.>=16::devel/libidn
|
||||
RUN_DEPENDS= :devhelp-*:x11/gnome/devhelp
|
||||
REGRESS_DEPENDS= ::devel/check
|
||||
|
||||
USE_LIBTOOL= Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.18 2008/05/26 08:32:57 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.19 2008/05/27 08:02:51 ajacoutot Exp $
|
||||
|
||||
COMMENT-main= PDF rendering library
|
||||
COMMENT-qt= qt interface to PDF rendering library
|
||||
@ -7,7 +7,7 @@ COMMENT-qt4= qt4 interface to PDF rendering library
|
||||
V= 0.6.2
|
||||
DISTNAME= poppler-$V
|
||||
CATEGORIES= print
|
||||
PKGNAME-main= poppler-$Vp2
|
||||
PKGNAME-main= poppler-$Vp3
|
||||
FULLPKGNAME-qt= poppler-qt-$Vp0
|
||||
FULLPKGNAME-qt4=poppler-qt4-$Vp1
|
||||
|
||||
@ -71,9 +71,6 @@ LIB_DEPENDS-main=${MODGETTEXT_LIB_DEPENDS} \
|
||||
LIB_DEPENDS-qt= ${MODQT3_LIB_DEPENDS} poppler::print/poppler
|
||||
LIB_DEPENDS-qt4=QtCore,QtGui,QtXml::x11/qt4 poppler::print/poppler
|
||||
|
||||
RUN_DEPENDS-main=${RUN_DEPENDS} \
|
||||
:devhelp-*:x11/gnome/devhelp
|
||||
|
||||
WANTLIB-main= ${WANTLIB} Xcursor Xext Xfixes Xi Xinerama Xrandr \
|
||||
glib-2.0 gmodule-2.0 gobject-2.0 pango-1.0 pangocairo-1.0 \
|
||||
pangoft2-1.0 \
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2008/05/26 08:32:57 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2008/05/27 08:02:51 ajacoutot Exp $
|
||||
|
||||
COMMENT= glib bindings for dbus message system
|
||||
|
||||
DISTNAME= dbus-glib-0.74
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
PKGNAME= ${DISTNAME}p1
|
||||
SHARED_LIBS += dbus-glib-1 3.0 # .3.0
|
||||
CATEGORIES= x11
|
||||
|
||||
@ -22,7 +22,6 @@ MASTER_SITES= ${HOMEPAGE}releases/dbus-glib/
|
||||
MODULES= devel/gettext
|
||||
LIB_DEPENDS= dbus-1.>=5::x11/dbus \
|
||||
glib-2.0,gobject-2.0::devel/glib2
|
||||
RUN_DEPENDS= :devhelp-*:x11/gnome/devhelp
|
||||
|
||||
SEPARATE_BUILD= simple
|
||||
USE_GMAKE= Yes
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.27 2008/05/26 08:32:57 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.28 2008/05/27 08:02:51 ajacoutot Exp $
|
||||
|
||||
COMMENT= text widget that extends GTK2's GtkTextView widget
|
||||
|
||||
MAJOR_VERSION= 2.0
|
||||
GNOME_PROJECT= gtksourceview
|
||||
GNOME_VERSION= 2.2.1
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
PKGNAME= ${DISTNAME}p1
|
||||
SHARED_LIBS += gtksourceview-2.0 1.0 # .0.0
|
||||
CATEGORIES= x11
|
||||
|
||||
@ -32,7 +32,6 @@ BUILD_DEPENDS= :p5-XML-Parser-*:textproc/p5-XML-Parser
|
||||
LIB_DEPENDS= xml2:libxml-*:textproc/libxml \
|
||||
gtk-x11-2.0,gdk_pixbuf-2.0,gdk-x11-2.0::x11/gtk+2
|
||||
|
||||
MODGNOME_DEVHELP_FILES= Yes
|
||||
USE_X11= Yes
|
||||
USE_GMAKE= Yes
|
||||
USE_LIBTOOL= Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.27 2008/04/22 14:50:54 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.28 2008/05/27 08:02:51 ajacoutot Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -6,7 +6,7 @@ COMMENT= GTK+2 Python bindings
|
||||
|
||||
GNOME_PROJECT= pygtk
|
||||
GNOME_VERSION= 2.12.1
|
||||
PKGNAME= py-gtk2-${VERSION}
|
||||
PKGNAME= py-gtk2-${VERSION}p0
|
||||
|
||||
CATEGORIES= x11
|
||||
|
||||
@ -35,7 +35,6 @@ RUN_DEPENDS= :py-cairo->=1.2:graphics/py-cairo \
|
||||
:py-gobject-*:devel/py-gobject \
|
||||
:py-Numeric-*:math/py-Numeric
|
||||
|
||||
MODGNOME_DEVHELP_FILES=Yes
|
||||
USE_GMAKE= No
|
||||
|
||||
USE_X11= Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2008/05/26 08:32:57 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2008/05/27 08:02:52 ajacoutot Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -6,7 +6,7 @@ COMMENT= python bindings for the GtkSourceView library
|
||||
|
||||
GNOME_PROJECT= pygtksourceview
|
||||
GNOME_VERSION= 2.2.0
|
||||
PKGNAME= py-gtksourceview-${GNOME_VERSION}p0
|
||||
PKGNAME= py-gtksourceview-${GNOME_VERSION}p1
|
||||
CATEGORIES= x11
|
||||
|
||||
# GPLv2
|
||||
@ -29,8 +29,6 @@ BUILD_DEPENDS= ${RUN_DEPENDS} \
|
||||
::textproc/docbook-xsl
|
||||
RUN_DEPENDS= ::x11/py-gtk2
|
||||
|
||||
MODGNOME_DEVHELP_FILES= Yes
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ENV= PYTHON="${MODPY_BIN}"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user