make use of PKGSPEC to simplify depends, requires most recent security/gnupg
to compile correctly
This commit is contained in:
parent
59fa199246
commit
fe13b4748a
@ -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
|
||||
|
||||
@ -22,7 +22,7 @@ MASTER_SITES = http://www.zmanda.com/downloads/community/ZRM-MySQL/$V/Source/
|
||||
|
||||
RUN_DEPENDS = archivers/gtar \
|
||||
databases/p5-DBD-mysql \
|
||||
security/gnupg<2 \
|
||||
security/gnupg \
|
||||
textproc/p5-XML-Parser
|
||||
USE_GROFF = Yes
|
||||
NO_BUILD = Yes
|
||||
|
@ -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
|
||||
|
||||
@ -31,7 +31,7 @@ MAKE_FLAGS = TCC="${CC} -Wall -DFOSSIL_ENABLE_SSL"
|
||||
WANTLIB = c crypto ssl z
|
||||
|
||||
MODULES = lang/tcl
|
||||
RUN_DEPENDS = security/gnupg<2
|
||||
RUN_DEPENDS = security/gnupg
|
||||
|
||||
REGRESS_DEPENDS = ${MODTCL_RUN_DEPENDS}
|
||||
|
||||
|
@ -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
|
||||
|
||||
@ -17,7 +17,7 @@ MASTER_SITES = http://www.mozilla-enigmail.org/download/source/
|
||||
|
||||
BUILD_DEPENDS = ${MOZAPP_PKGPATH}:configure \
|
||||
archivers/unzip
|
||||
RUN_DEPENDS = security/gnupg<2
|
||||
RUN_DEPENDS = security/gnupg
|
||||
LIB_DEPENDS = ${MOZAPP_PKGPATH},-main
|
||||
WANTLIB = c m nspr4 plc4 plds4 stdc++ ${MOZAPP_DIR}/xpcom ${MOZAPP_DIR}/xpcom_core
|
||||
|
||||
|
@ -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
|
||||
|
||||
@ -22,7 +22,7 @@ FLAVOR?= gnupg
|
||||
BUILD_DEPENDS= emacs->=21,<22:editors/emacs21
|
||||
|
||||
.if ${FLAVOR:L:Mgnupg}
|
||||
RUN_DEPENDS= security/gnupg<2
|
||||
RUN_DEPENDS= security/gnupg
|
||||
.endif
|
||||
|
||||
.if ${FLAVOR:L:Mpgp}
|
||||
|
@ -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
|
||||
|
||||
@ -38,7 +38,7 @@ COMMON_DEPENDS= www/p5-HTML-Parser>=3.31 \
|
||||
|
||||
BUILD_DEPENDS= ${COMMON_DEPENDS}
|
||||
RUN_DEPENDS= ${COMMON_DEPENDS} \
|
||||
security/gnupg<2 \
|
||||
security/gnupg \
|
||||
devel/re2c
|
||||
|
||||
MAKE_ENV+= CC="${CC}"
|
||||
|
@ -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
|
||||
|
||||
@ -17,8 +17,8 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= http://dougbarton.us/PGP/ppf/
|
||||
|
||||
BUILD_DEPENDS= security/gnupg<2
|
||||
RUN_DEPENDS= security/gnupg<2 \
|
||||
BUILD_DEPENDS= security/gnupg
|
||||
RUN_DEPENDS= security/gnupg \
|
||||
mail/alpine
|
||||
|
||||
CONFIGURE_STYLE=simple
|
||||
|
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
RUN_DEPENDS= devel/desktop-file-utils \
|
||||
security/gnupg<2
|
||||
BUILD_DEPENDS= security/gnupg<2
|
||||
security/gnupg
|
||||
BUILD_DEPENDS= security/gnupg
|
||||
LIB_DEPENDS= security/gpgme \
|
||||
x11/gtk+2
|
||||
|
||||
|
@ -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
|
||||
|
||||
@ -23,7 +23,7 @@ CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS= --without-gpgsm
|
||||
|
||||
MODULES= devel/gettext
|
||||
RUN_DEPENDS= security/gnupg<2
|
||||
RUN_DEPENDS= security/gnupg
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
LIB_DEPENDS= security/libgpg-error>=1.4
|
||||
|
||||
|
@ -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
|
||||
|
||||
@ -9,7 +9,7 @@ CATEGORIES= security
|
||||
CPAN_AUTHOR= MILES
|
||||
USE_GROFF = Yes
|
||||
|
||||
RUN_DEPENDS= security/gnupg<2
|
||||
RUN_DEPENDS= security/gnupg
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
PERMIT_PACKAGE_CDROM= no license
|
||||
|
@ -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
|
||||
|
||||
@ -16,6 +16,6 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= devel/p5-Class-MethodMaker \
|
||||
security/gnupg<2
|
||||
security/gnupg
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -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
|
||||
|
||||
@ -8,7 +8,7 @@ REVISION= 1
|
||||
CATEGORIES= security
|
||||
USE_GROFF = Yes
|
||||
|
||||
RUN_DEPENDS= security/gnupg<2
|
||||
RUN_DEPENDS= security/gnupg
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
@ -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
|
||||
|
||||
@ -17,7 +17,7 @@ PERMIT_DISTFILES_FTP = Yes
|
||||
MODULES = cpan
|
||||
USE_GROFF = Yes
|
||||
BUILD_DEPENDS = ${RUN_DEPENDS}
|
||||
RUN_DEPENDS = security/gnupg<2
|
||||
RUN_DEPENDS = security/gnupg
|
||||
|
||||
# Enable signature check by the module itself during make regress.
|
||||
# Thus the regression test only works on an unpatched port as it
|
||||
|
@ -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
|
||||
|
||||
@ -21,7 +21,7 @@ FLAVOR?=
|
||||
RUN_DEPENDS= pgp->=5,<6:security/pgp5
|
||||
CONFIGURE_ARGS= PGPV="${LOCALBASE}/bin/pgpv" PGPS="${LOCALBASE}/bin/pgps" PGPSTYLE="PGP5"
|
||||
.else
|
||||
RUN_DEPENDS= security/gnupg<2
|
||||
RUN_DEPENDS= security/gnupg
|
||||
CONFIGURE_ARGS= PGP="${LOCALBASE}/bin/gpg" PGPSTYLE="GPG"
|
||||
.endif
|
||||
|
||||
|
@ -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
|
||||
|
||||
@ -23,7 +23,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=py-gnupg/}
|
||||
MODULES= lang/python
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= security/gnupg<2
|
||||
RUN_DEPENDS= security/gnupg
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
||||
|
@ -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
|
||||
|
||||
@ -78,11 +78,11 @@ CONFIGURE_ARGS= --with-rt-group=bin \
|
||||
--enable-graphviz \
|
||||
--enable-gd
|
||||
|
||||
RUN_DEPENDS+= security/gnupg<2 \
|
||||
RUN_DEPENDS+= security/gnupg \
|
||||
graphics/gd \
|
||||
math/graphviz,-main
|
||||
|
||||
BUILD_DEPENDS+= security/gnupg<2 \
|
||||
BUILD_DEPENDS+= security/gnupg \
|
||||
graphics/gd \
|
||||
math/graphviz,-main
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user