sync wantlib

This commit is contained in:
sthen 2012-12-23 12:25:30 +00:00
parent 0f00dc3d53
commit b7e535002c
32 changed files with 140 additions and 115 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.29 2012/12/22 18:35:24 jasper Exp $
# $OpenBSD: Makefile,v 1.30 2012/12/23 12:25:30 sthen Exp $
COMMENT= free space simulator and planetarium
DISTNAME= celestia-1.6.1
REVISION= 5
REVISION= 6
CATEGORIES= astro x11
@ -27,6 +27,7 @@ WANTLIB += jpeg m ogg pango-1.0 pangocairo-1.0 pangoft2-1.0 pangox-1.0
WANTLIB += pcre pixman-1 png pthread pthread-stubs stdc++ xcb z
WANTLIB += gdkglext-x11-1.0 gtkglext-x11-1.0 ${MODLUA_WANTLIB} theora
WANTLIB += Xxf86vm drm gthread-2.0 xcb-render xcb-shm ffi
WANTLIB += harfbuzz icudata icule icuuc
MODULES= devel/gettext \
lang/lua

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.11 2012/12/09 07:29:57 brad Exp $
# $OpenBSD: Makefile,v 1.12 2012/12/23 12:25:30 sthen Exp $
SHARED_ONLY = Yes
@ -6,7 +6,7 @@ ONLY_FOR_ARCHS = ${GCC4_ARCHS}
COMMENT = CALF LADSPA plugins
DISTNAME = calf-0.0.18.5
REVISION = 6
REVISION = 7
CATEGORIES = audio
HOMEPAGE = http://tap-plugins.sourceforge.net/
@ -24,7 +24,7 @@ WANTLIB = GL X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext \
gtk-x11-2.0 gthread-2.0 m pango-1.0 \
pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png pthread \
pthread-stubs xcb xcb-render xcb-shm xml2 z \
jack glade-2.0 ffi stdc++
jack glade-2.0 ffi stdc++ harfbuzz icudata icule icuuc
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=calf/}

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.10 2011/11/04 12:42:20 jasper Exp $
# $OpenBSD: Makefile,v 1.11 2012/12/23 12:25:30 sthen Exp $
COMMENT= implementation of the Real-time Transport Protocol
DISTNAME= ccrtp-1.7.1
REVISION = 2
REVISION = 3
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=ccrtp/}
@ -16,7 +16,8 @@ PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= crypto ssl ccgnu2>=1 m stdc++
WANTLIB += crypto ssl ccgnu2>=1 m pthread stdc++
LIB_DEPENDS= devel/commoncpp

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.10 2012/02/22 14:05:01 giovanni Exp $
# $OpenBSD: Makefile,v 1.11 2012/12/23 12:25:30 sthen Exp $
COMMENT= handling CHM files
CATEGORIES= devel textproc
@ -7,7 +7,7 @@ HOMEPAGE= http://www.jedrea.com/chmlib/
MASTER_SITES= ${HOMEPAGE}
DISTNAME= chmlib-0.40
REVISION = 0
REVISION = 1
SHARED_LIBS += chm 0.2 # .0.0
CONFIGURE_STYLE=gnu
@ -16,14 +16,14 @@ USE_LIBTOOL= Yes
# stupid linux shit
CONFIGURE_ARGS = --disable-io64 --enable-examples
WANTLIB= pthread
# LGPLv2.1+
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB += c pthread
NO_REGRESS= Yes
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.13 2012/06/15 08:32:14 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.14 2012/12/23 12:25:31 sthen Exp $
SHARED_ONLY= Yes
@ -8,7 +8,7 @@ V= 10.05
P= 1
DISTNAME= codeblocks-${V}-${P}debian-src
PKGNAME= codeblocks-${V}
REVISION= 5
REVISION= 6
EXTRACT_SUFX= .tar.bz2
WRKDIST= ${WRKDIR}/codeblocks-${V}
@ -36,6 +36,7 @@ WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 gthread-2.0
WANTLIB += gtk-x11-2.0 iodbc jpeg m mspack pango-1.0 pangocairo-1.0
WANTLIB += pangoft2-1.0 pcre pixman-1 png pthread pthread-stubs
WANTLIB += sndio stdc++ tiff usbhid xcb xcb-render xcb-shm z ffi
WANTLIB += harfbuzz icudata icule icuuc
MASTER_SITES= ${MASTER_SITE_BERLIOS:=codeblocks/}

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.9 2012/05/17 05:01:35 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.10 2012/12/23 12:25:31 sthen Exp $
COMMENT= GNU project portable class framework for C++
VER= 1.7.3
DISTNAME= commoncpp2-${VER}
PKGNAME= commoncpp-${VER}
REVISION= 3
REVISION= 4
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=commoncpp/}
@ -20,7 +20,7 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= crypto ssl z m stdc++
WANTLIB= crypto ssl z m stdc++ pthread
USE_LIBTOOL= Yes
CONFIGURE_STYLE= autoconf

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2012/11/08 10:06:04 dcoppa Exp $
# $OpenBSD: Makefile,v 1.5 2012/12/23 12:25:31 sthen Exp $
COMMENT = C++ library of cryptographic algorithms
CATEGORIES = devel security
@ -7,7 +7,7 @@ HOMEPAGE = http://www.cryptopp.com/
MASTER_SITES = ${HOMEPAGE}
DISTNAME = cryptopp561
PKGNAME = cryptopp-5.6.1
REVISION = 1
REVISION = 2
EXTRACT_SUFX = .zip
WRKDIST = ${WRKDIR}
@ -21,9 +21,9 @@ PERMIT_DISTFILES_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_FTP = Yes
SHARED_LIBS = cryptopp 1.0
WANTLIB += m pthread stdc++
WANTLIB += m stdc++
SHARED_LIBS = cryptopp 1.0
USE_GMAKE = Yes
MAKE_FLAGS += CXXFLAGS="${CXXFLAGS} -Wno-deprecated \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.20 2011/09/16 09:48:09 espie Exp $
# $OpenBSD: Makefile,v 1.21 2012/12/23 12:25:30 sthen Exp $
COMMENT = finish-the-cycle logic puzzle
CATEGORIES = games
@ -15,11 +15,12 @@ PERMIT_PACKAGE_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
WANTLIB += X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
WANTLIB += X11 Xau Xcursor Xdamage Xext Xfixes
WANTLIB += Xi Xinerama Xrandr Xrender atk-1.0 c cairo expat fontconfig
WANTLIB += freetype gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0
WANTLIB += freetype gio-2.0 glib-2.0 gobject-2.0
WANTLIB += m pango-1.0 pangocairo-1.0 pangoft2-1.0 pixman-1 png
WANTLIB += pthread-stubs xcb z gdk_pixbuf-2.0 gdk-x11-2.0 gtk-x11-2.0
WANTLIB += GL pthread xcb-render xcb-shm
LIB_DEPENDS = x11/gtk+2

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.7 2011/05/11 06:56:42 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.8 2012/12/23 12:25:30 sthen Exp $
COMMENT= curses-based Lines game
DISTNAME= clines-1.0.4
CATEGORIES= games
REVISION= 0
REVISION= 1
HOMEPAGE= http://manticore.2y.net/prj/clines-a.html
@ -13,7 +13,8 @@ PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c ncurses
WANTLIB += c ncursesw
MASTER_SITES= http://manticore.2y.net/cgi-bin/dlwct.sh?f=clines/
EXTRACT_SUFX= .tar.bz2

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.20 2011/09/16 09:48:09 espie Exp $
# $OpenBSD: Makefile,v 1.21 2012/12/23 12:25:31 sthen Exp $
COMMENT= computer simulation game
DISTNAME= corewars-0.9.13
REVISION= 4
REVISION= 5
CATEGORIES= games x11
@ -17,11 +17,12 @@ PERMIT_DISTFILES_FTP= Yes
MODULES= devel/gettext
WANTLIB += X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
WANTLIB += X11 Xcomposite Xcursor Xdamage Xext Xfixes
WANTLIB += Xi Xinerama Xrandr Xrender atk-1.0 c cairo expat fontconfig
WANTLIB += freetype gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0
WANTLIB += freetype gio-2.0 glib-2.0 gobject-2.0
WANTLIB += m pango-1.0 pangocairo-1.0 pangoft2-1.0 pixman-1 png
WANTLIB += pthread-stubs xcb z gdk_pixbuf-2.0 gdk-x11-2.0 gtk-x11-2.0
WANTLIB += GL xcb-render xcb-shm
LIB_DEPENDS= x11/gtk+2

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.15 2011/09/16 09:48:09 espie Exp $
# $OpenBSD: Makefile,v 1.16 2012/12/23 12:25:31 sthen Exp $
COMMENT= OpenGL game based on SNES classic Tetris Attack
DISTNAME= crack-attack-1.1.14
REVISION= 8
REVISION= 9
CATEGORIES= games
MAINTAINER= Mattieu Baptiste <mattieu.b@free.fr>
@ -16,12 +16,11 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB = GL GLU ICE SM X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes \
WANTLIB = GL GLU ICE SM X11 Xcomposite Xcursor Xdamage Xext Xfixes \
Xi Xinerama Xmu Xrandr Xrender atk-1.0 c cairo expat fontconfig \
freetype gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0 glut>=4 \
gmodule-2.0 gobject-2.0 gthread-2.0 gtk-x11-2.0 m pango-1.0 \
pangocairo-1.0 pangoft2-1.0 pixman-1 png pthread pthread-stubs \
stdc++ xcb xcb-render xcb-render-util z
gobject-2.0 gtk-x11-2.0 m pango-1.0 pangocairo-1.0 pangoft2-1.0 \
pixman-1 png pthread pthread-stubs stdc++ xcb xcb-render xcb-shm z
MASTER_SITES= ${MASTER_SITE_SAVANNAH:=crack-attack/}

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.30 2011/09/16 09:48:09 espie Exp $
# $OpenBSD: Makefile,v 1.31 2012/12/23 12:25:31 sthen Exp $
COMMENT= graphical networked AD&D style game
VERSION= 1.11.0
DISTNAME= crossfire-client-${VERSION}
REVISION= 7
REVISION= 8
CATEGORIES= games x11
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
@ -18,13 +18,14 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= GL GLU SDL X11 Xau Xcomposite Xcursor Xdamage Xdmcp \
WANTLIB= GL GLU SDL X11 Xcomposite Xcursor Xdamage \
Xext Xfixes Xi Xinerama Xmu Xrandr Xrender atk-1.0 c \
cairo crypto expat fontconfig freetype gio-2.0 glib-2.0 \
gmodule-2.0 gobject-2.0 idn m pango-1.0 \
gobject-2.0 idn m pango-1.0 \
pangocairo-1.0 pangoft2-1.0 pixman-1 png pthread \
pthread-stubs sndio ssl xcb z gdk_pixbuf-2.0 \
gdk-x11-2.0 gtk-x11-2.0 SDL_image>=2 glut>=4 curl>=8
gdk-x11-2.0 gtk-x11-2.0 SDL_image>=2 glut>=4 curl>=8 \
xcb-render xcb-shm
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=crossfire/}

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.9 2011/09/16 09:48:09 espie Exp $
# $OpenBSD: Makefile,v 1.10 2012/12/23 12:25:31 sthen Exp $
COMMENT= Cannon Smash 3D table tennis
DISTNAME= csmash-0.6.6
REVISION= 4
REVISION= 5
CATEGORIES= games
HOMEPAGE= http://cannonsmash.sourceforge.net/
@ -25,12 +25,13 @@ LIB_DEPENDS= devel/sdl-image \
devel/sdl-mixer \
x11/gtk+2
WANTLIB+= GL GLU ICE Xau Xcomposite Xcursor Xdamage Xdmcp Xfixes \
WANTLIB+= GL GLU ICE Xcomposite Xcursor Xdamage Xfixes \
Xi Xinerama Xmu Xrandr Xrender Xt atk-1.0 c cairo expat \
fontconfig freetype gio-2.0 glib-2.0 gmodule-2.0 \
fontconfig freetype gio-2.0 glib-2.0 \
gobject-2.0 pango-1.0 pangocairo-1.0 pangoft2-1.0 pixman-1 \
png pthread pthread-stubs stdc++ xcb z X11 Xext m SDL \
gdk_pixbuf-2.0 SDL_image SDL_mixer gdk-x11-2.0 gtk-x11-2.0
gdk_pixbuf-2.0 SDL_image SDL_mixer gdk-x11-2.0 gtk-x11-2.0 \
xcb-render xcb-shm
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/SDL" \

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.20 2012/03/29 13:38:30 sthen Exp $
# $OpenBSD: Makefile,v 1.21 2012/12/23 12:25:30 sthen Exp $
COMMENT= C++ interface for cairo
DISTNAME= cairomm-1.10.0
REVISION= 0
SHARED_LIBS= cairomm-1.0 5.0 # .5.0
CATEGORIES= graphics
@ -17,7 +18,7 @@ PERMIT_DISTFILES_FTP= Yes
WANTLIB += GL X11 Xau Xdamage Xdmcp Xext Xfixes Xrender Xxf86vm
WANTLIB += cairo drm expat ffi fontconfig freetype glib-2.0 gobject-2.0
WANTLIB += gthread-2.0 m pcre pixman-1 png pthread-stubs sigc-2.0
WANTLIB += stdc++ xcb xcb-render xcb-shm z
WANTLIB += stdc++ xcb xcb-render xcb-shm z pthread
MASTER_SITES= http://cairographics.org/releases/

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.4 2012/03/29 13:38:30 sthen Exp $
# $OpenBSD: Makefile,v 1.5 2012/12/23 12:25:31 sthen Exp $
COMMENT = Color Transformation Language interpreter
DISTNAME = ctl-1.4.1
REVISION = 0
SHARED_LIBS += IlmCtl 0.0 # .2.0
SHARED_LIBS += IlmCtlMath 0.0 # .2.0
@ -17,7 +18,7 @@ PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
WANTLIB = m stdc++ Half Iex IlmThread Imath
WANTLIB = m stdc++ Half Iex IlmThread Imath pthread
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=ampasctl/}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.29 2012/10/19 22:28:41 kurt Exp $
# $OpenBSD: Makefile,v 1.30 2012/12/23 12:25:30 sthen Exp $
# uses gcj which is only supported on select archs
ONLY_FOR_ARCHS= i386 amd64 sparc64
@ -6,7 +6,7 @@ ONLY_FOR_ARCHS= i386 amd64 sparc64
COMMENT= essential libraries for java
DISTNAME= classpath-0.98
REVISION= 11
REVISION= 12
CATEGORIES= lang java
@ -51,7 +51,7 @@ WANTLIB += freetype gconf-2 gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0
WANTLIB += glib-2.0 gmodule-2.0 gmp gobject-2.0 gthread-2.0 gtk-x11-2.0
WANTLIB += m magic pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre
WANTLIB += pixman-1 png pthread-stubs stdc++ xcb xcb-render xcb-shm
WANTLIB += z c pthread
WANTLIB += z c pthread harfbuzz icudata icule icuuc
MASTER_SITES= ${MASTER_SITE_GNU:=classpath/}
MASTER_SITES0= http://archive.eclipse.org/eclipse/downloads/drops/R-3.2.2-200702121330/

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.14 2012/06/29 14:02:54 landry Exp $
# $OpenBSD: Makefile,v 1.15 2012/12/23 12:25:30 sthen Exp $
SHARED_ONLY = Yes
COMMENT = remove attachments from emails
VERSION = 1.0.14
REVISION = 0
DISTNAME = att_remover-${VERSION}
PKGNAME = claws-mail-attremover-${VERSION}
MASTER_SITES = http://www.claws-mail.org/downloads/plugins/
@ -34,13 +35,12 @@ WANTLIB = X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes \
freetype gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 \
gthread-2.0 m pango-1.0 pangocairo-1.0 pangoft2-1.0 \
pcre pixman-1 png pthread-stubs xcb xcb-render \
z gdk_pixbuf-2.0 gdk-x11-2.0 gtk-x11-2.0 \
GL Xxf86vm drm xcb-shm
z gdk_pixbuf-2.0 gdk-x11-2.0 gtk-x11-2.0 GL Xxf86vm \
drm xcb-shm ffi harfbuzz icudata icule icuuc pthread stdc++
CONFIGURE_STYLE = gnu
CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS = --disable-static
.include <bsd.port.mk>

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.28 2012/06/29 14:02:54 landry Exp $
# $OpenBSD: Makefile,v 1.29 2012/12/23 12:25:30 sthen Exp $
SHARED_ONLY= Yes
COMMENT= HTML renderer plugin for Claws Mail
VERSION= 0.33
REVISION= 0
DISTNAME= gtkhtml2_viewer-${VERSION}
PKGNAME= claws-mail-htmlviewer-${VERSION}
MASTER_SITES= http://www.claws-mail.org/downloads/plugins/
@ -37,6 +38,7 @@ WANTLIB += gobject-2.0 gthread-2.0 idn m pango-1.0 pangocairo-1.0
WANTLIB += pangoft2-1.0 pcre pixman-1 png pthread-stubs ssl xcb
WANTLIB += xcb-render z gdk_pixbuf-2.0 GL Xxf86vm drm xcb-shm
WANTLIB += xml2 curl gdk-x11-2.0 gtk-x11-2.0
WANTLIB += ffi harfbuzz icudata icule icuuc pthread stdc++
CONFIGURE_STYLE=gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.27 2012/06/29 14:02:54 landry Exp $
# $OpenBSD: Makefile,v 1.28 2012/12/23 12:25:30 sthen Exp $
SHARED_ONLY= Yes
COMMENT= notification plugin for Claws-mail
VERSION= 0.30
REVISION= 0
DISTNAME= notification_plugin-${VERSION}
PKGNAME= claws-mail-notification-${VERSION}
MASTER_SITES= http://www.claws-mail.org/downloads/plugins/
@ -24,8 +25,8 @@ WANTLIB += Xi Xinerama Xrandr Xrender Xxf86vm atk-1.0 cairo drm
WANTLIB += expat fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0
WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 gthread-2.0
WANTLIB += gtk-x11-2.0 m notify pango-1.0 pangocairo-1.0 pangoft2-1.0
WANTLIB += pcre pixman-1 png pthread-stubs xcb xcb-render xcb-shm
WANTLIB += z dbus-1 dbus-glib-1
WANTLIB += pcre pixman-1 png pthread-stubs xcb xcb-render xcb-shm z
WANTLIB += ffi harfbuzz icudata icule icuuc pthread stdc++
USE_LIBTOOL= Yes
LIBTOOL_FLAGS= --tag=disable-static

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.28 2012/06/29 14:02:54 landry Exp $
# $OpenBSD: Makefile,v 1.29 2012/12/23 12:25:30 sthen Exp $
SHARED_ONLY= Yes
COMMENT= RSS aggregator plugin for Claws-mail
VERSION= 0.33
REVISION= 0
DISTNAME= rssyl-${VERSION}
PKGNAME= claws-mail-rssyl-${VERSION}
MASTER_SITES= http://www.claws-mail.org/downloads/plugins/
@ -37,6 +38,7 @@ WANTLIB += gobject-2.0 gthread-2.0 idn m pango-1.0 pangocairo-1.0
WANTLIB += pangoft2-1.0 pcre pixman-1 png pthread-stubs ssl xcb
WANTLIB += xcb-render z gdk_pixbuf-2.0 GL Xxf86vm drm xcb-shm
WANTLIB += xml2>=9 gdk-x11-2.0>=1403 gtk-x11-2.0 curl>=15
WANTLIB += ffi harfbuzz icudata icule icuuc pthread stdc++
CONFIGURE_STYLE=gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.29 2012/06/29 14:02:54 landry Exp $
# $OpenBSD: Makefile,v 1.30 2012/12/23 12:25:30 sthen Exp $
SHARED_ONLY= Yes
COMMENT= groupware plugin for Claws-mail
VERSION= 2.0.13
REVISION= 0
DISTNAME= vcalendar-${VERSION}
PKGNAME= claws-mail-vcalendar-${VERSION}
MASTER_SITES= http://www.claws-mail.org/downloads/plugins/
@ -37,6 +38,7 @@ WANTLIB += gobject-2.0 gthread-2.0 idn m pango-1.0 pangocairo-1.0
WANTLIB += pangoft2-1.0 pcre pixman-1 png pthread-stubs ssl xcb
WANTLIB += xcb-render z gdk_pixbuf-2.0 GL Xxf86vm drm xcb-shm
WANTLIB += gdk-x11-2.0 gtk-x11-2.0 curl
WANTLIB += ffi harfbuzz icudata icule icuuc pthread stdc++
CONFIGURE_STYLE=gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.55 2012/10/09 17:01:15 sthen Exp $
# $OpenBSD: Makefile,v 1.56 2012/12/23 12:25:30 sthen Exp $
SHARED_ONLY= Yes
@ -9,9 +9,9 @@ COMMENT-spamassassin= spamassassin plugin
V= 3.8.1
DISTNAME= claws-mail-${V}
REVISION-main= 1
REVISION-bogofilter= 0
REVISION-spamassassin= 0
REVISION-main= 2
REVISION-bogofilter= 1
REVISION-spamassassin= 1
PKGNAME-main= ${DISTNAME}
PKGNAME-bogofilter= claws-mail-bogofilter-${V}
PKGNAME-spamassassin= claws-mail-spamassassin-${V}
@ -47,21 +47,21 @@ WANTLIB= X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes \
expat fontconfig freetype gio-2.0 glib-2.0 gthread-2.0 \
gmodule-2.0 gobject-2.0 idn m pango-1.0 pangocairo-1.0 \
pangoft2-1.0 pcre pixman-1 png pthread-stubs ssl \
gcrypt gpg-error xcb z gdk_pixbuf-2.0 \
xcb z gdk_pixbuf-2.0 pthread stdc++ \
gdk-x11-2.0 gtk-x11-2.0 execinfo etpan>=13 sasl2 \
GL Xxf86vm drm xcb-render xcb-shm
GL Xxf86vm drm xcb-render xcb-shm \
ffi harfbuzz icudata icule icuuc
WANTLIB-main= ${WANTLIB} ICE SM c dbus-1 gmp hogweed nettle \
pthread stdc++ tasn1 xcb-atom xcb-aux xcb-event assuan \
startup-notification-1 enchant gnutls gpgme dbus-glib-1
WANTLIB-main= ${WANTLIB} ICE SM X11-xcb c dbus-1 gmp hogweed nettle \
tasn1 xcb-aux assuan startup-notification-1 \
enchant gnutls gpgme dbus-glib-1 gpg-error p11-kit
WANTLIB-docs=
LIB_DEPENDS= x11/gtk+2 \
devel/libexecinfo \
mail/libetpan \
security/cyrus-sasl2 \
security/libgcrypt
security/cyrus-sasl2
RUN_DEPENDS-main= ${RUN_DEPENDS} \
devel/desktop-file-utils \
@ -98,16 +98,16 @@ CONFIGURE_ARGS+= --disable-jpilot
.endif
.if ${FLAVOR:Mcompface}
PERMIT_PACKAGE_CDROM= No Fee
PERMIT_DISTFILES_CDROM= No Fee
LIB_DEPENDS-main+= mail/faces
PERMIT_PACKAGE_CDROM= No Fee
PERMIT_DISTFILES_CDROM= No Fee
LIB_DEPENDS-main+= mail/faces
WANTLIB-main += compface>=1
.else
CONFIGURE_ARGS+= --disable-compface
CONFIGURE_ARGS+= --disable-compface
.endif
.if ${FLAVOR:Mldap}
WANTLIB-main+= asn1 com_err gssapi krb5 lber ldap
WANTLIB-main+= asn1 com_err gssapi krb5 lber-2.4 ldap-2.4
LIB_DEPENDS-main+= databases/openldap
.else
CONFIGURE_ARGS+= --disable-ldap

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.30 2012/10/18 08:04:01 giovanni Exp $
# $OpenBSD: Makefile,v 1.31 2012/12/23 12:25:31 sthen Exp $
COMMENT-main= authentication library for courier
COMMENT-ldap= ldap authentication module for courier-authLib
@ -7,6 +7,8 @@ COMMENT-pgsql= pgsql authentication module for courier-authLib
COMMENT-userdb= userdb authentication module for courier-authLib
DISTNAME= courier-authlib-0.64.0
REVISION-ldap= 0
REVISION-pgsql= 0
PKGNAME-main= ${DISTNAME}
PKGNAME-ldap= ${DISTNAME:S/lib-/lib-ldap-/}
PKGNAME-mysql= ${DISTNAME:S/lib-/lib-mysql-/}
@ -82,7 +84,7 @@ WANTLIB-main= c ltdl
LIB_DEPENDS-main= devel/libtool,-ltdl
WANTLIB-ldap= crypto ssl asn1 com_err gssapi krb5 \
courierauthcommon courierauth ldap lber sasl2
courierauthcommon courierauth ldap-2.4 lber-2.4 sasl2
LIB_DEPENDS-ldap= ${BUILD_PKGPATH} \
databases/openldap \
security/cyrus-sasl2
@ -91,7 +93,7 @@ WANTLIB-mysql= crypto m ssl z courierauthcommon courierauth mysqlclient
LIB_DEPENDS-mysql= ${BUILD_PKGPATH} \
databases/mysql
WANTLIB-pgsql= m courierauthcommon courierauth pq
WANTLIB-pgsql= m courierauthcommon courierauth pq com_err crypto ssl
LIB_DEPENDS-pgsql= ${BUILD_PKGPATH} \
databases/postgresql

