Commit graph

34 commits

Author SHA1 Message Date
Xin LI
a6cc38da50 Make it possible to build and install shared library of crypto++, and
convert to use OPTIONSng [1].

While I'm there, also add an option to build with GCC 4.6.x and newer
binutils, which enables use of AES-NI.

PR:		ports/170045
Submitted by:	Michael Gmelin <freebsd grem.de>
2012-07-23 22:44:33 +00:00
Mark Linimon
7d8608ab13 Mark broken on powerpc as well as sparc64. (In fact, on all the tier-2s.)
Hat:		portmgr
2011-11-10 05:38:32 +00:00
Doug Barton
2b1dacc826 Remove more tags from pkg-descr files fo the form:
- Name
em@i.l

or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file.
2011-10-24 04:17:37 +00:00
Xin LI
549f67f58a Fix clang build.
PR:		ports/160509
Submitted by:	h h <aakuusta gmail.com>
2011-09-06 20:01:05 +00:00
Mark Linimon
a799df6e74 Does not compile on sparc64: unrecognized C++ options. 2011-07-16 05:39:43 +00:00
Xin LI
7e4d1a3af0 crypto++ assumes that the as(1) in PATH is the one used by c++(1),
which is not always true.  When PATH is being configured to a
non-standard sequence, we may found an as(1) newer than the base
one and draw wrong conclusion which leads to failed builds.

Use the result given by c++.  This is also accepted to upstream.

PR:			ports/154325
Submitted by:		swell.k gmail.com
Feature safe:		yes
2011-01-27 20:47:30 +00:00
Xin LI
fdf1d0d2a4 Update to 5.6.1.
Submitted by:	Michael Richards <hackish gmail.com>
Feature safe:	yes
2011-01-22 23:21:52 +00:00
Xin LI
f606d8f659 Apply a vendor fix to sha256 which prevents cryptopp from generating
correct hash if input is not properly aligned. (r470).
2010-01-30 02:56:46 +00:00
Xin LI
18409dbbc8 Pet portlint.
Pointy hat to:	amdmi3
2010-01-30 02:55:37 +00:00
Dmitry Marakasov
3eb168f46b - Switch SourceForge ports to the new File Release System: categories starting with P,R,S 2009-08-22 00:35:32 +00:00
Xin LI
46aae34017 Update to 5.6.0 and mark MAKE_JOBS_SAFE. 2009-03-27 00:02:32 +00:00
Edwin Groothuis
13441eac4b Remove always-false/true conditions based on OSVERSION 500000 2007-10-04 06:02:06 +00:00
Xin LI
448dc46dd9 Replace outdated master sites with new ones.
Submitted by:	Wei Dai <weidai at weidai dot com>
2007-01-15 17:14:38 +00:00
Xin LI
be1267b723 Update to 5.4 2007-01-13 18:41:37 +00:00
Xin LI
f957eeb93b Add a patch from vendor which will hopefully fix gcc 4.1 build.
Spotted by:	pointyhat via portsmon
2006-10-02 05:35:32 +00:00
Edwin Groothuis
32487a10ad SHA256ify
Approved by: krion@
2006-01-24 01:06:45 +00:00
Patrick Li
9b415fb001 Disable optimization
PR:		ports/76875
Submitted by:	Thomas Melzer <tmelzer@tomesoft.de>
Reviewed by:	pav
Approved by:	maintainer
2005-06-12 07:33:40 +00:00
Kris Kennaway
c4bba30ba6 Now builds on sparc64 and (presumably) ia64 2005-04-10 20:56:05 +00:00
Pav Lucistnik
2c01ccf175 - Make static library relocatable
Approved by:	Xin LI <delphij@frontfree.net> (maintainer)
2005-01-30 13:05:17 +00:00
Kris Kennaway
76d665c19c BROKEN on alpha 4.x: Internal compiler error
Approved by:    portmgr (self)
2005-01-02 00:49:22 +00:00
Clement Laforet
30dbf40c5c - Update to 5.2.1
PR:		75392
Submitted by:	delphij
2004-12-23 09:42:36 +00:00
Kris Kennaway
c3bbf8ee3b Correct another typo. :-(
Spotted by:	eik
Approved by:	portmgr (self)
XL pointy hat to: self
2004-09-28 02:07:03 +00:00
Kris Kennaway
c1481d696e Correct typo in previous
Approved by:	portmgr (self)
Pointy hat to:	self
2004-09-28 01:42:41 +00:00
Kris Kennaway
02b58eff4a Now builds on amd64
Approved by:	portmgr (self)
2004-09-27 23:44:03 +00:00
Kirill Ponomarev
ee16186324 Update to 5.2
Fix build with gcc-3.4
Assign maintainership to submitter.

PR:		ports/69204
Submitted by:	Xin LI <delphij@frontfree.net>
2004-07-17 19:35:55 +00:00
Kris Kennaway
6d17ec20dd BROKEN on !i386 and !alpha: Does not compile 2004-03-07 12:42:58 +00:00
Joe Marcus Clarke
73f7c91b5d Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
2004-02-04 05:10:27 +00:00
Trevor Johnson
f15b845ebe SIZEify. 2004-01-29 16:13:06 +00:00
Mark Linimon
1492eb5e4b Reset maintainer to ports@FreeBSD.org. Requested by: kris. 2003-11-03 07:28:44 +00:00
Sergey A. Osokin
f37f7775e3 Make portlint(1) happy by changing strip to ${STRIP_CMD}
Submitted by:	Oleg Karachevtsev <ok@etrust.ru>
PR:		56998
2003-09-24 09:37:11 +00:00
Foxfair Hu
34ed824ad4 PR:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
MFC after:
Fix bento `make package', then bump PORTREVISION.

Noticed by: kris the portsguardian.
2003-04-21 12:47:38 +00:00
Foxfair Hu
732c8be689 Upgrade cryptopp to 5.1, patch review timeout by MAINTAINER since March 26. 2003-04-12 03:23:03 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Ying-Chieh Liao
99b5022eac add cryptopp, a free C++ class library of cryptographic schemes
PR:		24432
Submitted by:	George Reid <greid@ukug.uk.freebsd.org>
2001-03-05 06:58:43 +00:00