chase wantlib changes after curl update

This commit is contained in:
naddy 2007-05-15 17:01:01 +00:00
parent a220ed62dc
commit 97b9a230a3
5 changed files with 20 additions and 15 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.9 2007/05/11 20:20:23 deanna Exp $
# $OpenBSD: Makefile,v 1.10 2007/05/15 17:01:01 naddy Exp $
SHARED_ONLY= Yes
COMMENT= "flash player with firefox browser plugin"
DISTNAME= gnash-0.7.2
PKGNAME= ${DISTNAME}p3
PKGNAME= ${DISTNAME}p4
SHARED_LIBS += gnashbase 1.0
SHARED_LIBS += gnashgeo 1.0
SHARED_LIBS += gnashamf 1.0
@ -42,11 +42,12 @@ LIB_DEPENDS+= curl.>=4::net/curl \
avcodec.>=7,avutil.>=1,avformat.>=7::graphics/ffmpeg \
gdk_pixbuf-2.0,gtk-x11-2.0,gdk-x11-2.0::x11/gtk+2
WANTLIB= freetype fontconfig Xrender ossaudio usbhid \
ICE SM Xext X11 z stdc++ m pthread c ssl crypto \
WANTLIB= Xau Xcursor Xdmcp Xfixes Xi Xinerama Xrandr expat \
freetype fontconfig Xrender ossaudio usbhid \
Xext X11 z stdc++ m pthread c ssl crypto \
faac faad mp3lame ogg vorbis vorbisenc cairo \
glib-2.0 pango-1.0 pangoft2-1.0 pangocairo-1.0 pangox-1.0 \
gobject-2.0 gmodule-2.0 atk-1.0 png jpeg glitz SDL
gobject-2.0 gmodule-2.0 atk-1.0 png jpeg glitz SDL idn
CONFIGURE_STYLE=gnu
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2007/01/16 17:52:07 simon Exp $
# $OpenBSD: Makefile,v 1.7 2007/05/15 17:01:01 naddy Exp $
SHARED_ONLY= Yes
@ -6,7 +6,7 @@ COMMENT= "perl binding for curl"
MODULES= cpan
DISTNAME= p5-WWW-Curl-20040519
PKGNAME= ${DISTNAME}p0
PKGNAME= ${DISTNAME}p1
CATEGORIES= www net
MASTER_SITES= http://mirrors.protection.cx/~jolan/
@ -17,7 +17,7 @@ PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
WANTLIB= crypto ssl z
WANTLIB= crypto idn ssl z
LIB_DEPENDS= curl.>=2.2::net/curl

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.54 2007/04/28 19:58:26 sturm Exp $
# $OpenBSD: Makefile,v 1.55 2007/05/15 17:01:01 naddy Exp $
FULLPKGNAME-main= php4-extensions-${V}p1
COMMENT-main= "informational package about PHP4 extensions"
@ -46,7 +46,8 @@ MULTI_PACKAGES+= -curl
COMMENT-curl= "curl URL library extensions for php4"
CONFIGURE_ARGS+= --with-curl=shared,${LOCALBASE}
LIB_DEPENDS-curl= curl.>=2::net/curl
WANTLIB-curl= ${WANTLIB} crypto ssl z
WANTLIB-curl= ${WANTLIB} crypto idn ssl z
FULLPKGNAME-curl= php4-curl-${V}p2
.endif
# dba
@ -289,7 +290,8 @@ MULTI_PACKAGES+= -xmlrpc
COMMENT-xmlrpc= "XML RPC functions for php4"
CONFIGURE_ARGS+= --with-xmlrpc=shared
WANTLIB-xmlrpc= ${WANTLIB} expat iconv
FULLPKGNAME-xmlrpc= php4-xmlrpc-${V}p2
LIB_DEPENDS-xmlrpc=
FULLPKGNAME-xmlrpc= php4-xmlrpc-${V}p3
.endif
# xslt

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.35 2007/05/11 15:05:15 robert Exp $
# $OpenBSD: Makefile,v 1.36 2007/05/15 17:01:01 naddy Exp $
FULLPKGNAME-main= php5-extensions-${V}
COMMENT-main= "informational package about PHP5 extensions"
@ -48,7 +48,8 @@ MULTI_PACKAGES+= -curl
COMMENT-curl= "curl URL library extensions for php5"
CONFIGURE_ARGS+= --with-curl=shared,${LOCALBASE}
LIB_DEPENDS-curl= curl.>=2::net/curl
WANTLIB-curl= ${WANTLIB} crypto ssl z
WANTLIB-curl= ${WANTLIB} crypto idn ssl z
FULLPKGNAME-curl= php5-curl-${V}p0
.endif
# dba

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.1.1.1 2007/01/31 07:33:52 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.2 2007/05/15 17:01:01 naddy Exp $
COMMENT= "3D earth viewer with GPS support"
DISTNAME= gaia-0.1.2
PKGNAME= ${DISTNAME}p0
CATEGORIES= x11 geo
EXTRACT_SUFX= .tar.bz2
@ -19,7 +20,7 @@ PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gaia-clean/}
WANTLIB= GL GLU X11 Xext c crypto m pthread ssl stdc++ usbhid z
WANTLIB= GL GLU X11 Xext c crypto idn m pthread ssl stdc++ usbhid z
USE_X11= Yes
NO_REGRESS= Yes