new lib specs
This commit is contained in:
parent
49a9142c53
commit
17b77a4af2
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2005/11/03 18:28:56 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2006/08/04 00:10:42 espie Exp $
|
||||
#
|
||||
# Many variables moved to ../Makefile.inc
|
||||
|
||||
@ -13,7 +13,7 @@ HOMEPAGE= http://www.w3.org/Amaya/
|
||||
FLAVORS= motif gtk
|
||||
FLAVOR?= motif
|
||||
|
||||
LIB_DEPENDS+= expat.2::textproc/expat
|
||||
LIB_DEPENDS+= expat.>=2::textproc/expat
|
||||
|
||||
WANTLIB= ICE SM X11 Xext Xp Xt c m z
|
||||
|
||||
@ -21,15 +21,15 @@ WANTLIB= ICE SM X11 Xext Xp Xt c m z
|
||||
|
||||
CONFIGURE_ARGS+= --with-gtk=${LOCALBASE}
|
||||
# I'm too lazy to write a proper imlib autoconf test.
|
||||
LIB_DEPENDS+= gdk_imlib.19::graphics/imlib
|
||||
LIB_DEPENDS+= gdk_imlib.>=19::graphics/imlib
|
||||
|
||||
WANTLIB+= Xi gdk gif glib gmodule gtk iconv intl jpeg png tiff
|
||||
|
||||
.elif ${FLAVOR:L} == "motif"
|
||||
|
||||
USE_MOTIF= any
|
||||
LIB_DEPENDS+= jpeg.62::graphics/jpeg \
|
||||
png.2::graphics/png
|
||||
LIB_DEPENDS+= jpeg.>=62::graphics/jpeg \
|
||||
png.>=2::graphics/png
|
||||
CONFIGURE_ARGS+= --without-gtk \
|
||||
--with-motif-includes=${LOCALBASE}/include \
|
||||
--with-motif-libraries=${LOCALBASE}/lib
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.47 2006/02/08 04:54:50 david Exp $
|
||||
# $OpenBSD: Makefile,v 1.48 2006/08/04 00:10:42 espie Exp $
|
||||
|
||||
COMMENT= "extremely fast program for analysing WWW logfiles"
|
||||
|
||||
@ -26,8 +26,8 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
LIB_DEPENDS= gd.18::graphics/gd \
|
||||
pcre.0::devel/pcre
|
||||
LIB_DEPENDS= gd.>=18::graphics/gd \
|
||||
pcre::devel/pcre
|
||||
WANTLIB= c m jpeg png z
|
||||
|
||||
MODULES= converters/libiconv
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.43 2006/06/13 13:34:56 bernd Exp $
|
||||
# $OpenBSD: Makefile,v 1.44 2006/08/04 00:10:42 espie Exp $
|
||||
|
||||
COMMENT= "HTML editor for experienced web designers"
|
||||
|
||||
@ -32,7 +32,7 @@ MODULES= devel/gettext
|
||||
|
||||
BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig \
|
||||
::misc/shared-mime-info
|
||||
LIB_DEPENDS= gtk-x11-2.0.0.14,gdk-x11-2.0.0.14,gdk_pixbuf-2.0.0.14::x11/gtk+2 \
|
||||
LIB_DEPENDS= gtk-x11-2.0.>=0.14,gdk-x11-2.0.>=0.14,gdk_pixbuf-2.0.>=0.14::x11/gtk+2 \
|
||||
pcre::devel/pcre \
|
||||
gnomeui-2::x11/gnome/libgnomeui
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2006/06/13 13:34:56 bernd Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2006/08/04 00:10:42 espie Exp $
|
||||
|
||||
COMMENT= "CSS editor"
|
||||
|
||||
@ -24,7 +24,7 @@ WANTLIB= c freetype pthread stdc++ m X11 fontconfig \
|
||||
pangocairo-1.0.0.0 cairo
|
||||
|
||||
BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig
|
||||
LIB_DEPENDS= gtk-x11-2.0.600.10,gdk_pixbuf-2.0.600.0,gdk-x11-2.0.600.0::x11/gtk+2 \
|
||||
LIB_DEPENDS= gtk-x11-2.0.>=600.10,gdk_pixbuf-2.0.>=600.0,gdk-x11-2.0.>=600.0::x11/gtk+2 \
|
||||
xml2.8::textproc/libxml
|
||||
|
||||
MODULES= devel/gettext
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.21 2006/01/29 00:21:56 couderc Exp $
|
||||
# $OpenBSD: Makefile,v 1.22 2006/08/04 00:10:42 espie Exp $
|
||||
|
||||
BROKEN= "broken memory allocation in dpi"
|
||||
|
||||
@ -24,9 +24,9 @@ MASTER_SITES= ${HOMEPAGE}download/
|
||||
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
LIB_DEPENDS= jpeg.62::graphics/jpeg \
|
||||
png.2::graphics/png \
|
||||
gtk.1.2,gdk.1.2::x11/gtk+
|
||||
LIB_DEPENDS= jpeg.>=62::graphics/jpeg \
|
||||
png.>=2::graphics/png \
|
||||
gtk.>=1.2,gdk.>=1.2::x11/gtk+
|
||||
|
||||
USE_GMAKE= Yes
|
||||
CONFIGURE_STYLE= gnu
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.26 2006/06/13 13:34:56 bernd Exp $
|
||||
# $OpenBSD: Makefile,v 1.27 2006/08/04 00:10:42 espie Exp $
|
||||
|
||||
COMMENT= "GNOME web browser based on gecko"
|
||||
|
||||
@ -35,7 +35,7 @@ BUILD_DEPENDS= :mozilla->=1.7.11:www/mozilla \
|
||||
:p5-XML-Parser-*:textproc/p5-XML-Parser \
|
||||
:scrollkeeper->=0.3.12:textproc/scrollkeeper
|
||||
LIB_DEPENDS= gnome-desktop-2::x11/gnome/desktop \
|
||||
gnomeui-2.0::x11/gnome/libgnomeui \
|
||||
gnomeui-2::x11/gnome/libgnomeui \
|
||||
mozilla/gtkembedmoz,mozilla/xpcom,mozilla/plds4,mozilla/plc4,mozilla/nspr4:mozilla->=1.7.11:www/mozilla
|
||||
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include" \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2005/12/31 14:35:36 sturm Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2006/08/04 00:10:42 espie Exp $
|
||||
|
||||
COMMENT= "lightweight HTML rendering/printing/editing engine"
|
||||
|
||||
@ -28,12 +28,12 @@ EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
MODULES= devel/gettext
|
||||
|
||||
LIB_DEPENDS= bonobo.2,bonobox.2::x11/gnome/bonobo \
|
||||
LIB_DEPENDS= bonobo.>=2,bonobox.>=2::x11/gnome/bonobo \
|
||||
capplet::x11/gnome/controlcenter \
|
||||
gal.22::devel/gal \
|
||||
ghttp.1::www/libghttp \
|
||||
glade.5,glade-gnome.5:libglade-*-gnome:devel/libglade,gnome \
|
||||
gnomecanvaspixbuf.1::graphics/gdk-pixbuf,-gnome
|
||||
gal.>=22::devel/gal \
|
||||
ghttp.>=1::www/libghttp \
|
||||
glade.>=5,glade-gnome.>=5:libglade-*-gnome:devel/libglade,gnome \
|
||||
gnomecanvaspixbuf.>=1::graphics/gdk-pixbuf,-gnome
|
||||
|
||||
USE_X11= Yes
|
||||
USE_GMAKE= Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2006/06/13 13:34:56 bernd Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2006/08/04 00:10:42 espie Exp $
|
||||
|
||||
COMMENT= "lightweight HTML rendering/printing/editing engine"
|
||||
|
||||
@ -20,15 +20,15 @@ PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
WANTLIB= ICE SM X11 Xext Xrender fontconfig freetype m z \
|
||||
ssl crypto \
|
||||
ORBit-2 ORBitCosNaming-2.0 audiofile esd jpeg \
|
||||
art_lgpl_2 atk-1.0.0.0 gconf-2 glade-2.0.0.4 \
|
||||
ORBit-2 ORBitCosNaming-2 audiofile esd jpeg \
|
||||
art_lgpl_2 atk-1.0.0.0 gconf-2 glade-2.0.>=0.4 \
|
||||
gnome-keyring bonobo-2 bonobo-activation bonoboui-2 \
|
||||
pango-1.0.600.0 pangoft2-1.0.600.0 cairo \
|
||||
pangocairo-1.0.600.0 glib-2.0.0.0 gmodule-2.0.0.0 \
|
||||
pango-1.0.>=600.0 pangoft2-1.0.>=600.0 cairo \
|
||||
pangocairo-1.0.>=600.0 glib-2.0.0.0 gmodule-2.0.0.0 \
|
||||
gobject-2.0.0.0 gthread-2.0.0.0 glitz png \
|
||||
gdk-x11-2.0.0.0 gdk_pixbuf-2.0.0.0 gtk-x11-2.0.0.0 \
|
||||
gnome-2.800.0 gnomecanvas-2.800.0 gnomeprint-2-2.1.0 \
|
||||
gnomevfs-2.800.2 popt xml2
|
||||
gnome-2.>=800.0 gnomecanvas-2.>=800.0 \
|
||||
gnomeprint-2-2.>=1.0 gnomevfs-2.>=800.2 popt xml2
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtkhtml/3.6/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2004/12/11 13:29:21 alek Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2006/08/04 00:10:42 espie Exp $
|
||||
|
||||
COMMENT='stand-alone Qt-based web browser'
|
||||
CATEGORIES=www x11
|
||||
@ -30,8 +30,8 @@ CONFIGURE_ARGS+= --enable-xmlui
|
||||
CONFIGURE_ARGS+= --disable-dlopen
|
||||
CONFIGURE_ARGS+= --disable-debug
|
||||
|
||||
LIB_DEPENDS= png.2::graphics/png \
|
||||
jpeg.62::graphics/jpeg \
|
||||
LIB_DEPENDS= png.>=2::graphics/png \
|
||||
jpeg.>=62::graphics/jpeg \
|
||||
pcreposix,pcre::devel/pcre
|
||||
|
||||
MAKE_FLAGS=CXXLD='--tag CXX ${CXX} -L${MODQT_LIBDIR}'
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.26 2006/04/22 16:24:09 fgsch Exp $
|
||||
# $OpenBSD: Makefile,v 1.27 2006/08/04 00:10:42 espie Exp $
|
||||
|
||||
COMMENT= "graphics and text browser with javascript support"
|
||||
|
||||
@ -27,9 +27,9 @@ CONFIGURE_STYLE= autoconf
|
||||
CONFIGURE_ARGS+= --enable-javascript --with-ssl --without-sdl
|
||||
|
||||
.if !${FLAVOR:L:Mno_x11}
|
||||
LIB_DEPENDS= jpeg.62::graphics/jpeg \
|
||||
png.2::graphics/png \
|
||||
tiff.35::graphics/tiff
|
||||
LIB_DEPENDS= jpeg.>=62::graphics/jpeg \
|
||||
png.>=2::graphics/png \
|
||||
tiff.>=35::graphics/tiff
|
||||
USE_X11= Yes
|
||||
CONFIGURE_ARGS+= --with-x --enable-graphics
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/libpng -I${LOCALBASE}/include" \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.19 2006/06/13 13:34:56 bernd Exp $
|
||||
# $OpenBSD: Makefile,v 1.20 2006/08/04 00:10:42 espie Exp $
|
||||
|
||||
ONLY_FOR_ARCHS= alpha amd64 i386 powerpc sparc64 arm
|
||||
SHARED_ONLY= Yes
|
||||
@ -38,13 +38,13 @@ BUILD_DEPENDS= :zip->=2.3:archivers/zip \
|
||||
:unzip-*:archivers/unzip \
|
||||
:libIDL-*:devel/libIDL \
|
||||
:pkgconfig-*:devel/pkgconfig
|
||||
LIB_DEPENDS= jpeg.62::graphics/jpeg \
|
||||
png.3::graphics/png \
|
||||
gdk-x11-2.0.600.0,gdk_pixbuf-2.0.600.0,gtk-x11-2.0.600.0::x11/gtk+2
|
||||
LIB_DEPENDS= jpeg.>=62::graphics/jpeg \
|
||||
png.>=3::graphics/png \
|
||||
gdk-x11-2.0.>=600.0,gdk_pixbuf-2.0.>=600.0,gtk-x11-2.0.>=600.0::x11/gtk+2
|
||||
WANTLIB= ICE SM X11 Xext Xft Xrender Xt \
|
||||
c fontconfig freetype m pthread z \
|
||||
atk-1.0.1011.0 glib-2.0.600.0 gmodule-2.0.600.0 \
|
||||
gobject-2.0.600.0 pango-1.0.800.0 pangocairo-1.0.0.0 \
|
||||
atk-1.0.>=1011.0 glib-2.0.>=600.0 gmodule-2.0.>=600.0 \
|
||||
gobject-2.0.>=600.0 pango-1.0.>=800.0 pangocairo-1.0.0.0 \
|
||||
pangoft2-1.0.0.0 cairo
|
||||
.if empty(MACHINE_ARCH:Malpha)
|
||||
WANTLIB+= stdc++
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2005/01/26 02:47:01 alek Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2006/08/04 00:10:42 espie Exp $
|
||||
|
||||
COMMENT= "Apache MySQL authentication module"
|
||||
|
||||
@ -21,7 +21,7 @@ PERMIT_PACKAGE_FTP= "no license"
|
||||
PERMIT_DISTFILES_CDROM= "no license"
|
||||
PERMIT_DISTFILES_FTP= "no license"
|
||||
|
||||
LIB_DEPENDS= lib/mysql/mysqlclient.10::databases/mysql
|
||||
LIB_DEPENDS= lib/mysql/mysqlclient.>=10::databases/mysql
|
||||
BUILD_DEPENDS= ${LIB_DEPENDS}
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2005/10/28 01:04:53 brad Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2006/08/04 00:10:42 espie Exp $
|
||||
|
||||
COMMENT= "class 1 and 2 DAV server for the Apache webserver"
|
||||
|
||||
@ -22,7 +22,7 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
LIB_DEPENDS= expat.2::textproc/expat
|
||||
LIB_DEPENDS= expat.>=2::textproc/expat
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS+= --with-apxs=/usr/sbin/apxs \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2005/02/05 10:49:49 alek Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2006/08/04 00:10:42 espie Exp $
|
||||
|
||||
COMMENT= "Apache module for logging to an SQL database"
|
||||
|
||||
@ -22,7 +22,7 @@ WANTLIB= z
|
||||
MASTER_SITES= http://www.outoforder.cc/downloads/mod_log_sql/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
LIB_DEPENDS= lib/mysql/mysqlclient.10::databases/mysql
|
||||
LIB_DEPENDS= lib/mysql/mysqlclient.>=10::databases/mysql
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2006/07/20 04:43:28 steven Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2006/08/04 00:10:42 espie Exp $
|
||||
|
||||
COMMENT= "turns Apache into an MP3 or Ogg streaming server"
|
||||
|
||||
@ -37,7 +37,7 @@ ERRORS+= "Fatal: mutually exclusive flavors: ${FLAVORS}"
|
||||
.endif
|
||||
|
||||
.if ${FLAVOR:L:Mmysql}
|
||||
LIB_DEPENDS+= lib/mysql/mysqlclient.10::databases/mysql
|
||||
LIB_DEPENDS+= lib/mysql/mysqlclient.>=10::databases/mysql
|
||||
CONFIGURE_ARGS+= --with-mysql="${LOCALBASE}"
|
||||
CONF= ${EXAMPLESRC}/mp3_with_mysql.conf
|
||||
EXAMPLES+= ${EXAMPLESRC}/mysql_schema
|
||||
@ -45,7 +45,7 @@ WANTLIB= m
|
||||
.endif
|
||||
|
||||
.if ${FLAVOR:L:Mpostgresql}
|
||||
LIB_DEPENDS+= pq.2::databases/postgresql
|
||||
LIB_DEPENDS+= pq.>=2::databases/postgresql
|
||||
CONFIGURE_ARGS+= --with-postgres="${LOCALBASE}"
|
||||
CONF= ${FILESDIR}/mp3_with_postgresql.conf
|
||||
EXAMPLES+= ${EXAMPLESRC}/pgsql_schema
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2004/12/11 13:29:22 alek Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2006/08/04 00:10:42 espie Exp $
|
||||
|
||||
COMMENT= "Netscape cache browser"
|
||||
|
||||
@ -14,7 +14,7 @@ PERMIT_DISTFILES_CDROM= yes
|
||||
PERMIT_DISTFILES_FTP= yes
|
||||
WANTLIB= X11 Xext Xi c glib gmodule iconv intl m
|
||||
|
||||
LIB_DEPENDS= gtk.1.2,gdk.1.2::x11/gtk+
|
||||
LIB_DEPENDS= gtk.>=1.2,gdk.>=1.2::x11/gtk+
|
||||
|
||||
CONFIGURE_STYLE=gnu
|
||||
CONFIGURE_ARGS= --disable-gnome
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2004/01/17 15:58:10 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2006/08/04 00:10:42 espie Exp $
|
||||
|
||||
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
|
||||
|
||||
@ -15,7 +15,7 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
LIB_DEPENDS= ghttp.1::www/libghttp
|
||||
LIB_DEPENDS= ghttp.>=1::www/libghttp
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2005/10/27 20:03:25 sturm Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2006/08/04 00:10:42 espie Exp $
|
||||
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
|
||||
|
||||
COMMENT= "perl binding for curl"
|
||||
@ -16,7 +16,7 @@ PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
WANTLIB= crypto ssl z
|
||||
|
||||
LIB_DEPENDS= curl.2.2::net/curl
|
||||
LIB_DEPENDS= curl.>=2.2::net/curl
|
||||
|
||||
CONFIGURE_STYLE=perl
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.33 2006/07/18 21:22:56 alek Exp $
|
||||
# $OpenBSD: Makefile,v 1.34 2006/08/04 00:10:42 espie Exp $
|
||||
|
||||
MULTI_PACKAGES= -pear
|
||||
SUBPACKAGE?=
|
||||
@ -42,7 +42,7 @@ PHPXS_SUBST+= -e 's,${i},${${i}},'
|
||||
.endfor
|
||||
|
||||
.if ${MACHINE_ARCH} == "i386"
|
||||
LIB_DEPENDS+= recode.0::converters/recode
|
||||
LIB_DEPENDS+= recode::converters/recode
|
||||
CONFIGURE_ARGS+= --with-recode=${LOCALBASE}
|
||||
.endif
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.48 2005/11/07 21:33:58 bernd Exp $
|
||||
# $OpenBSD: Makefile,v 1.49 2006/08/04 00:10:42 espie Exp $
|
||||
|
||||
FULLPKGNAME= php4-extensions-${V}p0
|
||||
COMMENT= "informational package about PHP4 extensions"
|
||||
@ -23,8 +23,8 @@ CONFIGURE_ARGS+= --with-apxs=/usr/sbin/apxs \
|
||||
--with-iconv-dir=${LOCALBASE} \
|
||||
--with-iconv=${LOCALBASE}
|
||||
|
||||
GRAPHIC_DEPENDS= jpeg.62::graphics/jpeg \
|
||||
png.3::graphics/png
|
||||
GRAPHIC_DEPENDS= jpeg.>=62::graphics/jpeg \
|
||||
png.>=3::graphics/png
|
||||
|
||||
GRAPHIC_CONFIG= --with-jpeg-dir=${LOCALBASE} \
|
||||
--with-png-dir=${LOCALBASE} \
|
||||
@ -38,7 +38,7 @@ CONFIGURE_ARGS+= --without-bz2
|
||||
MULTI_PACKAGES+= -bz2
|
||||
COMMENT-bz2= "bzip2 compression extensions for php4"
|
||||
CONFIGURE_ARGS+= --with-bz2=shared,${LOCALBASE}
|
||||
BZ2_DEPENDS= bz2.10::archivers/bzip2
|
||||
BZ2_DEPENDS= bz2.>=10::archivers/bzip2
|
||||
.endif
|
||||
|
||||
# curl
|
||||
@ -50,7 +50,7 @@ MULTI_PACKAGES+= -curl
|
||||
COMMENT-curl= "curl URL library extensions for php4"
|
||||
FULLPKGNAME-curl= php4-curl-${V}p0
|
||||
CONFIGURE_ARGS+= --with-curl=shared,${LOCALBASE}
|
||||
CURL_DEPENDS= curl.2::net/curl
|
||||
CURL_DEPENDS= curl.>=2::net/curl
|
||||
CURL_WANTLIB= crypto ssl z
|
||||
.endif
|
||||
|
||||
@ -62,7 +62,7 @@ CONFIGURE_ARGS+= --disable-dba
|
||||
MULTI_PACKAGES+= -dba
|
||||
COMMENT-dba= "dba GDBM access extensions for php4"
|
||||
CONFIGURE_ARGS+= --enable-dba=shared --with-gdbm=${LOCALBASE}
|
||||
DBA_DEPENDS= gdbm.2::databases/gdbm
|
||||
DBA_DEPENDS= gdbm.>=2::databases/gdbm
|
||||
.endif
|
||||
|
||||
# dbase
|
||||
@ -93,7 +93,7 @@ CONFIGURE_ARGS+= --disable-dom
|
||||
MULTI_PACKAGES+= -domxml
|
||||
COMMENT-domxml= "manipulate XML via the DOM API in php4"
|
||||
CONFIGURE_ARGS+= --with-dom=shared,${LOCALBASE}
|
||||
DOMXML_DEPENDS= xml2.6::textproc/libxml
|
||||
DOMXML_DEPENDS= xml2.>=6::textproc/libxml
|
||||
DOMXML_WANTLIB= z iconv
|
||||
.endif
|
||||
|
||||
@ -115,8 +115,8 @@ CONFIGURE_ARGS+= --without-gd --without-xpm-dir --without-ttf \
|
||||
.else
|
||||
MULTI_PACKAGES+= -gd
|
||||
COMMENT-gd= "image manipulation extensions for php4"
|
||||
GD_DEPENDS= ttf.1::print/freetype ${GRAPHIC_DEPENDS} \
|
||||
t1.5::devel/t1lib
|
||||
GD_DEPENDS= ttf.>=1::print/freetype ${GRAPHIC_DEPENDS} \
|
||||
t1.>=5::devel/t1lib
|
||||
GD_WANTLIB= z
|
||||
CONFIGURE_ARGS+= --with-gd=shared ${GRAPHIC_CONFIG} \
|
||||
--with-ttf=shared,${LOCALBASE} --without-freetype-dir \
|
||||
@ -142,7 +142,7 @@ CONFIGURE_ARGS+= --without-gmp
|
||||
MULTI_PACKAGES+= -gmp
|
||||
COMMENT-gmp= "gmp math library support for php4"
|
||||
CONFIGURE_ARGS+= --with-gmp=shared,${LOCALBASE}
|
||||
GMP_DEPENDS= gmp.4::devel/gmp
|
||||
GMP_DEPENDS= gmp.>=4::devel/gmp
|
||||
.endif
|
||||
|
||||
# imap
|
||||
@ -154,7 +154,7 @@ MULTI_PACKAGES+= -imap
|
||||
COMMENT-imap= "imap, pop3 and nntp extensions for php4"
|
||||
CONFIGURE_ARGS+= --with-imap=shared,${LOCALBASE} \
|
||||
--with-kerberos=/usr --with-imap-ssl
|
||||
IMAP_DEPENDS= c-client.3::mail/c-client
|
||||
IMAP_DEPENDS= c-client.>=3::mail/c-client
|
||||
IMAP_WANTLIB= des gssapi crypto krb5 ssl
|
||||
.endif
|
||||
|
||||
@ -166,7 +166,7 @@ CONFIGURE_ARGS+= --without-ldap
|
||||
MULTI_PACKAGES+= -ldap
|
||||
COMMENT-ldap= "ldap protocol extensions for php4"
|
||||
CONFIGURE_ARGS+= --with-ldap=shared,${LOCALBASE}
|
||||
LDAP_DEPENDS= ldap.2,lber::databases/openldap
|
||||
LDAP_DEPENDS= ldap.>=2,lber::databases/openldap
|
||||
.endif
|
||||
|
||||
# mcrypt
|
||||
@ -188,7 +188,7 @@ CONFIGURE_ARGS+= --without-mhash
|
||||
MULTI_PACKAGES+= -mhash
|
||||
COMMENT-mhash= "mhash extensions for php4"
|
||||
CONFIGURE_ARGS+= --with-mhash=shared,${LOCALBASE}
|
||||
MHASH_DEPENDS= mhash.2::security/mhash
|
||||
MHASH_DEPENDS= mhash.>=2::security/mhash
|
||||
.endif
|
||||
|
||||
# mysql
|
||||
@ -199,7 +199,7 @@ CONFIGURE_ARGS+= --without-mysql
|
||||
MULTI_PACKAGES+= -mysql
|
||||
COMMENT-mysql= "mysql database access extensions for php4"
|
||||
CONFIGURE_ARGS+= --with-mysql=shared,${LOCALBASE}
|
||||
MYSQL_DEPENDS= lib/mysql/mysqlclient.10::databases/mysql
|
||||
MYSQL_DEPENDS= lib/mysql/mysqlclient.>=10::databases/mysql
|
||||
.endif
|
||||
|
||||
# ncurses
|
||||
@ -221,7 +221,7 @@ CONFIGURE_ARGS+= --without-odbc
|
||||
MULTI_PACKAGES+= -odbc
|
||||
COMMENT-odbc= "odbc database access extensions for php4"
|
||||
CONFIGURE_ARGS+= --with-iodbc=shared
|
||||
ODBC_DEPENDS= iodbc.2::databases/iodbc
|
||||
ODBC_DEPENDS= iodbc.>=2::databases/iodbc
|
||||
.endif
|
||||
|
||||
# pdf
|
||||
@ -233,8 +233,8 @@ MULTI_PACKAGES+= -pdf
|
||||
COMMENT-pdf= "pdf viewing and creation extensions for php4"
|
||||
CONFIGURE_ARGS+= --with-pdflib=shared,${LOCALBASE} ${GRAPHIC_CONFIG} \
|
||||
--with-tiff-dir=${LOCALBASE}
|
||||
PDF_DEPENDS= pdf.2::print/pdflib ${GRAPHIC_DEPENDS} \
|
||||
tiff.35::graphics/tiff
|
||||
PDF_DEPENDS= pdf.>=2::print/pdflib ${GRAPHIC_DEPENDS} \
|
||||
tiff.>=35::graphics/tiff
|
||||
PDF_WANTLIB= z
|
||||
.endif
|
||||
|
||||
@ -246,7 +246,7 @@ CONFIGURE_ARGS+= --without-pgsql
|
||||
MULTI_PACKAGES+= -pgsql
|
||||
COMMENT-pgsql= "pgsql database access extensions for php4"
|
||||
CONFIGURE_ARGS+= --with-pgsql=shared,${LOCALBASE}
|
||||
PGSQL_DEPENDS= pq.2:postgresql-client-*:databases/postgresql
|
||||
PGSQL_DEPENDS= pq.>=2:postgresql-client-*:databases/postgresql
|
||||
.endif
|
||||
|
||||
# shmop
|
||||
@ -267,7 +267,7 @@ CONFIGURE_ARGS+= --without-snmp
|
||||
MULTI_PACKAGES+= -snmp
|
||||
COMMENT-snmp= "snmp protocol extensions for php4"
|
||||
CONFIGURE_ARGS+= --with-snmp=shared,${LOCALBASE} --enable-ucd-snmp-hack
|
||||
SNMP_DEPENDS= netsnmp.6.2::net/net-snmp
|
||||
SNMP_DEPENDS= netsnmp.>=6.2::net/net-snmp
|
||||
SNMP_WANTLIB= crypto
|
||||
.endif
|
||||
|
||||
@ -279,7 +279,7 @@ CONFIGURE_ARGS+= --without-sybase-ct
|
||||
MULTI_PACKAGES+= -sybase_ct
|
||||
COMMENT-sybase_ct= "sybase database access extensions for php4"
|
||||
CONFIGURE_ARGS+= --with-sybase-ct=shared,${LOCALBASE}
|
||||
SYBASE_CT_DEPENDS= ct.0::databases/freetds
|
||||
SYBASE_CT_DEPENDS= ct::databases/freetds
|
||||
.endif
|
||||
|
||||
# xml-rpc
|
||||
@ -290,7 +290,7 @@ CONFIGURE_ARGS+= --without-xmlrpc
|
||||
MULTI_PACKAGES+= -xmlrpc
|
||||
COMMENT-xmlrpc= "XML RPC functions for php4"
|
||||
CONFIGURE_ARGS+= --with-xmlrpc=shared
|
||||
XMLRPC_DEPENDS= expat.2::textproc/expat
|
||||
XMLRPC_DEPENDS= expat.>=2::textproc/expat
|
||||
XMLRPC_WANTLIB= iconv
|
||||
.endif
|
||||
|
||||
@ -303,7 +303,7 @@ MULTI_PACKAGES+= -xslt
|
||||
COMMENT-xslt= "xslt transformation extensions for php4"
|
||||
CONFIGURE_ARGS+= --enable-xslt=shared --with-xslt-sablot=shared,${LOCALBASE} \
|
||||
--with-expat-dir=${LOCALBASE}
|
||||
XSLT_DEPENDS= sablot.96::textproc/sablotron expat.2::textproc/expat
|
||||
XSLT_DEPENDS= sablot.>=96::textproc/sablotron expat.2::textproc/expat
|
||||
XSLT_WANTLIB= iconv
|
||||
.endif
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.16 2006/07/18 21:44:40 alek Exp $
|
||||
# $OpenBSD: Makefile,v 1.17 2006/08/04 00:10:42 espie Exp $
|
||||
|
||||
MULTI_PACKAGES= -pear
|
||||
SUBPACKAGE?=
|
||||
@ -52,7 +52,7 @@ RUN_DEPENDS= :php5-core-${V}:www/php5/core
|
||||
WANTLIB=
|
||||
MODULES=
|
||||
.else
|
||||
LIB_DEPENDS= xml2.8::textproc/libxml
|
||||
LIB_DEPENDS= xml2.>=8::textproc/libxml
|
||||
.endif
|
||||
|
||||
pre-fake:
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.22 2006/07/16 22:08:42 alek Exp $
|
||||
# $OpenBSD: Makefile,v 1.23 2006/08/04 00:10:42 espie Exp $
|
||||
|
||||
FULLPKGNAME= php5-extensions-${V}
|
||||
COMMENT= "informational package about PHP5 extensions"
|
||||
@ -28,8 +28,8 @@ CONFIGURE_ARGS+= --with-apxs=/usr/sbin/apxs \
|
||||
--with-iconv=${LOCALBASE} \
|
||||
--disable-dom
|
||||
|
||||
GRAPHIC_DEPENDS= jpeg.62::graphics/jpeg \
|
||||
png.3::graphics/png
|
||||
GRAPHIC_DEPENDS= jpeg.>=62::graphics/jpeg \
|
||||
png.>=3::graphics/png
|
||||
|
||||
GRAPHIC_CONFIG= --with-jpeg-dir=${LOCALBASE} \
|
||||
--with-png-dir=${LOCALBASE} \
|
||||
@ -43,7 +43,7 @@ CONFIGURE_ARGS+= --without-bz2
|
||||
MULTI_PACKAGES+= -bz2
|
||||
COMMENT-bz2= "bzip2 compression extensions for php5"
|
||||
CONFIGURE_ARGS+= --with-bz2=shared,${LOCALBASE}
|
||||
BZ2_DEPENDS= bz2.10::archivers/bzip2
|
||||
BZ2_DEPENDS= bz2.>=10::archivers/bzip2
|
||||
.endif
|
||||
|
||||
# curl
|
||||
@ -54,7 +54,7 @@ CONFIGURE_ARGS+= --without-curl
|
||||
MULTI_PACKAGES+= -curl
|
||||
COMMENT-curl= "curl URL library extensions for php5"
|
||||
CONFIGURE_ARGS+= --with-curl=shared,${LOCALBASE}
|
||||
CURL_DEPENDS= curl.2::net/curl
|
||||
CURL_DEPENDS= curl.>=2::net/curl
|
||||
CURL_WANTLIB= crypto ssl z
|
||||
.endif
|
||||
|
||||
@ -66,7 +66,7 @@ CONFIGURE_ARGS+= --disable-dba
|
||||
MULTI_PACKAGES+= -dba
|
||||
COMMENT-dba= "dba GDBM access extensions for php5"
|
||||
CONFIGURE_ARGS+= --enable-dba=shared --with-gdbm=${LOCALBASE}
|
||||
DBA_DEPENDS= gdbm.2::databases/gdbm
|
||||
DBA_DEPENDS= gdbm.>=2::databases/gdbm
|
||||
.endif
|
||||
|
||||
# dbase
|
||||
@ -97,7 +97,7 @@ CONFIGURE_ARGS+= --without-gd --without-xpm-dir --without-ttf \
|
||||
.else
|
||||
MULTI_PACKAGES+= -gd
|
||||
COMMENT-gd= "image manipulation extensions for php5"
|
||||
GD_DEPENDS= ${GRAPHIC_DEPENDS} t1.5::devel/t1lib
|
||||
GD_DEPENDS= ${GRAPHIC_DEPENDS} t1.>=5::devel/t1lib
|
||||
GD_WANTLIB= freetype z
|
||||
CONFIGURE_ENV+= CPPFLAGS="${LOCALBASE}/include/libpng"
|
||||
CONFIGURE_ARGS+= --with-gd=shared ${GRAPHIC_CONFIG} \
|
||||
@ -125,7 +125,7 @@ CONFIGURE_ARGS+= --without-gmp
|
||||
MULTI_PACKAGES+= -gmp
|
||||
COMMENT-gmp= "gmp math library support for php5"
|
||||
CONFIGURE_ARGS+= --with-gmp=shared,${LOCALBASE}
|
||||
GMP_DEPENDS= gmp.4::devel/gmp
|
||||
GMP_DEPENDS= gmp.>=4::devel/gmp
|
||||
.endif
|
||||
|
||||
# imap
|
||||
@ -137,7 +137,7 @@ MULTI_PACKAGES+= -imap
|
||||
COMMENT-imap= "imap, pop3 and nntp extensions for php5"
|
||||
CONFIGURE_ARGS+= --with-imap=shared,${LOCALBASE} \
|
||||
--with-kerberos=/usr --with-imap-ssl
|
||||
IMAP_DEPENDS= c-client.3::mail/c-client
|
||||
IMAP_DEPENDS= c-client.>=3::mail/c-client
|
||||
IMAP_WANTLIB= gssapi crypto krb5 ssl
|
||||
FULLPKGNAME-imap= php5-imap-${V}
|
||||
.endif
|
||||
@ -150,7 +150,7 @@ CONFIGURE_ARGS+= --without-ldap
|
||||
MULTI_PACKAGES+= -ldap
|
||||
COMMENT-ldap= "ldap protocol extensions for php5"
|
||||
CONFIGURE_ARGS+= --with-ldap=shared,${LOCALBASE}
|
||||
LDAP_DEPENDS= ldap.2,lber::databases/openldap
|
||||
LDAP_DEPENDS= ldap.>=2,lber::databases/openldap
|
||||
.endif
|
||||
|
||||
# mbstring
|
||||
@ -182,7 +182,7 @@ CONFIGURE_ARGS+= --without-mhash
|
||||
MULTI_PACKAGES+= -mhash
|
||||
COMMENT-mhash= "mhash extensions for php5"
|
||||
CONFIGURE_ARGS+= --with-mhash=shared,${LOCALBASE}
|
||||
MHASH_DEPENDS= mhash.2::security/mhash
|
||||
MHASH_DEPENDS= mhash.>=2::security/mhash
|
||||
.endif
|
||||
|
||||
# mysql
|
||||
@ -193,7 +193,7 @@ CONFIGURE_ARGS+= --without-mysql
|
||||
MULTI_PACKAGES+= -mysql
|
||||
COMMENT-mysql= "mysql database access extensions for php5"
|
||||
CONFIGURE_ARGS+= --with-mysql=shared,${LOCALBASE}
|
||||
MYSQL_DEPENDS= lib/mysql/mysqlclient.10::databases/mysql
|
||||
MYSQL_DEPENDS= lib/mysql/mysqlclient.>=10::databases/mysql
|
||||
.endif
|
||||
|
||||
# mysqli
|
||||
@ -204,7 +204,7 @@ CONFIGURE_ARGS+= --without-mysqli
|
||||
MULTI_PACKAGES+= -mysqli
|
||||
COMMENT-mysqli= "mysql database access extensions for php5"
|
||||
CONFIGURE_ARGS+= --with-mysqli=shared,${LOCALBASE}/bin/mysql_config
|
||||
MYSQLI_DEPENDS= lib/mysql/mysqlclient.10::databases/mysql
|
||||
MYSQLI_DEPENDS= lib/mysql/mysqlclient.>=10::databases/mysql
|
||||
MYSQLI_WANTLIB= crypto ssl z
|
||||
.endif
|
||||
|
||||
@ -227,7 +227,7 @@ CONFIGURE_ARGS+= --without-odbc
|
||||
MULTI_PACKAGES+= -odbc
|
||||
COMMENT-odbc= "odbc database access extensions for php5"
|
||||
CONFIGURE_ARGS+= --with-iodbc=shared
|
||||
ODBC_DEPENDS= iodbc.2::databases/iodbc
|
||||
ODBC_DEPENDS= iodbc.>=2::databases/iodbc
|
||||
.endif
|
||||
|
||||
# pgsql
|
||||
@ -238,7 +238,7 @@ CONFIGURE_ARGS+= --without-pgsql
|
||||
MULTI_PACKAGES+= -pgsql
|
||||
COMMENT-pgsql= "pgsql database access extensions for php5"
|
||||
CONFIGURE_ARGS+= --with-pgsql=shared,${LOCALBASE}
|
||||
PGSQL_DEPENDS= pq.2:postgresql-client-*:databases/postgresql
|
||||
PGSQL_DEPENDS= pq.>=2:postgresql-client-*:databases/postgresql
|
||||
.endif
|
||||
|
||||
# shmop
|
||||
@ -271,7 +271,7 @@ CONFIGURE_ARGS+= --without-snmp
|
||||
MULTI_PACKAGES+= -snmp
|
||||
COMMENT-snmp= "snmp protocol extensions for php5"
|
||||
CONFIGURE_ARGS+= --with-snmp=shared,${LOCALBASE} --enable-ucd-snmp-hack
|
||||
SNMP_DEPENDS= netsnmp.6.2::net/net-snmp
|
||||
SNMP_DEPENDS= netsnmp.>=6.2::net/net-snmp
|
||||
SNMP_WANTLIB= crypto
|
||||
.endif
|
||||
|
||||
@ -283,7 +283,7 @@ CONFIGURE_ARGS+= --without-sqlite
|
||||
MULTI_PACKAGES+= -sqlite
|
||||
COMMENT-sqlite= "sqlite database access extensions for php5"
|
||||
CONFIGURE_ARGS+= --with-sqlite=shared,${LOCALBASE} --enable-sqlite-utf8
|
||||
SQLITE_DEPENDS= sqlite.8::databases/sqlite
|
||||
SQLITE_DEPENDS= sqlite.>=8::databases/sqlite
|
||||
.endif
|
||||
|
||||
# sybase-ct
|
||||
@ -294,7 +294,7 @@ CONFIGURE_ARGS+= --without-sybase-ct
|
||||
MULTI_PACKAGES+= -sybase_ct
|
||||
COMMENT-sybase_ct= "sybase database access extensions for php5"
|
||||
CONFIGURE_ARGS+= --with-sybase-ct=shared,${LOCALBASE}
|
||||
SYBASE_CT_DEPENDS= ct.0::databases/freetds
|
||||
SYBASE_CT_DEPENDS= ct::databases/freetds
|
||||
.endif
|
||||
|
||||
# xml-rpc
|
||||
@ -316,7 +316,7 @@ CONFIGURE_ARGS+= --without-xsl
|
||||
MULTI_PACKAGES+= -xsl
|
||||
COMMENT-xsl= "XSL functions for php5"
|
||||
CONFIGURE_ARGS+= --with-xsl=shared --enable-dom
|
||||
XSL_DEPENDS= xslt.3,exslt::textproc/libxslt
|
||||
XSL_DEPENDS= xslt.>=3,exslt::textproc/libxslt
|
||||
XSL_WANTLIB= iconv xml2 z
|
||||
FULLPKGNAME-xsl= php5-xsl-${V}
|
||||
.endif
|
||||
@ -342,7 +342,7 @@ MESSAGE= ${PKGDIR}/DESCR
|
||||
SUBST_VARS= V
|
||||
WANTLIB=
|
||||
.else
|
||||
BUILD_DEPENDS+= xml2.8::textproc/libxml
|
||||
BUILD_DEPENDS+= xml2.>=8::textproc/libxml
|
||||
.for i in ${MULTI_PACKAGES}
|
||||
LIB_DEPENDS+= ${${i:U:S/-//g}_DEPENDS}
|
||||
WANTLIB+= ${${i:U:S/-//g}_WANTLIB}
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2006/07/20 04:43:28 steven Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2006/08/04 00:10:42 espie Exp $
|
||||
|
||||
COMMENT= "text mode rss newsreader"
|
||||
DISTNAME= snownews-1.5.7
|
||||
@ -22,7 +22,7 @@ USE_GMAKE= Yes
|
||||
|
||||
MODULES= devel/gettext
|
||||
|
||||
LIB_DEPENDS+= xml2.7.10::textproc/libxml
|
||||
LIB_DEPENDS+= xml2.>=7.10::textproc/libxml
|
||||
|
||||
MAKE_ENV+= EXTRA_LDFLAGS="-lintl -liconv" INSTALL=install \
|
||||
EXTRA_CFLAGS="-DSTATIC_CONST_ICONV -I${LOCALBASE}/include ${CFLAGS}"
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.60 2006/02/10 18:54:58 sturm Exp $
|
||||
# $OpenBSD: Makefile,v 1.61 2006/08/04 00:10:42 espie Exp $
|
||||
|
||||
COMMENT= "pager/text-based web browser"
|
||||
|
||||
@ -20,7 +20,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=w3m/}
|
||||
MASTER_SITES0= http://www2u.biglobe.ne.jp/~hsaka/w3m/patch/
|
||||
|
||||
MODULES= devel/gettext
|
||||
LIB_DEPENDS= gc.1::devel/boehm-gc
|
||||
LIB_DEPENDS= gc.>=1::devel/boehm-gc
|
||||
|
||||
FLAVORS= image japanese
|
||||
FLAVOR?=
|
||||
@ -38,7 +38,7 @@ DOCS= FAQ.html HISTORY MANUAL.html README README.dict README.func \
|
||||
keymap.default keymap.lynx menu.default menu.submenu
|
||||
|
||||
.if ${FLAVOR:L:Mimage}
|
||||
LIB_DEPENDS+= gdk_pixbuf.2,gdk_pixbuf_xlib.2::graphics/gdk-pixbuf
|
||||
LIB_DEPENDS+= gdk_pixbuf.>=2,gdk_pixbuf_xlib.>=2::graphics/gdk-pixbuf
|
||||
CONFIGURE_ARGS+=--with-imagelib=gdk-pixbuf
|
||||
DOCS+= README.img
|
||||
WANTLIB+= X11 Xext Xi gdk glib gmodule gtk jpeg png tiff
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.20 2005/10/24 05:07:04 fgsch Exp $
|
||||
# $OpenBSD: Makefile,v 1.21 2006/08/04 00:10:42 espie Exp $
|
||||
|
||||
COMMENT= "web server log file analysis program"
|
||||
|
||||
@ -10,7 +10,7 @@ EXTRACT_SUFX= .tgz
|
||||
|
||||
HOMEPAGE= http://www.mrunix.net/webalizer/
|
||||
|
||||
LIB_DEPENDS= gd.18::graphics/gd
|
||||
LIB_DEPENDS= gd.>=18::graphics/gd
|
||||
|
||||
MAINTAINER= Dan Harnett <danh@openbsd.org>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2006/06/01 04:21:13 steven Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2006/08/04 00:10:42 espie Exp $
|
||||
|
||||
COMMENT= "X11 counterpart of curses-based misc/dialog"
|
||||
|
||||
@ -20,7 +20,7 @@ EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
WANTLIB= X11 Xext Xi c m gdk glib gmodule
|
||||
BUILD_DEPENDS= ::devel/pkgconfig
|
||||
LIB_DEPENDS= gtk.2::x11/gtk+
|
||||
LIB_DEPENDS= gtk.>=2::x11/gtk+
|
||||
MODULES= devel/gettext
|
||||
|
||||
USE_X11= Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.27 2005/04/17 21:18:29 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.28 2006/08/04 00:10:42 espie Exp $
|
||||
|
||||
COMMENT= "Window manager, continuation of the Bowman NeXTSTEP clone"
|
||||
|
||||
@ -10,9 +10,9 @@ MASTER_SITES= ftp://ftp.afterstep.org/stable/
|
||||
HOMEPAGE= http://www.afterstep.org/
|
||||
|
||||
RUN_DEPENDS= :asclock-*:x11/asclock,classic,english
|
||||
LIB_DEPENDS= png.2::graphics/png \
|
||||
jpeg.62::graphics/jpeg \
|
||||
rplay.::audio/rplay
|
||||
LIB_DEPENDS= png.>=2::graphics/png \
|
||||
jpeg.>=62::graphics/jpeg \
|
||||
rplay::audio/rplay
|
||||
|
||||
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.15 2006/03/28 15:49:25 jcs Exp $
|
||||
# $OpenBSD: Makefile,v 1.16 2006/08/04 00:10:42 espie Exp $
|
||||
|
||||
ONLY_FOR_ARCHS= i386 macppc zaurus
|
||||
|
||||
@ -18,7 +18,7 @@ PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
WANTLIB= ICE SM X11 Xext Xpm c
|
||||
|
||||
LIB_DEPENDS= jpeg.62::graphics/jpeg
|
||||
LIB_DEPENDS= jpeg.>=62::graphics/jpeg
|
||||
|
||||
USE_X11= Yes
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.38 2006/03/22 20:17:40 uwe Exp $
|
||||
# $OpenBSD: Makefile,v 1.39 2006/08/04 00:10:42 espie Exp $
|
||||
|
||||
DISTNAME= aterm-0.4.2
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
@ -41,8 +41,8 @@ CONFIGURE_ARGS+= --without-xpm --disable-transparency \
|
||||
--disable-background-image --disable-fading \
|
||||
--without-jpeg --without-png
|
||||
.else
|
||||
LIB_DEPENDS= jpeg.62::graphics/jpeg \
|
||||
png.2::graphics/png
|
||||
LIB_DEPENDS= jpeg.>=62::graphics/jpeg \
|
||||
png.>=2::graphics/png
|
||||
|
||||
CONFIGURE_ARGS+= --with-xpm --enable-transparency \
|
||||
--enable-background-image --enable-fading \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2005/10/09 13:13:25 mbalmer Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2006/08/04 00:10:42 espie Exp $
|
||||
|
||||
COMMENT= "Desktop wallpaper manager and X11 screensaver"
|
||||
|
||||
@ -18,7 +18,7 @@ WANTLIB= X11 Xext Xi c gdk glib gmodule gtk iconv intl jpeg m \
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=chbg/}
|
||||
|
||||
LIB_DEPENDS= gdk_imlib.19::graphics/imlib
|
||||
LIB_DEPENDS= gdk_imlib.>=19::graphics/imlib
|
||||
|
||||
CONFIGURE_ARGS= --with-image-library=gdkimlib \
|
||||
--with-imlib1-config=${LOCALBASE}/bin/imlib-config \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2006/06/07 13:44:21 bernd Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2006/08/04 00:10:42 espie Exp $
|
||||
|
||||
COMMENT= "window manipulation tool"
|
||||
|
||||
@ -28,7 +28,7 @@ BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig \
|
||||
:intltool-*:textproc/intltool \
|
||||
:p5-XML-Parser-*:textproc/p5-XML-Parser
|
||||
|
||||
LIB_DEPENDS= wnck-1.16::devel/libwnck
|
||||
LIB_DEPENDS= wnck-1.>=16::devel/libwnck
|
||||
|
||||
SEPARATE_BUILD= concurrent
|
||||
USE_X11= Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2005/07/23 18:42:05 fgsch Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2006/08/04 00:10:42 espie Exp $
|
||||
|
||||
COMMENT= "edit enlightenment's keybindings"
|
||||
|
||||
@ -16,7 +16,7 @@ WANTLIB= X11 Xext Xi c glib gmodule iconv intl m
|
||||
|
||||
MASTER_SITES= ${MASTER_SITES_SOURCEFORCE:=enlightenment/}
|
||||
|
||||
LIB_DEPENDS= gtk.1.2,gdk.1.2::x11/gtk+
|
||||
LIB_DEPENDS= gtk.>=1.2,gdk.>=1.2::x11/gtk+
|
||||
RUN_DEPENDS= :enlightenment-0.16*:x11/enlightenment
|
||||
|
||||
USE_X11= Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.40 2006/04/05 09:49:59 bernd Exp $
|
||||
# $OpenBSD: Makefile,v 1.41 2006/08/04 00:10:42 espie Exp $
|
||||
|
||||
COMMENT= "themed window manager"
|
||||
|
||||
@ -39,8 +39,8 @@ CONFIGURE_ARGS= --enable-fsstd --sysconfdir=${SYSCONFDIR}
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${X11BASE}/lib -L${LOCALBASE}/lib"
|
||||
|
||||
LIB_DEPENDS= esd.2::audio/esound \
|
||||
Imlib2.2::graphics/imlib2
|
||||
LIB_DEPENDS= esd.>=2::audio/esound \
|
||||
Imlib2.>=2::graphics/imlib2
|
||||
WANTLIB= ICE SM X11 Xext Xinerama Xxf86vm \
|
||||
audiofile bz2 c iconv freetype intl jpeg \
|
||||
ltdl m png tiff ungif z
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.21 2006/01/12 01:05:22 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.22 2006/08/04 00:10:42 espie Exp $
|
||||
|
||||
COMMENT= "color X11 terminal emulator with transparency support"
|
||||
COMMENT-kanji= "color japanese terminal emulator with transparency support"
|
||||
@ -13,7 +13,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=eterm/}
|
||||
|
||||
HOMEPAGE= http://eterm.sourceforge.net/
|
||||
|
||||
LIB_DEPENDS= Imlib.19::graphics/imlib
|
||||
LIB_DEPENDS= Imlib.>=19::graphics/imlib
|
||||
|
||||
# GPL with some custom licenses
|
||||
PERMIT_PACKAGE_CDROM= "may not sell"
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.31 2006/01/14 11:46:16 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.32 2006/08/04 00:10:42 espie Exp $
|
||||
|
||||
COMMENT= "Fast-Light Tool Kit"
|
||||
|
||||
@ -28,8 +28,8 @@ MASTER_SITES= ftp://ftp.easysw.com/pub/fltk/${VER}/ \
|
||||
ftp://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/fltk/${VER}/ \
|
||||
ftp://gd.tuwien.ac.at/hci/fltk/${VER}/
|
||||
|
||||
LIB_DEPENDS= jpeg.62::graphics/jpeg \
|
||||
png.2::graphics/png
|
||||
LIB_DEPENDS= jpeg.>=62::graphics/jpeg \
|
||||
png.>=2::graphics/png
|
||||
|
||||
NO_REGRESS= Yes
|
||||
USE_X11= Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.37 2006/04/14 17:01:11 david Exp $
|
||||
# $OpenBSD: Makefile,v 1.38 2006/08/04 00:10:42 espie Exp $
|
||||
|
||||
COMMENT= "window manager based on the original Blackbox code"
|
||||
|
||||
@ -31,7 +31,7 @@ NO_REGRESS= Yes
|
||||
SEPARATE_BUILD= simple
|
||||
|
||||
BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig
|
||||
LIB_DEPENDS= Imlib2.2::graphics/imlib2
|
||||
LIB_DEPENDS= Imlib2.>=2::graphics/imlib2
|
||||
|
||||
CONFIGURE_ENV= PKG_CONFIG_PATH="${X11BASE}/lib/pkgconfig"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.17 2004/12/17 15:18:32 alek Exp $
|
||||
# $OpenBSD: Makefile,v 1.18 2006/08/04 00:10:42 espie Exp $
|
||||
|
||||
COMMENT= "fast-light window manager"
|
||||
|
||||
@ -19,7 +19,7 @@ CONFIGURE_ENV= CXXFLAGS="${CXXFLAGS} -DFLTK_1_0_COMPAT -I${LOCALBASE}/include" \
|
||||
USE_X11= Yes
|
||||
|
||||
#NO_SHARED_LIBS= Yes
|
||||
LIB_DEPENDS= fltk.1::x11/fltk
|
||||
LIB_DEPENDS= fltk.>=1::x11/fltk
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2004/12/17 15:18:32 alek Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2006/08/04 00:10:42 espie Exp $
|
||||
|
||||
COMMENT= "3D filesystem visualizer"
|
||||
|
||||
@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fsv/}
|
||||
|
||||
HOMEPAGE= http://fsv.sourceforge.net
|
||||
|
||||
LIB_DEPENDS= gtkgl.1::x11/gtkglarea
|
||||
LIB_DEPENDS= gtkgl.>=1::x11/gtkglarea
|
||||
|
||||
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.37 2005/07/29 05:01:49 pvalchev Exp $
|
||||
# $OpenBSD: Makefile,v 1.38 2006/08/04 00:10:42 espie Exp $
|
||||
|
||||
COMMENT= "multiple virtual desktop window manager, with icons"
|
||||
COMMENT-fvicons="multiple virtual desktop window manager icons"
|
||||
@ -28,8 +28,8 @@ WANTLIB= ICE SM X11 Xext Xi Xinerama Xpm c gdk glib gmodule \
|
||||
MASTER_SITES= ftp://ftp.fvwm.org/pub/fvwm/version-2/
|
||||
MASTER_SITES0= http://www.fvwm.org/generated/icon_download/
|
||||
|
||||
LIB_DEPENDS= gtk.1.2:gtk+-*:x11/gtk+ \
|
||||
gdk_imlib.19.:imlib-*:graphics/imlib
|
||||
LIB_DEPENDS= gtk.>=1.2:gtk+-*:x11/gtk+ \
|
||||
gdk_imlib.>=19.:imlib-*:graphics/imlib
|
||||
|
||||
MULTI_PACKAGES= -fvwm2 -fvicons
|
||||
SUBPACKAGE?=
|
||||
|
Loading…
Reference in New Issue
Block a user