View File

@ -1,9 +1,10 @@
# $OpenBSD: Makefile,v 1.18 2010/11/19 22:31:32 espie Exp $
# $OpenBSD: Makefile,v 1.19 2012/12/23 12:25:30 sthen Exp $
COMMENT= command-line WebDAV client
DISTNAME= cadaver-0.23.3
CATEGORIES= net www
REVISION= 0
CATEGORIES= net www
HOMEPAGE= http://www.webdav.org/cadaver/
@ -14,7 +15,7 @@ PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB += asn1 c crypto curses expat gssapi krb5 readline ssl
WANTLIB += z neon
WANTLIB += z neon proxy pthread
MODULES= devel/gettext

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.34 2012/09/19 08:15:09 jasper Exp $
# $OpenBSD: Makefile,v 1.35 2012/12/23 12:25:31 sthen Exp $
ONLY_FOR_ARCHS= ${APM_ARCHS}
COMMENT= light-weight system monitor
DISTNAME= conky-1.8.1
REVISION= 12
REVISION= 13
CATEGORIES= sysutils
HOMEPAGE= http://conky.sourceforge.net/
@ -50,9 +50,8 @@ CONFIGURE_ARGS+=--disable-double-buffer \
.else
CONFIGURE_ARGS+=--enable-imlib2
LIB_DEPENDS+= graphics/imlib2
WANTLIB+= Imlib2 X11 Xau Xdamage Xdmcp Xext Xfixes Xft \
Xrender expat fontconfig freetype \
pthread-stubs xcb
WANTLIB += Imlib2 X11 Xdamage Xext Xfixes Xft
WANTLIB += Xrender expat fontconfig freetype xcb
.endif
.if ${FLAVOR:L:Maudacious}
@ -64,7 +63,9 @@ WANTLIB += GL Xcomposite Xcursor Xi Xinerama Xrandr Xxf86vm \
gdk-3 gdk_pixbuf-2.0 gio-2.0 gmodule-2.0 \
gobject-2.0 gthread-2.0 gtk-3 pango-1.0 \
pangocairo-1.0 pangoft2-1.0 pixman-1 png stdc++ \
xcb-render xcb-shm
xcb-render xcb-shm ICE SM atk-bridge-2.0 \
atspi harfbuzz icudata icule icuuc \
Xau Xdmcp pthread-stubs
.endif
.if ${FLAVOR:L:Mxmms2}

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.15 2012/08/28 19:13:12 espie Exp $
# $OpenBSD: Makefile,v 1.16 2012/12/23 12:25:30 sthen Exp $
COMMENT = ebook management application
DISTNAME = calibre-0.8.20
CATEGORIES = textproc
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=calibre/}
REVISION = 3
REVISION = 4
HOMEPAGE = http://calibre-ebook.com/
@ -21,7 +21,7 @@ MODULES = lang/python \
WANTLIB += ICE MagickCore MagickWand QtGui SM X11 Xext
WANTLIB += Xi Xinerama Xrender c chm fontconfig freetype
WANTLIB += icudata icui18n icuio icuuc m png poppler
WANTLIB += stdc++
WANTLIB += stdc++ pthread
WANTLIB += ${MODPY_WANTLIB}
LIB_DEPENDS= devel/chmlib \

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.15 2010/11/11 12:35:09 sthen Exp $
# $OpenBSD: Makefile,v 1.16 2012/12/23 12:25:30 sthen Exp $
COMMENT= c++ compliant CGI applications libraries
DISTNAME= cgicc-3.2.1
REVISION= 2
CATEGORIES= www devel
REVISION= 3
CATEGORIES= www devel
SHARED_LIBS= cgicc 5.0
MODGNU_SHARED_LIBS=cgicc ''
@ -17,6 +17,8 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB += m stdc++
USE_LIBTOOL= Yes
CONFIGURE_STYLE= gnu

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.115 2012/12/15 10:23:31 robert Exp $
# $OpenBSD: Makefile,v 1.116 2012/12/23 12:25:30 sthen Exp $
ONLY_FOR_ARCHS= i386 amd64
COMMENT= Chromium browser
V= 23.0.1271.97
REVISION= 0
DISTNAME= chromium-${V}
CATEGORIES= www
@ -41,7 +42,7 @@ WANTLIB += gdk_pixbuf-2.0 glib-2.0 gobject-2.0 gtk-x11-2.0
WANTLIB += jpeg m nspr4 nss3 nssutil3 pango-1.0 pangocairo-1.0
WANTLIB += plc4 png pthread pthread-stubs smime3 speex estdc++
WANTLIB += xml2 xslt
WANTLIB += Xcomposite atk-1.0 usb usb-1.0
WANTLIB += atk-1.0 usb-1.0 Xrandr pixman-1 plds4 sndio z
RUN_DEPENDS= devel/xdg-utils \
devel/desktop-file-utils \

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.28 2011/09/26 14:30:29 jasper Exp $
# $OpenBSD: Makefile,v 1.29 2012/12/23 12:25:31 sthen Exp $
COMMENT= CSS editor
DISTNAME= cssed-0.4.0
REVISION= 12
REVISION= 13
CATEGORIES= www editors
HOMEPAGE= http://cssed.sourceforge.net/
@ -16,13 +16,13 @@ PERMIT_DISTFILES_FTP= yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cssed/}
WANTLIB += X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
WANTLIB += X11 Xcomposite Xcursor Xdamage Xext Xfixes
WANTLIB += Xi Xinerama Xrandr Xrender atk-1.0 c cairo expat fontconfig
WANTLIB += freetype gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0
WANTLIB += gmodule-2.0 gobject-2.0 gthread-2.0 gtk-x11-2.0
WANTLIB += m pango-1.0 pangocairo-1.0 pangoft2-1.0 pixman-1 png
WANTLIB += pthread pthread-stubs stdc++ xcb z vte xml2
WANTLIB += xcb-render xcb-render-util
WANTLIB += xcb-render GL xcb-shm
LIB_DEPENDS= devel/vte \
textproc/libxml

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.23 2012/10/15 15:18:33 sthen Exp $
# $OpenBSD: Makefile,v 1.24 2012/12/23 12:25:30 sthen Exp $
COMMENT= Desktop wallpaper manager and X11 screensaver
DISTNAME= chbg-2.0.1
REVISION= 3
REVISION= 4
CATEGORIES= x11
CATEGORIES= x11
HOMEPAGE= http://www.beebgames.com/sw/gtk-ports.html
EXTRACT_SUFX= .tar.bz2
@ -18,11 +18,12 @@ PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://www.beebgames.com/sw/
WANTLIB += X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
WANTLIB += X11 Xcomposite Xcursor Xdamage Xext Xfixes
WANTLIB += Xi Xinerama Xrandr Xrender atk-1.0 c cairo expat fontconfig
WANTLIB += freetype gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0
WANTLIB += freetype gio-2.0 glib-2.0 gobject-2.0
WANTLIB += m pango-1.0 pangocairo-1.0 pangoft2-1.0 pixman-1 png
WANTLIB += pthread-stubs xcb z gdk_pixbuf-2.0 gdk-x11-2.0 gtk-x11-2.0
WANTLIB += GL pthread xcb-render xcb-shm
LIB_DEPENDS= x11/gtk+2

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.18 2012/02/21 22:19:32 sthen Exp $
# $OpenBSD: Makefile,v 1.19 2012/12/23 12:25:31 sthen Exp $
SHARED_ONLY = Yes
@ -6,7 +6,7 @@ COMMENT = OpenGL window and compositing manager
V = 0.8.2
DISTNAME = compiz-${V}
REVISION= 12
REVISION= 13
SHARED_LIBS = decoration 0.0
@ -28,6 +28,7 @@ WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 gthread-2.0
WANTLIB += gtk-x11-2.0 m pango-1.0 pangocairo-1.0 pangoft2-1.0
WANTLIB += pcre pixman-1 png pthread pthread-stubs startup-notification-1
WANTLIB += wnck-1 xcb xcb-aux xcb-render xcb-shm xml2 xslt z
WANTLIB += harfbuzz icudata icule icuuc stdc++
MASTER_SITES = http://releases.compiz-fusion.org/${V}/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.93 2012/11/09 16:05:13 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.94 2012/12/23 12:25:31 sthen Exp $
# DPB: not parallel-safe
@ -6,7 +6,7 @@ COMMENT= message bus system
DISTNAME= dbus-1.6.8
EPOCH= 0
REVISION= 2
REVISION= 3
SHARED_LIBS += dbus-1 10.2 # 10.2
@ -23,7 +23,7 @@ PERMIT_DISTFILES_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
WANTLIB += ICE SM X11 c expat pthread xcb
WANTLIB += ICE SM X11 c expat kvm pthread xcb
MASTER_SITES= ${HOMEPAGE}/releases/dbus/