aboutsummaryrefslogtreecommitdiff
path: root/security/libgcrypt/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* - Update to 1.4.4Dmitry Marakasov2009-01-231-1/+1
| | | | | | | | PR: 130914 Submitted by: Hirohisa Yamaguchi <umq at ueo dot co dot jp> (maintainer) Notes: svn path=/head/; revision=226722
* - Update to 1.4.3Rong-En Fan2009-01-061-3/+2
| | | | | | | | | | | - Pass maintainership to submitter per PR 127224 PR: ports/127478 Submitted by: Hirohisa Yamaguchi <umq at ueo.co.jp> Approved by: arved (maintainer) Notes: svn path=/head/; revision=225325
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+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) Notes: svn path=/head/; revision=214430
* Update to 1.4.1Tilman Keskinoz2008-05-031-1/+1
| | | | | | | | PR: 123099 Submitted by: Hirohisa Yamaguchi Notes: svn path=/head/; revision=212555
* Disable padlock-support on 6.xTilman Keskinoz2008-02-291-0/+3
| | | | | | | | PR: 121207 Submitted by: ale, Mark Andrews Notes: svn path=/head/; revision=208172
* Update to 1.4.0Tilman Keskinoz2008-02-281-2/+10
| | | | | | | | PR: 118541 Submitted by: Hirohisa Yamaguchi Notes: svn path=/head/; revision=208143
* security/libgcrypt portlint fixesEdwin Groothuis2007-09-241-2/+2
| | | | | | | | | | | | 1. remove quotes from COMMENT 2. INSTALLS_SHLIB -> USE_LDCONFIG PR: ports/115286 Submitted by: David Yeske <dyeske@gmail.com> Approved by: maintainer timeout Notes: svn path=/head/; revision=200013
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-1/+0
| | | | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run Notes: svn path=/head/; revision=196111
* Track libgpg-error shlib version change.Jean-Yves Lefort2007-03-081-1/+2
| | | | Notes: svn path=/head/; revision=186897
* Update to 1.2.4Tilman Keskinoz2007-02-021-2/+2
| | | | Notes: svn path=/head/; revision=183951
* Use libtool port instead of included one to avoid objformat a.out botchKris Kennaway2007-01-281-0/+1
| | | | Notes: svn path=/head/; revision=183519
* - Chase libgpg-error version bump [1]Sergei Kolobov2006-09-221-1/+2
| | | | | | | | | | | | - Add explicit version to libgpg-error dependency where missing [2] - Bump PORTREVISION [1] Approved by: maintainers (arved, lofi, novel, ports at mcdermottroe dot com) [1] Suggested by: novel, lofi [2] Notes: svn path=/head/; revision=173573
* Update to 1.2.3 (Minor bugfix release)Tilman Keskinoz2006-08-311-2/+1
| | | | Notes: svn path=/head/; revision=171762
* Remove USE_REINPLACE from all categories starting with SEdwin Groothuis2006-05-131-1/+0
| | | | Notes: svn path=/head/; revision=162215
* - Chase libgpg-error shlib version bump (.1 -> .2)Sergei Kolobov2006-05-031-1/+2
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=161270
* Conversion to a single libtool environment.Ade Lovett2006-02-231-1/+1
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* Update to 1.2.2Tilman Keskinoz2005-10-181-2/+1
| | | | | | | | | | | Noteworthy changes are: * Made the RNG immune against fork without exec. * Minor changes to some function declarations. Buffer arguments are now typed as void pointer. This should not affect any compilation. * A bug in the definition of gcry_cipher_register has been fixed. Notes: svn path=/head/; revision=145780
* Fix build on powerpcTilman Keskinoz2005-05-271-0/+4
| | | | Notes: svn path=/head/; revision=136272
* Bump PORTREVISION for previous change.Tilman Keskinoz2005-04-221-0/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=133917
* Remove USE_PERLTilman Keskinoz2005-04-201-1/+0
| | | | | | | | PR: 80046 Submitted by: leeym Notes: svn path=/head/; revision=133766
* Update libgcrypt to 1.2.1. Changes:Tilman Keskinoz2005-01-111-2/+1
| | | | | | | | | | | | | | | | | | * made the code try to lock secure memory pool not only when running as root, * fixed type usage in Serpent, * made the code mix the PID into the entropy pool for better protection after a fork, * fixed memory leak in RSA. * fixed alignment problems in Rijndael, * fixed memory leak in gcry_pk_sign(), * fixed broken pointer access in gcry_ac_open(), * updated the documentation, * fixed several other bugs. Chase Shared library version and bump PORTREVISION of affected ports. Notes: svn path=/head/; revision=126139
* Use libtool 15Tilman Keskinoz2004-10-131-1/+1
| | | | Notes: svn path=/head/; revision=119165
* managed to break this just in time for the ports freeze.Tilman Keskinoz2004-09-041-2/+0
| | | | | | | | Submitted by: lofi, eik Approved by: portmgr (eik) Notes: svn path=/head/; revision=118107
* Nuke the gnupg sigchecking code. There are bugs and I don't have the timeTilman Keskinoz2004-09-031-14/+0
| | | | | | | | | | to work on this now. PR: 66417 Submitted by: Lupe Christoph <lupe@lupe-christoph.de> Notes: svn path=/head/; revision=118100
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet Notes: svn path=/head/; revision=113296
* Add EXTRACT_ONLYTilman Keskinoz2004-06-121-0/+1
| | | | | | | Noticed by: bsdtar Notes: svn path=/head/; revision=111339
* Fix pkg-plistTilman Keskinoz2004-05-081-0/+1
| | | | | | | | Reported by: kris, markus Pointy hat (not 216.136.204.22) to: arved Notes: svn path=/head/; revision=108685
* Add dependency on ligpg-errorTilman Keskinoz2004-05-041-0/+2
| | | | | | | | PR: 66228 Submitted by: michael johnson Notes: svn path=/head/; revision=108338
* Update libgcrypt to the new stable version 1.2.0Tilman Keskinoz2004-05-031-5/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Retire libgcrypt-devel Switch back to security/libgcrypt and bump PORTREVISION for - gnutls - gnutls-devel - gsasl - opencdk - vpnc libggz: - Remove dependency on libgcrypt, because the port does not yet work with the new libgcrypt libksba: - Update to 0.9.5 - Pass maintainership to lofi, who already maintains the other aegypten ports. Approved by: lofi wmbiff: Switch to security/libgcrypt but no PORTREVISION bump, because the dependency is optional and the port does not work with the new libgcrypt and needs to be updated. No action, because ports don't work with the new libgcrypt and need to be updated, maintainers informed: security/newpg security/pinentry security/dirmngr emulators/fuse emulators/libspectrum Notes: svn path=/head/; revision=108267
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* Attempt to silence "Annoying Reminder Guy II" by adding NO_LATEST_LINKTilman Keskinoz2004-02-061-1/+1
| | | | Notes: svn path=/head/; revision=100126
* Add CONFLICTSTilman Keskinoz2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99381
* Don't create the default keyring, if gnupg is installed.Tilman Keskinoz2004-01-161-2/+4
| | | | | | | Requested by: Randy Bush Notes: svn path=/head/; revision=98338
* Use new INFO macroTilman Keskinoz2003-08-041-0/+2
| | | | Notes: svn path=/head/; revision=86296
* Verify gpg signature if possible.Tilman Keskinoz2003-07-181-2/+17
| | | | Notes: svn path=/head/; revision=85132
* Update to 1.1.12Tilman Keskinoz2003-02-261-2/+2
| | | | | | | | PR: 48704 Submitted by: Sergei Kolobov <sergei@kolobov.com> Notes: svn path=/head/; revision=76496
* de-pkg-commentTilman Keskinoz2003-02-221-0/+1
| | | | Notes: svn path=/head/; revision=76148
* Use MASTER_SITE_GNUPGTilman Keskinoz2003-02-151-5/+2
| | | | Notes: svn path=/head/; revision=75555
* Update to 1.1.11Tilman Keskinoz2003-01-021-6/+4
| | | | Notes: svn path=/head/; revision=72207
* Fix PERL dependencies for these ports (print/cups solves print/cups-baseEdwin Groothuis2002-11-071-0/+1
| | | | | | | | | and french/cups-base) Noticed on: bento Notes: svn path=/head/; revision=69654
* add libgcrypt 1.1.0Ying-Chieh Liao2002-10-141-0/+34
General purpose crypto library based on code used in GnuPG PR: 43894 Submitted by: Tilman Linneweh <tilman@arved.de> Notes: svn path=/head/; revision=68030