aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/secp256k1/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/secp256k1/README.md')
-rw-r--r--crypto/secp256k1/README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/crypto/secp256k1/README.md b/crypto/secp256k1/README.md
index 79cdccb38..5a86147d4 100644
--- a/crypto/secp256k1/README.md
+++ b/crypto/secp256k1/README.md
@@ -7,8 +7,11 @@ Implements cryptographic operations for the secp256k1 ECDSA curve used by Bitcoi
Installing
===
+
+GMP library headers are required to build. On Debian-based systems, the package is called `libgmp-dev`.
+
```
-sudo apt-get install gmp-dev
+sudo apt-get install libgmp-dev
```
Now compiles with cgo!
utables can link to. Fix a number of other issues in the same Makefile.am and clean up the port Makefile. japanese/scim-honoka: Tries to hide all symbols that start with an underscore, but because this library is written in C++ all symbols start with _Z so it ends up hiding everything. Just don't hide anything at all like the textproc/scim configure script does. multimedia/schroedinger: Apply an upstream patch. textproc/scim-input-pad: Same as japanese/scim-honoka. PR: 201922 Approved by: portmgr (antoine) Exp-run by: antoine * Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla intijl2014-12-091-1/+1 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the 32 ports that still use it. Bump PORTREVISION on their dependent ports except the ones that depend on these: audio/libogg audio/libvorbis devel/pcre ftp/curl graphics/jpeg graphics/libart_lgpl graphics/tiff textproc/expat2 textproc/libxslt In these cases the same trick as in the recent gettext update is used. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine) * textproc/scim:tijl2014-08-311-1/+1 | | | | | - Add USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip * - Convert to USES=libtool.tijl2014-04-251-15/+5 | | | | | | | - New LIB_DEPENDS syntax. - Remove references to PTHREAD_CFLAGS and PTHREAD_LIBS. - Staging. - japanese/tomoe: remove FreeBSD 6 support. * Reassign some my scim related ports to the heap.ume2013-10-131-1/+1 | | | | I'm not using scim for a long time. * Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1 | | | | japanese) * Add an explicit dependency on pkgconfantoine2013-09-141-7/+2 | | | | Approved by: portmgr (bapt) * - Convert USE_ICONV=yes to USES=iconvmva2013-04-271-2/+1 | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: zeising * - Convert USE_GETTEXT to USES (part 3)ak2013-04-251-1/+1 | | | | Approved by: portmgr (bapt) * - update png to 1.5.10dinoex2012-06-011-1/+1 | * - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-3/+4 | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav * - Get Rid MD5 supportmiwi2011-03-191-1/+0 | | | | With hat: portmgr (myself) * Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-311-1/+1 | * - update to 1.4.1dinoex2010-03-281-1/+1 | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi * - update to jpeg-8dinoex2010-02-051-1/+1 | * - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-2/+1 | | | | starting with H,I,J,K,L * - bump all port that indirectly depends on libjpeg and have not yet been ↵dinoex2009-07-311-1/+1 | | | | | | bumped or updated Requested by: edwin * - Remove conditional checks for FreeBSD 5.x and olderpav2009-01-061-14/+4 | * Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1 | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) * - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-261-1/+0 | | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup) * Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialmarcus2007-10-251-2/+2 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GNOME 2.20 release notes can be found at http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update includes the new GIMP 2.4 (courtesy of ahze). The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share rather than ${PREFIX}/share/gnome. The result is that fewer patches and hacks are needed to port GNOME components to FreeBSD. This will mean some user changes may be required, so be sure to read /usr/ports/UPDATING for more details. This release and the things we accomplished in it would not have been possible without mezz's crazy idea to collapse DATADIR, and his persistence to make it happen successfully. Ahze and pav also deserve thanks for their work on porting modules and testing the whole ball of wax on pointyhat (respectively). The FreeBSD GNOME team would also like to thank our various testers and contributors: Yasuda Keisuke Frank Jahnke Pawel Worach Brian Gruber Franz Klammer Yuri Pankov Nick Barkas Cristian KLEIN Tony Maher Scot Hetzel Martin Matuska (mm) Benoit Dejean Martin Wilke (miwi) (And anyone else I may have missed) PRs fixed in this release: 111272, 113470, 115995, 116338 * USE_X_LIB --> USE_XLIBume2007-09-011-2/+2 | | | | Reported by: infofarmer * Update to 0.6.0.ume2007-08-174-20/+21 | * - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1 | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. * Chase scim shlib version bump.ume2007-04-301-1/+1 |