missing wantlib/modules; p5-* thingys which are *not* just WANTLIB+=c.
This commit is contained in:
parent
307e52055c
commit
d443de5cb5
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.112 2012/06/06 14:20:36 stsp Exp $
|
||||
# $OpenBSD: Makefile,v 1.113 2012/08/23 13:52:39 sthen Exp $
|
||||
|
||||
COMMENT-main= subversion revision control system
|
||||
COMMENT-perl= perl interface to subversion
|
||||
@ -11,7 +11,7 @@ VERSION= 1.7.5
|
||||
DISTNAME= subversion-${VERSION}
|
||||
PKGNAME-main= ${DISTNAME}
|
||||
REVISION-main= 0
|
||||
REVISION-perl= 0
|
||||
REVISION-perl= 1
|
||||
REVISION-python= 0
|
||||
REVISION-ruby= 0
|
||||
FULLPKGNAME-perl= p5-SVN-${VERSION}
|
||||
@ -102,7 +102,7 @@ NOT_FOR_ARCHS-perl = ${NO_SHARED_ARCHS}
|
||||
NOT_FOR_ARCHS-python = ${NO_SHARED_ARCHS}
|
||||
NOT_FOR_ARCHS-ruby = ${NO_SHARED_ARCHS}
|
||||
|
||||
WANTLIB-perl= ${WANTLIB} apr-1 aprutil-1 sqlite3
|
||||
WANTLIB-perl= ${WANTLIB} apr-1 aprutil-1 c sqlite3 pthread
|
||||
RUN_DEPENDS-perl= ${MODGETTEXT_RUN_DEPENDS}
|
||||
LIB_DEPENDS-perl= ${MODGETTEXT_LIB_DEPENDS} ${MAINSPEC}
|
||||
.for _lib in svn_diff-1 svn_ra-1 svn_delta-1 svn_subr-1 svn_fs-1 \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.21 2011/12/28 21:14:04 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.22 2012/08/23 13:52:39 sthen Exp $
|
||||
|
||||
COMMENT-main = translator library for geospatial data formats
|
||||
COMMENT-python =python bindings and utilities for GDAL
|
||||
@ -10,6 +10,7 @@ DISTNAME = gdal-${V}
|
||||
PKGNAME-main = ${DISTNAME}
|
||||
PKGNAME-python =py-${DISTNAME}
|
||||
PKGNAME-perl = p5-Geo-GDAL-${V}
|
||||
REVISION-perl = 0
|
||||
|
||||
SHARED_LIBS = gdal 18.0 #16.1
|
||||
CATEGORIES = geo devel
|
||||
@ -50,8 +51,9 @@ LIB_DEPENDS-python = ${PKGNAME}:${BASE_PKGPATH},-main
|
||||
WANTLIB-python = ${MODPY_WANTLIB} gdal m stdc++
|
||||
|
||||
LIB_DEPENDS-perl = ${PKGNAME}:${BASE_PKGPATH},-main
|
||||
WANTLIB-perl = gdal crypto curl expat geos_c geotiff gif idn \
|
||||
jasper jpeg m png pq ssl tiff z pthread
|
||||
WANTLIB-perl = c gdal crypto curl expat geos_c geotiff gif idn \
|
||||
jasper jpeg m png pq ssl tiff z pthread \
|
||||
${MODGETTEXT_WANTLIB}
|
||||
|
||||
RUN_DEPENDS += math/py-numpy
|
||||
BUILD_DEPENDS += ${RUN_DEPENDS} devel/swig
|
||||
|
@ -1,12 +1,13 @@
|
||||
# $OpenBSD: Makefile,v 1.18 2011/06/15 13:31:44 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.19 2012/08/23 13:52:39 sthen Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
COMMENT= perl binding for curl
|
||||
|
||||
MODULES= cpan
|
||||
MODULES= cpan devel/gettext
|
||||
DISTNAME= WWW-Curl-4.15
|
||||
EPOCH= 0
|
||||
REVISION= 0
|
||||
CATEGORIES= www net
|
||||
|
||||
HOMEPAGE= http://curl.haxx.se/libcurl/perl/
|
||||
@ -17,7 +18,7 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
|
||||
WANTLIB += crypto curl>=2.2 idn ssl z
|
||||
WANTLIB += c crypto curl>=2.2 idn ssl z
|
||||
|
||||
LIB_DEPENDS= net/curl
|
||||
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2010/12/03 11:46:54 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2012/08/23 13:52:39 sthen Exp $
|
||||
|
||||
COMMENT = interface to the wxWidgets cross-platform GUI toolkit
|
||||
|
||||
MODULES = cpan
|
||||
DISTNAME = Wx-0.92
|
||||
REVISION = 2
|
||||
REVISION = 3
|
||||
CATEGORIES = x11 devel
|
||||
CPAN_AUTHOR = MBARBON
|
||||
USE_GROFF = Yes
|
||||
@ -19,7 +19,7 @@ RUN_DEPENDS = devel/p5-Alien-wxWidgets \
|
||||
devel/p5-ExtUtils-XSpp
|
||||
|
||||
LIB_DEPENDS = x11/wxWidgets
|
||||
WANTLIB += pthread stdc++ wx_base wx_base_net wx_base_xml wx_gtk2_adv
|
||||
WANTLIB += c m pthread stdc++ wx_base wx_base_net wx_base_xml wx_gtk2_adv
|
||||
WANTLIB += wx_gtk2_aui wx_gtk2_core wx_gtk2_html wx_gtk2_richtext
|
||||
WANTLIB += wx_gtk2_stc wx_gtk2_xrc
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user