- using RUN_DEPENDS=${BUILD_DEPENDS} is verboten, or you'll end up
having a runtime dependency on groff, ccache and nonsense like that.
This commit is contained in:
parent
e74755b2d4
commit
baa887a2ca
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2011/09/16 08:26:11 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2011/10/05 17:30:57 jasper Exp $
|
||||
|
||||
SHARED_ONLY = Yes
|
||||
|
||||
@ -7,7 +7,7 @@ COMMENT = Python wrapper for the Vorbis libraries
|
||||
MODPY_EGG_VERSION=1.4
|
||||
DISTNAME = pyvorbis-${MODPY_EGG_VERSION}
|
||||
PKGNAME = ${DISTNAME:S/py/py-/}
|
||||
REVISION = 1
|
||||
REVISION = 2
|
||||
CATEGORIES = audio
|
||||
HOMEPAGE = http://ekyo.nerim.net/software/pyogg/
|
||||
|
||||
@ -28,8 +28,8 @@ BUILD_DEPENDS = audio/py-ogg
|
||||
LIB_DEPENDS = audio/libogg \
|
||||
audio/libvorbis
|
||||
|
||||
RUN_DEPENDS = ${BUILD_DEPENDS} \
|
||||
audio/py-ao
|
||||
RUN_DEPENDS = audio/py-ao \
|
||||
audio/py-ogg
|
||||
|
||||
NO_REGRESS = Yes
|
||||
|
||||
|
@ -1,12 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2011/06/14 11:18:06 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2011/10/05 17:30:57 jasper Exp $
|
||||
|
||||
COMMENT= color space conversions and named lookups
|
||||
|
||||
DISTNAME= Convert-Color-0.08
|
||||
REVISION= 0
|
||||
REVISION= 1
|
||||
CATEGORIES= converters
|
||||
MODULES= cpan
|
||||
USE_GROFF = Yes
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
@ -14,8 +13,8 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
BUILD_DEPENDS= textproc/p5-List-UtilsBy
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= textproc/p5-List-UtilsBy
|
||||
|
||||
CONFIGURE_STYLE=modbuild
|
||||
MODCPAN_EXAMPLES=Yes
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2011/03/05 11:33:44 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2011/10/05 17:30:57 jasper Exp $
|
||||
|
||||
SHARED_ONLY = Yes
|
||||
COMMENT = perl interface to libev
|
||||
|
||||
MODULES = cpan
|
||||
DISTNAME = EV-3.9
|
||||
REVISION = 0
|
||||
REVISION = 1
|
||||
CATEGORIES = devel
|
||||
CPAN_AUTHOR = MLEHMANN
|
||||
|
||||
@ -16,8 +16,8 @@ PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE_FTP = Yes
|
||||
|
||||
WANTLIB = pthread
|
||||
BUILD_DEPENDS = devel/libev
|
||||
RUN_DEPENDS = ${BUILD_DEPENDS}
|
||||
BUILD_DEPENDS = ${RUN_DEPENDS}
|
||||
RUN_DEPENDS = devel/libev
|
||||
REGRESS_DEPENDS = devel/p5-common-sense
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2011/06/14 12:52:17 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2011/10/05 17:30:57 jasper Exp $
|
||||
|
||||
COMMENT= simple prefork server framework
|
||||
|
||||
DISTNAME= Parallel-Prefork-0.11
|
||||
REVISION= 0
|
||||
REVISION= 1
|
||||
CATEGORIES= devel
|
||||
|
||||
# Perl
|
||||
@ -14,11 +14,11 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MODULES= cpan
|
||||
|
||||
BUILD_DEPENDS= devel/p5-Class-Accessor-Lite \
|
||||
RUN_DEPENDS= devel/p5-Class-Accessor-Lite \
|
||||
devel/p5-List-MoreUtils \
|
||||
devel/p5-Scope-Guard \
|
||||
sysutils/p5-Proc-Wait3
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
REGRESS_DEPENDS=devel/p5-Test-Requires
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2011/06/14 11:34:50 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2011/10/05 17:30:58 jasper Exp $
|
||||
|
||||
COMMENT= provide patterns for CIDR blocks
|
||||
|
||||
MODULES= cpan
|
||||
USE_GROFF = Yes
|
||||
REVISION= 0
|
||||
|
||||
DISTNAME= Regexp-Common-net-CIDR-0.02
|
||||
CATEGORIES= net textproc
|
||||
@ -14,7 +14,7 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
BUILD_DEPENDS= textproc/p5-Regexp-Common
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS= textproc/p5-Regexp-Common
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,12 +1,12 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2011/06/14 11:35:21 robert Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2011/10/05 17:30:58 jasper Exp $
|
||||
|
||||
COMMENT= extract structure of quoted HTML mail message
|
||||
|
||||
MODULES= cpan
|
||||
DISTNAME= HTML-Quoted-0.03
|
||||
REVISION= 0
|
||||
|
||||
CATEGORIES= www
|
||||
USE_GROFF = Yes
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
@ -14,7 +14,7 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
BUILD_DEPENDS= www/p5-HTML-Parser
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS= www/p5-HTML-Parser
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2011/06/14 12:16:58 robert Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2011/10/05 17:30:58 jasper Exp $
|
||||
|
||||
COMMENT= a simple, high-performance PSGI/Plack HTTP server
|
||||
COMMENT= simple, high-performance PSGI/Plack HTTP server
|
||||
|
||||
MODULES= cpan
|
||||
DISTNAME= Starlet-0.13
|
||||
REVISION= 0
|
||||
CATEGORIES= www
|
||||
|
||||
CPAN_AUTHOR= KAZUHO
|
||||
@ -14,9 +15,9 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
BUILD_DEPENDS= devel/p5-Parallel-Prefork \
|
||||
RUN_DEPENDS= devel/p5-Parallel-Prefork \
|
||||
net/p5-Server-Starter \
|
||||
www/p5-libwww
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.24 2011/01/05 17:03:34 stu Exp $
|
||||
# $OpenBSD: Makefile,v 1.25 2011/10/05 17:30:58 jasper Exp $
|
||||
|
||||
COMMENT = table/matrix widget extension to Tcl/Tk
|
||||
|
||||
@ -6,7 +6,7 @@ DOTVER = 2.10
|
||||
VER = ${DOTVER:S/.//}
|
||||
DISTNAME = Tktable${DOTVER}
|
||||
PKGNAME = Tktable-${DOTVER}
|
||||
REVISION = 0
|
||||
REVISION = 1
|
||||
SHARED_LIBS = Tktable${VER} 0.0
|
||||
CATEGORIES = x11
|
||||
HOMEPAGE = http://tktable.sourceforge.net/
|
||||
@ -22,7 +22,7 @@ WANTLIB += X11
|
||||
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=tktable/}
|
||||
MODULES = x11/tk
|
||||
BUILD_DEPENDS = ${MODTK_BUILD_DEPENDS}
|
||||
RUN_DEPENDS = ${MODTK_BUILD_DEPENDS}
|
||||
RUN_DEPENDS = ${MODTK_RUN_DEPENDS}
|
||||
FAKE_FLAGS = INSTALL_PROGRAM="${INSTALL_DATA}"
|
||||
SEPARATE_BUILD = concurrent
|
||||
CONFIGURE_STYLE = gnu
|
||||
|
Loading…
Reference in New Issue
Block a user