make use of PKGSPEC to simplify depends, requires most recent security/gnupg

to compile correctly
This commit is contained in:
espie 2010-11-26 07:51:00 +00:00
parent 59fa199246
commit fe13b4748a
15 changed files with 33 additions and 33 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.10 2010/11/26 07:18:59 espie Exp $ # $OpenBSD: Makefile,v 1.11 2010/11/26 07:51:00 espie Exp $
COMMENT = MySQL backup scripts COMMENT = MySQL backup scripts
@ -22,7 +22,7 @@ MASTER_SITES = http://www.zmanda.com/downloads/community/ZRM-MySQL/$V/Source/
RUN_DEPENDS = archivers/gtar \ RUN_DEPENDS = archivers/gtar \
databases/p5-DBD-mysql \ databases/p5-DBD-mysql \
security/gnupg<2 \ security/gnupg \
textproc/p5-XML-Parser textproc/p5-XML-Parser
USE_GROFF = Yes USE_GROFF = Yes
NO_BUILD = Yes NO_BUILD = Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.16 2010/11/26 07:19:00 espie Exp $ # $OpenBSD: Makefile,v 1.17 2010/11/26 07:51:00 espie Exp $
COMMENT = simple distributed software configuration management COMMENT = simple distributed software configuration management
@ -31,7 +31,7 @@ MAKE_FLAGS = TCC="${CC} -Wall -DFOSSIL_ENABLE_SSL"
WANTLIB = c crypto ssl z WANTLIB = c crypto ssl z
MODULES = lang/tcl MODULES = lang/tcl
RUN_DEPENDS = security/gnupg<2 RUN_DEPENDS = security/gnupg
REGRESS_DEPENDS = ${MODTCL_RUN_DEPENDS} REGRESS_DEPENDS = ${MODTCL_RUN_DEPENDS}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.4 2010/11/22 09:23:59 espie Exp $ # $OpenBSD: Makefile.inc,v 1.5 2010/11/26 07:51:00 espie Exp $
SHARED_ONLY = Yes SHARED_ONLY = Yes
@ -17,7 +17,7 @@ MASTER_SITES = http://www.mozilla-enigmail.org/download/source/
BUILD_DEPENDS = ${MOZAPP_PKGPATH}:configure \ BUILD_DEPENDS = ${MOZAPP_PKGPATH}:configure \
archivers/unzip archivers/unzip
RUN_DEPENDS = security/gnupg<2 RUN_DEPENDS = security/gnupg
LIB_DEPENDS = ${MOZAPP_PKGPATH},-main LIB_DEPENDS = ${MOZAPP_PKGPATH},-main
WANTLIB = c m nspr4 plc4 plds4 stdc++ ${MOZAPP_DIR}/xpcom ${MOZAPP_DIR}/xpcom_core WANTLIB = c m nspr4 plc4 plds4 stdc++ ${MOZAPP_DIR}/xpcom ${MOZAPP_DIR}/xpcom_core

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.19 2010/11/19 07:23:06 espie Exp $ # $OpenBSD: Makefile,v 1.20 2010/11/26 07:51:00 espie Exp $
COMMENT= emacs interface to PGP and GnuPG COMMENT= emacs interface to PGP and GnuPG
@ -22,7 +22,7 @@ FLAVOR?= gnupg
BUILD_DEPENDS= emacs->=21,<22:editors/emacs21 BUILD_DEPENDS= emacs->=21,<22:editors/emacs21
.if ${FLAVOR:L:Mgnupg} .if ${FLAVOR:L:Mgnupg}
RUN_DEPENDS= security/gnupg<2 RUN_DEPENDS= security/gnupg
.endif .endif
.if ${FLAVOR:L:Mpgp} .if ${FLAVOR:L:Mpgp}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.66 2010/11/19 07:23:08 espie Exp $ # $OpenBSD: Makefile,v 1.67 2010/11/26 07:51:00 espie Exp $
COMMENT= mailfilter to identify and mark spam COMMENT= mailfilter to identify and mark spam
@ -38,7 +38,7 @@ COMMON_DEPENDS= www/p5-HTML-Parser>=3.31 \
BUILD_DEPENDS= ${COMMON_DEPENDS} BUILD_DEPENDS= ${COMMON_DEPENDS}
RUN_DEPENDS= ${COMMON_DEPENDS} \ RUN_DEPENDS= ${COMMON_DEPENDS} \
security/gnupg<2 \ security/gnupg \
devel/re2c devel/re2c
MAKE_ENV+= CC="${CC}" MAKE_ENV+= CC="${CC}"

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2010/11/19 07:23:09 espie Exp $ # $OpenBSD: Makefile,v 1.4 2010/11/26 07:51:00 espie Exp $
COMMENT= simple shell based filters to use GnuPG within (Al)Pine COMMENT= simple shell based filters to use GnuPG within (Al)Pine
@ -17,8 +17,8 @@ PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://dougbarton.us/PGP/ppf/ MASTER_SITES= http://dougbarton.us/PGP/ppf/
BUILD_DEPENDS= security/gnupg<2 BUILD_DEPENDS= security/gnupg
RUN_DEPENDS= security/gnupg<2 \ RUN_DEPENDS= security/gnupg \
mail/alpine mail/alpine
CONFIGURE_STYLE=simple CONFIGURE_STYLE=simple

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.24 2010/11/20 17:22:43 espie Exp $ # $OpenBSD: Makefile,v 1.25 2010/11/26 07:51:00 espie Exp $
COMMENT= graphical interface for GnuPG COMMENT= graphical interface for GnuPG
@ -27,8 +27,8 @@ WANTLIB += gpg-error m pango-1.0 pangocairo-1.0 pangoft2-1.0 pixman-1
WANTLIB += png pthread pthread-stubs xcb xcb-render xcb-render-util z WANTLIB += png pthread pthread-stubs xcb xcb-render xcb-render-util z
RUN_DEPENDS= devel/desktop-file-utils \ RUN_DEPENDS= devel/desktop-file-utils \
security/gnupg<2 security/gnupg
BUILD_DEPENDS= security/gnupg<2 BUILD_DEPENDS= security/gnupg
LIB_DEPENDS= security/gpgme \ LIB_DEPENDS= security/gpgme \
x11/gtk+2 x11/gtk+2

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.23 2010/11/20 17:22:43 espie Exp $ # $OpenBSD: Makefile,v 1.24 2010/11/26 07:51:00 espie Exp $
COMMENT= GnuPG Made Easy COMMENT= GnuPG Made Easy
@ -23,7 +23,7 @@ CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --without-gpgsm CONFIGURE_ARGS= --without-gpgsm
MODULES= devel/gettext MODULES= devel/gettext
RUN_DEPENDS= security/gnupg<2 RUN_DEPENDS= security/gnupg
BUILD_DEPENDS= ${RUN_DEPENDS} BUILD_DEPENDS= ${RUN_DEPENDS}
LIB_DEPENDS= security/libgpg-error>=1.4 LIB_DEPENDS= security/libgpg-error>=1.4

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.17 2010/11/20 17:22:44 espie Exp $ # $OpenBSD: Makefile,v 1.18 2010/11/26 07:51:00 espie Exp $
COMMENT= perl5 interface to GnuPG using scalars COMMENT= perl5 interface to GnuPG using scalars
@ -9,7 +9,7 @@ CATEGORIES= security
CPAN_AUTHOR= MILES CPAN_AUTHOR= MILES
USE_GROFF = Yes USE_GROFF = Yes
RUN_DEPENDS= security/gnupg<2 RUN_DEPENDS= security/gnupg
BUILD_DEPENDS= ${RUN_DEPENDS} BUILD_DEPENDS= ${RUN_DEPENDS}
PERMIT_PACKAGE_CDROM= no license PERMIT_PACKAGE_CDROM= no license

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.15 2010/11/20 17:22:44 espie Exp $ # $OpenBSD: Makefile,v 1.16 2010/11/26 07:51:00 espie Exp $
COMMENT= perl5 interface to GnuPG COMMENT= perl5 interface to GnuPG
@ -16,6 +16,6 @@ PERMIT_DISTFILES_FTP= Yes
BUILD_DEPENDS= ${RUN_DEPENDS} BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= devel/p5-Class-MethodMaker \ RUN_DEPENDS= devel/p5-Class-MethodMaker \
security/gnupg<2 security/gnupg
.include <bsd.port.mk> .include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.16 2010/11/20 17:22:44 espie Exp $ # $OpenBSD: Makefile,v 1.17 2010/11/26 07:51:00 espie Exp $
COMMENT= perl5 interface to GnuPG COMMENT= perl5 interface to GnuPG
@ -8,7 +8,7 @@ REVISION= 1
CATEGORIES= security CATEGORIES= security
USE_GROFF = Yes USE_GROFF = Yes
RUN_DEPENDS= security/gnupg<2 RUN_DEPENDS= security/gnupg
# GPL # GPL
PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_CDROM= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.11 2010/11/20 17:22:44 espie Exp $ # $OpenBSD: Makefile,v 1.12 2010/11/26 07:51:00 espie Exp $
COMMENT = module signature file manipulation COMMENT = module signature file manipulation
@ -17,7 +17,7 @@ PERMIT_DISTFILES_FTP = Yes
MODULES = cpan MODULES = cpan
USE_GROFF = Yes USE_GROFF = Yes
BUILD_DEPENDS = ${RUN_DEPENDS} BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = security/gnupg<2 RUN_DEPENDS = security/gnupg
# Enable signature check by the module itself during make regress. # Enable signature check by the module itself during make regress.
# Thus the regression test only works on an unpatched port as it # Thus the regression test only works on an unpatched port as it

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.20 2010/11/20 17:22:44 espie Exp $ # $OpenBSD: Makefile,v 1.21 2010/11/26 07:51:00 espie Exp $
COMMENT= perl module to create/verify PGP signatures COMMENT= perl module to create/verify PGP signatures
@ -21,7 +21,7 @@ FLAVOR?=
RUN_DEPENDS= pgp->=5,<6:security/pgp5 RUN_DEPENDS= pgp->=5,<6:security/pgp5
CONFIGURE_ARGS= PGPV="${LOCALBASE}/bin/pgpv" PGPS="${LOCALBASE}/bin/pgps" PGPSTYLE="PGP5" CONFIGURE_ARGS= PGPV="${LOCALBASE}/bin/pgpv" PGPS="${LOCALBASE}/bin/pgps" PGPSTYLE="PGP5"
.else .else
RUN_DEPENDS= security/gnupg<2 RUN_DEPENDS= security/gnupg
CONFIGURE_ARGS= PGP="${LOCALBASE}/bin/gpg" PGPSTYLE="GPG" CONFIGURE_ARGS= PGP="${LOCALBASE}/bin/gpg" PGPSTYLE="GPG"
.endif .endif

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.21 2010/11/20 17:22:45 espie Exp $ # $OpenBSD: Makefile,v 1.22 2010/11/26 07:51:00 espie Exp $
COMMENT= Python module for GnuPG interface COMMENT= Python module for GnuPG interface
@ -23,7 +23,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=py-gnupg/}
MODULES= lang/python MODULES= lang/python
BUILD_DEPENDS= ${RUN_DEPENDS} BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= security/gnupg<2 RUN_DEPENDS= security/gnupg
NO_REGRESS= Yes NO_REGRESS= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.11 2010/11/22 08:36:53 espie Exp $ # $OpenBSD: Makefile,v 1.12 2010/11/26 07:51:00 espie Exp $
COMMENT= industrial-grade ticketing system COMMENT= industrial-grade ticketing system
@ -78,11 +78,11 @@ CONFIGURE_ARGS= --with-rt-group=bin \
--enable-graphviz \ --enable-graphviz \
--enable-gd --enable-gd
RUN_DEPENDS+= security/gnupg<2 \ RUN_DEPENDS+= security/gnupg \
graphics/gd \ graphics/gd \
math/graphviz,-main math/graphviz,-main
BUILD_DEPENDS+= security/gnupg<2 \ BUILD_DEPENDS+= security/gnupg \
graphics/gd \ graphics/gd \
math/graphviz,-main math/graphviz,-main