jca
c4b7885c73
Stop hardcoding -lstdc++ to unbreak on aarch64
...
Spotted in
http://build-failures.rhaalovely.net/aarch64/2019-01-24/security/gpgme.log
2019-02-04 13:49:07 +00:00
rsadowski
510c3abb4b
fix pkg update process, add @pkgpath to security/gpgme
...
After dividing gpgme into -main and -qt I forgot to set @pkgpath in the -main
PLIST.
Issue noticed by Markus Lude. Thanks!
ok espie@
2018-10-09 13:40:51 +00:00
sthen
f9a9e7be63
fix LIB_DEPENDS-main on ports-gcc/ports-clang arches, reported by landry@
2018-07-19 17:04:45 +00:00
sthen
fd909ba4fe
set NOT_FOR_ARCHS-qt instead of .if mess, pointed out by espie
2018-04-24 08:50:18 +00:00
sthen
9d381c8d1b
set default flavour to no_qt on arches where qt5 is known not to package
...
to avoid knocking out packages with gpgme dependency on those arches
2018-04-24 08:38:27 +00:00
sthen
fd5bc23ccd
fix LIB_DEPENDS-main, it was inheriting from LIB_DEPENDS which was populated
...
by the qt5 module so there was a bogus dep for -main in the port. (It doesn't
actually make it to the package as there's no associated entry in WANTLIB-main).
2018-04-23 21:05:54 +00:00
rsadowski
6fdcef6edc
Update gpgme to 1.10.0
...
Simple update to the latest stable version 1.10.0. In addition new
multi-package -qt:
Qt and C++ bindings for GnuPG Made Easy (GPGME).
Notable port changes:
- Add --enable-languages='cpp qt'
- remove all duplicated stuff with gpgme in post-install.
- QGpgME is GPLv2 and not LGPL
- Add security/gpgme=${VERSION} so keep in snyc with gpgme.
Survived a bulk, Thanks landry@
2018-04-14 09:56:20 +00:00
jca
ae84f94e29
Tweak the HOMEPAGE of gnupg.org ports
...
- move to https
- use the per-project canonical homepage (reachable thru the main
- homepage; pinentry doesn't seem to have such homepage)
ok pea@ ajacoutot@
2018-01-30 15:06:37 +00:00
edd
3bc18c7732
Update security/gpgme to 1.9.0 and deal with fallout across the tree.
...
Fallout stems from the removal of the gpgme-pthread shared object.
Initial diff by me, refreshed diff from jca@.
Tested in a bulk by ajacoutot@.
OK jca@, ajacoutot@. Thanks.
2017-12-02 12:44:33 +00:00
espie
3028513892
no tls without pthread
2017-05-11 00:29:50 +00:00
naddy
893e631df0
rename MASTER_SITES_GNUPG to MASTER_SITE_GNUPG, like all the others
2016-10-01 13:56:26 +00:00
jca
be8a942bfb
Drop the gettext module from gnupg.org ports
2016-09-28 19:33:37 +00:00
edd
781bdc3db0
Update gpgme to 1.6.0.
...
OK jca@
2016-09-19 17:13:55 +00:00
naddy
c253f424ca
garbage collect CONFIGURE_SHARED
2016-03-11 19:59:11 +00:00
sthen
9c8dc621a5
add some missing pthread to WANTLIB
...
(using modified portbump, thanks zhuk@)
2015-04-21 18:19:27 +00:00
sthen
407eeca0ce
Fix gpgme BUILD_DEPENDS to explicitly request gnupg 2.x (otherwise it also
...
matches 1.x).
Fix RUN_DEPENDS to allow either gnupg 1.x or 2.x (gpgme can use either version).
OK aja
2015-01-20 20:43:37 +00:00
sthen
e6d561d9cf
update to gpgme 1.5.1
2014-11-01 09:34:40 +00:00
jasper
0c5e3338b0
fix CVE number
2014-09-12 13:26:57 +00:00
jasper
91974c7d12
Security fix for CVE-2014-35640
2014-09-12 13:24:30 +00:00
jca
49d9c2c78e
Introduce MASTER_SITES_GNUPG and reuse it for various GnuPG
...
(sub)projects. http:// urls first, then the primary ftp
site for ''make peek-ftp'', as suggested by sthen@.
ok sthen@
2013-07-12 00:49:23 +00:00
ajacoutot
58f1a6f9f6
USE_LIBTOOL=Yes is the default now.
2013-03-21 08:45:11 +00:00
espie
eae66e4a7b
PERMIT_* / REGRESS->TEST sweep
2013-03-11 11:35:43 +00:00
ajacoutot
ec4340a364
Remove lpthread patches from the "security" category.
2012-08-19 13:30:04 +00:00
ajacoutot
f8fa5b2537
Long overdue update to gpgme-1.3.1.
...
ok rpointel@ jasper@
2011-08-30 06:43:07 +00:00
espie
fe13b4748a
make use of PKGSPEC to simplify depends, requires most recent security/gnupg
...
to compile correctly
2010-11-26 07:51:00 +00:00
espie
6c283d7e98
new depends
2010-11-20 17:22:40 +00:00
espie
60f17a941b
more WANTLIB
2010-11-11 18:34:59 +00:00
ajacoutot
cabe9a216e
Force dependency on gnupg1 since gnupg2 has the same PKGNAME, it can
...
create some depency mess.
The long term solution is to update+merge gnupg2 into gnupg1 but for now
at least we have a clean dependency chain.
looks ok to jasper@ and pea@
2010-08-25 06:34:50 +00:00
sthen
160e81646d
fix depends
2009-03-16 22:44:19 +00:00
simon
9a424c7074
update to version 1.1.5 and remove MODGNU_SHARED_LIBS stuff while here
...
ok sthen@
2007-12-16 22:20:52 +00:00
merdely
1997c75349
Remove surrounding quotes in NO_REGRESS/COMMENT*/PERMIT_*
...
From Darrin Chandler
2007-09-15 23:29:57 +00:00
espie
d4ebcd974d
more base64 checksums
2007-04-05 17:26:05 +00:00
sturm
13b84b5f49
SHARED_LIBS
...
USE_LIBTOOL where applicable
2005-12-24 22:32:53 +00:00
sturm
578ad568c8
update to gpgme 1.1.0
...
from Jasper Lievisse Adriaanse <jasper at nedbsd.nl>
2005-11-26 10:03:13 +00:00
couderc
bb026eade4
drop maintainership.
2005-07-10 15:10:17 +00:00
alek
855ef3a865
- MODULES=devel/gettext is needed here
...
- Add WANTLIB marker
- Bump PKGNAME
2005-03-13 13:01:26 +00:00
couderc
32cf4e19b8
update to 1.0.2
2005-02-14 22:14:25 +00:00
naddy
5477a56424
Now that @info transparently picks up all .info-* files, don't go through
...
extra steps to rebuild with --no-split.
2005-01-26 16:41:03 +00:00
naddy
ae76d3ea1f
SIZE
2005-01-05 17:21:50 +00:00
espie
caf501cd02
new plists.
...
gnutls depends on lzo.
2004-09-15 18:35:58 +00:00
xsa
93568351bb
set BUILD_DEPENDS= ${RUN_DEPENDS} not the opposite .. for obvious
...
reasons... okay pvalchev@.
2004-06-26 07:35:05 +00:00
naddy
112339c1d4
remove WWW lines
2003-12-15 21:54:59 +00:00
couderc
afe811aad8
update to 0.3.15
2003-05-27 14:16:48 +00:00
couderc
8a65d9d06f
Fix pthread, thanks to Björn Sandell and Jim Geovedi.
2003-02-11 12:03:20 +00:00
couderc
1f126955dd
Update to 0.3.14, from Björn Sandell
2002-12-15 14:48:09 +00:00
couderc
2ff4000ee8
Update to 0.3.8 from Björn Sandell
2002-09-06 12:42:45 +00:00
wilfried
0440d7845c
add specifier to RUN_DEPENDS and BUILD_DEPENDS
2002-06-09 05:31:40 +00:00
couderc
83c5f279de
Finished, will do all in the same commit next times
2002-03-17 21:49:12 +00:00
couderc
28f44405f3
Complete update
2002-03-17 21:39:29 +00:00
couderc
c891fb31d0
Update to 0.3.4 and some fixes from naddy@
2002-03-17 21:33:08 +00:00